Skip to content

Commit 5d3336d

Browse files
authored
Merge pull request #2635 from embroider-build/release-preview-stable
Prepare Stable Release
2 parents 364d3b6 + 8e8672e commit 5d3336d

File tree

11 files changed

+133
-26
lines changed

11 files changed

+133
-26
lines changed

.release-plan.json

Lines changed: 95 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,75 +1,153 @@
11
{
22
"solution": {
33
"@embroider/addon-dev": {
4-
"oldVersion": "7.1.5"
4+
"impact": "patch",
5+
"oldVersion": "7.1.5",
6+
"newVersion": "7.1.6",
7+
"tagName": "v7-x",
8+
"constraints": [
9+
{
10+
"impact": "patch",
11+
"reason": "Appears in changelog section :bug: Bug Fix"
12+
}
13+
],
14+
"pkgJSONPath": "./packages/addon-dev/package.json"
515
},
616
"@embroider/babel-loader-9": {
7-
"oldVersion": "3.1.2"
17+
"impact": "patch",
18+
"oldVersion": "3.1.2",
19+
"newVersion": "3.1.3",
20+
"tagName": "v3-x",
21+
"constraints": [
22+
{
23+
"impact": "patch",
24+
"reason": "Appears in changelog section :bug: Bug Fix"
25+
}
26+
],
27+
"pkgJSONPath": "./packages/babel-loader-9/package.json"
828
},
929
"@embroider/compat": {
1030
"impact": "patch",
11-
"oldVersion": "3.9.1",
12-
"newVersion": "3.9.2",
13-
"tagName": "3.x",
31+
"oldVersion": "3.9.2",
32+
"newVersion": "3.9.3",
33+
"tagName": "v3-x",
1434
"constraints": [
1535
{
1636
"impact": "patch",
1737
"reason": "Appears in changelog section :bug: Bug Fix"
38+
},
39+
{
40+
"impact": "patch",
41+
"reason": "Appears in changelog section :house: Internal"
1842
}
1943
],
2044
"pkgJSONPath": "./packages/compat/package.json"
2145
},
2246
"@embroider/core": {
2347
"impact": "patch",
24-
"oldVersion": "3.5.7",
25-
"newVersion": "3.5.8",
26-
"tagName": "3.x",
48+
"oldVersion": "3.5.8",
49+
"newVersion": "3.5.9",
50+
"tagName": "v3-x",
2751
"constraints": [
2852
{
2953
"impact": "patch",
3054
"reason": "Appears in changelog section :bug: Bug Fix"
55+
},
56+
{
57+
"impact": "patch",
58+
"reason": "Has dependency `workspace:*` on @embroider/shared-internals"
59+
},
60+
{
61+
"impact": "patch",
62+
"reason": "Appears in changelog section :house: Internal"
3163
}
3264
],
3365
"pkgJSONPath": "./packages/core/package.json"
3466
},
3567
"@embroider/hbs-loader": {
36-
"oldVersion": "3.0.4"
68+
"impact": "patch",
69+
"oldVersion": "3.0.4",
70+
"newVersion": "3.0.5",
71+
"tagName": "v3-x",
72+
"constraints": [
73+
{
74+
"impact": "patch",
75+
"reason": "Appears in changelog section :bug: Bug Fix"
76+
}
77+
],
78+
"pkgJSONPath": "./packages/hbs-loader/package.json"
3779
},
3880
"@embroider/router": {
3981
"impact": "patch",
40-
"oldVersion": "2.1.9",
41-
"newVersion": "2.1.10",
42-
"tagName": "2.x",
82+
"oldVersion": "2.1.10",
83+
"newVersion": "2.1.11",
84+
"tagName": "v2-x",
4385
"constraints": [
4486
{
4587
"impact": "patch",
4688
"reason": "Appears in changelog section :bug: Bug Fix"
89+
},
90+
{
91+
"impact": "patch",
92+
"reason": "Appears in changelog section :house: Internal"
4793
}
4894
],
4995
"pkgJSONPath": "./packages/router/package.json"
5096
},
5197
"@embroider/shared-internals": {
52-
"oldVersion": "2.9.1"
98+
"impact": "patch",
99+
"oldVersion": "2.9.1",
100+
"newVersion": "2.9.2",
101+
"tagName": "v2-x",
102+
"constraints": [
103+
{
104+
"impact": "patch",
105+
"reason": "Appears in changelog section :bug: Bug Fix"
106+
}
107+
],
108+
"pkgJSONPath": "./packages/shared-internals/package.json"
53109
},
54110
"@embroider/test-setup": {
55111
"oldVersion": "4.0.0"
56112
},
57113
"@embroider/util": {
58114
"impact": "patch",
59-
"oldVersion": "1.13.3",
60-
"newVersion": "1.13.4",
115+
"oldVersion": "1.13.4",
116+
"newVersion": "1.13.5",
61117
"tagName": "latest",
62118
"constraints": [
63119
{
64120
"impact": "patch",
65121
"reason": "Appears in changelog section :bug: Bug Fix"
122+
},
123+
{
124+
"impact": "patch",
125+
"reason": "Appears in changelog section :house: Internal"
66126
}
67127
],
68128
"pkgJSONPath": "./packages/util/package.json"
69129
},
70130
"@embroider/webpack": {
71-
"oldVersion": "4.1.1"
131+
"impact": "patch",
132+
"oldVersion": "4.1.1",
133+
"newVersion": "4.1.2",
134+
"tagName": "latest",
135+
"constraints": [
136+
{
137+
"impact": "patch",
138+
"reason": "Has dependency `workspace:*` on @embroider/babel-loader-9"
139+
},
140+
{
141+
"impact": "patch",
142+
"reason": "Has dependency `workspace:*` on @embroider/hbs-loader"
143+
},
144+
{
145+
"impact": "patch",
146+
"reason": "Has dependency `workspace:*` on @embroider/shared-internals"
147+
}
148+
],
149+
"pkgJSONPath": "./packages/webpack/package.json"
72150
}
73151
},
74-
"description": "## Release (2025-07-23)\n\n* @embroider/compat 3.9.2 (patch)\n* @embroider/core 3.5.8 (patch)\n* @embroider/router 2.1.10 (patch)\n* @embroider/util 1.13.4 (patch)\n\n#### :bug: Bug Fix\n* `@embroider/compat`, `@embroider/core`, `@embroider/router`, `@embroider/util`\n * [#2528](https://github.com/embroider-build/embroider/pull/2528) unpin @embroider/macros now that lazy mode has been fixed ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* [#2504](https://github.com/embroider-build/embroider/pull/2504) Update release plan ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
152+
"description": "## Release (2025-12-02)\n\n* @embroider/addon-dev 7.1.6 (patch)\n* @embroider/babel-loader-9 3.1.3 (patch)\n* @embroider/compat 3.9.3 (patch)\n* @embroider/core 3.5.9 (patch)\n* @embroider/hbs-loader 3.0.5 (patch)\n* @embroider/router 2.1.11 (patch)\n* @embroider/shared-internals 2.9.2 (patch)\n* @embroider/util 1.13.5 (patch)\n* @embroider/webpack 4.1.2 (patch)\n\n#### :bug: Bug Fix\n* `@embroider/addon-dev`, `@embroider/babel-loader-9`, `@embroider/compat`, `@embroider/core`, `@embroider/hbs-loader`, `@embroider/router`, `@embroider/shared-internals`\n * [#2633](https://github.com/embroider-build/embroider/pull/2633) Update tags ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `@embroider/compat`, `@embroider/core`, `@embroider/router`, `@embroider/util`\n * [#2528](https://github.com/embroider-build/embroider/pull/2528) unpin @embroider/macros now that lazy mode has been fixed ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `@embroider/compat`, `@embroider/core`, `@embroider/router`, `@embroider/util`\n * [#2506](https://github.com/embroider-build/embroider/pull/2506) Prepare Stable Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n* Other\n * [#2504](https://github.com/embroider-build/embroider/pull/2504) Update release plan ([@mansona](https://github.com/mansona))\n\n#### Committers: 3\n- Chris Manson ([@mansona](https://github.com/mansona))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n- [@github-actions[bot]](https://github.com/apps/github-actions)\n"
75153
}

