Skip to content

Commit 661b5c4

Browse files
mansonagithub-actions[bot]
authored andcommitted
Prepare Release using 'release-plan'
1 parent 13e4ba7 commit 661b5c4

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

.release-plan.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
},
1515
"@embroider/compat": {
1616
"impact": "minor",
17-
"oldVersion": "4.0.0-alpha.11",
18-
"newVersion": "4.0.0-alpha.12",
17+
"oldVersion": "4.0.0-alpha.12",
18+
"newVersion": "4.0.0-alpha.13",
1919
"tagName": "alpha",
2020
"constraints": [
2121
{
@@ -56,5 +56,5 @@
5656
"oldVersion": "1.0.0-alpha.11"
5757
}
5858
},
59-
"description": "## Release (2025-03-18)\n\n* @embroider/compat 4.0.0-alpha.12 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/compat`\n * [#2385](https://github.com/embroider-build/embroider/pull/2385) Add Vite support for Ember 4.12 ([@mansona](https://github.com/mansona))\n\n#### :memo: Documentation\n* [#2378](https://github.com/embroider-build/embroider/pull/2378) Update README.md with link to packages/router/README.md ([@johanrd](https://github.com/johanrd))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- [@johanrd](https://github.com/johanrd)\n"
59+
"description": "## Release (2025-03-18)\n\n* @embroider/compat 4.0.0-alpha.13 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/compat`\n * [#2397](https://github.com/embroider-build/embroider/pull/2397) Add support for Ember 4.8 ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
6060
}

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## Release (2025-03-18)
44

5+
* @embroider/compat 4.0.0-alpha.13 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `@embroider/compat`
9+
* [#2397](https://github.com/embroider-build/embroider/pull/2397) Add support for Ember 4.8 ([@mansona](https://github.com/mansona))
10+
11+
#### Committers: 1
12+
- Chris Manson ([@mansona](https://github.com/mansona))
13+
14+
## Release (2025-03-18)
15+
516
* @embroider/compat 4.0.0-alpha.12 (minor)
617

718
#### :rocket: Enhancement

packages/compat/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@embroider/compat",
3-
"version": "4.0.0-alpha.12",
3+
"version": "4.0.0-alpha.13",
44
"private": false,
55
"description": "Backward compatibility layer for the Embroider build system.",
66
"repository": {

0 commit comments

Comments
 (0)