Skip to content

Commit f29ecc9

Browse files
Merge pull request #2669 from embroider-build/release-preview
Prepare Release
2 parents b2adf81 + 34be4b6 commit f29ecc9

File tree

3 files changed

+20
-71
lines changed

3 files changed

+20
-71
lines changed

.release-plan.json

Lines changed: 8 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,7 @@
11
{
22
"solution": {
33
"@embroider/addon-dev": {
4-
"impact": "minor",
5-
"oldVersion": "8.2.0",
6-
"newVersion": "8.3.0",
7-
"tagName": "latest",
8-
"constraints": [
9-
{
10-
"impact": "minor",
11-
"reason": "Appears in changelog section :rocket: Enhancement"
12-
},
13-
{
14-
"impact": "patch",
15-
"reason": "Appears in changelog section :house: Internal"
16-
}
17-
],
18-
"pkgJSONPath": "./packages/addon-dev/package.json"
4+
"oldVersion": "8.3.0"
195
},
206
"@embroider/addon-shim": {
217
"oldVersion": "1.10.2"
@@ -27,37 +13,13 @@
2713
"oldVersion": "1.1.0"
2814
},
2915
"@embroider/compat": {
30-
"impact": "patch",
31-
"oldVersion": "4.1.12",
32-
"newVersion": "4.1.13",
33-
"tagName": "latest",
34-
"constraints": [
35-
{
36-
"impact": "patch",
37-
"reason": "Appears in changelog section :bug: Bug Fix"
38-
},
39-
{
40-
"impact": "patch",
41-
"reason": "Has dependency `workspace:*` on @embroider/macros"
42-
}
43-
],
44-
"pkgJSONPath": "./packages/compat/package.json"
16+
"oldVersion": "4.1.13"
4517
},
4618
"@embroider/config-meta-loader": {
4719
"oldVersion": "1.0.0"
4820
},
4921
"@embroider/core": {
50-
"impact": "patch",
51-
"oldVersion": "4.4.2",
52-
"newVersion": "4.4.3",
53-
"tagName": "latest",
54-
"constraints": [
55-
{
56-
"impact": "patch",
57-
"reason": "Has dependency `workspace:*` on @embroider/macros"
58-
}
59-
],
60-
"pkgJSONPath": "./packages/core/package.json"
22+
"oldVersion": "4.4.3"
6123
},
6224
"@embroider/hbs-loader": {
6325
"oldVersion": "4.0.0"
@@ -66,17 +28,7 @@
6628
"oldVersion": "0.1.3"
6729
},
6830
"@embroider/macros": {
69-
"impact": "patch",
70-
"oldVersion": "1.19.6",
71-
"newVersion": "1.19.7",
72-
"tagName": "latest",
73-
"constraints": [
74-
{
75-
"impact": "patch",
76-
"reason": "Appears in changelog section :bug: Bug Fix"
77-
}
78-
],
79-
"pkgJSONPath": "./packages/macros/package.json"
31+
"oldVersion": "1.19.7"
8032
},
8133
"@embroider/reverse-exports": {
8234
"oldVersion": "0.2.0"
@@ -88,35 +40,21 @@
8840
"oldVersion": "3.0.2"
8941
},
9042
"@embroider/template-tag-codemod": {
91-
"impact": "patch",
92-
"oldVersion": "1.3.4",
93-
"newVersion": "1.3.5",
94-
"tagName": "latest",
95-
"constraints": [
96-
{
97-
"impact": "patch",
98-
"reason": "Appears in changelog section :bug: Bug Fix"
99-
}
100-
],
101-
"pkgJSONPath": "./packages/template-tag-codemod/package.json"
43+
"oldVersion": "1.3.5"
10244
},
10345
"@embroider/vite": {
10446
"impact": "patch",
105-
"oldVersion": "1.5.0",
106-
"newVersion": "1.5.1",
47+
"oldVersion": "1.5.1",
48+
"newVersion": "1.5.2",
10749
"tagName": "latest",
10850
"constraints": [
10951
{
11052
"impact": "patch",
11153
"reason": "Appears in changelog section :bug: Bug Fix"
112-
},
113-
{
114-
"impact": "patch",
115-
"reason": "Has dependency `workspace:*` on @embroider/macros"
11654
}
11755
],
11856
"pkgJSONPath": "./packages/vite/package.json"
11957
}
12058
},
121-
"description": "## Release (2026-02-04)\n\n* @embroider/addon-dev 8.3.0 (minor)\n* @embroider/compat 4.1.13 (patch)\n* @embroider/core 4.4.3 (patch)\n* @embroider/macros 1.19.7 (patch)\n* @embroider/template-tag-codemod 1.3.5 (patch)\n* @embroider/vite 1.5.1 (patch)\n\n#### :rocket: Enhancement\n* `@embroider/addon-dev`\n * [#2651](https://github.com/embroider-build/embroider/pull/2651) Update addon-dev to support glint 1 and glint 2 and choose between them based on your available dependencies ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :bug: Bug Fix\n* `@embroider/compat`, `@embroider/template-tag-codemod`\n * [#2656](https://github.com/embroider-build/embroider/pull/2656) Upgrade broccoli to ^4.0.0 and align Node requirements to >= 20.19.* ([@Copilot](https://github.com/apps/copilot-swe-agent))\n* `@embroider/vite`\n * [#2664](https://github.com/embroider-build/embroider/pull/2664) Narrow gjsFilter to not include files that happen to have .gjs in their file name ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `@embroider/macros`\n * [#2665](https://github.com/embroider-build/embroider/pull/2665) widen the ember-cli-babel dependency range for macros ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* Other\n * [#2666](https://github.com/embroider-build/embroider/pull/2666) upgrade release-plan ([@mansona](https://github.com/mansona))\n * [#2653](https://github.com/embroider-build/embroider/pull/2653) Fix CI - content-tag whitespace ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `@embroider/addon-dev`\n * [#2652](https://github.com/embroider-build/embroider/pull/2652) Switch addon-dev to vitest ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 3\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Copilot [Bot] ([@copilot-swe-agent](https://github.com/apps/copilot-swe-agent))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
59+
"description": "## Release (2026-02-07)\n\n* @embroider/vite 1.5.2 (patch)\n\n#### :bug: Bug Fix\n* `@embroider/vite`\n * [#2667](https://github.com/embroider-build/embroider/pull/2667) Fix the hbs filter ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
12260
}

CHANGELOG.md

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

3+
## Release (2026-02-07)
4+
5+
* @embroider/vite 1.5.2 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `@embroider/vite`
9+
* [#2667](https://github.com/embroider-build/embroider/pull/2667) Fix the hbs filter ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### Committers: 1
12+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
13+
314
## Release (2026-02-04)
415

516
* @embroider/addon-dev 8.3.0 (minor)

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.5.1",
3+
"version": "1.5.2",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/embroider-build/embroider.git",

0 commit comments

Comments
 (0)