Skip to content

Commit 844d041

Browse files
mansonagithub-actions[bot]
authored andcommitted
Prepare Release using 'release-plan'
1 parent 9fa258c commit 844d041

File tree

3 files changed

+18
-7
lines changed

3 files changed

+18
-7
lines changed

.release-plan.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
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 :house: Internal"
1111
}
1212
],
1313
"pkgJSONPath": "./package.json"
1414
}
1515
},
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"
16+
"description": "## Release (2024-09-18)\n\n@embroider/app-blueprint 0.10.1 (patch)\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: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
1717
}

CHANGELOG.md

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

3+
## Release (2024-09-18)
4+
5+
@embroider/app-blueprint 0.10.1 (patch)
6+
7+
#### :house: Internal
8+
* `@embroider/app-blueprint`
9+
* [#71](https://github.com/embroider-build/app-blueprint/pull/71) add a test for dev mode tests ([@mansona](https://github.com/mansona))
10+
11+
#### Committers: 1
12+
- Chris Manson ([@mansona](https://github.com/mansona))
13+
314
## Release (2024-09-11)
415

516
@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)