-
Notifications
You must be signed in to change notification settings - Fork 143
/
Copy path.release-plan.json
63 lines (63 loc) · 3.01 KB
/
.release-plan.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"solution": {
"@embroider/addon-dev": {
"oldVersion": "8.0.0-alpha.2"
},
"@embroider/addon-shim": {
"oldVersion": "2.0.0-alpha.1"
},
"@embroider/babel-loader-9": {
"oldVersion": "4.0.0-alpha.1"
},
"@embroider/broccoli-side-watch": {
"oldVersion": "1.1.0-alpha.1"
},
"@embroider/compat": {
"oldVersion": "4.0.0-alpha.6"
},
"@embroider/config-meta-loader": {
"oldVersion": "1.0.0-alpha.1"
},
"@embroider/core": {
"oldVersion": "4.0.0-alpha.6"
},
"@embroider/hbs-loader": {
"oldVersion": "4.0.0-alpha.1"
},
"@embroider/macros": {
"oldVersion": "1.17.0-alpha.5"
},
"@embroider/reverse-exports": {
"oldVersion": "0.1.1-alpha.1"
},
"@embroider/router": {
"oldVersion": "3.0.0-alpha.1"
},
"@embroider/shared-internals": {
"oldVersion": "3.0.0-alpha.3"
},
"@embroider/template-tag-codemod": {
"impact": "minor",
"oldVersion": "0.5.0-alpha.5",
"newVersion": "0.5.0-alpha.6",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./packages/template-tag-codemod/package.json"
},
"@embroider/util": {
"oldVersion": "1.14.0-alpha.1"
},
"@embroider/vite": {
"oldVersion": "1.0.0-alpha.7"
}
},
"description": "## Release (2025-02-28)\n\n@embroider/template-tag-codemod 0.5.0-alpha.6 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/template-tag-codemod`, `@embroider/test-scenarios`\n * [#2331](https://github.com/embroider-build/embroider/pull/2331) Don't duplicate comments that appear next to modified imports ([@ef4](https://github.com/ef4))\n * [#2330](https://github.com/embroider-build/embroider/pull/2330) Handle render tests that define the template outside the render call ([@ef4](https://github.com/ef4))\n* `@embroider/template-tag-codemod`, `@embroider/test-support`, `@embroider/test-scenarios`\n * [#2328](https://github.com/embroider-build/embroider/pull/2328) Skip and report non-native-class syntax components ([@ef4](https://github.com/ef4))\n* `@embroider/template-tag-codemod`\n * [#2327](https://github.com/embroider-build/embroider/pull/2327) Improve template-tag-codemod error reporting ([@ef4](https://github.com/ef4))\n * [#2319](https://github.com/embroider-build/embroider/pull/2319) template-tag-codemod: only reuse ember prebuild if you explicitly pass the option to do so ([@mansona](https://github.com/mansona))\n\n#### :bug: Bug Fix\n* `@embroider/template-tag-codemod`, `@embroider/test-scenarios`\n * [#2332](https://github.com/embroider-build/embroider/pull/2332) Fix lexical this polyfill when \"this\" has no tail ([@ef4](https://github.com/ef4))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n"
}