|
10 | 10 | "oldVersion": "3.1.1"
|
11 | 11 | },
|
12 | 12 | "@embroider/compat": {
|
13 |
| - "impact": "minor", |
14 |
| - "oldVersion": "3.5.7", |
15 |
| - "newVersion": "3.6.0", |
| 13 | + "impact": "patch", |
| 14 | + "oldVersion": "3.6.0", |
| 15 | + "newVersion": "3.6.1", |
16 | 16 | "constraints": [
|
17 | 17 | {
|
18 |
| - "impact": "minor", |
19 |
| - "reason": "Appears in changelog section :rocket: Enhancement" |
| 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" |
20 | 24 | }
|
21 | 25 | ],
|
22 | 26 | "pkgJSONPath": "./packages/compat/package.json"
|
23 | 27 | },
|
24 | 28 | "@embroider/core": {
|
25 |
| - "oldVersion": "3.4.14" |
| 29 | + "impact": "patch", |
| 30 | + "oldVersion": "3.4.14", |
| 31 | + "newVersion": "3.4.15", |
| 32 | + "constraints": [ |
| 33 | + { |
| 34 | + "impact": "patch", |
| 35 | + "reason": "Has dependency `workspace:*` on @embroider/shared-internals" |
| 36 | + }, |
| 37 | + { |
| 38 | + "impact": "patch", |
| 39 | + "reason": "Has dependency `workspace:*` on @embroider/macros" |
| 40 | + } |
| 41 | + ], |
| 42 | + "pkgJSONPath": "./packages/core/package.json" |
26 | 43 | },
|
27 | 44 | "@embroider/hbs-loader": {
|
28 | 45 | "oldVersion": "3.0.3"
|
29 | 46 | },
|
30 | 47 | "@embroider/macros": {
|
31 |
| - "oldVersion": "1.16.5" |
| 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" |
32 | 58 | },
|
33 | 59 | "@embroider/reverse-exports": {
|
34 | 60 | "oldVersion": "0.1.0"
|
|
37 | 63 | "oldVersion": "2.1.8"
|
38 | 64 | },
|
39 | 65 | "@embroider/shared-internals": {
|
40 |
| - "oldVersion": "2.6.2" |
| 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" |
41 | 76 | },
|
42 | 77 | "@embroider/test-setup": {
|
43 | 78 | "oldVersion": "4.0.0"
|
|
49 | 84 | "oldVersion": "0.2.0"
|
50 | 85 | },
|
51 | 86 | "@embroider/webpack": {
|
52 |
| - "oldVersion": "4.0.4" |
| 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" |
53 | 101 | }
|
54 | 102 | },
|
55 |
| - "description": "## Release (2024-07-18)\n\n@embroider/compat 3.6.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/compat`, `@embroider/test-scenarios`\n * [#1842](https://github.com/embroider-build/embroider/pull/1842) [beta] template-tag code mod ([@void-mAlex](https://github.com/void-mAlex))\n\n#### Committers: 1\n- Alex ([@void-mAlex](https://github.com/void-mAlex))\n" |
| 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" |
56 | 104 | }
|
0 commit comments