|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## Release (2026-02-11) |
| 3 | +## Release (2026-04-02) |
4 | 4 |
|
5 | | -* @ember/app-blueprint 6.12.0-alpha.4 (patch) |
| 5 | +* @ember/app-blueprint 6.12.0-beta.1 (minor) |
| 6 | + |
| 7 | +#### :rocket: Enhancement |
| 8 | +* `@ember/app-blueprint` |
| 9 | + * [#238](https://github.com/ember-cli/ember-app-blueprint/pull/238) Promote 6.12 to beta and update dependencies ([@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)) |
6 | 11 |
|
7 | 12 | #### :bug: Bug Fix |
8 | 13 | * `@ember/app-blueprint` |
| 14 | + * [#231](https://github.com/ember-cli/ember-app-blueprint/pull/231) update ember-cli dependency to latest ([@mansona](https://github.com/mansona)) |
| 15 | + * [#226](https://github.com/ember-cli/ember-app-blueprint/pull/226) fix decorator-transforms runtime path in babel.config.mjs ([@mansona](https://github.com/mansona)) |
9 | 16 | * [#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)) |
10 | | - * [#209](https://github.com/ember-cli/ember-app-blueprint/pull/209) Remove unnecessary empty lines when `--no-warp-drive` was passed ([@mkszepp](https://github.com/mkszepp)) |
11 | | - * [#205](https://github.com/ember-cli/ember-app-blueprint/pull/205) [bugfix release] Auto-choose correct compilerPath ([@ef4](https://github.com/ef4)) |
| 17 | + * [#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)) |
| 18 | + * [#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)) |
| 19 | + |
| 20 | +#### :memo: Documentation |
| 21 | +* `@ember/app-blueprint` |
| 22 | + * [#204](https://github.com/ember-cli/ember-app-blueprint/pull/204) Update Release.md ([@mansona](https://github.com/mansona)) |
12 | 23 |
|
13 | 24 | #### :house: Internal |
14 | 25 | * `@ember/app-blueprint` |
15 | | - * [#220](https://github.com/ember-cli/ember-app-blueprint/pull/220) Merge beta into main ([@mansona](https://github.com/mansona)) |
16 | | - * [#218](https://github.com/ember-cli/ember-app-blueprint/pull/218) Prepare Stable Release v6.10.4 ([@github-actions[bot]](https://github.com/apps/github-actions)) |
17 | | - * [#217](https://github.com/ember-cli/ember-app-blueprint/pull/217) update release-plan to support OIDC ([@mansona](https://github.com/mansona)) |
18 | | - * [#203](https://github.com/ember-cli/ember-app-blueprint/pull/203) Prepare Beta Release v6.11.0-beta.2 ([@github-actions[bot]](https://github.com/apps/github-actions)) |
19 | | - * [#206](https://github.com/ember-cli/ember-app-blueprint/pull/206) Merge release into beta ([@mansona](https://github.com/mansona)) |
20 | | - * [#201](https://github.com/ember-cli/ember-app-blueprint/pull/201) Prepare Stable Release v6.10.3 ([@github-actions[bot]](https://github.com/apps/github-actions)) |
| 26 | + * [#228](https://github.com/ember-cli/ember-app-blueprint/pull/228) Enable patch publish ([@mansona](https://github.com/mansona)) |
| 27 | + * [#211](https://github.com/ember-cli/ember-app-blueprint/pull/211) fix release-plan alpha tag ([@mansona](https://github.com/mansona)) |
21 | 28 |
|
22 | | -#### Committers: 5 |
| 29 | +#### Committers: 4 |
23 | 30 | - Alex ([@void-mAlex](https://github.com/void-mAlex)) |
| 31 | +- Alexey Kulakov ([@aklkv](https://github.com/aklkv)) |
24 | 32 | - Chris Manson ([@mansona](https://github.com/mansona)) |
25 | | -- Edward Faulkner ([@ef4](https://github.com/ef4)) |
26 | | -- GitHub Actions [Bot] ([@github-actions](https://github.com/apps/github-actions)) |
27 | 33 | - Markus Sanin ([@mkszepp](https://github.com/mkszepp)) |
28 | 34 |
|
29 | | -## Release (2026-02-08) |
| 35 | +## Release (2026-03-03) |
30 | 36 |
|
31 | | -* @ember/app-blueprint 6.12.0-alpha.3 (minor) |
| 37 | +* @ember/app-blueprint 6.11.2 (patch) |
32 | 38 |
|
33 | | -#### :rocket: Enhancement |
| 39 | +#### :bug: Bug Fix |
34 | 40 | * `@ember/app-blueprint` |
35 | | - * [#144](https://github.com/ember-cli/ember-app-blueprint/pull/144) feat: move ember-cli-build to `mjs` ([@aklkv](https://github.com/aklkv)) |
| 41 | + * [#231](https://github.com/ember-cli/ember-app-blueprint/pull/231) update ember-cli dependency to latest ([@mansona](https://github.com/mansona)) |
36 | 42 |
|
37 | 43 | #### Committers: 1 |
38 | | -- Alexey Kulakov ([@aklkv](https://github.com/aklkv)) |
| 44 | +- Chris Manson ([@mansona](https://github.com/mansona)) |
39 | 45 |
|
40 | | -## Release (2026-02-08) |
| 46 | +## Release (2026-03-01) |
41 | 47 |
|
42 | | -* @ember/app-blueprint 6.12.0-alpha.2 (patch) |
| 48 | +* @ember/app-blueprint 6.11.1 (patch) |
43 | 49 |
|
44 | 50 | #### :bug: Bug Fix |
45 | 51 | * `@ember/app-blueprint` |
46 | | - * [#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)) |
47 | | - * [#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)) |
| 52 | + * [#226](https://github.com/ember-cli/ember-app-blueprint/pull/226) fix decorator-transforms runtime path in babel.config.mjs ([@mansona](https://github.com/mansona)) |
48 | 53 |
|
49 | | -#### Committers: 2 |
50 | | -- Alexey Kulakov ([@aklkv](https://github.com/aklkv)) |
51 | | -- Markus Sanin ([@mkszepp](https://github.com/mkszepp)) |
| 54 | +#### Committers: 1 |
| 55 | +- Chris Manson ([@mansona](https://github.com/mansona)) |
52 | 56 |
|
53 | | -## Release (2026-01-25) |
| 57 | +## Release (2026-02-17) |
54 | 58 |
|
55 | | -* @ember/app-blueprint 6.12.0-alpha.1 (patch) |
| 59 | +* @ember/app-blueprint 6.11.0 (minor) |
56 | 60 |
|
57 | | -#### :memo: Documentation |
| 61 | +#### :rocket: Enhancement |
58 | 62 | * `@ember/app-blueprint` |
59 | | - * [#204](https://github.com/ember-cli/ember-app-blueprint/pull/204) Update Release.md ([@mansona](https://github.com/mansona)) |
| 63 | + * [#222](https://github.com/ember-cli/ember-app-blueprint/pull/222) Promote Beta and update all dependencies for 6.11 release ([@mansona](https://github.com/mansona)) |
60 | 64 |
|
61 | 65 | #### :house: Internal |
62 | 66 | * `@ember/app-blueprint` |
63 | | - * [#211](https://github.com/ember-cli/ember-app-blueprint/pull/211) fix release-plan alpha tag ([@mansona](https://github.com/mansona)) |
| 67 | + * [#158](https://github.com/ember-cli/ember-app-blueprint/pull/158) update RELEASE.md ([@mansona](https://github.com/mansona)) |
64 | 68 |
|
65 | 69 | #### Committers: 1 |
66 | 70 | - Chris Manson ([@mansona](https://github.com/mansona)) |
67 | 71 |
|
68 | | -## Release (2026-01-23) |
| 72 | +## Release (2026-02-09) |
69 | 73 |
|
70 | | -* @ember/app-blueprint 6.12.0-beta.0 (minor) |
71 | | - |
72 | | -#### :rocket: Enhancement |
73 | | -* `@ember/app-blueprint` |
74 | | - * [#190](https://github.com/ember-cli/ember-app-blueprint/pull/190) Promote Beta and update all dependencies for 6.10 release ([@mansona](https://github.com/mansona)) |
| 74 | +* @ember/app-blueprint 6.10.4 (patch) |
75 | 75 |
|
76 | 76 | #### :bug: Bug Fix |
77 | 77 | * `@ember/app-blueprint` |
78 | | - * [#197](https://github.com/ember-cli/ember-app-blueprint/pull/197) update ember-cli dependency to latest ([@mansona](https://github.com/mansona)) |
79 | | - * [#195](https://github.com/ember-cli/ember-app-blueprint/pull/195) add sort-package-json as a dependency ([@mansona](https://github.com/mansona)) |
80 | | - * [#187](https://github.com/ember-cli/ember-app-blueprint/pull/187) [bugfix beta] Revert "Add --minimal and --no-compat" ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
81 | | - |
82 | | -#### :memo: Documentation |
83 | | -* `@ember/app-blueprint` |
84 | | - * [#158](https://github.com/ember-cli/ember-app-blueprint/pull/158) update RELEASE.md ([@mansona](https://github.com/mansona)) |
| 78 | + * [#209](https://github.com/ember-cli/ember-app-blueprint/pull/209) Remove unnecessary empty lines when `--no-warp-drive` was passed ([@mkszepp](https://github.com/mkszepp)) |
85 | 79 |
|
86 | 80 | #### :house: Internal |
87 | 81 | * `@ember/app-blueprint` |
88 | | - * [#202](https://github.com/ember-cli/ember-app-blueprint/pull/202) Prepare 6.12-alpha ([@mansona](https://github.com/mansona)) |
89 | | - * [#200](https://github.com/ember-cli/ember-app-blueprint/pull/200) Prepare Beta Release v6.11.0-beta.1 ([@github-actions[bot]](https://github.com/apps/github-actions)) |
90 | | - * [#199](https://github.com/ember-cli/ember-app-blueprint/pull/199) Prepare 6.11 Beta ([@mansona](https://github.com/mansona)) |
| 82 | + * [#217](https://github.com/ember-cli/ember-app-blueprint/pull/217) update release-plan to support OIDC ([@mansona](https://github.com/mansona)) |
91 | 83 |
|
92 | | -#### Committers: 3 |
| 84 | +#### Committers: 2 |
93 | 85 | - Chris Manson ([@mansona](https://github.com/mansona)) |
94 | | -- [@NullVoxPopuli](https://github.com/NullVoxPopuli) |
95 | | -- [@github-actions[bot]](https://github.com/apps/github-actions) |
| 86 | +- Markus Sanin ([@mkszepp](https://github.com/mkszepp)) |
96 | 87 |
|
97 | 88 | ## Release (2026-01-23) |
98 | 89 |
|
99 | | -* @ember/app-blueprint 6.11.0-beta.1 (minor) |
100 | | - |
101 | | -#### :rocket: Enhancement |
102 | | -* `@ember/app-blueprint` |
103 | | - * [#190](https://github.com/ember-cli/ember-app-blueprint/pull/190) Promote Beta and update all dependencies for 6.10 release ([@mansona](https://github.com/mansona)) |
| 90 | +* @ember/app-blueprint 6.10.3 (patch) |
104 | 91 |
|
105 | 92 | #### :bug: Bug Fix |
106 | 93 | * `@ember/app-blueprint` |
107 | | - * [#197](https://github.com/ember-cli/ember-app-blueprint/pull/197) update ember-cli dependency to latest ([@mansona](https://github.com/mansona)) |
108 | | - * [#195](https://github.com/ember-cli/ember-app-blueprint/pull/195) add sort-package-json as a dependency ([@mansona](https://github.com/mansona)) |
109 | | - |
110 | | -#### :memo: Documentation |
111 | | -* `@ember/app-blueprint` |
112 | | - * [#158](https://github.com/ember-cli/ember-app-blueprint/pull/158) update RELEASE.md ([@mansona](https://github.com/mansona)) |
113 | | - |
114 | | -#### :house: Internal |
115 | | -* `@ember/app-blueprint` |
116 | | - * [#199](https://github.com/ember-cli/ember-app-blueprint/pull/199) Prepare 6.11 Beta ([@mansona](https://github.com/mansona)) |
| 94 | + * [#205](https://github.com/ember-cli/ember-app-blueprint/pull/205) [bugfix release] Auto-choose correct compilerPath ([@ef4](https://github.com/ef4)) |
117 | 95 |
|
118 | 96 | #### Committers: 1 |
119 | | -- Chris Manson ([@mansona](https://github.com/mansona)) |
| 97 | +- Edward Faulkner ([@ef4](https://github.com/ef4)) |
120 | 98 |
|
121 | 99 | ## Release (2026-01-23) |
122 | 100 |
|
|
0 commit comments