Skip to content

Commit

Permalink
Merge pull request #346 from emberjs/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
NullVoxPopuli authored Oct 26, 2024
2 parents 7c8331f + f964f53 commit e0c5654
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
10 changes: 3 additions & 7 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,16 @@
"solution": {
"@ember/optional-features": {
"impact": "minor",
"oldVersion": "2.0.0",
"newVersion": "2.1.0",
"oldVersion": "2.1.0",
"newVersion": "2.2.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"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"
"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"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## Release (2024-02-28)

@ember/optional-features 2.2.0 (minor)

#### :rocket: Enhancement
* `@ember/optional-features`
* [#333](https://github.com/emberjs/ember-optional-features/pull/333) Lazy load `inquirer` module ([@bertdeblock](https://github.com/bertdeblock))

#### Committers: 2
- Aaron Chambers ([@achambers](https://github.com/achambers))
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))

## Release (2024-02-21)

@ember/optional-features 2.1.0 (minor)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ember/optional-features",
"version": "2.1.0",
"version": "2.2.0",
"description": "The default blueprint for ember-cli addons.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit e0c5654

Please sign in to comment.