CHANGELOG.md

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

3+
## Release (2025-12-02)
4+
5+
* @embroider/addon-dev 7.1.6 (patch)
6+
* @embroider/babel-loader-9 3.1.3 (patch)
7+
* @embroider/compat 3.9.3 (patch)
8+
* @embroider/core 3.5.9 (patch)
9+
* @embroider/hbs-loader 3.0.5 (patch)
10+
* @embroider/router 2.1.11 (patch)
11+
* @embroider/shared-internals 2.9.2 (patch)
12+
* @embroider/util 1.13.5 (patch)
13+
* @embroider/webpack 4.1.2 (patch)
14+
15+
#### :bug: Bug Fix
16+
* `@embroider/addon-dev`, `@embroider/babel-loader-9`, `@embroider/compat`, `@embroider/core`, `@embroider/hbs-loader`, `@embroider/router`, `@embroider/shared-internals`
17+
* [#2633](https://github.com/embroider-build/embroider/pull/2633) Update tags ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
18+
* `@embroider/compat`, `@embroider/core`, `@embroider/router`, `@embroider/util`
19+
* [#2528](https://github.com/embroider-build/embroider/pull/2528) unpin @embroider/macros now that lazy mode has been fixed ([@mansona](https://github.com/mansona))
20+
21+
#### :house: Internal
22+
* `@embroider/compat`, `@embroider/core`, `@embroider/router`, `@embroider/util`
23+
* [#2506](https://github.com/embroider-build/embroider/pull/2506) Prepare Stable Release ([@github-actions[bot]](https://github.com/apps/github-actions))
24+
* Other
25+
* [#2504](https://github.com/embroider-build/embroider/pull/2504) Update release plan ([@mansona](https://github.com/mansona))
26+
27+
#### Committers: 3
28+
- Chris Manson ([@mansona](https://github.com/mansona))
29+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
30+
- [@github-actions[bot]](https://github.com/apps/github-actions)
31+
332
## Release (2025-07-23)
433

534
* @embroider/compat 3.9.2 (patch)

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": "7.1.5",
3+
"version": "7.1.6",
44
"description": "Utilities for addon authors",
55
"repository": {
66
"type": "git",

packages/babel-loader-9/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@embroider/babel-loader-9",
3-
"version": "3.1.2",
3+
"version": "3.1.3",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/embroider-build/embroider.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": "3.9.2",
3+
"version": "3.9.3",
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": "3.5.8",
3+
"version": "3.5.9",
44
"private": false,
55
"description": "A build system for EmberJS applications.",
66
"repository": {

packages/hbs-loader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@embroider/hbs-loader",
3-
"version": "3.0.4",
3+
"version": "3.0.5",
44
"private": false,
55
"description": "Glimmer handlebars loader for webpack",
66
"repository": {

packages/router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@embroider/router",
3-
"version": "2.1.10",
3+
"version": "2.1.11",
44
"description": "Lazy loading router",
55
"keywords": [
66
"ember-addon"

packages/shared-internals/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@embroider/shared-internals",
3-
"version": "2.9.1",
3+
"version": "2.9.2",
44
"private": false,
55
"description": "Utilities shared among the other embroider packages",
66
"repository": {

packages/util/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@embroider/util",
3-
"version": "1.13.4",
3+
"version": "1.13.5",
44
"description": "Utilities for app and addon authors.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)