Skip to content

Commit f94639a

Browse files
Prepare Release v7.0.0 (#421)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Robbie Wagner <rwwagner90@gmail.com>
1 parent f5612a2 commit f94639a

3 files changed

Lines changed: 16 additions & 8 deletions

File tree

.release-plan.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
11
{
22
"solution": {
33
"ember-cli-flash": {
4-
"impact": "minor",
5-
"oldVersion": "6.0.0",
6-
"newVersion": "6.1.0",
4+
"impact": "major",
5+
"oldVersion": "6.1.0",
6+
"newVersion": "7.0.0",
77
"tagName": "latest",
88
"constraints": [
99
{
10-
"impact": "minor",
11-
"reason": "Appears in changelog section :rocket: Enhancement"
10+
"impact": "major",
11+
"reason": "Appears in changelog section :boom: Breaking Change"
12+
},
13+
{
14+
"impact": "patch",
15+
"reason": "Appears in changelog section :bug: Bug Fix"
1216
}
1317
],
1418
"pkgJSONPath": "./package.json"
1519
}
1620
},
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"
21+
"description": "## Release (2026-02-10)\n\n* ember-cli-flash 7.0.0 (major)\n\n#### :boom: Breaking Change\n* `ember-cli-flash`\n * [#420](https://github.com/adopted-ember-addons/ember-cli-flash/pull/420) Fix changelog version ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n\n#### :bug: Bug Fix\n* `ember-cli-flash`\n * [#422](https://github.com/adopted-ember-addons/ember-cli-flash/pull/422) fix: allow custom `on*` properties and make `removeBy()` immediate ([@aklkv](https://github.com/aklkv))\n\n#### Committers: 2\n- Alexey Kulakov ([@aklkv](https://github.com/aklkv))\n- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n"
1822
}

CHANGELOG.md

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

3-
## Release (2026-02-09)
3+
## Release (2026-02-10)
44

55
* ember-cli-flash 7.0.0 (major)
66

@@ -12,6 +12,10 @@
1212
* `ember-cli-flash`
1313
* [#418](https://github.com/adopted-ember-addons/ember-cli-flash/pull/418) Add generic type parameter to FlashMessage component ([@aklkv](https://github.com/aklkv))
1414

15+
#### :bug: Bug Fix
16+
* `ember-cli-flash`
17+
* [#422](https://github.com/adopted-ember-addons/ember-cli-flash/pull/422) fix: allow custom `on*` properties and make `removeBy()` immediate ([@aklkv](https://github.com/aklkv))
18+
1519
#### Committers: 1
1620
- Alexey Kulakov ([@aklkv](https://github.com/aklkv))
1721

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.1.0",
3+
"version": "7.0.0",
44
"description": "Simple, highly configurable flash messages for ember-cli",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)