|
1 | 1 | { |
2 | 2 | "solution": { |
3 | 3 | "@embroider/addon-dev": { |
4 | | - "oldVersion": "7.1.5" |
| 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" |
5 | 15 | }, |
6 | 16 | "@embroider/babel-loader-9": { |
7 | | - "oldVersion": "3.1.2" |
| 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" |
8 | 28 | }, |
9 | 29 | "@embroider/compat": { |
10 | 30 | "impact": "patch", |
11 | | - "oldVersion": "3.9.1", |
12 | | - "newVersion": "3.9.2", |
13 | | - "tagName": "3.x", |
| 31 | + "oldVersion": "3.9.2", |
| 32 | + "newVersion": "3.9.3", |
| 33 | + "tagName": "v3-x", |
14 | 34 | "constraints": [ |
15 | 35 | { |
16 | 36 | "impact": "patch", |
17 | 37 | "reason": "Appears in changelog section :bug: Bug Fix" |
| 38 | + }, |
| 39 | + { |
| 40 | + "impact": "patch", |
| 41 | + "reason": "Appears in changelog section :house: Internal" |
18 | 42 | } |
19 | 43 | ], |
20 | 44 | "pkgJSONPath": "./packages/compat/package.json" |
21 | 45 | }, |
22 | 46 | "@embroider/core": { |
23 | 47 | "impact": "patch", |
24 | | - "oldVersion": "3.5.7", |
25 | | - "newVersion": "3.5.8", |
26 | | - "tagName": "3.x", |
| 48 | + "oldVersion": "3.5.8", |
| 49 | + "newVersion": "3.5.9", |
| 50 | + "tagName": "v3-x", |
27 | 51 | "constraints": [ |
28 | 52 | { |
29 | 53 | "impact": "patch", |
30 | 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" |
31 | 63 | } |
32 | 64 | ], |
33 | 65 | "pkgJSONPath": "./packages/core/package.json" |
34 | 66 | }, |
35 | 67 | "@embroider/hbs-loader": { |
36 | | - "oldVersion": "3.0.4" |
| 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" |
37 | 79 | }, |
38 | 80 | "@embroider/router": { |
39 | 81 | "impact": "patch", |
40 | | - "oldVersion": "2.1.9", |
41 | | - "newVersion": "2.1.10", |
42 | | - "tagName": "2.x", |
| 82 | + "oldVersion": "2.1.10", |
| 83 | + "newVersion": "2.1.11", |
| 84 | + "tagName": "v2-x", |
43 | 85 | "constraints": [ |
44 | 86 | { |
45 | 87 | "impact": "patch", |
46 | 88 | "reason": "Appears in changelog section :bug: Bug Fix" |
| 89 | + }, |
| 90 | + { |
| 91 | + "impact": "patch", |
| 92 | + "reason": "Appears in changelog section :house: Internal" |
47 | 93 | } |
48 | 94 | ], |
49 | 95 | "pkgJSONPath": "./packages/router/package.json" |
50 | 96 | }, |
51 | 97 | "@embroider/shared-internals": { |
52 | | - "oldVersion": "2.9.1" |
| 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" |
53 | 109 | }, |
54 | 110 | "@embroider/test-setup": { |
55 | 111 | "oldVersion": "4.0.0" |
56 | 112 | }, |
57 | 113 | "@embroider/util": { |
58 | 114 | "impact": "patch", |
59 | | - "oldVersion": "1.13.3", |
60 | | - "newVersion": "1.13.4", |
| 115 | + "oldVersion": "1.13.4", |
| 116 | + "newVersion": "1.13.5", |
61 | 117 | "tagName": "latest", |
62 | 118 | "constraints": [ |
63 | 119 | { |
64 | 120 | "impact": "patch", |
65 | 121 | "reason": "Appears in changelog section :bug: Bug Fix" |
| 122 | + }, |
| 123 | + { |
| 124 | + "impact": "patch", |
| 125 | + "reason": "Appears in changelog section :house: Internal" |
66 | 126 | } |
67 | 127 | ], |
68 | 128 | "pkgJSONPath": "./packages/util/package.json" |
69 | 129 | }, |
70 | 130 | "@embroider/webpack": { |
71 | | - "oldVersion": "4.1.1" |
| 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" |
72 | 150 | } |
73 | 151 | }, |
74 | | - "description": "## Release (2025-07-23)\n\n* @embroider/compat 3.9.2 (patch)\n* @embroider/core 3.5.8 (patch)\n* @embroider/router 2.1.10 (patch)\n* @embroider/util 1.13.4 (patch)\n\n#### :bug: Bug Fix\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* [#2504](https://github.com/embroider-build/embroider/pull/2504) Update release plan ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n" |
| 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" |
75 | 153 | } |
0 commit comments