You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .release-plan.json
+7-3
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,20 @@
2
2
"solution": {
3
3
"@embroider/app-blueprint": {
4
4
"impact": "minor",
5
-
"oldVersion": "0.19.0",
6
-
"newVersion": "0.20.0",
5
+
"oldVersion": "0.20.0",
6
+
"newVersion": "0.21.0",
7
7
"constraints": [
8
8
{
9
9
"impact": "minor",
10
10
"reason": "Appears in changelog section :rocket: Enhancement"
11
+
},
12
+
{
13
+
"impact": "patch",
14
+
"reason": "Appears in changelog section :bug: Bug Fix"
11
15
}
12
16
],
13
17
"pkgJSONPath": "./package.json"
14
18
}
15
19
},
16
-
"description": "## Release (2025-02-08)\n\n@embroider/app-blueprint 0.20.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/app-blueprint`\n * [#140](https://github.com/embroider-build/app-blueprint/pull/140) make sure to remove loader.js ([@mansona](https://github.com/mansona))\n * [#134](https://github.com/embroider-build/app-blueprint/pull/134) Add lang attribute and use app title in index.html ([@evoactivity](https://github.com/evoactivity))\n * [#138](https://github.com/embroider-build/app-blueprint/pull/138) Sync lint configs from ember-cli ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* [#135](https://github.com/embroider-build/app-blueprint/pull/135) ESLint trailing comma ([@evoactivity](https://github.com/evoactivity))\n\n#### Committers: 3\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Liam Potter ([@evoactivity](https://github.com/evoactivity))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
0 commit comments