Skip to content

Commit 8c5f375

Browse files
mansonagithub-actions[bot]
authored andcommitted
Prepare Release using 'release-plan'
1 parent bf0b55f commit 8c5f375

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-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.10",
18-
"newVersion": "4.0.0-alpha.11",
17+
"oldVersion": "4.0.0-alpha.11",
18+
"newVersion": "4.0.0-alpha.12",
1919
"tagName": "alpha",
2020
"constraints": [
2121
{
@@ -56,5 +56,5 @@
5656
"oldVersion": "1.0.0-alpha.11"
5757
}
5858
},
59-
"description": "## Release (2025-03-14)\n\n* @embroider/compat 4.0.0-alpha.11 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/compat`\n * [#2333](https://github.com/embroider-build/embroider/pull/2333) Add Vite support for Ember 5.4 ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
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"
6060
}

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Embroider Changelog
22

3+
## Release (2025-03-18)
4+
5+
* @embroider/compat 4.0.0-alpha.12 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `@embroider/compat`
9+
* [#2385](https://github.com/embroider-build/embroider/pull/2385) Add Vite support for Ember 4.12 ([@mansona](https://github.com/mansona))
10+
11+
#### :memo: Documentation
12+
* [#2378](https://github.com/embroider-build/embroider/pull/2378) Update README.md with link to packages/router/README.md ([@johanrd](https://github.com/johanrd))
13+
14+
#### Committers: 2
15+
- Chris Manson ([@mansona](https://github.com/mansona))
16+
- [@johanrd](https://github.com/johanrd)
17+
318
## Release (2025-03-14)
419

520
* @embroider/compat 4.0.0-alpha.11 (minor)

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.11",
3+
"version": "4.0.0-alpha.12",
44
"private": false,
55
"description": "Backward compatibility layer for the Embroider build system.",
66
"repository": {

0 commit comments

Comments
 (0)