Skip to content

Commit e0a9696

Browse files
Merge pull request #2654 from embroider-build/release-preview
Prepare Release
2 parents 437e4d1 + bb0d880 commit e0a9696

File tree

8 files changed

+68
-31
lines changed

8 files changed

+68
-31
lines changed

.release-plan.json

Lines changed: 29 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,17 @@
22
"solution": {
33
"@embroider/addon-dev": {
44
"impact": "minor",
5-
"oldVersion": "8.1.2",
6-
"newVersion": "8.2.0",
5+
"oldVersion": "8.2.0",
6+
"newVersion": "8.3.0",
77
"tagName": "latest",
88
"constraints": [
99
{
1010
"impact": "minor",
1111
"reason": "Appears in changelog section :rocket: Enhancement"
12+
},
13+
{
14+
"impact": "patch",
15+
"reason": "Appears in changelog section :house: Internal"
1216
}
1317
],
1418
"pkgJSONPath": "./packages/addon-dev/package.json"
@@ -24,10 +28,14 @@
2428
},
2529
"@embroider/compat": {
2630
"impact": "patch",
27-
"oldVersion": "4.1.11",
28-
"newVersion": "4.1.12",
31+
"oldVersion": "4.1.12",
32+
"newVersion": "4.1.13",
2933
"tagName": "latest",
3034
"constraints": [
35+
{
36+
"impact": "patch",
37+
"reason": "Appears in changelog section :bug: Bug Fix"
38+
},
3139
{
3240
"impact": "patch",
3341
"reason": "Has dependency `workspace:*` on @embroider/macros"
@@ -40,14 +48,10 @@
4048
},
4149
"@embroider/core": {
4250
"impact": "patch",
43-
"oldVersion": "4.4.1",
44-
"newVersion": "4.4.2",
51+
"oldVersion": "4.4.2",
52+
"newVersion": "4.4.3",
4553
"tagName": "latest",
4654
"constraints": [
47-
{
48-
"impact": "patch",
49-
"reason": "Has dependency `workspace:*` on @embroider/shared-internals"
50-
},
5155
{
5256
"impact": "patch",
5357
"reason": "Has dependency `workspace:*` on @embroider/macros"
@@ -63,13 +67,13 @@
6367
},
6468
"@embroider/macros": {
6569
"impact": "patch",
66-
"oldVersion": "1.19.5",
67-
"newVersion": "1.19.6",
70+
"oldVersion": "1.19.6",
71+
"newVersion": "1.19.7",
6872
"tagName": "latest",
6973
"constraints": [
7074
{
7175
"impact": "patch",
72-
"reason": "Has dependency `workspace:*` on @embroider/shared-internals"
76+
"reason": "Appears in changelog section :bug: Bug Fix"
7377
}
7478
],
7579
"pkgJSONPath": "./packages/macros/package.json"
@@ -81,30 +85,30 @@
8185
"oldVersion": "3.0.6"
8286
},
8387
"@embroider/shared-internals": {
88+
"oldVersion": "3.0.2"
89+
},
90+
"@embroider/template-tag-codemod": {
8491
"impact": "patch",
85-
"oldVersion": "3.0.1",
86-
"newVersion": "3.0.2",
92+
"oldVersion": "1.3.4",
93+
"newVersion": "1.3.5",
8794
"tagName": "latest",
8895
"constraints": [
8996
{
9097
"impact": "patch",
9198
"reason": "Appears in changelog section :bug: Bug Fix"
9299
}
93100
],
94-
"pkgJSONPath": "./packages/shared-internals/package.json"
95-
},
96-
"@embroider/template-tag-codemod": {
97-
"oldVersion": "1.3.4"
101+
"pkgJSONPath": "./packages/template-tag-codemod/package.json"
98102
},
99103
"@embroider/vite": {
100-
"impact": "minor",
101-
"oldVersion": "1.4.4",
102-
"newVersion": "1.5.0",
104+
"impact": "patch",
105+
"oldVersion": "1.5.0",
106+
"newVersion": "1.5.1",
103107
"tagName": "latest",
104108
"constraints": [
105109
{
106-
"impact": "minor",
107-
"reason": "Appears in changelog section :rocket: Enhancement"
110+
"impact": "patch",
111+
"reason": "Appears in changelog section :bug: Bug Fix"
108112
},
109113
{
110114
"impact": "patch",
@@ -114,5 +118,5 @@
114118
"pkgJSONPath": "./packages/vite/package.json"
115119
}
116120
},
117-
"description": "## Release (2025-12-23)\n\n* @embroider/addon-dev 8.2.0 (minor)\n* @embroider/compat 4.1.12 (patch)\n* @embroider/core 4.4.2 (patch)\n* @embroider/macros 1.19.6 (patch)\n* @embroider/shared-internals 3.0.2 (patch)\n* @embroider/vite 1.5.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/addon-dev`, `@embroider/vite`\n * [#2650](https://github.com/embroider-build/embroider/pull/2650) Update content-tag to 4.1.0 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :bug: Bug Fix\n* `@embroider/shared-internals`\n * [#2648](https://github.com/embroider-build/embroider/pull/2648) Fix dependency-aware macros in dummy apps ([@ef4](https://github.com/ef4))\n\n#### Committers: 2\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
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"
118122
}

CHANGELOG.md

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

3+
## Release (2026-02-04)
4+
5+
* @embroider/addon-dev 8.3.0 (minor)
6+
* @embroider/compat 4.1.13 (patch)
7+
* @embroider/core 4.4.3 (patch)
8+
* @embroider/macros 1.19.7 (patch)
9+
* @embroider/template-tag-codemod 1.3.5 (patch)
10+
* @embroider/vite 1.5.1 (patch)
11+
12+
#### :rocket: Enhancement
13+
* `@embroider/addon-dev`
14+
* [#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))
15+
16+
#### :bug: Bug Fix
17+
* `@embroider/compat`, `@embroider/template-tag-codemod`
18+
* [#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))
19+
* `@embroider/vite`
20+
* [#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))
21+
* `@embroider/macros`
22+
* [#2665](https://github.com/embroider-build/embroider/pull/2665) widen the ember-cli-babel dependency range for macros ([@mansona](https://github.com/mansona))
23+
24+
#### :house: Internal
25+
* Other
26+
* [#2666](https://github.com/embroider-build/embroider/pull/2666) upgrade release-plan ([@mansona](https://github.com/mansona))
27+
* [#2653](https://github.com/embroider-build/embroider/pull/2653) Fix CI - content-tag whitespace ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
28+
* `@embroider/addon-dev`
29+
* [#2652](https://github.com/embroider-build/embroider/pull/2652) Switch addon-dev to vitest ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
30+
31+
#### Committers: 3
32+
- Chris Manson ([@mansona](https://github.com/mansona))
33+
- Copilot [Bot] ([@copilot-swe-agent](https://github.com/apps/copilot-swe-agent))
34+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
35+
336
## Release (2025-12-23)
437

538
* @embroider/addon-dev 8.2.0 (minor)

packages/addon-dev/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@embroider/addon-dev",
3-
"version": "8.2.0",
3+
"version": "8.3.0",
44
"description": "Utilities for addon authors",
55
"repository": {
66
"type": "git",

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.12",
3+
"version": "4.1.13",
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.2",
3+
"version": "4.4.3",
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.19.6",
3+
"version": "1.19.7",
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.4",
3+
"version": "1.3.5",
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.5.0",
3+
"version": "1.5.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/embroider-build/embroider.git",

0 commit comments

Comments
 (0)