forked from embroider-build/embroider
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.release-plan.json
76 lines (76 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
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"solution": {
"@embroider/addon-dev": {
"oldVersion": "3.1.1"
},
"@embroider/addon-shim": {
"oldVersion": "1.8.5"
},
"@embroider/babel-loader-8": {
"oldVersion": "3.0.0"
},
"@embroider/compat": {
"impact": "patch",
"oldVersion": "3.0.1",
"newVersion": "3.0.2",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @embroider/macros"
},
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "/Users/edward/hacking/embroider-main/packages/compat/package.json"
},
"@embroider/core": {
"impact": "patch",
"oldVersion": "3.0.1",
"newVersion": "3.0.2",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @embroider/macros"
}
],
"pkgJSONPath": "/Users/edward/hacking/embroider-main/packages/core/package.json"
},
"@embroider/hbs-loader": {
"oldVersion": "3.0.0"
},
"@embroider/macros": {
"impact": "patch",
"oldVersion": "1.11.0",
"newVersion": "1.11.1",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "/Users/edward/hacking/embroider-main/packages/macros/package.json"
},
"@embroider/router": {
"oldVersion": "2.1.1"
},
"@embroider/shared-internals": {
"oldVersion": "2.1.0"
},
"@embroider/test-setup": {
"oldVersion": "3.0.1"
},
"@embroider/util": {
"oldVersion": "1.11.1"
},
"@embroider/webpack": {
"oldVersion": "3.0.0"
}
},
"description": "## Release (2023-06-13)\n\n@embroider/compat 3.0.2 (patch)\n@embroider/core 3.0.2 (patch)\n@embroider/macros 1.11.1 (patch)\n\n#### :bug: Bug Fix\n* `core`\n * [#1463](https://github.com/embroider-build/embroider/pull/1463) fix resolution of files with .hbs extensions ([@ef4](https://github.com/ef4))\n* `macros`\n * [#1468](https://github.com/embroider-build/embroider/pull/1468) macroCondition: do branch elimination if no runtime impl. is involved ([@simonihmig](https://github.com/simonihmig))\n* `compat`\n * [#1412](https://github.com/embroider-build/embroider/pull/1412) WriteV1Config: fix /tests support ([@22a](https://github.com/22a))\n\n#### :house: Internal\n* [#1469](https://github.com/embroider-build/embroider/pull/1469) update deprecated (and removed) blacklist config in test app ([@mansona](https://github.com/mansona))\n\n\n#### Committers: 5\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n- Peter Meehan ([@22a](https://github.com/22a))\n- Robert Jackson ([@rwjblue](https://github.com/rwjblue))\n- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))\n"
}