Skip to content
Merged
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
12 changes: 6 additions & 6 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"solution": {
"@ember/addon-blueprint": {
"impact": "minor",
"oldVersion": "0.15.2",
"newVersion": "0.16.0",
"impact": "patch",
"oldVersion": "0.16.0",
"newVersion": "0.16.1",
"tagName": "latest",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2025-11-21)\n\n* @ember/addon-blueprint 0.16.0 (minor)\n\n#### :rocket: Enhancement\n* `@ember/addon-blueprint`\n * [#117](https://github.com/ember-cli/ember-addon-blueprint/pull/117) Use `.mjs` for ember-template-lint and Prettier config files ([@bertdeblock](https://github.com/bertdeblock))\n\n#### Committers: 1\n- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))\n"
"description": "## Release (2025-12-06)\n\n* @ember/addon-blueprint 0.16.1 (patch)\n\n#### :bug: Bug Fix\n* `@ember/addon-blueprint`\n * [#120](https://github.com/ember-cli/ember-addon-blueprint/pull/120) Apply `typescript-eslint`'s recommended config to gts files ([@bendemboski](https://github.com/bendemboski))\n * [#121](https://github.com/ember-cli/ember-addon-blueprint/pull/121) Update ember-page-title dependency to version 9.0.3 ([@evoactivity](https://github.com/evoactivity))\n * [#123](https://github.com/ember-cli/ember-addon-blueprint/pull/123) Include src in published files ([@evoactivity](https://github.com/evoactivity))\n\n#### Committers: 2\n- Ben Demboski ([@bendemboski](https://github.com/bendemboski))\n- Liam Potter ([@evoactivity](https://github.com/evoactivity))\n"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## Release (2025-12-06)

* @ember/addon-blueprint 0.16.1 (patch)

#### :bug: Bug Fix
* `@ember/addon-blueprint`
* [#120](https://github.com/ember-cli/ember-addon-blueprint/pull/120) Apply `typescript-eslint`'s recommended config to gts files ([@bendemboski](https://github.com/bendemboski))
* [#121](https://github.com/ember-cli/ember-addon-blueprint/pull/121) Update ember-page-title dependency to version 9.0.3 ([@evoactivity](https://github.com/evoactivity))
* [#123](https://github.com/ember-cli/ember-addon-blueprint/pull/123) Include src in published files ([@evoactivity](https://github.com/evoactivity))

#### Committers: 2
- Ben Demboski ([@bendemboski](https://github.com/bendemboski))
- Liam Potter ([@evoactivity](https://github.com/evoactivity))

## Release (2025-11-21)

* @ember/addon-blueprint 0.16.0 (minor)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ember/addon-blueprint",
"version": "0.16.0",
"version": "0.16.1",
"description": "Blueprint for scaffolding ember v2 addons",
"keywords": [
"ember-blueprint"
Expand Down