|
13 | 13 | "oldVersion": "1.1.0" |
14 | 14 | }, |
15 | 15 | "@embroider/compat": { |
16 | | - "oldVersion": "4.1.15" |
| 16 | + "impact": "patch", |
| 17 | + "oldVersion": "4.1.15", |
| 18 | + "newVersion": "4.1.16", |
| 19 | + "tagName": "latest", |
| 20 | + "constraints": [ |
| 21 | + { |
| 22 | + "impact": "patch", |
| 23 | + "reason": "Appears in changelog section :bug: Bug Fix" |
| 24 | + }, |
| 25 | + { |
| 26 | + "impact": "patch", |
| 27 | + "reason": "Has dependency `workspace:*` on @embroider/macros" |
| 28 | + } |
| 29 | + ], |
| 30 | + "pkgJSONPath": "./packages/compat/package.json" |
17 | 31 | }, |
18 | 32 | "@embroider/config-meta-loader": { |
19 | 33 | "oldVersion": "1.0.0" |
20 | 34 | }, |
21 | 35 | "@embroider/core": { |
22 | 36 | "impact": "patch", |
23 | | - "oldVersion": "4.4.5", |
24 | | - "newVersion": "4.4.6", |
| 37 | + "oldVersion": "4.4.6", |
| 38 | + "newVersion": "4.4.7", |
25 | 39 | "tagName": "latest", |
26 | 40 | "constraints": [ |
27 | 41 | { |
28 | 42 | "impact": "patch", |
29 | 43 | "reason": "Appears in changelog section :bug: Bug Fix" |
| 44 | + }, |
| 45 | + { |
| 46 | + "impact": "patch", |
| 47 | + "reason": "Has dependency `workspace:*` on @embroider/macros" |
30 | 48 | } |
31 | 49 | ], |
32 | 50 | "pkgJSONPath": "./packages/core/package.json" |
|
38 | 56 | "oldVersion": "0.1.3" |
39 | 57 | }, |
40 | 58 | "@embroider/macros": { |
41 | | - "oldVersion": "1.20.1" |
| 59 | + "impact": "patch", |
| 60 | + "oldVersion": "1.20.1", |
| 61 | + "newVersion": "1.20.2", |
| 62 | + "tagName": "latest", |
| 63 | + "constraints": [ |
| 64 | + { |
| 65 | + "impact": "patch", |
| 66 | + "reason": "Appears in changelog section :bug: Bug Fix" |
| 67 | + } |
| 68 | + ], |
| 69 | + "pkgJSONPath": "./packages/macros/package.json" |
42 | 70 | }, |
43 | 71 | "@embroider/reverse-exports": { |
44 | 72 | "oldVersion": "0.2.0" |
|
50 | 78 | "oldVersion": "3.0.2" |
51 | 79 | }, |
52 | 80 | "@embroider/template-tag-codemod": { |
53 | | - "oldVersion": "1.3.5" |
| 81 | + "impact": "patch", |
| 82 | + "oldVersion": "1.3.5", |
| 83 | + "newVersion": "1.3.6", |
| 84 | + "tagName": "latest", |
| 85 | + "constraints": [ |
| 86 | + { |
| 87 | + "impact": "patch", |
| 88 | + "reason": "Appears in changelog section :bug: Bug Fix" |
| 89 | + } |
| 90 | + ], |
| 91 | + "pkgJSONPath": "./packages/template-tag-codemod/package.json" |
54 | 92 | }, |
55 | 93 | "@embroider/vite": { |
56 | | - "impact": "minor", |
57 | | - "oldVersion": "1.6.1", |
58 | | - "newVersion": "1.7.0", |
| 94 | + "impact": "patch", |
| 95 | + "oldVersion": "1.7.0", |
| 96 | + "newVersion": "1.7.1", |
59 | 97 | "tagName": "latest", |
60 | 98 | "constraints": [ |
61 | | - { |
62 | | - "impact": "minor", |
63 | | - "reason": "Appears in changelog section :rocket: Enhancement" |
64 | | - }, |
65 | 99 | { |
66 | 100 | "impact": "patch", |
67 | | - "reason": "Appears in changelog section :bug: Bug Fix" |
| 101 | + "reason": "Has dependency `workspace:*` on @embroider/macros" |
68 | 102 | } |
69 | 103 | ], |
70 | 104 | "pkgJSONPath": "./packages/vite/package.json" |
71 | 105 | } |
72 | 106 | }, |
73 | | - "description": "## Release (2026-03-18)\n\n* @embroider/core 4.4.6 (patch)\n* @embroider/vite 1.7.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/vite`\n * [#2687](https://github.com/embroider-build/embroider/pull/2687) rolldown-vite -> vite8 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :bug: Bug Fix\n* `@embroider/core`\n * [#2685](https://github.com/embroider-build/embroider/pull/2685) Fix getAppFiles extensions ([@JezerM](https://github.com/JezerM))\n* `@embroider/vite`\n * [#2686](https://github.com/embroider-build/embroider/pull/2686) Add keywords to package.json for vite ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* [#2679](https://github.com/embroider-build/embroider/pull/2679) Add scenarios for 6.12 + use-ember-modules ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- Jezer Mejía ([@JezerM](https://github.com/JezerM))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" |
| 107 | + "description": "## Release (2026-03-24)\n\n* @embroider/compat 4.1.16 (patch)\n* @embroider/core 4.4.7 (patch)\n* @embroider/macros 1.20.2 (patch)\n* @embroider/template-tag-codemod 1.3.6 (patch)\n* @embroider/vite 1.7.1 (patch)\n\n#### :bug: Bug Fix\n* `@embroider/compat`, `@embroider/core`, `@embroider/macros`, `@embroider/template-tag-codemod`\n * [#2661](https://github.com/embroider-build/embroider/pull/2661) cleaning up AMD template compiler deprecation ([@ef4](https://github.com/ef4))\n* `@embroider/macros`\n * [#2688](https://github.com/embroider-build/embroider/pull/2688) Robustify the global macros variable ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" |
74 | 108 | } |
0 commit comments