Skip to content

Commit 698ce90

Browse files
Merge pull request #33 from ember-cli/release-preview
Prepare Release v0.5.0
2 parents 38f051c + 23c6b27 commit 698ce90

File tree

3 files changed

+17
-8
lines changed

3 files changed

+17
-8
lines changed

.release-plan.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,17 @@
22
"solution": {
33
"@ember/addon-blueprint": {
44
"impact": "minor",
5-
"oldVersion": "0.3.0",
6-
"newVersion": "0.4.0",
5+
"oldVersion": "0.4.0",
6+
"newVersion": "0.5.0",
77
"tagName": "latest",
88
"constraints": [
99
{
1010
"impact": "minor",
1111
"reason": "Appears in changelog section :rocket: Enhancement"
12-
},
13-
{
14-
"impact": "patch",
15-
"reason": "Appears in changelog section :bug: Bug Fix"
1612
}
1713
],
1814
"pkgJSONPath": "./package.json"
1915
}
2016
},
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"
2218
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## Release (2025-05-04)
4+
5+
* @ember/addon-blueprint 0.5.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `@ember/addon-blueprint`
9+
* [#32](https://github.com/ember-cli/ember-addon-blueprint/pull/32) Rename testem.js -> testem.cjs ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
* [#31](https://github.com/ember-cli/ember-addon-blueprint/pull/31) Simplify tsconfig ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
11+
* [#30](https://github.com/ember-cli/ember-addon-blueprint/pull/30) Split out Lint to its own job ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
12+
13+
#### Committers: 1
14+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
15+
316
## Release (2025-04-09)
417

518
* @ember/addon-blueprint 0.4.0 (minor)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ember/addon-blueprint",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "Blueprint for scaffolding ember v2 addons",
55
"keywords": [
66
"ember-blueprint"

0 commit comments

Comments
 (0)