Skip to content

Commit e0c5654

Browse files
Merge pull request #346 from emberjs/release-preview
Prepare Release
2 parents 7c8331f + f964f53 commit e0c5654

File tree

3 files changed

+16
-8
lines changed

3 files changed

+16
-8
lines changed

.release-plan.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,16 @@
22
"solution": {
33
"@ember/optional-features": {
44
"impact": "minor",
5-
"oldVersion": "2.0.0",
6-
"newVersion": "2.1.0",
5+
"oldVersion": "2.1.0",
6+
"newVersion": "2.2.0",
77
"constraints": [
88
{
99
"impact": "minor",
1010
"reason": "Appears in changelog section :rocket: Enhancement"
11-
},
12-
{
13-
"impact": "patch",
14-
"reason": "Appears in changelog section :house: Internal"
1511
}
1612
],
1713
"pkgJSONPath": "./package.json"
1814
}
1915
},
20-
"description": "## Release (2024-02-21)\n\n@ember/optional-features 2.1.0 (minor)\n\n#### :rocket: Enhancement\n* `@ember/optional-features`\n * [#334](https://github.com/emberjs/ember-optional-features/pull/334) Add feature for no-implicit-route-model - only effective from ember-source 5.7 ([@achambers](https://github.com/achambers))\n\n#### :house: Internal\n* `@ember/optional-features`\n * [#339](https://github.com/emberjs/ember-optional-features/pull/339) update release-plan ([@mansona](https://github.com/mansona))\n * [#337](https://github.com/emberjs/ember-optional-features/pull/337) Setup release plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#338](https://github.com/emberjs/ember-optional-features/pull/338) switch to npm ([@mansona](https://github.com/mansona))\n * [#335](https://github.com/emberjs/ember-optional-features/pull/335) Test against Node 16, 18, and 20 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 3\n- Aaron Chambers ([@achambers](https://github.com/achambers))\n- Chris Manson ([@mansona](https://github.com/mansona))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
16+
"description": "## Release (2024-02-28)\n\n@ember/optional-features 2.2.0 (minor)\n\n#### :rocket: Enhancement\n* `@ember/optional-features`\n * [#333](https://github.com/emberjs/ember-optional-features/pull/333) Lazy load `inquirer` module ([@bertdeblock](https://github.com/bertdeblock))\n\n#### Committers: 2\n- Aaron Chambers ([@achambers](https://github.com/achambers))\n- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))\n"
2117
}

CHANGELOG.md

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

3+
## Release (2024-02-28)
4+
5+
@ember/optional-features 2.2.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `@ember/optional-features`
9+
* [#333](https://github.com/emberjs/ember-optional-features/pull/333) Lazy load `inquirer` module ([@bertdeblock](https://github.com/bertdeblock))
10+
11+
#### Committers: 2
12+
- Aaron Chambers ([@achambers](https://github.com/achambers))
13+
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
14+
315
## Release (2024-02-21)
416

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

0 commit comments

Comments
 (0)