Skip to content

Commit bea7387

Browse files
github-actions[bot]github-actions[bot]
andauthored
Prepare Release using 'release-plan' (#401)
Co-authored-by: github-actions[bot] <github-actions-bot@users.noreply.github.com>
1 parent 48e9ca8 commit bea7387

File tree

3 files changed

+63
-1
lines changed

3 files changed

+63
-1
lines changed

.release-plan.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"solution": {
3+
"ember-cli-flash": {
4+
"impact": "major",
5+
"oldVersion": "4.0.0",
6+
"newVersion": "5.0.0",
7+
"constraints": [
8+
{
9+
"impact": "major",
10+
"reason": "Appears in changelog section :boom: Breaking Change"
11+
},
12+
{
13+
"impact": "minor",
14+
"reason": "Appears in changelog section :rocket: Enhancement"
15+
},
16+
{
17+
"impact": "patch",
18+
"reason": "Appears in changelog section :bug: Bug Fix"
19+
},
20+
{
21+
"impact": "patch",
22+
"reason": "Appears in changelog section :house: Internal"
23+
}
24+
],
25+
"pkgJSONPath": "./ember-cli-flash/package.json"
26+
}
27+
},
28+
"description": "## Release (2024-02-02)\n\nember-cli-flash 5.0.0 (major)\n\n#### :boom: Breaking Change\n* `ember-cli-flash`\n * [#395](https://github.com/adopted-ember-addons/ember-cli-flash/pull/395) Move `@embroider/macros` to peers ([@gilest](https://github.com/gilest))\n* `ember-cli-flash`, `test-app`\n * [#392](https://github.com/adopted-ember-addons/ember-cli-flash/pull/392) Replace blueprint with explicit test helpers ([@gilest](https://github.com/gilest))\n * [#391](https://github.com/adopted-ember-addons/ember-cli-flash/pull/391) Convert to V2 addon ([@gilest](https://github.com/gilest))\n\n#### :rocket: Enhancement\n* `ember-cli-flash`, `test-app`\n * [#391](https://github.com/adopted-ember-addons/ember-cli-flash/pull/391) Convert to V2 addon ([@gilest](https://github.com/gilest))\n* Other\n * [#389](https://github.com/adopted-ember-addons/ember-cli-flash/pull/389) allow customization of exiting class ([@miguelcobain](https://github.com/miguelcobain))\n\n#### :bug: Bug Fix\n* `ember-cli-flash`\n * [#398](https://github.com/adopted-ember-addons/ember-cli-flash/pull/398) Add missing `files` entry to addon package ([@gilest](https://github.com/gilest))\n\n#### :memo: Documentation\n* [#396](https://github.com/adopted-ember-addons/ember-cli-flash/pull/396) Correct test helper blueprint guide ([@gilest](https://github.com/gilest))\n* [#393](https://github.com/adopted-ember-addons/ember-cli-flash/pull/393) Update Contributing and Releasing with `pnpm` and monorepo paths ([@gilest](https://github.com/gilest))\n\n#### :house: Internal\n* `ember-cli-flash`, `test-app`\n * [#400](https://github.com/adopted-ember-addons/ember-cli-flash/pull/400) Setup relase plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 3\n- Giles Thompson ([@gilest](https://github.com/gilest))\n- Miguel Andrade ([@miguelcobain](https://github.com/miguelcobain))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
29+
}

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,37 @@
11
# Changelog
2+
## Release (2024-02-02)
3+
4+
ember-cli-flash 5.0.0 (major)
5+
6+
#### :boom: Breaking Change
7+
* `ember-cli-flash`
8+
* [#395](https://github.com/adopted-ember-addons/ember-cli-flash/pull/395) Move `@embroider/macros` to peers ([@gilest](https://github.com/gilest))
9+
* `ember-cli-flash`, `test-app`
10+
* [#392](https://github.com/adopted-ember-addons/ember-cli-flash/pull/392) Replace blueprint with explicit test helpers ([@gilest](https://github.com/gilest))
11+
* [#391](https://github.com/adopted-ember-addons/ember-cli-flash/pull/391) Convert to V2 addon ([@gilest](https://github.com/gilest))
12+
13+
#### :rocket: Enhancement
14+
* `ember-cli-flash`, `test-app`
15+
* [#391](https://github.com/adopted-ember-addons/ember-cli-flash/pull/391) Convert to V2 addon ([@gilest](https://github.com/gilest))
16+
* Other
17+
* [#389](https://github.com/adopted-ember-addons/ember-cli-flash/pull/389) allow customization of exiting class ([@miguelcobain](https://github.com/miguelcobain))
18+
19+
#### :bug: Bug Fix
20+
* `ember-cli-flash`
21+
* [#398](https://github.com/adopted-ember-addons/ember-cli-flash/pull/398) Add missing `files` entry to addon package ([@gilest](https://github.com/gilest))
22+
23+
#### :memo: Documentation
24+
* [#396](https://github.com/adopted-ember-addons/ember-cli-flash/pull/396) Correct test helper blueprint guide ([@gilest](https://github.com/gilest))
25+
* [#393](https://github.com/adopted-ember-addons/ember-cli-flash/pull/393) Update Contributing and Releasing with `pnpm` and monorepo paths ([@gilest](https://github.com/gilest))
26+
27+
#### :house: Internal
28+
* `ember-cli-flash`, `test-app`
29+
* [#400](https://github.com/adopted-ember-addons/ember-cli-flash/pull/400) Setup relase plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
30+
31+
#### Committers: 3
32+
- Giles Thompson ([@gilest](https://github.com/gilest))
33+
- Miguel Andrade ([@miguelcobain](https://github.com/miguelcobain))
34+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
235

336
The noteworthy changes made to Ember-CLI-Flash are included here. For a complete
437
changelog, see the git history.

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

0 commit comments

Comments
 (0)