Skip to content

Commit 39448a9

Browse files
mansonagithub-actions[bot]
authored andcommitted
Prepare Release using 'release-plan'
1 parent 76b0a68 commit 39448a9

File tree

3 files changed

+28
-7
lines changed

3 files changed

+28
-7
lines changed

.release-plan.json

+10-6
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
{
22
"solution": {
33
"@embroider/app-blueprint": {
4-
"impact": "minor",
5-
"oldVersion": "0.9.0",
6-
"newVersion": "0.10.0",
4+
"impact": "patch",
5+
"oldVersion": "0.10.0",
6+
"newVersion": "0.10.1",
77
"constraints": [
88
{
9-
"impact": "minor",
10-
"reason": "Appears in changelog section :rocket: Enhancement"
9+
"impact": "patch",
10+
"reason": "Appears in changelog section :bug: Bug Fix"
11+
},
12+
{
13+
"impact": "patch",
14+
"reason": "Appears in changelog section :house: Internal"
1115
}
1216
],
1317
"pkgJSONPath": "./package.json"
1418
}
1519
},
16-
"description": "## Release (2024-09-11)\n\n@embroider/app-blueprint 0.10.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/app-blueprint`\n * [#68](https://github.com/embroider-build/app-blueprint/pull/68) update to user-controlled babel file ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
20+
"description": "## Release (2024-09-18)\n\n@embroider/app-blueprint 0.10.1 (patch)\n\n#### :bug: Bug Fix\n* `@embroider/app-blueprint`\n * [#70](https://github.com/embroider-build/app-blueprint/pull/70) fix: Uninstall task fails gracefully when given packages are not found ([@MichalBryxi](https://github.com/MichalBryxi))\n * [#73](https://github.com/embroider-build/app-blueprint/pull/73) recreate issue with decorator transforms in tests and fix it ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `@embroider/app-blueprint`\n * [#71](https://github.com/embroider-build/app-blueprint/pull/71) add a test for dev mode tests ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Michal Bryxí ([@MichalBryxi](https://github.com/MichalBryxi))\n"
1721
}

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## Release (2024-09-18)
4+
5+
@embroider/app-blueprint 0.10.1 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `@embroider/app-blueprint`
9+
* [#70](https://github.com/embroider-build/app-blueprint/pull/70) fix: Uninstall task fails gracefully when given packages are not found ([@MichalBryxi](https://github.com/MichalBryxi))
10+
* [#73](https://github.com/embroider-build/app-blueprint/pull/73) recreate issue with decorator transforms in tests and fix it ([@mansona](https://github.com/mansona))
11+
12+
#### :house: Internal
13+
* `@embroider/app-blueprint`
14+
* [#71](https://github.com/embroider-build/app-blueprint/pull/71) add a test for dev mode tests ([@mansona](https://github.com/mansona))
15+
16+
#### Committers: 2
17+
- Chris Manson ([@mansona](https://github.com/mansona))
18+
- Michal Bryxí ([@MichalBryxi](https://github.com/MichalBryxi))
19+
320
## Release (2024-09-11)
421

522
@embroider/app-blueprint 0.10.0 (minor)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@embroider/app-blueprint",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"description": "Blueprint for next generation of Ember apps",
55
"keywords": [
66
"ember-blueprint"

0 commit comments

Comments
 (0)