Skip to content

Commit 41d1e94

Browse files
authored
Merge pull request #2123 from embroider-build/release-preview-stable
Prepare Release
2 parents 33af88c + ab4875a commit 41d1e94

File tree

3 files changed

+20
-57
lines changed

3 files changed

+20
-57
lines changed

.release-plan.json

+8-56
Original file line numberDiff line numberDiff line change
@@ -10,33 +10,16 @@
1010
"oldVersion": "3.1.1"
1111
},
1212
"@embroider/compat": {
13-
"impact": "patch",
14-
"oldVersion": "3.6.0",
15-
"newVersion": "3.6.1",
16-
"constraints": [
17-
{
18-
"impact": "patch",
19-
"reason": "Has dependency `workspace:*` on @embroider/macros"
20-
},
21-
{
22-
"impact": "patch",
23-
"reason": "Appears in changelog section :bug: Bug Fix"
24-
}
25-
],
26-
"pkgJSONPath": "./packages/compat/package.json"
13+
"oldVersion": "3.6.1"
2714
},
2815
"@embroider/core": {
2916
"impact": "patch",
30-
"oldVersion": "3.4.14",
31-
"newVersion": "3.4.15",
17+
"oldVersion": "3.4.15",
18+
"newVersion": "3.4.16",
3219
"constraints": [
3320
{
3421
"impact": "patch",
35-
"reason": "Has dependency `workspace:*` on @embroider/shared-internals"
36-
},
37-
{
38-
"impact": "patch",
39-
"reason": "Has dependency `workspace:*` on @embroider/macros"
22+
"reason": "Appears in changelog section :bug: Bug Fix"
4023
}
4124
],
4225
"pkgJSONPath": "./packages/core/package.json"
@@ -45,16 +28,7 @@
4528
"oldVersion": "3.0.3"
4629
},
4730
"@embroider/macros": {
48-
"impact": "patch",
49-
"oldVersion": "1.16.5",
50-
"newVersion": "1.16.6",
51-
"constraints": [
52-
{
53-
"impact": "patch",
54-
"reason": "Has dependency `workspace:*` on @embroider/shared-internals"
55-
}
56-
],
57-
"pkgJSONPath": "./packages/macros/package.json"
31+
"oldVersion": "1.16.6"
5832
},
5933
"@embroider/reverse-exports": {
6034
"oldVersion": "0.1.0"
@@ -63,16 +37,7 @@
6337
"oldVersion": "2.1.8"
6438
},
6539
"@embroider/shared-internals": {
66-
"impact": "patch",
67-
"oldVersion": "2.6.2",
68-
"newVersion": "2.6.3",
69-
"constraints": [
70-
{
71-
"impact": "patch",
72-
"reason": "Appears in changelog section :bug: Bug Fix"
73-
}
74-
],
75-
"pkgJSONPath": "./packages/shared-internals/package.json"
40+
"oldVersion": "2.6.3"
7641
},
7742
"@embroider/test-setup": {
7843
"oldVersion": "4.0.0"
@@ -84,21 +49,8 @@
8449
"oldVersion": "0.2.0"
8550
},
8651
"@embroider/webpack": {
87-
"impact": "patch",
88-
"oldVersion": "4.0.4",
89-
"newVersion": "4.0.5",
90-
"constraints": [
91-
{
92-
"impact": "patch",
93-
"reason": "Has dependency `workspace:*` on @embroider/shared-internals"
94-
},
95-
{
96-
"impact": "patch",
97-
"reason": "Appears in changelog section :house: Internal"
98-
}
99-
],
100-
"pkgJSONPath": "./packages/webpack/package.json"
52+
"oldVersion": "4.0.5"
10153
}
10254
},
103-
"description": "## Release (2024-08-30)\n\n@embroider/compat 3.6.1 (patch)\n@embroider/core 3.4.15 (patch)\n@embroider/macros 1.16.6 (patch)\n@embroider/shared-internals 2.6.3 (patch)\n@embroider/webpack 4.0.5 (patch)\n\n#### :bug: Bug Fix\n* `@embroider/shared-internals`\n * [#2075](https://github.com/embroider-build/embroider/pull/2075) Update ember standard modules to include @ember/renderer and @ember/-internals and ember-testing ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `@embroider/compat`\n * [#2067](https://github.com/embroider-build/embroider/pull/2067) codemod fixes ([@void-mAlex](https://github.com/void-mAlex))\n\n#### :memo: Documentation\n* [#2055](https://github.com/embroider-build/embroider/pull/2055) document templateTagCodemod usage ([@void-mAlex](https://github.com/void-mAlex))\n\n#### :house: Internal\n* `@embroider/webpack`\n * [#2076](https://github.com/embroider-build/embroider/pull/2076) [Stable]: Follow upstream type change from webpack ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* Other\n * [#2058](https://github.com/embroider-build/embroider/pull/2058) Set the packageManager field ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- Alex ([@void-mAlex](https://github.com/void-mAlex))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
55+
"description": "## Release (2024-09-20)\n\n@embroider/core 3.4.16 (patch)\n\n#### :bug: Bug Fix\n* `@embroider/core`, `@embroider/test-scenarios`\n * [#2088](https://github.com/embroider-build/embroider/pull/2088) Implement ember's component-template-resolving deprecation ([@ef4](https://github.com/ef4))\n\n#### Committers: 1\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n"
10456
}

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Embroider Changelog
22

3+
## Release (2024-09-20)
4+
5+
@embroider/core 3.4.16 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `@embroider/core`, `@embroider/test-scenarios`
9+
* [#2088](https://github.com/embroider-build/embroider/pull/2088) Implement ember's component-template-resolving deprecation ([@ef4](https://github.com/ef4))
10+
11+
#### Committers: 1
12+
- Edward Faulkner ([@ef4](https://github.com/ef4))
13+
314
## Release (2024-08-30)
415

516
@embroider/compat 3.6.1 (patch)

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@embroider/core",
3-
"version": "3.4.15",
3+
"version": "3.4.16",
44
"private": false,
55
"description": "A build system for EmberJS applications.",
66
"repository": {

0 commit comments

Comments
 (0)