Skip to content

Commit b0ab893

Browse files
Merge pull request #2649 from embroider-build/release-preview
Prepare Release
2 parents 82c2158 + b896e58 commit b0ab893

File tree

8 files changed

+94
-15
lines changed

8 files changed

+94
-15
lines changed

.release-plan.json

Lines changed: 67 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
{
22
"solution": {
33
"@embroider/addon-dev": {
4-
"oldVersion": "8.1.2"
4+
"impact": "minor",
5+
"oldVersion": "8.1.2",
6+
"newVersion": "8.2.0",
7+
"tagName": "latest",
8+
"constraints": [
9+
{
10+
"impact": "minor",
11+
"reason": "Appears in changelog section :rocket: Enhancement"
12+
}
13+
],
14+
"pkgJSONPath": "./packages/addon-dev/package.json"
515
},
616
"@embroider/addon-shim": {
717
"oldVersion": "1.10.2"
@@ -13,20 +23,34 @@
1323
"oldVersion": "1.1.0"
1424
},
1525
"@embroider/compat": {
16-
"oldVersion": "4.1.11"
26+
"impact": "patch",
27+
"oldVersion": "4.1.11",
28+
"newVersion": "4.1.12",
29+
"tagName": "latest",
30+
"constraints": [
31+
{
32+
"impact": "patch",
33+
"reason": "Has dependency `workspace:*` on @embroider/macros"
34+
}
35+
],
36+
"pkgJSONPath": "./packages/compat/package.json"
1737
},
1838
"@embroider/config-meta-loader": {
1939
"oldVersion": "1.0.0"
2040
},
2141
"@embroider/core": {
2242
"impact": "patch",
23-
"oldVersion": "4.4.0",
24-
"newVersion": "4.4.1",
43+
"oldVersion": "4.4.1",
44+
"newVersion": "4.4.2",
2545
"tagName": "latest",
2646
"constraints": [
2747
{
2848
"impact": "patch",
29-
"reason": "Appears in changelog section :bug: Bug Fix"
49+
"reason": "Has dependency `workspace:*` on @embroider/shared-internals"
50+
},
51+
{
52+
"impact": "patch",
53+
"reason": "Has dependency `workspace:*` on @embroider/macros"
3054
}
3155
],
3256
"pkgJSONPath": "./packages/core/package.json"
@@ -38,7 +62,17 @@
3862
"oldVersion": "0.1.3"
3963
},
4064
"@embroider/macros": {
41-
"oldVersion": "1.19.5"
65+
"impact": "patch",
66+
"oldVersion": "1.19.5",
67+
"newVersion": "1.19.6",
68+
"tagName": "latest",
69+
"constraints": [
70+
{
71+
"impact": "patch",
72+
"reason": "Has dependency `workspace:*` on @embroider/shared-internals"
73+
}
74+
],
75+
"pkgJSONPath": "./packages/macros/package.json"
4276
},
4377
"@embroider/reverse-exports": {
4478
"oldVersion": "0.2.0"
@@ -47,14 +81,38 @@
4781
"oldVersion": "3.0.6"
4882
},
4983
"@embroider/shared-internals": {
50-
"oldVersion": "3.0.1"
84+
"impact": "patch",
85+
"oldVersion": "3.0.1",
86+
"newVersion": "3.0.2",
87+
"tagName": "latest",
88+
"constraints": [
89+
{
90+
"impact": "patch",
91+
"reason": "Appears in changelog section :bug: Bug Fix"
92+
}
93+
],
94+
"pkgJSONPath": "./packages/shared-internals/package.json"
5195
},
5296
"@embroider/template-tag-codemod": {
5397
"oldVersion": "1.3.4"
5498
},
5599
"@embroider/vite": {
56-
"oldVersion": "1.4.4"
100+
"impact": "minor",
101+
"oldVersion": "1.4.4",
102+
"newVersion": "1.5.0",
103+
"tagName": "latest",
104+
"constraints": [
105+
{
106+
"impact": "minor",
107+
"reason": "Appears in changelog section :rocket: Enhancement"
108+
},
109+
{
110+
"impact": "patch",
111+
"reason": "Has dependency `workspace:*` on @embroider/macros"
112+
}
113+
],
114+
"pkgJSONPath": "./packages/vite/package.json"
57115
}
58116
},
59-
"description": "## Release (2025-12-09)\n\n* @embroider/core 4.4.1 (patch)\n\n#### :bug: Bug Fix\n* `@embroider/core`\n * [#2639](https://github.com/embroider-build/embroider/pull/2639) Fix `getAppFiles` filters to prevent app.ts from ending up in compatModules ([@BlueCutOfficial](https://github.com/BlueCutOfficial))\n\n#### Committers: 1\n- Marine Dunstetter ([@BlueCutOfficial](https://github.com/BlueCutOfficial))\n"
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"
60118
}

CHANGELOG.md

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

3+
## Release (2025-12-23)
4+
5+
* @embroider/addon-dev 8.2.0 (minor)
6+
* @embroider/compat 4.1.12 (patch)
7+
* @embroider/core 4.4.2 (patch)
8+
* @embroider/macros 1.19.6 (patch)
9+
* @embroider/shared-internals 3.0.2 (patch)
10+
* @embroider/vite 1.5.0 (minor)
11+
12+
#### :rocket: Enhancement
13+
* `@embroider/addon-dev`, `@embroider/vite`
14+
* [#2650](https://github.com/embroider-build/embroider/pull/2650) Update content-tag to 4.1.0 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
15+
16+
#### :bug: Bug Fix
17+
* `@embroider/shared-internals`
18+
* [#2648](https://github.com/embroider-build/embroider/pull/2648) Fix dependency-aware macros in dummy apps ([@ef4](https://github.com/ef4))
19+
20+
#### Committers: 2
21+
- Edward Faulkner ([@ef4](https://github.com/ef4))
22+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
23+
324
## Release (2025-12-09)
425

526
* @embroider/core 4.4.1 (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": "8.1.2",
3+
"version": "8.2.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.11",
3+
"version": "4.1.12",
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.1",
3+
"version": "4.4.2",
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.5",
3+
"version": "1.19.6",
44
"private": false,
55
"description": "Standardized build-time macros for ember apps.",
66
"keywords": [

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": "3.0.1",
3+
"version": "3.0.2",
44
"private": false,
55
"description": "Utilities shared among the other embroider packages",
66
"repository": {

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

0 commit comments

Comments
 (0)