Skip to content

Commit 7ba0556

Browse files
authored
Merge pull request #88 from ember-cli/release-preview
Prepare Release v0.11.1
2 parents 4cc8c0b + 7620c18 commit 7ba0556

3 files changed

Lines changed: 16 additions & 13 deletions

File tree

.release-plan.json

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,18 @@
11
{
22
"solution": {
33
"@ember/addon-blueprint": {
4-
"impact": "minor",
5-
"oldVersion": "0.10.0",
6-
"newVersion": "0.11.0",
4+
"impact": "patch",
5+
"oldVersion": "0.11.0",
6+
"newVersion": "0.11.1",
77
"tagName": "latest",
88
"constraints": [
9-
{
10-
"impact": "minor",
11-
"reason": "Appears in changelog section :rocket: Enhancement"
12-
},
139
{
1410
"impact": "patch",
1511
"reason": "Appears in changelog section :bug: Bug Fix"
16-
},
17-
{
18-
"impact": "patch",
19-
"reason": "Appears in changelog section :memo: Documentation"
2012
}
2113
],
2214
"pkgJSONPath": "./package.json"
2315
}
2416
},
25-
"description": "## Release (2025-09-30)\n\n* @ember/addon-blueprint 0.11.0 (minor)\n\n#### :rocket: Enhancement\n* `@ember/addon-blueprint`\n * [#86](https://github.com/ember-cli/ember-addon-blueprint/pull/86) Update to stable Glint ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :bug: Bug Fix\n* `@ember/addon-blueprint`\n * [#82](https://github.com/ember-cli/ember-addon-blueprint/pull/82) Make sure the package.json is sorted according to sort-package.json ([@BoussonKarel](https://github.com/BoussonKarel))\n\n#### :memo: Documentation\n* `@ember/addon-blueprint`\n * [#81](https://github.com/ember-cli/ember-addon-blueprint/pull/81) Update Ember version in compat section in generated README file ([@bertdeblock](https://github.com/bertdeblock))\n\n#### Committers: 3\n- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))\n- [@BoussonKarel](https://github.com/BoussonKarel)\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
17+
"description": "## Release (2025-10-01)\n\n* @ember/addon-blueprint 0.11.1 (patch)\n\n#### :bug: Bug Fix\n* `@ember/addon-blueprint`\n * [#87](https://github.com/ember-cli/ember-addon-blueprint/pull/87) Remove last remaining parts of glint v1 ([@mkszepp](https://github.com/mkszepp))\n\n#### Committers: 1\n- Markus Sanin ([@mkszepp](https://github.com/mkszepp))\n"
2618
}

CHANGELOG.md

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

3+
## Release (2025-10-01)
4+
5+
* @ember/addon-blueprint 0.11.1 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `@ember/addon-blueprint`
9+
* [#87](https://github.com/ember-cli/ember-addon-blueprint/pull/87) Remove last remaining parts of glint v1 ([@mkszepp](https://github.com/mkszepp))
10+
11+
#### Committers: 1
12+
- Markus Sanin ([@mkszepp](https://github.com/mkszepp))
13+
314
## Release (2025-09-30)
415

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

0 commit comments

Comments
 (0)