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
+3-7Lines changed: 3 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -2,21 +2,17 @@
2
2
"solution": {
3
3
"@ember/addon-blueprint": {
4
4
"impact": "minor",
5
-
"oldVersion": "0.3.0",
6
-
"newVersion": "0.4.0",
5
+
"oldVersion": "0.4.0",
6
+
"newVersion": "0.5.0",
7
7
"tagName": "latest",
8
8
"constraints": [
9
9
{
10
10
"impact": "minor",
11
11
"reason": "Appears in changelog section :rocket: Enhancement"
12
-
},
13
-
{
14
-
"impact": "patch",
15
-
"reason": "Appears in changelog section :bug: Bug Fix"
16
12
}
17
13
],
18
14
"pkgJSONPath": "./package.json"
19
15
}
20
16
},
21
-
"description": "## Release (2025-04-09)\n\n* @ember/addon-blueprint 0.4.0 (minor)\n\n#### :rocket: Enhancement\n* `@ember/addon-blueprint`\n * [#28](https://github.com/ember-cli/ember-addon-blueprint/pull/28) Unskip build test - make sure test work out of the box ([@mansona](https://github.com/mansona))\n\n#### :bug: Bug Fix\n* `@ember/addon-blueprint`\n * [#26](https://github.com/ember-cli/ember-addon-blueprint/pull/26) Import tests from @embroider/addon-blueprint ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
17
+
"description": "## Release (2025-05-04)\n\n* @ember/addon-blueprint 0.5.0 (minor)\n\n#### :rocket: Enhancement\n* `@ember/addon-blueprint`\n * [#32](https://github.com/ember-cli/ember-addon-blueprint/pull/32) Rename testem.js -> testem.cjs ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#31](https://github.com/ember-cli/ember-addon-blueprint/pull/31) Simplify tsconfig ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#30](https://github.com/ember-cli/ember-addon-blueprint/pull/30) Split out Lint to its own job ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
*[#30](https://github.com/ember-cli/ember-addon-blueprint/pull/30) Split out Lint to its own job ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
0 commit comments