diff --git a/.release-plan.json b/.release-plan.json index ed7cace..4e20345 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,29 +1,17 @@ { "solution": { "ember-pikaday": { - "impact": "minor", - "oldVersion": "4.0.0", - "newVersion": "4.1.0", + "impact": "major", + "oldVersion": "4.1.0", + "newVersion": "5.0.0", "constraints": [ { - "impact": "minor", - "reason": "Appears in changelog section :rocket: Enhancement" - }, - { - "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" - }, - { - "impact": "patch", - "reason": "Appears in changelog section :memo: Documentation" - }, - { - "impact": "patch", - "reason": "Appears in changelog section :house: Internal" + "impact": "major", + "reason": "Appears in changelog section :boom: Breaking Change" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2024-01-29)\n\nember-pikaday 4.1.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-pikaday`\n * [#535](https://github.com/adopted-ember-addons/ember-pikaday/pull/535) feat: add new `register` attr to access pikaday instance, moment instance replaceable ([@betocantu93](https://github.com/betocantu93))\n\n#### :bug: Bug Fix\n* `ember-pikaday`\n * [#569](https://github.com/adopted-ember-addons/ember-pikaday/pull/569) Bug: updated tests ([@MelSumner](https://github.com/MelSumner))\n * [#540](https://github.com/adopted-ember-addons/ember-pikaday/pull/540) fix(modifier): ensure compatibility with ember-modifier v4 ([@anehx](https://github.com/anehx))\n\n#### :memo: Documentation\n* `ember-pikaday`\n * [#534](https://github.com/adopted-ember-addons/ember-pikaday/pull/534) fix(docs): simpler localization of datepicker ([@czosel](https://github.com/czosel))\n\n#### :house: Internal\n* `ember-pikaday`\n * [#580](https://github.com/adopted-ember-addons/ember-pikaday/pull/580) Resolve failing test scenarios ([@MelSumner](https://github.com/MelSumner))\n * [#578](https://github.com/adopted-ember-addons/ember-pikaday/pull/578) setup release-plan ([@mansona](https://github.com/mansona))\n * [#576](https://github.com/adopted-ember-addons/ember-pikaday/pull/576) use pnpm ([@mansona](https://github.com/mansona))\n\n#### Committers: 5\n- Alberto Cantú Gómez ([@betocantu93](https://github.com/betocantu93))\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Christian Zosel ([@czosel](https://github.com/czosel))\n- Jonas Metzener ([@anehx](https://github.com/anehx))\n- Melanie Sumner ([@MelSumner](https://github.com/MelSumner))\n" + "description": "## Release (2024-02-06)\n\nember-pikaday 5.0.0 (major)\n\n#### :boom: Breaking Change\n* `ember-pikaday`\n * [#593](https://github.com/adopted-ember-addons/ember-pikaday/pull/593) fix: Prevent ember-pikaday from automatically updating values to within a min/max date bounds ([@Duder-onomy](https://github.com/Duder-onomy))\n\n#### Committers: 1\n- Greg Larrenaga ([@Duder-onomy](https://github.com/Duder-onomy))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f0b91c8..9c3feb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,15 @@ # Changelog + +## Release (2024-02-06) + +ember-pikaday 5.0.0 (major) + +#### :boom: Breaking Change +* `ember-pikaday` + * [#593](https://github.com/adopted-ember-addons/ember-pikaday/pull/593) fix: Prevent ember-pikaday from automatically updating values to within a min/max date bounds ([@Duder-onomy](https://github.com/Duder-onomy)) + +#### Committers: 1 +- Greg Larrenaga ([@Duder-onomy](https://github.com/Duder-onomy)) ## Release (2024-01-29) ember-pikaday 4.1.0 (minor) diff --git a/package.json b/package.json index 80127cb..f01e426 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-pikaday", - "version": "4.1.0", + "version": "5.0.0", "description": "A tested datepicker component for Ember CLI projects including test helpers for your own acceptance tests.", "keywords": [ "datepicker",