Skip to content

Commit 0d468d0

Browse files
authored
Merge pull request #2636 from embroider-build/release-preview-stable
Prepare Stable Release
2 parents a41ae42 + b5c0399 commit 0d468d0

File tree

3 files changed

+23
-120
lines changed

3 files changed

+23
-120
lines changed

.release-plan.json

Lines changed: 11 additions & 119 deletions
Original file line numberDiff line numberDiff line change
@@ -1,153 +1,45 @@
11
{
22
"solution": {
33
"@embroider/addon-dev": {
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"
4+
"oldVersion": "7.1.6"
155
},
166
"@embroider/babel-loader-9": {
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"
7+
"oldVersion": "3.1.3"
288
},
299
"@embroider/compat": {
30-
"impact": "patch",
31-
"oldVersion": "3.9.2",
32-
"newVersion": "3.9.3",
33-
"tagName": "v3-x",
34-
"constraints": [
35-
{
36-
"impact": "patch",
37-
"reason": "Appears in changelog section :bug: Bug Fix"
38-
},
39-
{
40-
"impact": "patch",
41-
"reason": "Appears in changelog section :house: Internal"
42-
}
43-
],
44-
"pkgJSONPath": "./packages/compat/package.json"
10+
"oldVersion": "3.9.3"
4511
},
4612
"@embroider/core": {
47-
"impact": "patch",
48-
"oldVersion": "3.5.8",
49-
"newVersion": "3.5.9",
50-
"tagName": "v3-x",
51-
"constraints": [
52-
{
53-
"impact": "patch",
54-
"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"
63-
}
64-
],
65-
"pkgJSONPath": "./packages/core/package.json"
13+
"oldVersion": "3.5.9"
6614
},
6715
"@embroider/hbs-loader": {
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"
16+
"oldVersion": "3.0.5"
7917
},
8018
"@embroider/router": {
8119
"impact": "patch",
82-
"oldVersion": "2.1.10",
83-
"newVersion": "2.1.11",
20+
"oldVersion": "2.1.11",
21+
"newVersion": "2.1.12",
8422
"tagName": "v2-x",
8523
"constraints": [
8624
{
8725
"impact": "patch",
8826
"reason": "Appears in changelog section :bug: Bug Fix"
89-
},
90-
{
91-
"impact": "patch",
92-
"reason": "Appears in changelog section :house: Internal"
9327
}
9428
],
9529
"pkgJSONPath": "./packages/router/package.json"
9630
},
9731
"@embroider/shared-internals": {
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"
32+
"oldVersion": "2.9.2"
10933
},
11034
"@embroider/test-setup": {
11135
"oldVersion": "4.0.0"
11236
},
11337
"@embroider/util": {
114-
"impact": "patch",
115-
"oldVersion": "1.13.4",
116-
"newVersion": "1.13.5",
117-
"tagName": "latest",
118-
"constraints": [
119-
{
120-
"impact": "patch",
121-
"reason": "Appears in changelog section :bug: Bug Fix"
122-
},
123-
{
124-
"impact": "patch",
125-
"reason": "Appears in changelog section :house: Internal"
126-
}
127-
],
128-
"pkgJSONPath": "./packages/util/package.json"
38+
"oldVersion": "1.13.5"
12939
},
13040
"@embroider/webpack": {
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"
41+
"oldVersion": "4.1.2"
15042
}
15143
},
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"
44+
"description": "## Release (2025-12-02)\n\n* @embroider/router 2.1.12 (patch)\n\n#### :bug: Bug Fix\n* `@embroider/router`\n * [#2634](https://github.com/embroider-build/embroider/pull/2634) Widen test-waiters range in @embroider/router ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
15345
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## Release (2025-12-02)
44

5+
* @embroider/router 2.1.12 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `@embroider/router`
9+
* [#2634](https://github.com/embroider-build/embroider/pull/2634) Widen test-waiters range in @embroider/router ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### Committers: 1
12+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
13+
14+
## Release (2025-12-02)
15+
516
* @embroider/addon-dev 7.1.6 (patch)
617
* @embroider/babel-loader-9 3.1.3 (patch)
718
* @embroider/compat 3.9.3 (patch)

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.11",
3+
"version": "2.1.12",
44
"description": "Lazy loading router",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)