Skip to content

Commit

Permalink
Prepare Release using 'release-plan'
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeAstapov authored and github-actions[bot] committed Nov 9, 2024
1 parent 6219bca commit afbb379
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .release-plan.json
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"
}
50 changes: 50 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,55 @@
# Changelog

## Release (2024-11-09)

ember-changeset 4.2.0 (minor)

#### :boom: Breaking Change
* [#688](https://github.com/adopted-ember-addons/ember-changeset/pull/688) Drop support for Node.js 17 and below ([@SergeAstapov](https://github.com/SergeAstapov))

#### :rocket: Enhancement
* `ember-changeset`
* [#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))
* Other
* [#694](https://github.com/adopted-ember-addons/ember-changeset/pull/694) Provide helpers named exports for Template Tag support ([@SergeAstapov](https://github.com/SergeAstapov))
* [#662](https://github.com/adopted-ember-addons/ember-changeset/pull/662) Pass through original mergeDeep error in cause property ([@mintyfloss](https://github.com/mintyfloss))

#### :memo: Documentation
* [#691](https://github.com/adopted-ember-addons/ember-changeset/pull/691) Modernize readme examples ([@SergeAstapov](https://github.com/SergeAstapov))
* [#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))
* [#687](https://github.com/adopted-ember-addons/ember-changeset/pull/687) Add missing changelog entries ([@SergeAstapov](https://github.com/SergeAstapov))
* [#672](https://github.com/adopted-ember-addons/ember-changeset/pull/672) Update documentation urls to the new location ([@SergeAstapov](https://github.com/SergeAstapov))
* [#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))
* [#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))

#### :house: Internal
* `ember-changeset`, `test-app`
* [#697](https://github.com/adopted-ember-addons/ember-changeset/pull/697) Extract addon to separate workspace ([@SergeAstapov](https://github.com/SergeAstapov))
* `test-app`
* [#695](https://github.com/adopted-ember-addons/ember-changeset/pull/695) Switch to monorepo ([@SergeAstapov](https://github.com/SergeAstapov))
* Other
* [#696](https://github.com/adopted-ember-addons/ember-changeset/pull/696) Switch from npm to pnpm ([@SergeAstapov](https://github.com/SergeAstapov))
* [#692](https://github.com/adopted-ember-addons/ember-changeset/pull/692) Remove unnecessary .gitkeep files ([@SergeAstapov](https://github.com/SergeAstapov))
* [#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))
* [#682](https://github.com/adopted-ember-addons/ember-changeset/pull/682) Switch from release-it to release-plan ([@SergeAstapov](https://github.com/SergeAstapov))
* [#686](https://github.com/adopted-ember-addons/ember-changeset/pull/686) Bump eslint-plugin-qunit to v8 ([@SergeAstapov](https://github.com/SergeAstapov))
* [#685](https://github.com/adopted-ember-addons/ember-changeset/pull/685) Replace Input component in tests with input element ([@SergeAstapov](https://github.com/SergeAstapov))
* [#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))
* [#683](https://github.com/adopted-ember-addons/ember-changeset/pull/683) Replace action helper with fn ([@SergeAstapov](https://github.com/SergeAstapov))
* [#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))
* [#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))
* [#678](https://github.com/adopted-ember-addons/ember-changeset/pull/678) Move components templates to colocated layout ([@SergeAstapov](https://github.com/SergeAstapov))
* [#676](https://github.com/adopted-ember-addons/ember-changeset/pull/676) Introduce stylelint ([@SergeAstapov](https://github.com/SergeAstapov))
* [#677](https://github.com/adopted-ember-addons/ember-changeset/pull/677) Replace `with` template helper with `let` ([@SergeAstapov](https://github.com/SergeAstapov))
* [#673](https://github.com/adopted-ember-addons/ember-changeset/pull/673) Bump prettier to v3 and fix lint ([@SergeAstapov](https://github.com/SergeAstapov))
* [#675](https://github.com/adopted-ember-addons/ember-changeset/pull/675) Bump ESLint to v8 and related plugins ([@SergeAstapov](https://github.com/SergeAstapov))
* [#674](https://github.com/adopted-ember-addons/ember-changeset/pull/674) Bump GitHub actions ([@SergeAstapov](https://github.com/SergeAstapov))

#### Committers: 3
- Michael Cheng ([@mintyfloss](https://github.com/mintyfloss))
- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))
- [@x-m-el](https://github.com/x-m-el)

Some notable changes going from 2.x to 3.x

- error.validation is a string if one validation and array if multiple validations.
Expand Down
2 changes: 1 addition & 1 deletion ember-changeset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-changeset",
"version": "4.1.2",
"version": "4.2.0",
"description": "Changesets for Ember",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit afbb379

Please sign in to comment.