|
4 | 4 | "oldVersion": "6.0.1"
|
5 | 5 | },
|
6 | 6 | "@embroider/addon-shim": {
|
7 |
| - "oldVersion": "1.8.9" |
| 7 | + "impact": "minor", |
| 8 | + "oldVersion": "1.8.9", |
| 9 | + "newVersion": "1.9.0", |
| 10 | + "constraints": [ |
| 11 | + { |
| 12 | + "impact": "minor", |
| 13 | + "reason": "Appears in changelog section :rocket: Enhancement" |
| 14 | + } |
| 15 | + ], |
| 16 | + "pkgJSONPath": "./packages/addon-shim/package.json" |
8 | 17 | },
|
9 | 18 | "@embroider/babel-loader-9": {
|
10 | 19 | "oldVersion": "3.1.1"
|
|
13 | 22 | "oldVersion": "1.0.1"
|
14 | 23 | },
|
15 | 24 | "@embroider/compat": {
|
16 |
| - "impact": "patch", |
17 |
| - "oldVersion": "3.6.4", |
18 |
| - "newVersion": "3.6.5", |
19 |
| - "constraints": [ |
20 |
| - { |
21 |
| - "impact": "patch", |
22 |
| - "reason": "Has dependency `workspace:*` on @embroider/macros" |
23 |
| - } |
24 |
| - ], |
25 |
| - "pkgJSONPath": "./packages/compat/package.json" |
| 25 | + "oldVersion": "3.6.5" |
26 | 26 | },
|
27 | 27 | "@embroider/core": {
|
28 |
| - "impact": "patch", |
29 |
| - "oldVersion": "3.4.18", |
30 |
| - "newVersion": "3.4.19", |
31 |
| - "constraints": [ |
32 |
| - { |
33 |
| - "impact": "patch", |
34 |
| - "reason": "Has dependency `workspace:*` on @embroider/shared-internals" |
35 |
| - }, |
36 |
| - { |
37 |
| - "impact": "patch", |
38 |
| - "reason": "Has dependency `workspace:*` on @embroider/macros" |
39 |
| - } |
40 |
| - ], |
41 |
| - "pkgJSONPath": "./packages/core/package.json" |
| 28 | + "oldVersion": "3.4.19" |
42 | 29 | },
|
43 | 30 | "@embroider/hbs-loader": {
|
44 | 31 | "oldVersion": "3.0.3"
|
45 | 32 | },
|
46 | 33 | "@embroider/macros": {
|
47 |
| - "impact": "patch", |
48 |
| - "oldVersion": "1.16.8", |
49 |
| - "newVersion": "1.16.9", |
50 |
| - "constraints": [ |
51 |
| - { |
52 |
| - "impact": "patch", |
53 |
| - "reason": "Has dependency `workspace:*` on @embroider/shared-internals" |
54 |
| - } |
55 |
| - ], |
56 |
| - "pkgJSONPath": "./packages/macros/package.json" |
| 34 | + "oldVersion": "1.16.9" |
57 | 35 | },
|
58 | 36 | "@embroider/reverse-exports": {
|
59 | 37 | "oldVersion": "0.1.0"
|
|
62 | 40 | "oldVersion": "2.1.8"
|
63 | 41 | },
|
64 | 42 | "@embroider/shared-internals": {
|
65 |
| - "impact": "patch", |
66 |
| - "oldVersion": "2.8.0", |
67 |
| - "newVersion": "2.8.1", |
68 |
| - "constraints": [ |
69 |
| - { |
70 |
| - "impact": "patch", |
71 |
| - "reason": "Appears in changelog section :bug: Bug Fix" |
72 |
| - } |
73 |
| - ], |
74 |
| - "pkgJSONPath": "./packages/shared-internals/package.json" |
| 43 | + "oldVersion": "2.8.1" |
75 | 44 | },
|
76 | 45 | "@embroider/test-setup": {
|
77 | 46 | "oldVersion": "4.0.0"
|
|
83 | 52 | "oldVersion": "0.2.1"
|
84 | 53 | },
|
85 | 54 | "@embroider/webpack": {
|
86 |
| - "impact": "patch", |
87 |
| - "oldVersion": "4.0.7", |
88 |
| - "newVersion": "4.0.8", |
89 |
| - "constraints": [ |
90 |
| - { |
91 |
| - "impact": "patch", |
92 |
| - "reason": "Has dependency `workspace:*` on @embroider/shared-internals" |
93 |
| - } |
94 |
| - ], |
95 |
| - "pkgJSONPath": "./packages/webpack/package.json" |
| 55 | + "oldVersion": "4.0.8" |
96 | 56 | }
|
97 | 57 | },
|
98 |
| - "description": "## Release (2024-10-09)\n\n@embroider/compat 3.6.5 (patch)\n@embroider/core 3.4.19 (patch)\n@embroider/macros 1.16.9 (patch)\n@embroider/shared-internals 2.8.1 (patch)\n@embroider/webpack 4.0.8 (patch)\n\n#### :bug: Bug Fix\n* `@embroider/shared-internals`\n * [#2151](https://github.com/embroider-build/embroider/pull/2151) Fix hbs plugin not resolving .hbs due to broken Regex ([@simonihmig](https://github.com/simonihmig))\n\n#### Committers: 1\n- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))\n" |
| 58 | + "description": "## Release (2024-10-31)\n\n@embroider/addon-shim 1.9.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/addon-shim`\n * [#2158](https://github.com/embroider-build/embroider/pull/2158) Add a new option for addon-shim to pass config to ember-auto-import ([@ef4](https://github.com/ef4))\n\n#### :house: Internal\n* `@embroider/test-scenarios`, `ts-app-template`\n * [#2159](https://github.com/embroider-build/embroider/pull/2159) pinning @types/qunit to fix ci ([@ef4](https://github.com/ef4))\n\n#### Committers: 1\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n" |
99 | 59 | }
|
0 commit comments