-
-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare Release using 'release-plan'
- Loading branch information
1 parent
6219bca
commit afbb379
Showing
3 changed files
with
72 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"solution": { | ||
"ember-changeset": { | ||
"impact": "minor", | ||
"oldVersion": "4.1.2", | ||
"newVersion": "4.2.0", | ||
"constraints": [ | ||
{ | ||
"impact": "minor", | ||
"reason": "Appears in changelog section :rocket: Enhancement" | ||
}, | ||
{ | ||
"impact": "patch", | ||
"reason": "Appears in changelog section :house: Internal" | ||
} | ||
], | ||
"pkgJSONPath": "./ember-changeset/package.json" | ||
} | ||
}, | ||
"description": "## Release (2024-11-09)\n\nember-changeset 4.2.0 (minor)\n\n#### :boom: Breaking Change\n* [#688](https://github.com/adopted-ember-addons/ember-changeset/pull/688) Drop support for Node.js 17 and below ([@SergeAstapov](https://github.com/SergeAstapov))\n\n#### :rocket: Enhancement\n* `ember-changeset`\n * [#698](https://github.com/adopted-ember-addons/ember-changeset/pull/698) Provide types for helpers named exports for .gts support ([@SergeAstapov](https://github.com/SergeAstapov))\n* Other\n * [#694](https://github.com/adopted-ember-addons/ember-changeset/pull/694) Provide helpers named exports for Template Tag support ([@SergeAstapov](https://github.com/SergeAstapov))\n * [#662](https://github.com/adopted-ember-addons/ember-changeset/pull/662) Pass through original mergeDeep error in cause property ([@mintyfloss](https://github.com/mintyfloss))\n\n#### :memo: Documentation\n* [#691](https://github.com/adopted-ember-addons/ember-changeset/pull/691) Modernize readme examples ([@SergeAstapov](https://github.com/SergeAstapov))\n* [#690](https://github.com/adopted-ember-addons/ember-changeset/pull/690) Update minimum supported Node.js version in README.md ([@SergeAstapov](https://github.com/SergeAstapov))\n* [#687](https://github.com/adopted-ember-addons/ember-changeset/pull/687) Add missing changelog entries ([@SergeAstapov](https://github.com/SergeAstapov))\n* [#672](https://github.com/adopted-ember-addons/ember-changeset/pull/672) Update documentation urls to the new location ([@SergeAstapov](https://github.com/SergeAstapov))\n* [#671](https://github.com/adopted-ember-addons/ember-changeset/pull/671) Update the `repository` field of the `package.json` to point to the new location ([@SergeAstapov](https://github.com/SergeAstapov))\n* [#666](https://github.com/adopted-ember-addons/ember-changeset/pull/666) Use #let instead of deprecated #with in example ([@x-m-el](https://github.com/x-m-el))\n\n#### :house: Internal\n* `ember-changeset`, `test-app`\n * [#697](https://github.com/adopted-ember-addons/ember-changeset/pull/697) Extract addon to separate workspace ([@SergeAstapov](https://github.com/SergeAstapov))\n* `test-app`\n * [#695](https://github.com/adopted-ember-addons/ember-changeset/pull/695) Switch to monorepo ([@SergeAstapov](https://github.com/SergeAstapov))\n* Other\n * [#696](https://github.com/adopted-ember-addons/ember-changeset/pull/696) Switch from npm to pnpm ([@SergeAstapov](https://github.com/SergeAstapov))\n * [#692](https://github.com/adopted-ember-addons/ember-changeset/pull/692) Remove unnecessary .gitkeep files ([@SergeAstapov](https://github.com/SergeAstapov))\n * [#684](https://github.com/adopted-ember-addons/ember-changeset/pull/684) Sync with latest addon blueprint via ember-cli-update --to=5.12 ([@SergeAstapov](https://github.com/SergeAstapov))\n * [#682](https://github.com/adopted-ember-addons/ember-changeset/pull/682) Switch from release-it to release-plan ([@SergeAstapov](https://github.com/SergeAstapov))\n * [#686](https://github.com/adopted-ember-addons/ember-changeset/pull/686) Bump eslint-plugin-qunit to v8 ([@SergeAstapov](https://github.com/SergeAstapov))\n * [#685](https://github.com/adopted-ember-addons/ember-changeset/pull/685) Replace Input component in tests with input element ([@SergeAstapov](https://github.com/SergeAstapov))\n * [#681](https://github.com/adopted-ember-addons/ember-changeset/pull/681) Sync with latest addon blueprint via ember-cli-update --to=4.12 ([@SergeAstapov](https://github.com/SergeAstapov))\n * [#683](https://github.com/adopted-ember-addons/ember-changeset/pull/683) Replace action helper with fn ([@SergeAstapov](https://github.com/SergeAstapov))\n * [#680](https://github.com/adopted-ember-addons/ember-changeset/pull/680) Bump ember-template-lint to v5 and fix errors ([@SergeAstapov](https://github.com/SergeAstapov))\n * [#679](https://github.com/adopted-ember-addons/ember-changeset/pull/679) Explicit relationships options and ED store import in dummy app ([@SergeAstapov](https://github.com/SergeAstapov))\n * [#678](https://github.com/adopted-ember-addons/ember-changeset/pull/678) Move components templates to colocated layout ([@SergeAstapov](https://github.com/SergeAstapov))\n * [#676](https://github.com/adopted-ember-addons/ember-changeset/pull/676) Introduce stylelint ([@SergeAstapov](https://github.com/SergeAstapov))\n * [#677](https://github.com/adopted-ember-addons/ember-changeset/pull/677) Replace `with` template helper with `let` ([@SergeAstapov](https://github.com/SergeAstapov))\n * [#673](https://github.com/adopted-ember-addons/ember-changeset/pull/673) Bump prettier to v3 and fix lint ([@SergeAstapov](https://github.com/SergeAstapov))\n * [#675](https://github.com/adopted-ember-addons/ember-changeset/pull/675) Bump ESLint to v8 and related plugins ([@SergeAstapov](https://github.com/SergeAstapov))\n * [#674](https://github.com/adopted-ember-addons/ember-changeset/pull/674) Bump GitHub actions ([@SergeAstapov](https://github.com/SergeAstapov))\n\n#### Committers: 3\n- Michael Cheng ([@mintyfloss](https://github.com/mintyfloss))\n- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))\n- [@x-m-el](https://github.com/x-m-el)\n" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters