-
Notifications
You must be signed in to change notification settings - Fork 164
Expand file tree
/
Copy path.release-plan.json
More file actions
100 lines (100 loc) · 3.22 KB
/
Copy path.release-plan.json
File metadata and controls
100 lines (100 loc) · 3.22 KB
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
95
96
97
98
99
100
{
"solution": {
"@embroider/addon-dev": {
"impact": "patch",
"oldVersion": "8.3.0",
"newVersion": "8.3.1",
"tagName": "latest",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./packages/addon-dev/package.json"
},
"@embroider/addon-shim": {
"oldVersion": "1.10.3"
},
"@embroider/babel-loader-9": {
"oldVersion": "4.0.0"
},
"@embroider/broccoli-side-watch": {
"oldVersion": "1.1.0"
},
"@embroider/compat": {
"impact": "patch",
"oldVersion": "4.1.20",
"newVersion": "4.1.21",
"tagName": "latest",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @embroider/macros"
}
],
"pkgJSONPath": "./packages/compat/package.json"
},
"@embroider/config-meta-loader": {
"oldVersion": "1.0.0"
},
"@embroider/core": {
"impact": "patch",
"oldVersion": "4.6.1",
"newVersion": "4.6.2",
"tagName": "latest",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @embroider/macros"
}
],
"pkgJSONPath": "./packages/core/package.json"
},
"@embroider/hbs-loader": {
"oldVersion": "4.0.0"
},
"@embroider/legacy-inspector-support": {
"oldVersion": "0.1.3"
},
"@embroider/macros": {
"impact": "patch",
"oldVersion": "1.20.4",
"newVersion": "1.20.5",
"tagName": "latest",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./packages/macros/package.json"
},
"@embroider/reverse-exports": {
"oldVersion": "0.2.0"
},
"@embroider/router": {
"oldVersion": "3.0.6"
},
"@embroider/shared-internals": {
"oldVersion": "3.1.1"
},
"@embroider/template-tag-codemod": {
"oldVersion": "1.4.1"
},
"@embroider/vite": {
"impact": "patch",
"oldVersion": "1.7.7",
"newVersion": "1.7.8",
"tagName": "latest",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @embroider/macros"
}
],
"pkgJSONPath": "./packages/vite/package.json"
}
},
"description": "## Release (2026-06-24)\n\n* @embroider/addon-dev 8.3.1 (patch)\n* @embroider/compat 4.1.21 (patch)\n* @embroider/core 4.6.2 (patch)\n* @embroider/macros 1.20.5 (patch)\n* @embroider/vite 1.7.8 (patch)\n\n#### :bug: Bug Fix\n* `@embroider/addon-dev`\n * [#2777](https://github.com/embroider-build/embroider/pull/2777) `publicAssets` uses `closeBundle` instead of `generateBundle` so it can work with generated assets ([@evoactivity](https://github.com/evoactivity))\n* `@embroider/macros`\n * [#2772](https://github.com/embroider-build/embroider/pull/2772) Use parseSync in @embroider/macros for Babel 8 compatibility ([@johanrd](https://github.com/johanrd))\n\n#### Committers: 2\n- Johan Røed ([@johanrd](https://github.com/johanrd))\n- Liam ([@evoactivity](https://github.com/evoactivity))\n"
}