Skip to content

Commit fa0a4c0

Browse files
Prepare Release v6.1.0 using 'release-plan' (#419)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9ecf32d commit fa0a4c0

3 files changed

Lines changed: 18 additions & 10 deletions

File tree

.release-plan.json

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,18 @@
11
{
22
"solution": {
33
"ember-cli-flash": {
4-
"impact": "major",
5-
"oldVersion": "5.1.0",
6-
"newVersion": "6.0.0",
4+
"impact": "minor",
5+
"oldVersion": "6.0.0",
6+
"newVersion": "6.1.0",
7+
"tagName": "latest",
78
"constraints": [
8-
{
9-
"impact": "major",
10-
"reason": "Appears in changelog section :boom: Breaking Change"
11-
},
129
{
1310
"impact": "minor",
1411
"reason": "Appears in changelog section :rocket: Enhancement"
1512
}
1613
],
17-
"pkgJSONPath": "./ember-cli-flash/package.json"
14+
"pkgJSONPath": "./package.json"
1815
}
1916
},
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"
17+
"description": "## Release (2026-02-09)\n\n* ember-cli-flash 6.1.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-cli-flash`\n * [#418](https://github.com/adopted-ember-addons/ember-cli-flash/pull/418) Add generic type parameter to FlashMessage component ([@aklkv](https://github.com/aklkv))\n\n#### Committers: 1\n- Alexey Kulakov ([@aklkv](https://github.com/aklkv))\n"
2118
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## Release (2026-02-09)
4+
5+
* ember-cli-flash 6.1.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `ember-cli-flash`
9+
* [#418](https://github.com/adopted-ember-addons/ember-cli-flash/pull/418) Add generic type parameter to FlashMessage component ([@aklkv](https://github.com/aklkv))
10+
11+
#### Committers: 1
12+
- Alexey Kulakov ([@aklkv](https://github.com/aklkv))
13+
314
## Release (2025-03-04)
415

516
ember-cli-flash 6.0.0 (major)

package.json

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

0 commit comments

Comments
 (0)