Skip to content

Commit 13dc434

Browse files
NullVoxPopuligithub-actions[bot]
authored andcommitted
Prepare Release v0.9.2 using 'release-plan'
1 parent a71554d commit 13dc434

3 files changed

Lines changed: 25 additions & 4 deletions

File tree

.release-plan.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,21 @@
22
"solution": {
33
"@ember/addon-blueprint": {
44
"impact": "patch",
5-
"oldVersion": "0.9.0",
6-
"newVersion": "0.9.1",
5+
"oldVersion": "0.9.1",
6+
"newVersion": "0.9.2",
77
"tagName": "latest",
88
"constraints": [
99
{
1010
"impact": "patch",
1111
"reason": "Appears in changelog section :bug: Bug Fix"
12+
},
13+
{
14+
"impact": "patch",
15+
"reason": "Appears in changelog section :memo: Documentation"
1216
}
1317
],
1418
"pkgJSONPath": "./package.json"
1519
}
1620
},
17-
"description": "## Release (2025-08-13)\n\n* @ember/addon-blueprint 0.9.1 (patch)\n\n#### :bug: Bug Fix\n* `@ember/addon-blueprint`\n * [#71](https://github.com/ember-cli/ember-addon-blueprint/pull/71) Add @ember/test-waiters ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
21+
"description": "## Release (2025-09-09)\n\n* @ember/addon-blueprint 0.9.2 (patch)\n\n#### :bug: Bug Fix\n* `@ember/addon-blueprint`\n * [#78](https://github.com/ember-cli/ember-addon-blueprint/pull/78) Remove root `package-lock.json` file ([@bertdeblock](https://github.com/bertdeblock))\n * [#77](https://github.com/ember-cli/ember-addon-blueprint/pull/77) Remove unnecessary backticks in `.try.mjs` file ([@bertdeblock](https://github.com/bertdeblock))\n\n#### :memo: Documentation\n* `@ember/addon-blueprint`\n * [#75](https://github.com/ember-cli/ember-addon-blueprint/pull/75) Fix typo in README WIP section ([@evoactivity](https://github.com/evoactivity))\n\n#### Committers: 2\n- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))\n- Liam Potter ([@evoactivity](https://github.com/evoactivity))\n"
1822
}

CHANGELOG.md

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

3+
## Release (2025-09-09)
4+
5+
* @ember/addon-blueprint 0.9.2 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `@ember/addon-blueprint`
9+
* [#78](https://github.com/ember-cli/ember-addon-blueprint/pull/78) Remove root `package-lock.json` file ([@bertdeblock](https://github.com/bertdeblock))
10+
* [#77](https://github.com/ember-cli/ember-addon-blueprint/pull/77) Remove unnecessary backticks in `.try.mjs` file ([@bertdeblock](https://github.com/bertdeblock))
11+
12+
#### :memo: Documentation
13+
* `@ember/addon-blueprint`
14+
* [#75](https://github.com/ember-cli/ember-addon-blueprint/pull/75) Fix typo in README WIP section ([@evoactivity](https://github.com/evoactivity))
15+
16+
#### Committers: 2
17+
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
18+
- Liam Potter ([@evoactivity](https://github.com/evoactivity))
19+
320
## Release (2025-08-13)
421

522
* @ember/addon-blueprint 0.9.1 (patch)

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.9.1",
3+
"version": "0.9.2",
44
"description": "Blueprint for scaffolding ember v2 addons",
55
"keywords": [
66
"ember-blueprint"

0 commit comments

Comments
 (0)