forked from embroider-build/embroider
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.release-plan.json
62 lines (62 loc) · 1.92 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
{
"solution": {
"@embroider/addon-dev": {
"impact": "minor",
"oldVersion": "4.0.0",
"newVersion": "4.1.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
}
],
"pkgJSONPath": "packages/addon-dev/package.json"
},
"@embroider/addon-shim": {
"oldVersion": "1.8.6"
},
"@embroider/babel-loader-8": {
"oldVersion": "3.0.1"
},
"@embroider/compat": {
"oldVersion": "3.2.1"
},
"@embroider/core": {
"oldVersion": "3.2.1"
},
"@embroider/hbs-loader": {
"oldVersion": "3.0.2"
},
"@embroider/macros": {
"oldVersion": "1.13.1"
},
"@embroider/router": {
"oldVersion": "2.1.3"
},
"@embroider/shared-internals": {
"oldVersion": "2.4.0"
},
"@embroider/test-setup": {
"oldVersion": "3.0.1"
},
"@embroider/util": {
"oldVersion": "1.12.0"
},
"@embroider/vite": {
"impact": "patch",
"oldVersion": "0.1.1",
"newVersion": "0.1.2",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "packages/vite/package.json"
},
"@embroider/webpack": {
"oldVersion": "3.1.5"
}
},
"description": "## Release (2023-08-02)\n\n@embroider/addon-dev 4.1.0 (minor)\n@embroider/vite 0.1.2 (patch)\n\n#### :rocket: Enhancement\n* `addon-dev`\n * [#1448](https://github.com/embroider-build/embroider/pull/1448) Add the ability to customise rollup-plugin-clean's config ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `vite`\n * [#1567](https://github.com/embroider-build/embroider/pull/1567) add files block to the vite package ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
}