Skip to content

Commit 13d8f84

Browse files
Prepare Release using 'release-plan' (#754)
Co-authored-by: RobbieTheWagner <2640861+RobbieTheWagner@users.noreply.github.com>
1 parent 9d865ef commit 13d8f84

File tree

3 files changed

+29
-5
lines changed

3 files changed

+29
-5
lines changed

.release-plan.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
{
22
"solution": {
33
"ember-cp-validations": {
4-
"impact": "patch",
5-
"oldVersion": "6.0.0",
6-
"newVersion": "6.0.1",
4+
"impact": "major",
5+
"oldVersion": "6.0.1",
6+
"newVersion": "7.0.0",
77
"constraints": [
8+
{
9+
"impact": "major",
10+
"reason": "Appears in changelog section :boom: Breaking Change"
11+
},
812
{
913
"impact": "patch",
1014
"reason": "Appears in changelog section :bug: Bug Fix"
@@ -17,5 +21,5 @@
1721
"pkgJSONPath": "./package.json"
1822
}
1923
},
20-
"description": "## Release (2024-02-26)\n\nember-cp-validations 6.0.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-cp-validations`\n * [#750](https://github.com/adopted-ember-addons/ember-cp-validations/pull/750) fix: ember metal imports ([@colenso](https://github.com/colenso))\n\n#### :house: Internal\n* `ember-cp-validations`\n * [#752](https://github.com/adopted-ember-addons/ember-cp-validations/pull/752) start using release-plan ([@mansona](https://github.com/mansona))\n * [#751](https://github.com/adopted-ember-addons/ember-cp-validations/pull/751) switch to pnpm ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- [@colenso](https://github.com/colenso)\n"
24+
"description": "## Release (2025-04-17)\n\nember-cp-validations 7.0.0 (major)\n\n#### :boom: Breaking Change\n* `ember-cp-validations`\n * [#757](https://github.com/adopted-ember-addons/ember-cp-validations/pull/757) Drop support for node < 18, Ember < 4.4 ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n\n#### :bug: Bug Fix\n* `ember-cp-validations`\n * [#756](https://github.com/adopted-ember-addons/ember-cp-validations/pull/756) Fix deprecation with path.original ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n\n#### :house: Internal\n* `ember-cp-validations`\n * [#749](https://github.com/adopted-ember-addons/ember-cp-validations/pull/749) update @embroider/test-setup to fix CI ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n"
2125
}

CHANGELOG.md

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

3+
## Release (2025-04-17)
4+
5+
ember-cp-validations 7.0.0 (major)
6+
7+
#### :boom: Breaking Change
8+
* `ember-cp-validations`
9+
* [#757](https://github.com/adopted-ember-addons/ember-cp-validations/pull/757) Drop support for node < 18, Ember < 4.4 ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
10+
11+
#### :bug: Bug Fix
12+
* `ember-cp-validations`
13+
* [#756](https://github.com/adopted-ember-addons/ember-cp-validations/pull/756) Fix deprecation with path.original ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
14+
15+
#### :house: Internal
16+
* `ember-cp-validations`
17+
* [#749](https://github.com/adopted-ember-addons/ember-cp-validations/pull/749) update @embroider/test-setup to fix CI ([@mansona](https://github.com/mansona))
18+
19+
#### Committers: 2
20+
- Chris Manson ([@mansona](https://github.com/mansona))
21+
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
22+
323
## Release (2024-02-26)
424

525
ember-cp-validations 6.0.1 (patch)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cp-validations",
3-
"version": "6.0.1",
3+
"version": "7.0.0",
44
"description": "Ember computed property based validation library",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)