File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "solution" : {
33 "@ember/app-blueprint" : {
4- "impact" : " minor " ,
5- "oldVersion" : " 6.11.2 " ,
6- "newVersion" : " 6.12.0 " ,
4+ "impact" : " patch " ,
5+ "oldVersion" : " 6.12.0 " ,
6+ "newVersion" : " 6.12.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"
20- },
21- {
22- "impact" : " patch" ,
23- "reason" : " Appears in changelog section :house: Internal"
2412 }
2513 ],
2614 "pkgJSONPath" : " ./package.json"
2715 }
2816 },
29- "description": "## Release (2026-04-09)\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 * [#247](https://github.com/ember-cli/ember-app-blueprint/pull/247) update node for Publish CI to a version that doesn't need to update npm ([@mansona](https://github.com/mansona))\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"
17+ "description" : " ## Release (2026-04-18)\n\n * @ember/app-blueprint 6.12.1 (patch)\n\n #### :bug: Bug Fix\n * `@ember/app-blueprint`\n * [#251](https://github.com/ember-cli/ember-app-blueprint/pull/251) update ember-cli dependency to latest ([@mansona](https://github.com/mansona))\n\n #### Committers: 1\n - Chris Manson ([@mansona](https://github.com/mansona))\n "
3018}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Release (2026-04-18)
4+
5+ * @ember/app-blueprint 6.12.1 (patch)
6+
7+ #### :bug : Bug Fix
8+ * ` @ember/app-blueprint `
9+ * [ #251 ] ( https://github.com/ember-cli/ember-app-blueprint/pull/251 ) update ember-cli dependency to latest ([ @mansona ] ( https://github.com/mansona ) )
10+
11+ #### Committers: 1
12+ - Chris Manson ([ @mansona ] ( https://github.com/mansona ) )
13+
314## Release (2026-04-09)
415
516* @ember/app-blueprint 6.12.0 (minor)
Original file line number Diff line number Diff line change 11{
22 "name" : " @ember/app-blueprint" ,
3- "version" : " 6.12.0 " ,
3+ "version" : " 6.12.1 " ,
44 "description" : " Blueprint for next generation of Ember apps" ,
55 "keywords" : [
66 " ember-blueprint"
You can’t perform that action at this time.
0 commit comments