Skip to content

Commit 4f870fe

Browse files
authored
Merge pull request #246 from ember-cli/reset-version-release
Reset version because of failed release
2 parents 1e44651 + 66a97e9 commit 4f870fe

2 files changed

Lines changed: 1 addition & 32 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,5 @@
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-
343
## Release (2026-03-03)
354

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

0 commit comments

Comments
 (0)