forked from embroider-build/embroider
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.release-plan.json
94 lines (94 loc) · 3.24 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"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.1.3",
"newVersion": "3.1.4",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @embroider/macros"
}
],
"pkgJSONPath": "/Users/edward/hacking/embroider/packages/compat/package.json"
},
"@embroider/core": {
"impact": "patch",
"oldVersion": "3.1.1",
"newVersion": "3.1.2",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @embroider/shared-internals"
},
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @embroider/macros"
}
],
"pkgJSONPath": "/Users/edward/hacking/embroider/packages/core/package.json"
},
"@embroider/hbs-loader": {
"oldVersion": "3.0.0"
},
"@embroider/macros": {
"impact": "patch",
"oldVersion": "1.12.1",
"newVersion": "1.12.2",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @embroider/shared-internals"
}
],
"pkgJSONPath": "/Users/edward/hacking/embroider/packages/macros/package.json"
},
"@embroider/router": {
"oldVersion": "2.1.2"
},
"@embroider/shared-internals": {
"impact": "patch",
"oldVersion": "2.2.1",
"newVersion": "2.2.2",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "/Users/edward/hacking/embroider/packages/shared-internals/package.json"
},
"@embroider/test-setup": {
"oldVersion": "3.0.1"
},
"@embroider/util": {
"oldVersion": "1.11.1"
},
"@embroider/webpack": {
"impact": "patch",
"oldVersion": "3.1.1",
"newVersion": "3.1.2",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @embroider/shared-internals"
}
],
"pkgJSONPath": "/Users/edward/hacking/embroider/packages/webpack/package.json"
}
},
"description": "## Release (2023-07-01)\n\n@embroider/compat 3.1.4 (patch)\n@embroider/core 3.1.2 (patch)\n@embroider/macros 1.12.2 (patch)\n@embroider/shared-internals 2.2.2 (patch)\n@embroider/webpack 3.1.2 (patch)\n\n#### :bug: Bug Fix\n* `core`\n * [#1504](https://github.com/embroider-build/embroider/pull/1504) fix inter-package relative imports in addon's app-js ([@ef4](https://github.com/ef4))\n* `shared-internals`\n * [#1503](https://github.com/embroider-build/embroider/pull/1503) less aggressive realpathSync ([@ef4](https://github.com/ef4))\n\n#### :house: Internal\n* [#1502](https://github.com/embroider-build/embroider/pull/1502) re-enabling ember 5.1 tests ([@ef4](https://github.com/ef4))\n\n#### Committers: 1\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n"
}