Skip to content

Commit

Permalink
Prepare Release using 'release-plan' (#403)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <[email protected]>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Feb 2, 2024
1 parent 8bb3b0e commit 48848fa
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 17 deletions.
20 changes: 4 additions & 16 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,17 @@
{
"solution": {
"ember-cli-flash": {
"impact": "major",
"oldVersion": "4.0.0",
"newVersion": "5.0.0",
"impact": "patch",
"oldVersion": "5.0.0",
"newVersion": "5.0.1",
"constraints": [
{
"impact": "major",
"reason": "Appears in changelog section :boom: Breaking Change"
},
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./ember-cli-flash/package.json"
}
},
"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"
"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"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# Changelog
## Release (2024-02-02)

ember-cli-flash 5.0.1 (patch)

#### :bug: Bug Fix
* `ember-cli-flash`
* [#404](https://github.com/adopted-ember-addons/ember-cli-flash/pull/404) Publish files ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :house: Internal
* `test-app`
* [#402](https://github.com/adopted-ember-addons/ember-cli-flash/pull/402) Bump ember-qunit in test-app ([@gilest](https://github.com/gilest))

#### Committers: 2
- Giles Thompson ([@gilest](https://github.com/gilest))
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
## Release (2024-02-02)

ember-cli-flash 5.0.0 (major)

#### :boom: Breaking Change
Expand Down
2 changes: 1 addition & 1 deletion ember-cli-flash/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-cli-flash",
"version": "5.0.0",
"version": "5.0.1",
"description": "Simple, highly configurable flash messages for ember-cli",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 48848fa

Please sign in to comment.