Skip to content

Commit df8876a

Browse files
authored
Merge pull request #2149 from embroider-build/release-preview-stable
Prepare Release
2 parents ca5f8f7 + f37ed65 commit df8876a

File tree

3 files changed

+24
-75
lines changed

3 files changed

+24
-75
lines changed

.release-plan.json

+12-74
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,7 @@
11
{
22
"solution": {
33
"@embroider/addon-dev": {
4-
"impact": "patch",
5-
"oldVersion": "6.0.0",
6-
"newVersion": "6.0.1",
7-
"constraints": [
8-
{
9-
"impact": "patch",
10-
"reason": "Appears in changelog section :bug: Bug Fix"
11-
}
12-
],
13-
"pkgJSONPath": "./packages/addon-dev/package.json"
4+
"oldVersion": "6.0.1"
145
},
156
"@embroider/addon-shim": {
167
"oldVersion": "1.8.9"
@@ -19,63 +10,28 @@
1910
"oldVersion": "3.1.1"
2011
},
2112
"@embroider/broccoli-side-watch": {
22-
"impact": "major",
23-
"oldVersion": "0.1.0",
24-
"newVersion": "1.0.0",
13+
"impact": "patch",
14+
"oldVersion": "1.0.0",
15+
"newVersion": "1.0.1",
2516
"constraints": [
2617
{
27-
"impact": "major",
28-
"reason": "Appears in changelog section :boom: Breaking Change"
29-
},
30-
{
31-
"impact": "minor",
32-
"reason": "Appears in changelog section :rocket: Enhancement"
18+
"impact": "patch",
19+
"reason": "Appears in changelog section :bug: Bug Fix"
3320
}
3421
],
3522
"pkgJSONPath": "./packages/broccoli-side-watch/package.json"
3623
},
3724
"@embroider/compat": {
38-
"impact": "patch",
39-
"oldVersion": "3.6.3",
40-
"newVersion": "3.6.4",
41-
"constraints": [
42-
{
43-
"impact": "patch",
44-
"reason": "Has dependency `workspace:*` on @embroider/macros"
45-
}
46-
],
47-
"pkgJSONPath": "./packages/compat/package.json"
25+
"oldVersion": "3.6.4"
4826
},
4927
"@embroider/core": {
50-
"impact": "patch",
51-
"oldVersion": "3.4.17",
52-
"newVersion": "3.4.18",
53-
"constraints": [
54-
{
55-
"impact": "patch",
56-
"reason": "Has dependency `workspace:*` on @embroider/shared-internals"
57-
},
58-
{
59-
"impact": "patch",
60-
"reason": "Has dependency `workspace:*` on @embroider/macros"
61-
}
62-
],
63-
"pkgJSONPath": "./packages/core/package.json"
28+
"oldVersion": "3.4.18"
6429
},
6530
"@embroider/hbs-loader": {
6631
"oldVersion": "3.0.3"
6732
},
6833
"@embroider/macros": {
69-
"impact": "patch",
70-
"oldVersion": "1.16.7",
71-
"newVersion": "1.16.8",
72-
"constraints": [
73-
{
74-
"impact": "patch",
75-
"reason": "Has dependency `workspace:*` on @embroider/shared-internals"
76-
}
77-
],
78-
"pkgJSONPath": "./packages/macros/package.json"
34+
"oldVersion": "1.16.8"
7935
},
8036
"@embroider/reverse-exports": {
8137
"oldVersion": "0.1.0"
@@ -84,16 +40,7 @@
8440
"oldVersion": "2.1.8"
8541
},
8642
"@embroider/shared-internals": {
87-
"impact": "minor",
88-
"oldVersion": "2.7.0",
89-
"newVersion": "2.8.0",
90-
"constraints": [
91-
{
92-
"impact": "minor",
93-
"reason": "Appears in changelog section :rocket: Enhancement"
94-
}
95-
],
96-
"pkgJSONPath": "./packages/shared-internals/package.json"
43+
"oldVersion": "2.8.0"
9744
},
9845
"@embroider/test-setup": {
9946
"oldVersion": "4.0.0"
@@ -105,17 +52,8 @@
10552
"oldVersion": "0.2.1"
10653
},
10754
"@embroider/webpack": {
108-
"impact": "patch",
109-
"oldVersion": "4.0.6",
110-
"newVersion": "4.0.7",
111-
"constraints": [
112-
{
113-
"impact": "patch",
114-
"reason": "Has dependency `workspace:*` on @embroider/shared-internals"
115-
}
116-
],
117-
"pkgJSONPath": "./packages/webpack/package.json"
55+
"oldVersion": "4.0.7"
11856
}
11957
},
120-
"description": "## Release (2024-10-09)\n\n@embroider/addon-dev 6.0.1 (patch)\n@embroider/broccoli-side-watch 1.0.0 (major)\n@embroider/compat 3.6.4 (patch)\n@embroider/core 3.4.18 (patch)\n@embroider/macros 1.16.8 (patch)\n@embroider/shared-internals 2.8.0 (minor)\n@embroider/webpack 4.0.7 (patch)\n\n#### :boom: Breaking Change\n* `@embroider/broccoli-side-watch`\n * [#2146](https://github.com/embroider-build/embroider/pull/2146) Fix broccoli-side-watch so release-plan will release as 1.0.0 ([@simonihmig](https://github.com/simonihmig))\n\n#### :rocket: Enhancement\n* `@embroider/broccoli-side-watch`, `@embroider/shared-internals`\n * [#2141](https://github.com/embroider-build/embroider/pull/2141) Add better broccoli-side-watch package ([@simonihmig](https://github.com/simonihmig))\n\n#### :bug: Bug Fix\n* `@embroider/addon-dev`, `@embroider/test-scenarios`\n * [#2136](https://github.com/embroider-build/embroider/pull/2136) Enforce correct plugin order in addon-dev ([@simonihmig](https://github.com/simonihmig))\n\n#### Committers: 1\n- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))\n"
58+
"description": "## Release (2024-10-09)\n\n@embroider/broccoli-side-watch 1.0.1 (patch)\n\n#### :bug: Bug Fix\n* `@embroider/broccoli-side-watch`\n * [#2148](https://github.com/embroider-build/embroider/pull/2148) Fix broken default export when required from CJS ([@simonihmig](https://github.com/simonihmig))\n\n#### Committers: 1\n- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))\n"
12159
}

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## Release (2024-10-09)
44

5+
@embroider/broccoli-side-watch 1.0.1 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `@embroider/broccoli-side-watch`
9+
* [#2148](https://github.com/embroider-build/embroider/pull/2148) Fix broken default export when required from CJS ([@simonihmig](https://github.com/simonihmig))
10+
11+
#### Committers: 1
12+
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))
13+
14+
## Release (2024-10-09)
15+
516
@embroider/addon-dev 6.0.1 (patch)
617
@embroider/broccoli-side-watch 1.0.0 (major)
718
@embroider/compat 3.6.4 (patch)

packages/broccoli-side-watch/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@embroider/broccoli-side-watch",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Watch changes in other folders to rebuild Ember app",
55
"keywords": [
66
"ember"

0 commit comments

Comments
 (0)