Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 2 additions & 20 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,8 @@
{
"solution": {
"@ember/addon-blueprint": {
"impact": "minor",
"oldVersion": "0.9.1",
"newVersion": "0.10.0",
"tagName": "latest",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :memo: Documentation"
}
],
"pkgJSONPath": "./package.json"
"oldVersion": "0.10.0"
}
},
"description": "## Release (2025-09-09)\n\n* @ember/addon-blueprint 0.10.0 (minor)\n\n#### :rocket: Enhancement\n* `@ember/addon-blueprint`\n * [#79](https://github.com/ember-cli/ember-addon-blueprint/pull/79) Use Node v22 LTS ([@bertdeblock](https://github.com/bertdeblock))\n\n#### :bug: Bug Fix\n* `@ember/addon-blueprint`\n * [#80](https://github.com/ember-cli/ember-addon-blueprint/pull/80) Sort `devDependencies` in generated `package.json` file ([@bertdeblock](https://github.com/bertdeblock))\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"
"description": "\n\n\n\n"
}
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog






## Release (2025-09-09)

* @ember/addon-blueprint 0.10.0 (minor)
Expand Down