Skip to content

Commit 48848fa

Browse files
github-actions[bot]github-actions[bot]
and
github-actions[bot]
authored
Prepare Release using 'release-plan' (#403)
Co-authored-by: github-actions[bot] <github-actions-bot@users.noreply.github.com>
1 parent 8bb3b0e commit 48848fa

File tree

3 files changed

+20
-17
lines changed

3 files changed

+20
-17
lines changed

.release-plan.json

+4-16
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,17 @@
11
{
22
"solution": {
33
"ember-cli-flash": {
4-
"impact": "major",
5-
"oldVersion": "4.0.0",
6-
"newVersion": "5.0.0",
4+
"impact": "patch",
5+
"oldVersion": "5.0.0",
6+
"newVersion": "5.0.1",
77
"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-
},
168
{
179
"impact": "patch",
1810
"reason": "Appears in changelog section :bug: Bug Fix"
19-
},
20-
{
21-
"impact": "patch",
22-
"reason": "Appears in changelog section :house: Internal"
2311
}
2412
],
2513
"pkgJSONPath": "./ember-cli-flash/package.json"
2614
}
2715
},
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"
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"
2917
}

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
# Changelog
22
## Release (2024-02-02)
33

4+
ember-cli-flash 5.0.1 (patch)
5+
6+
#### :bug: Bug Fix
7+
* `ember-cli-flash`
8+
* [#404](https://github.com/adopted-ember-addons/ember-cli-flash/pull/404) Publish files ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
9+
10+
#### :house: Internal
11+
* `test-app`
12+
* [#402](https://github.com/adopted-ember-addons/ember-cli-flash/pull/402) Bump ember-qunit in test-app ([@gilest](https://github.com/gilest))
13+
14+
#### Committers: 2
15+
- Giles Thompson ([@gilest](https://github.com/gilest))
16+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
17+
## Release (2024-02-02)
18+
419
ember-cli-flash 5.0.0 (major)
520

621
#### :boom: Breaking Change

ember-cli-flash/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-flash",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "Simple, highly configurable flash messages for ember-cli",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)