Skip to content

Commit 984657f

Browse files
mansonagithub-actions[bot]
authored andcommitted
Prepare Release v0.4.0 using 'release-plan'
1 parent 434a526 commit 984657f

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

.release-plan.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"solution": {
33
"@ember/addon-blueprint": {
44
"impact": "minor",
5-
"oldVersion": "0.2.0",
6-
"newVersion": "0.3.0",
5+
"oldVersion": "0.3.0",
6+
"newVersion": "0.4.0",
77
"tagName": "latest",
88
"constraints": [
99
{
@@ -18,5 +18,5 @@
1818
"pkgJSONPath": "./package.json"
1919
}
2020
},
21-
"description": "## Release (2025-04-03)\n\n* @ember/addon-blueprint 0.3.0 (minor)\n\n#### :rocket: Enhancement\n* `@ember/addon-blueprint`\n * [#11](https://github.com/ember-cli/ember-addon-blueprint/pull/11) Switch to our own tsconfig ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :bug: Bug Fix\n* `@ember/addon-blueprint`\n * [#24](https://github.com/ember-cli/ember-addon-blueprint/pull/24) Remove unused file: additional-test-app-package.json ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#25](https://github.com/ember-cli/ember-addon-blueprint/pull/25) Fix babel configs / sync typescript options ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#20](https://github.com/ember-cli/ember-addon-blueprint/pull/20) Remove references to the old package name ([@Windvis](https://github.com/Windvis))\n * [#19](https://github.com/ember-cli/ember-addon-blueprint/pull/19) filter out the .github folder when ciProvider is not github ([@BoussonKarel](https://github.com/BoussonKarel))\n * [#18](https://github.com/ember-cli/ember-addon-blueprint/pull/18) remove duplicate key allowDeclareFields from babel config ([@BoussonKarel](https://github.com/BoussonKarel))\n * [#17](https://github.com/ember-cli/ember-addon-blueprint/pull/17) fix some linting issues (prettier, eslint) ([@BoussonKarel](https://github.com/BoussonKarel))\n * [#16](https://github.com/ember-cli/ember-addon-blueprint/pull/16) add missing imports from node:path to rollup config ([@BoussonKarel](https://github.com/BoussonKarel))\n\n#### Committers: 3\n- Sam Van Campenhout ([@Windvis](https://github.com/Windvis))\n- [@BoussonKarel](https://github.com/BoussonKarel)\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
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"
2222
}

CHANGELOG.md

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

3+
## Release (2025-04-09)
4+
5+
* @ember/addon-blueprint 0.4.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `@ember/addon-blueprint`
9+
* [#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))
10+
11+
#### :bug: Bug Fix
12+
* `@ember/addon-blueprint`
13+
* [#26](https://github.com/ember-cli/ember-addon-blueprint/pull/26) Import tests from @embroider/addon-blueprint ([@mansona](https://github.com/mansona))
14+
15+
#### Committers: 1
16+
- Chris Manson ([@mansona](https://github.com/mansona))
17+
318
## Release (2025-04-03)
419

520
* @ember/addon-blueprint 0.3.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.3.0",
3+
"version": "0.4.0",
44
"description": "Blueprint for scaffolding ember v2 addons",
55
"keywords": [
66
"ember-blueprint"

0 commit comments

Comments
 (0)