Skip to content

Commit 2ab8a7d

Browse files
SergeAstapovgithub-actions[bot]
authored andcommitted
Prepare Release using 'release-plan'
1 parent 029eb6e commit 2ab8a7d

File tree

3 files changed

+74
-1
lines changed

3 files changed

+74
-1
lines changed

.release-plan.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"solution": {
3+
"ember-changeset": {
4+
"impact": "major",
5+
"oldVersion": "4.1.2",
6+
"newVersion": "5.0.0",
7+
"constraints": [
8+
{
9+
"impact": "major",
10+
"reason": "Appears in changelog section :boom: Breaking Change"
11+
},
12+
{
13+
"impact": "minor",
14+
"reason": "Appears in changelog section :rocket: Enhancement"
15+
},
16+
{
17+
"impact": "patch",
18+
"reason": "Appears in changelog section :memo: Documentation"
19+
},
20+
{
21+
"impact": "patch",
22+
"reason": "Appears in changelog section :house: Internal"
23+
}
24+
],
25+
"pkgJSONPath": "./package.json"
26+
}
27+
},
28+
"description": "## Release (2024-10-27)\n\nember-changeset 5.0.0 (major)\n\n#### :boom: Breaking Change\n* `ember-changeset`\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 * [#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* `ember-changeset`\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`\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"
29+
}

CHANGELOG.md

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

3+
## Release (2024-10-27)
4+
5+
ember-changeset 5.0.0 (major)
6+
7+
#### :boom: Breaking Change
8+
* `ember-changeset`
9+
* [#688](https://github.com/adopted-ember-addons/ember-changeset/pull/688) Drop support for Node.js 17 and below ([@SergeAstapov](https://github.com/SergeAstapov))
10+
11+
#### :rocket: Enhancement
12+
* `ember-changeset`
13+
* [#662](https://github.com/adopted-ember-addons/ember-changeset/pull/662) Pass through original mergeDeep error in cause property ([@mintyfloss](https://github.com/mintyfloss))
14+
15+
#### :memo: Documentation
16+
* `ember-changeset`
17+
* [#691](https://github.com/adopted-ember-addons/ember-changeset/pull/691) Modernize readme examples ([@SergeAstapov](https://github.com/SergeAstapov))
18+
* [#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))
19+
* [#687](https://github.com/adopted-ember-addons/ember-changeset/pull/687) Add missing changelog entries ([@SergeAstapov](https://github.com/SergeAstapov))
20+
* [#672](https://github.com/adopted-ember-addons/ember-changeset/pull/672) Update documentation urls to the new location ([@SergeAstapov](https://github.com/SergeAstapov))
21+
* [#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))
22+
* [#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))
23+
24+
#### :house: Internal
25+
* `ember-changeset`
26+
* [#692](https://github.com/adopted-ember-addons/ember-changeset/pull/692) Remove unnecessary .gitkeep files ([@SergeAstapov](https://github.com/SergeAstapov))
27+
* [#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))
28+
* [#682](https://github.com/adopted-ember-addons/ember-changeset/pull/682) Switch from release-it to release-plan ([@SergeAstapov](https://github.com/SergeAstapov))
29+
* [#686](https://github.com/adopted-ember-addons/ember-changeset/pull/686) Bump eslint-plugin-qunit to v8 ([@SergeAstapov](https://github.com/SergeAstapov))
30+
* [#685](https://github.com/adopted-ember-addons/ember-changeset/pull/685) Replace Input component in tests with input element ([@SergeAstapov](https://github.com/SergeAstapov))
31+
* [#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))
32+
* [#683](https://github.com/adopted-ember-addons/ember-changeset/pull/683) Replace action helper with fn ([@SergeAstapov](https://github.com/SergeAstapov))
33+
* [#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))
34+
* [#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))
35+
* [#678](https://github.com/adopted-ember-addons/ember-changeset/pull/678) Move components templates to colocated layout ([@SergeAstapov](https://github.com/SergeAstapov))
36+
* [#676](https://github.com/adopted-ember-addons/ember-changeset/pull/676) Introduce stylelint ([@SergeAstapov](https://github.com/SergeAstapov))
37+
* [#677](https://github.com/adopted-ember-addons/ember-changeset/pull/677) Replace `with` template helper with `let` ([@SergeAstapov](https://github.com/SergeAstapov))
38+
* [#673](https://github.com/adopted-ember-addons/ember-changeset/pull/673) Bump prettier to v3 and fix lint ([@SergeAstapov](https://github.com/SergeAstapov))
39+
* [#675](https://github.com/adopted-ember-addons/ember-changeset/pull/675) Bump ESLint to v8 and related plugins ([@SergeAstapov](https://github.com/SergeAstapov))
40+
* [#674](https://github.com/adopted-ember-addons/ember-changeset/pull/674) Bump GitHub actions ([@SergeAstapov](https://github.com/SergeAstapov))
41+
42+
#### Committers: 3
43+
- Michael Cheng ([@mintyfloss](https://github.com/mintyfloss))
44+
- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))
45+
- [@x-m-el](https://github.com/x-m-el)
46+
347
Some notable changes going from 2.x to 3.x
448

549
- error.validation is a string if one validation and array if multiple validations.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-changeset",
3-
"version": "4.1.2",
3+
"version": "5.0.0",
44
"description": "Changesets for Ember",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)