Skip to content

Commit 2a948f9

Browse files
Prepare Release using 'release-plan' (#406)
Co-authored-by: NullVoxPopuli <[email protected]>
1 parent d25a5d9 commit 2a948f9

File tree

4 files changed

+29
-5
lines changed

4 files changed

+29
-5
lines changed

.release-plan.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
{
22
"solution": {
33
"ember-cli-flash": {
4-
"impact": "patch",
5-
"oldVersion": "5.0.0",
6-
"newVersion": "5.0.1",
4+
"impact": "minor",
5+
"oldVersion": "5.0.1",
6+
"newVersion": "5.1.0",
77
"constraints": [
8+
{
9+
"impact": "minor",
10+
"reason": "Appears in changelog section :rocket: Enhancement"
11+
},
812
{
913
"impact": "patch",
1014
"reason": "Appears in changelog section :bug: Bug Fix"
@@ -13,5 +17,5 @@
1317
"pkgJSONPath": "./ember-cli-flash/package.json"
1418
}
1519
},
16-
"description": "## Release (2024-02-02)\n\nember-cli-flash 5.0.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-cli-flash`\n * [#404](https://github.com/adopted-ember-addons/ember-cli-flash/pull/404) Publish files ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `test-app`\n * [#402](https://github.com/adopted-ember-addons/ember-cli-flash/pull/402) Bump ember-qunit in test-app ([@gilest](https://github.com/gilest))\n\n#### Committers: 2\n- Giles Thompson ([@gilest](https://github.com/gilest))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
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"
1721
}

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,24 @@
11
# Changelog
2+
3+
## Release (2024-02-29)
4+
5+
ember-cli-flash 5.1.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `ember-cli-flash`
9+
* [#405](https://github.com/adopted-ember-addons/ember-cli-flash/pull/405) Add `FlashMessage` to TypeScript definitions ([@charlesfries](https://github.com/charlesfries))
10+
11+
#### :bug: Bug Fix
12+
* `ember-cli-flash`
13+
* [#399](https://github.com/adopted-ember-addons/ember-cli-flash/pull/399) fix(types): add typesVersions map ([@simonihmig](https://github.com/simonihmig))
14+
15+
#### :house: Internal
16+
* [#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))
17+
18+
#### Committers: 3
19+
- Charles Fries ([@charlesfries](https://github.com/charlesfries))
20+
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))
21+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
222
## Release (2024-02-02)
323

424
ember-cli-flash 5.0.1 (patch)

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

stderr.log

Whitespace-only changes.

0 commit comments

Comments
 (0)