Skip to content

Commit 232b8c5

Browse files
authored
Merge pull request #2689 from embroider-build/release-preview
Prepare Release
2 parents 9409fa6 + 95c71e7 commit 232b8c5

File tree

7 files changed

+71
-19
lines changed

7 files changed

+71
-19
lines changed

.release-plan.json

Lines changed: 48 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,38 @@
1313
"oldVersion": "1.1.0"
1414
},
1515
"@embroider/compat": {
16-
"oldVersion": "4.1.15"
16+
"impact": "patch",
17+
"oldVersion": "4.1.15",
18+
"newVersion": "4.1.16",
19+
"tagName": "latest",
20+
"constraints": [
21+
{
22+
"impact": "patch",
23+
"reason": "Appears in changelog section :bug: Bug Fix"
24+
},
25+
{
26+
"impact": "patch",
27+
"reason": "Has dependency `workspace:*` on @embroider/macros"
28+
}
29+
],
30+
"pkgJSONPath": "./packages/compat/package.json"
1731
},
1832
"@embroider/config-meta-loader": {
1933
"oldVersion": "1.0.0"
2034
},
2135
"@embroider/core": {
2236
"impact": "patch",
23-
"oldVersion": "4.4.5",
24-
"newVersion": "4.4.6",
37+
"oldVersion": "4.4.6",
38+
"newVersion": "4.4.7",
2539
"tagName": "latest",
2640
"constraints": [
2741
{
2842
"impact": "patch",
2943
"reason": "Appears in changelog section :bug: Bug Fix"
44+
},
45+
{
46+
"impact": "patch",
47+
"reason": "Has dependency `workspace:*` on @embroider/macros"
3048
}
3149
],
3250
"pkgJSONPath": "./packages/core/package.json"
@@ -38,7 +56,17 @@
3856
"oldVersion": "0.1.3"
3957
},
4058
"@embroider/macros": {
41-
"oldVersion": "1.20.1"
59+
"impact": "patch",
60+
"oldVersion": "1.20.1",
61+
"newVersion": "1.20.2",
62+
"tagName": "latest",
63+
"constraints": [
64+
{
65+
"impact": "patch",
66+
"reason": "Appears in changelog section :bug: Bug Fix"
67+
}
68+
],
69+
"pkgJSONPath": "./packages/macros/package.json"
4270
},
4371
"@embroider/reverse-exports": {
4472
"oldVersion": "0.2.0"
@@ -50,25 +78,31 @@
5078
"oldVersion": "3.0.2"
5179
},
5280
"@embroider/template-tag-codemod": {
53-
"oldVersion": "1.3.5"
81+
"impact": "patch",
82+
"oldVersion": "1.3.5",
83+
"newVersion": "1.3.6",
84+
"tagName": "latest",
85+
"constraints": [
86+
{
87+
"impact": "patch",
88+
"reason": "Appears in changelog section :bug: Bug Fix"
89+
}
90+
],
91+
"pkgJSONPath": "./packages/template-tag-codemod/package.json"
5492
},
5593
"@embroider/vite": {
56-
"impact": "minor",
57-
"oldVersion": "1.6.1",
58-
"newVersion": "1.7.0",
94+
"impact": "patch",
95+
"oldVersion": "1.7.0",
96+
"newVersion": "1.7.1",
5997
"tagName": "latest",
6098
"constraints": [
61-
{
62-
"impact": "minor",
63-
"reason": "Appears in changelog section :rocket: Enhancement"
64-
},
6599
{
66100
"impact": "patch",
67-
"reason": "Appears in changelog section :bug: Bug Fix"
101+
"reason": "Has dependency `workspace:*` on @embroider/macros"
68102
}
69103
],
70104
"pkgJSONPath": "./packages/vite/package.json"
71105
}
72106
},
73-
"description": "## Release (2026-03-18)\n\n* @embroider/core 4.4.6 (patch)\n* @embroider/vite 1.7.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/vite`\n * [#2687](https://github.com/embroider-build/embroider/pull/2687) rolldown-vite -> vite8 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :bug: Bug Fix\n* `@embroider/core`\n * [#2685](https://github.com/embroider-build/embroider/pull/2685) Fix getAppFiles extensions ([@JezerM](https://github.com/JezerM))\n* `@embroider/vite`\n * [#2686](https://github.com/embroider-build/embroider/pull/2686) Add keywords to package.json for vite ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* [#2679](https://github.com/embroider-build/embroider/pull/2679) Add scenarios for 6.12 + use-ember-modules ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- Jezer Mejía ([@JezerM](https://github.com/JezerM))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
107+
"description": "## Release (2026-03-24)\n\n* @embroider/compat 4.1.16 (patch)\n* @embroider/core 4.4.7 (patch)\n* @embroider/macros 1.20.2 (patch)\n* @embroider/template-tag-codemod 1.3.6 (patch)\n* @embroider/vite 1.7.1 (patch)\n\n#### :bug: Bug Fix\n* `@embroider/compat`, `@embroider/core`, `@embroider/macros`, `@embroider/template-tag-codemod`\n * [#2661](https://github.com/embroider-build/embroider/pull/2661) cleaning up AMD template compiler deprecation ([@ef4](https://github.com/ef4))\n* `@embroider/macros`\n * [#2688](https://github.com/embroider-build/embroider/pull/2688) Robustify the global macros variable ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
74108
}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Embroider Changelog
22

3+
## Release (2026-03-24)
4+
5+
* @embroider/compat 4.1.16 (patch)
6+
* @embroider/core 4.4.7 (patch)
7+
* @embroider/macros 1.20.2 (patch)
8+
* @embroider/template-tag-codemod 1.3.6 (patch)
9+
* @embroider/vite 1.7.1 (patch)
10+
11+
#### :bug: Bug Fix
12+
* `@embroider/compat`, `@embroider/core`, `@embroider/macros`, `@embroider/template-tag-codemod`
13+
* [#2661](https://github.com/embroider-build/embroider/pull/2661) cleaning up AMD template compiler deprecation ([@ef4](https://github.com/ef4))
14+
* `@embroider/macros`
15+
* [#2688](https://github.com/embroider-build/embroider/pull/2688) Robustify the global macros variable ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
16+
17+
#### Committers: 2
18+
- Edward Faulkner ([@ef4](https://github.com/ef4))
19+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
20+
321
## Release (2026-03-18)
422

523
* @embroider/core 4.4.6 (patch)

packages/compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@embroider/compat",
3-
"version": "4.1.15",
3+
"version": "4.1.16",
44
"private": false,
55
"description": "Backward compatibility layer for the Embroider build system.",
66
"repository": {

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@embroider/core",
3-
"version": "4.4.6",
3+
"version": "4.4.7",
44
"private": false,
55
"description": "A build system for EmberJS applications.",
66
"repository": {

packages/macros/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@embroider/macros",
3-
"version": "1.20.1",
3+
"version": "1.20.2",
44
"private": false,
55
"description": "Standardized build-time macros for ember apps.",
66
"keywords": [

packages/template-tag-codemod/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@embroider/template-tag-codemod",
3-
"version": "1.3.5",
3+
"version": "1.3.6",
44
"private": false,
55
"type": "module",
66
"description": "Convert to HBS to GJS with <template></template>",

packages/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@embroider/vite",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/embroider-build/embroider.git",

0 commit comments

Comments
 (0)