Skip to content

Commit 9587f29

Browse files
authored
Merge pull request #2386 from embroider-build/release-preview
Prepare Release
2 parents f9c81e9 + f5f2f89 commit 9587f29

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.9",
18-
"newVersion": "4.0.0-alpha.10",
17+
"oldVersion": "4.0.0-alpha.10",
18+
"newVersion": "4.0.0-alpha.11",
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.10 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/compat`\n * [#2379](https://github.com/embroider-build/embroider/pull/2379) fix @ember/object module cycles for ember 5.8 (and potentially older) ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
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"
6060
}

CHANGELOG.md

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

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

5+
* @embroider/compat 4.0.0-alpha.11 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `@embroider/compat`
9+
* [#2333](https://github.com/embroider-build/embroider/pull/2333) Add Vite support for Ember 5.4 ([@mansona](https://github.com/mansona))
10+
11+
#### Committers: 1
12+
- Chris Manson ([@mansona](https://github.com/mansona))
13+
14+
## Release (2025-03-14)
15+
516
* @embroider/compat 4.0.0-alpha.10 (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.10",
3+
"version": "4.0.0-alpha.11",
44
"private": false,
55
"description": "Backward compatibility layer for the Embroider build system.",
66
"repository": {

0 commit comments

Comments
 (0)