Skip to content

Commit 1e44651

Browse files
authored
Merge pull request #245 from ember-cli/release-preview-stable
Prepare Stable Release v6.12.0
2 parents a5acb46 + c5f9297 commit 1e44651

3 files changed

Lines changed: 48 additions & 5 deletions

File tree

.release-plan.json

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,30 @@
11
{
22
"solution": {
33
"@ember/app-blueprint": {
4-
"impact": "patch",
5-
"oldVersion": "6.11.1",
6-
"newVersion": "6.11.2",
4+
"impact": "minor",
5+
"oldVersion": "6.11.2",
6+
"newVersion": "6.12.0",
77
"tagName": "latest",
88
"constraints": [
9+
{
10+
"impact": "minor",
11+
"reason": "Appears in changelog section :rocket: Enhancement"
12+
},
913
{
1014
"impact": "patch",
1115
"reason": "Appears in changelog section :bug: Bug Fix"
16+
},
17+
{
18+
"impact": "patch",
19+
"reason": "Appears in changelog section :memo: Documentation"
20+
},
21+
{
22+
"impact": "patch",
23+
"reason": "Appears in changelog section :house: Internal"
1224
}
1325
],
1426
"pkgJSONPath": "./package.json"
1527
}
1628
},
17-
"description": "## Release (2026-03-03)\n\n* @ember/app-blueprint 6.11.2 (patch)\n\n#### :bug: Bug Fix\n* `@ember/app-blueprint`\n * [#231](https://github.com/ember-cli/ember-app-blueprint/pull/231) update ember-cli dependency to latest ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
29+
"description": "## Release (2026-04-03)\n\n* @ember/app-blueprint 6.12.0 (minor)\n\n#### :rocket: Enhancement\n* `@ember/app-blueprint`\n * [#243](https://github.com/ember-cli/ember-app-blueprint/pull/243) Promote Beta and update all dependencies for 6.12 release ([@mansona](https://github.com/mansona))\n * [#144](https://github.com/ember-cli/ember-app-blueprint/pull/144) feat: move ember-cli-build to `mjs` ([@aklkv](https://github.com/aklkv))\n\n#### :bug: Bug Fix\n* `@ember/app-blueprint`\n * [#215](https://github.com/ember-cli/ember-app-blueprint/pull/215) upgrade ember/optional-features to clear install deprecation warnings ([@void-mAlex](https://github.com/void-mAlex))\n * [#119](https://github.com/ember-cli/ember-app-blueprint/pull/119) fix: align linters with recent changes in classic app blueprint ([@aklkv](https://github.com/aklkv))\n * [#208](https://github.com/ember-cli/ember-app-blueprint/pull/208) [Bugfix release] Add `globals.browser` to eslint config for TS files ([@mkszepp](https://github.com/mkszepp))\n\n#### :memo: Documentation\n* `@ember/app-blueprint`\n * [#204](https://github.com/ember-cli/ember-app-blueprint/pull/204) Update Release.md ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `@ember/app-blueprint`\n * [#244](https://github.com/ember-cli/ember-app-blueprint/pull/244) split tests into individual matrix jobs ([@mansona](https://github.com/mansona))\n * [#228](https://github.com/ember-cli/ember-app-blueprint/pull/228) Enable patch publish ([@mansona](https://github.com/mansona))\n * [#211](https://github.com/ember-cli/ember-app-blueprint/pull/211) fix release-plan alpha tag ([@mansona](https://github.com/mansona))\n\n#### Committers: 4\n- Alex ([@void-mAlex](https://github.com/void-mAlex))\n- Alexey Kulakov ([@aklkv](https://github.com/aklkv))\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Markus Sanin ([@mkszepp](https://github.com/mkszepp))\n"
1830
}

CHANGELOG.md

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

3+
## Release (2026-04-03)
4+
5+
* @ember/app-blueprint 6.12.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `@ember/app-blueprint`
9+
* [#243](https://github.com/ember-cli/ember-app-blueprint/pull/243) Promote Beta and update all dependencies for 6.12 release ([@mansona](https://github.com/mansona))
10+
* [#144](https://github.com/ember-cli/ember-app-blueprint/pull/144) feat: move ember-cli-build to `mjs` ([@aklkv](https://github.com/aklkv))
11+
12+
#### :bug: Bug Fix
13+
* `@ember/app-blueprint`
14+
* [#215](https://github.com/ember-cli/ember-app-blueprint/pull/215) upgrade ember/optional-features to clear install deprecation warnings ([@void-mAlex](https://github.com/void-mAlex))
15+
* [#119](https://github.com/ember-cli/ember-app-blueprint/pull/119) fix: align linters with recent changes in classic app blueprint ([@aklkv](https://github.com/aklkv))
16+
* [#208](https://github.com/ember-cli/ember-app-blueprint/pull/208) [Bugfix release] Add `globals.browser` to eslint config for TS files ([@mkszepp](https://github.com/mkszepp))
17+
18+
#### :memo: Documentation
19+
* `@ember/app-blueprint`
20+
* [#204](https://github.com/ember-cli/ember-app-blueprint/pull/204) Update Release.md ([@mansona](https://github.com/mansona))
21+
22+
#### :house: Internal
23+
* `@ember/app-blueprint`
24+
* [#244](https://github.com/ember-cli/ember-app-blueprint/pull/244) split tests into individual matrix jobs ([@mansona](https://github.com/mansona))
25+
* [#228](https://github.com/ember-cli/ember-app-blueprint/pull/228) Enable patch publish ([@mansona](https://github.com/mansona))
26+
* [#211](https://github.com/ember-cli/ember-app-blueprint/pull/211) fix release-plan alpha tag ([@mansona](https://github.com/mansona))
27+
28+
#### Committers: 4
29+
- Alex ([@void-mAlex](https://github.com/void-mAlex))
30+
- Alexey Kulakov ([@aklkv](https://github.com/aklkv))
31+
- Chris Manson ([@mansona](https://github.com/mansona))
32+
- Markus Sanin ([@mkszepp](https://github.com/mkszepp))
33+
334
## Release (2026-03-03)
435

536
* @ember/app-blueprint 6.11.2 (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/app-blueprint",
3-
"version": "6.11.2",
3+
"version": "6.12.0",
44
"description": "Blueprint for next generation of Ember apps",
55
"keywords": [
66
"ember-blueprint"

0 commit comments

Comments
 (0)