Skip to content

Commit 6b13c8a

Browse files
Prepare Release using 'release-plan' (#408)
Co-authored-by: knownasilya <34726+knownasilya@users.noreply.github.com>
1 parent 6f9ff84 commit 6b13c8a

File tree

4 files changed

+34
-9
lines changed

4 files changed

+34
-9
lines changed

.release-plan.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
22
"solution": {
33
"ember-cli-flash": {
4-
"impact": "minor",
5-
"oldVersion": "5.0.1",
6-
"newVersion": "5.1.0",
4+
"impact": "major",
5+
"oldVersion": "5.1.0",
6+
"newVersion": "6.0.0",
77
"constraints": [
88
{
9-
"impact": "minor",
10-
"reason": "Appears in changelog section :rocket: Enhancement"
9+
"impact": "major",
10+
"reason": "Appears in changelog section :boom: Breaking Change"
1111
},
1212
{
13-
"impact": "patch",
14-
"reason": "Appears in changelog section :bug: Bug Fix"
13+
"impact": "minor",
14+
"reason": "Appears in changelog section :rocket: Enhancement"
1515
}
1616
],
1717
"pkgJSONPath": "./ember-cli-flash/package.json"
1818
}
1919
},
20-
"description": "## Release (2024-02-29)\n\nember-cli-flash 5.1.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-cli-flash`\n * [#405](https://github.com/adopted-ember-addons/ember-cli-flash/pull/405) Add `FlashMessage` to TypeScript definitions ([@charlesfries](https://github.com/charlesfries))\n\n#### :bug: Bug Fix\n* `ember-cli-flash`\n * [#399](https://github.com/adopted-ember-addons/ember-cli-flash/pull/399) fix(types): add typesVersions map ([@simonihmig](https://github.com/simonihmig))\n\n#### :house: Internal\n* [#407](https://github.com/adopted-ember-addons/ember-cli-flash/pull/407) Update release-plan to get the latest bugfixes ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 3\n- Charles Fries ([@charlesfries](https://github.com/charlesfries))\n- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
20+
"description": "## Release (2025-03-04)\n\nember-cli-flash 6.0.0 (major)\n\n#### :boom: Breaking Change\n* `ember-cli-flash`, `test-app`\n * [#409](https://github.com/adopted-ember-addons/ember-cli-flash/pull/409) Modernise `FlashMessagesService` ([@gilest](https://github.com/gilest))\n * [#394](https://github.com/adopted-ember-addons/ember-cli-flash/pull/394) Convert `FlashObject` to native class ([@gilest](https://github.com/gilest))\n* `ember-cli-flash`\n * [#410](https://github.com/adopted-ember-addons/ember-cli-flash/pull/410) Remove computed decorators from FlashMessage component ([@gilest](https://github.com/gilest))\n\n#### :rocket: Enhancement\n* `ember-cli-flash`\n * [#411](https://github.com/adopted-ember-addons/ember-cli-flash/pull/411) fix: add type for spreaded `FlashObject` options ([@charlesfries](https://github.com/charlesfries))\n\n#### :house: Internal\n* `test-app`\n * [#415](https://github.com/adopted-ember-addons/ember-cli-flash/pull/415) Upgrade test-app to v5 app blueprint ([@gilest](https://github.com/gilest))\n\n#### Committers: 2\n- Charles Fries ([@charlesfries](https://github.com/charlesfries))\n- Giles Thompson ([@gilest](https://github.com/gilest))\n"
2121
}

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## Release (2025-03-04)
4+
5+
ember-cli-flash 6.0.0 (major)
6+
7+
#### :boom: Breaking Change
8+
* `ember-cli-flash`, `test-app`
9+
* [#409](https://github.com/adopted-ember-addons/ember-cli-flash/pull/409) Modernise `FlashMessagesService` ([@gilest](https://github.com/gilest))
10+
* [#394](https://github.com/adopted-ember-addons/ember-cli-flash/pull/394) Convert `FlashObject` to native class ([@gilest](https://github.com/gilest))
11+
* `ember-cli-flash`
12+
* [#410](https://github.com/adopted-ember-addons/ember-cli-flash/pull/410) Remove computed decorators from FlashMessage component ([@gilest](https://github.com/gilest))
13+
14+
#### :rocket: Enhancement
15+
* `ember-cli-flash`
16+
* [#411](https://github.com/adopted-ember-addons/ember-cli-flash/pull/411) fix: add type for spreaded `FlashObject` options ([@charlesfries](https://github.com/charlesfries))
17+
18+
#### :house: Internal
19+
* `test-app`
20+
* [#415](https://github.com/adopted-ember-addons/ember-cli-flash/pull/415) Upgrade test-app to v5 app blueprint ([@gilest](https://github.com/gilest))
21+
22+
#### Committers: 2
23+
- Charles Fries ([@charlesfries](https://github.com/charlesfries))
24+
- Giles Thompson ([@gilest](https://github.com/gilest))
25+
326
## Release (2024-02-29)
427

528
ember-cli-flash 5.1.0 (minor)

ember-cli-flash/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-flash",
3-
"version": "5.1.0",
3+
"version": "6.0.0",
44
"description": "Simple, highly configurable flash messages for ember-cli",
55
"keywords": [
66
"ember-addon",

stderr.log

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Warning: unknown package "test-app"
2+
Warning: unknown package "test-app"

0 commit comments

Comments
 (0)