-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare Release using 'release-plan'
- Loading branch information
github-actions[bot]
authored
Dec 12, 2023
1 parent
80d1256
commit 1fc0219
Showing
3 changed files
with
17 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
{ | ||
"solution": { | ||
"@embroider/addon-blueprint": { | ||
"impact": "minor", | ||
"oldVersion": "2.8.1", | ||
"newVersion": "2.9.0", | ||
"impact": "patch", | ||
"oldVersion": "2.9.0", | ||
"newVersion": "2.9.1", | ||
"constraints": [ | ||
{ | ||
"impact": "minor", | ||
"reason": "Appears in changelog section :rocket: Enhancement" | ||
"impact": "patch", | ||
"reason": "Appears in changelog section :bug: Bug Fix" | ||
} | ||
], | ||
"pkgJSONPath": "./package.json" | ||
} | ||
}, | ||
"description": "## Release (2023-12-08)\n\n@embroider/addon-blueprint 2.9.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/addon-blueprint`\n * [#231](https://github.com/embroider-build/addon-blueprint/pull/231) Remove unneeded babel plugins so that shipped addon code is way smaller and easier to debug without sourcemaps ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" | ||
"description": "## Release (2023-12-12)\n\n@embroider/addon-blueprint 2.9.1 (patch)\n\n#### :bug: Bug Fix\n* `@embroider/addon-blueprint`\n * [#227](https://github.com/embroider-build/addon-blueprint/pull/227) add quotes around path in GitHub workflow ([@basz](https://github.com/basz))\n\n#### Committers: 1\n- Bas Kamer ([@basz](https://github.com/basz))\n" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters