diff --git a/.release-plan.json b/.release-plan.json index 09086494..06d85028 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,13 +2,9 @@ "solution": { "ember-cp-validations": { "impact": "patch", - "oldVersion": "6.0.0", - "newVersion": "6.0.1", + "oldVersion": "6.0.1", + "newVersion": "6.0.2", "constraints": [ - { - "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" - }, { "impact": "patch", "reason": "Appears in changelog section :house: Internal" @@ -17,5 +13,5 @@ "pkgJSONPath": "./package.json" } }, - "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" + "description": "## Release (2024-02-26)\n\nember-cp-validations 6.0.2 (patch)\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: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7142a27d..b135cb08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ ## Release (2024-02-26) +ember-cp-validations 6.0.2 (patch) + +#### :house: Internal +* `ember-cp-validations` + * [#749](https://github.com/adopted-ember-addons/ember-cp-validations/pull/749) update @embroider/test-setup to fix CI ([@mansona](https://github.com/mansona)) + +#### Committers: 1 +- Chris Manson ([@mansona](https://github.com/mansona)) + +## Release (2024-02-26) + ember-cp-validations 6.0.1 (patch) #### :bug: Bug Fix diff --git a/package.json b/package.json index a3d48583..6004554f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-cp-validations", - "version": "6.0.1", + "version": "6.0.2", "description": "Ember computed property based validation library", "keywords": [ "ember-addon",