-
-
Notifications
You must be signed in to change notification settings - Fork 116
/
Copy path.release-plan.json
21 lines (21 loc) · 1.34 KB
/
.release-plan.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"solution": {
"ember-cli-flash": {
"impact": "minor",
"oldVersion": "5.0.1",
"newVersion": "5.1.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./ember-cli-flash/package.json"
}
},
"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"
}