Skip to content

Commit 252915e

Browse files
authored
Merge pull request #353 from emberjs/release-preview
Prepare Release v3.0.0
2 parents 62ce328 + 3d7a16e commit 252915e

3 files changed

Lines changed: 37 additions & 5 deletions

File tree

.release-plan.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,26 @@
11
{
22
"solution": {
33
"@ember/optional-features": {
4-
"impact": "minor",
5-
"oldVersion": "2.2.0",
6-
"newVersion": "2.3.0",
4+
"impact": "major",
5+
"oldVersion": "2.3.0",
6+
"newVersion": "3.0.0",
7+
"tagName": "latest",
78
"constraints": [
9+
{
10+
"impact": "major",
11+
"reason": "Appears in changelog section :boom: Breaking Change"
12+
},
813
{
914
"impact": "minor",
1015
"reason": "Appears in changelog section :rocket: Enhancement"
16+
},
17+
{
18+
"impact": "patch",
19+
"reason": "Appears in changelog section :house: Internal"
1120
}
1221
],
1322
"pkgJSONPath": "./package.json"
1423
}
1524
},
16-
"description": "## Release (2025-11-25)\n\n@ember/optional-features 2.3.0 (minor)\n\n#### :rocket: Enhancement\n* `@ember/optional-features`\n * [#349](https://github.com/emberjs/ember-optional-features/pull/349) Introducing use-ember-modules flag ([@ef4](https://github.com/ef4))\n\n#### Committers: 1\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n"
25+
"description": "## Release (2026-02-08)\n\n* @ember/optional-features 3.0.0 (major)\n\n#### :boom: Breaking Change\n* `@ember/optional-features`\n * [#352](https://github.com/emberjs/ember-optional-features/pull/352) update inquirer and glob (to clear audit warnings) and drop support for node < 20.19 ([@void-mAlex](https://github.com/void-mAlex))\n\n#### :rocket: Enhancement\n* `@ember/optional-features`\n * [#358](https://github.com/emberjs/ember-optional-features/pull/358) [e18e] replace glob with tinyglobby ([@mansona](https://github.com/mansona))\n * [#357](https://github.com/emberjs/ember-optional-features/pull/357) [e18e] replace mkdirp with native mkdirSync with recursive: true ([@mansona](https://github.com/mansona))\n * [#356](https://github.com/emberjs/ember-optional-features/pull/356) [e18e] swap from chalk to native styleText ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `@ember/optional-features`\n * [#355](https://github.com/emberjs/ember-optional-features/pull/355) update release-plan ([@mansona](https://github.com/mansona))\n * [#354](https://github.com/emberjs/ember-optional-features/pull/354) swap to pnpm ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Alex ([@void-mAlex](https://github.com/void-mAlex))\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
1726
}

CHANGELOG.md

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

3+
## Release (2026-02-08)
4+
5+
* @ember/optional-features 3.0.0 (major)
6+
7+
#### :boom: Breaking Change
8+
* `@ember/optional-features`
9+
* [#352](https://github.com/emberjs/ember-optional-features/pull/352) update inquirer and glob (to clear audit warnings) and drop support for node < 20.19 ([@void-mAlex](https://github.com/void-mAlex))
10+
11+
#### :rocket: Enhancement
12+
* `@ember/optional-features`
13+
* [#358](https://github.com/emberjs/ember-optional-features/pull/358) [e18e] replace glob with tinyglobby ([@mansona](https://github.com/mansona))
14+
* [#357](https://github.com/emberjs/ember-optional-features/pull/357) [e18e] replace mkdirp with native mkdirSync with recursive: true ([@mansona](https://github.com/mansona))
15+
* [#356](https://github.com/emberjs/ember-optional-features/pull/356) [e18e] swap from chalk to native styleText ([@mansona](https://github.com/mansona))
16+
17+
#### :house: Internal
18+
* `@ember/optional-features`
19+
* [#355](https://github.com/emberjs/ember-optional-features/pull/355) update release-plan ([@mansona](https://github.com/mansona))
20+
* [#354](https://github.com/emberjs/ember-optional-features/pull/354) swap to pnpm ([@mansona](https://github.com/mansona))
21+
22+
#### Committers: 2
23+
- Alex ([@void-mAlex](https://github.com/void-mAlex))
24+
- Chris Manson ([@mansona](https://github.com/mansona))
25+
326
## Release (2025-11-25)
427

528
@ember/optional-features 2.3.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/optional-features",
3-
"version": "2.3.0",
3+
"version": "3.0.0",
44
"description": "The default blueprint for ember-cli addons.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)