|
1 | 1 | {
|
2 | 2 | "solution": {
|
3 | 3 | "@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" |
14 | 5 | },
|
15 | 6 | "@embroider/addon-shim": {
|
16 | 7 | "oldVersion": "1.8.9"
|
|
19 | 10 | "oldVersion": "3.1.1"
|
20 | 11 | },
|
21 | 12 | "@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", |
25 | 16 | "constraints": [
|
26 | 17 | {
|
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" |
33 | 20 | }
|
34 | 21 | ],
|
35 | 22 | "pkgJSONPath": "./packages/broccoli-side-watch/package.json"
|
36 | 23 | },
|
37 | 24 | "@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" |
48 | 26 | },
|
49 | 27 | "@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" |
64 | 29 | },
|
65 | 30 | "@embroider/hbs-loader": {
|
66 | 31 | "oldVersion": "3.0.3"
|
67 | 32 | },
|
68 | 33 | "@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" |
79 | 35 | },
|
80 | 36 | "@embroider/reverse-exports": {
|
81 | 37 | "oldVersion": "0.1.0"
|
|
84 | 40 | "oldVersion": "2.1.8"
|
85 | 41 | },
|
86 | 42 | "@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" |
97 | 44 | },
|
98 | 45 | "@embroider/test-setup": {
|
99 | 46 | "oldVersion": "4.0.0"
|
|
105 | 52 | "oldVersion": "0.2.1"
|
106 | 53 | },
|
107 | 54 | "@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" |
118 | 56 | }
|
119 | 57 | },
|
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" |
121 | 59 | }
|
0 commit comments