Skip to content

Commit 30ea7fb

Browse files
mansonagithub-actions[bot]
authored andcommitted
Prepare Release using 'release-plan'
1 parent 5309f5c commit 30ea7fb

File tree

3 files changed

+27
-7
lines changed

3 files changed

+27
-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.22.0",
6-
"newVersion": "0.23.0",
4+
"impact": "patch",
5+
"oldVersion": "0.23.0",
6+
"newVersion": "0.23.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 :memo: Documentation"
1115
}
1216
],
1317
"pkgJSONPath": "./package.json"
1418
}
1519
},
16-
"description": "## Release (2025-02-15)\n\n@embroider/app-blueprint 0.23.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/app-blueprint`\n * [#147](https://github.com/embroider-build/app-blueprint/pull/147) We don't need these overrides anymore ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
20+
"description": "## Release (2025-02-20)\n\n@embroider/app-blueprint 0.23.1 (patch)\n\n#### :bug: Bug Fix\n* `@embroider/app-blueprint`\n * [#152](https://github.com/embroider-build/app-blueprint/pull/152) Add a default test so that the test command pasess in new projects ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :memo: Documentation\n* `@embroider/app-blueprint`\n * [#149](https://github.com/embroider-build/app-blueprint/pull/149) downgrade warning message ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
1721
}

CHANGELOG.md

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

3+
## Release (2025-02-20)
4+
5+
@embroider/app-blueprint 0.23.1 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `@embroider/app-blueprint`
9+
* [#152](https://github.com/embroider-build/app-blueprint/pull/152) Add a default test so that the test command pasess in new projects ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### :memo: Documentation
12+
* `@embroider/app-blueprint`
13+
* [#149](https://github.com/embroider-build/app-blueprint/pull/149) downgrade warning message ([@mansona](https://github.com/mansona))
14+
15+
#### Committers: 2
16+
- Chris Manson ([@mansona](https://github.com/mansona))
17+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
18+
319
## Release (2025-02-15)
420

521
@embroider/app-blueprint 0.23.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.23.0",
3+
"version": "0.23.1",
44
"description": "Blueprint for next generation of Ember apps",
55
"keywords": [
66
"ember-blueprint"

0 commit comments

Comments
 (0)