forked from embroider-build/embroider
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.release-plan.json
74 lines (74 loc) · 2.49 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
{
"solution": {
"@embroider/addon-dev": {
"oldVersion": "4.2.1"
},
"@embroider/addon-shim": {
"oldVersion": "1.8.7"
},
"@embroider/babel-loader-9": {
"oldVersion": "3.1.1"
},
"@embroider/compat": {
"impact": "patch",
"oldVersion": "3.4.4",
"newVersion": "3.4.5",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @embroider/macros"
}
],
"pkgJSONPath": "./packages/compat/package.json"
},
"@embroider/core": {
"impact": "patch",
"oldVersion": "3.4.4",
"newVersion": "3.4.5",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @embroider/macros"
}
],
"pkgJSONPath": "./packages/core/package.json"
},
"@embroider/hbs-loader": {
"oldVersion": "3.0.3"
},
"@embroider/macros": {
"impact": "minor",
"oldVersion": "1.13.5",
"newVersion": "1.14.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
}
],
"pkgJSONPath": "./packages/macros/package.json"
},
"@embroider/reverse-exports": {
"oldVersion": "0.1.0"
},
"@embroider/router": {
"oldVersion": "2.1.6"
},
"@embroider/shared-internals": {
"oldVersion": "2.5.2"
},
"@embroider/test-setup": {
"oldVersion": "3.0.3"
},
"@embroider/util": {
"oldVersion": "1.12.1"
},
"@embroider/vite": {
"oldVersion": "0.2.0"
},
"@embroider/webpack": {
"oldVersion": "3.2.2"
}
},
"description": "## Release (2024-02-28)\n\n@embroider/compat 3.4.5 (patch)\n@embroider/core 3.4.5 (patch)\n@embroider/macros 1.14.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/macros`\n * [#1815](https://github.com/embroider-build/embroider/pull/1815) Make macro configs static ([@simonihmig](https://github.com/simonihmig))\n\n#### :house: Internal\n* Other\n * [#1824](https://github.com/embroider-build/embroider/pull/1824) update release-plan ([@mansona](https://github.com/mansona))\n* `@embroider/test-scenarios`\n * [#1820](https://github.com/embroider-build/embroider/pull/1820) [stable] Pin ember-data to fix issue in CI ([@simonihmig](https://github.com/simonihmig))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))\n"
}