From eddb85f7fb6112e7dd2d0efc4594783dd81937e7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 29 Jan 2024 13:57:44 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 29 +++++++++++++++++++++++++++++ CHANGELOG.md | 29 +++++++++++++++++++++++++++++ package.json | 2 +- 3 files changed, 59 insertions(+), 1 deletion(-) create mode 100644 .release-plan.json diff --git a/.release-plan.json b/.release-plan.json new file mode 100644 index 0000000..ed7cace --- /dev/null +++ b/.release-plan.json @@ -0,0 +1,29 @@ +{ + "solution": { + "ember-pikaday": { + "impact": "minor", + "oldVersion": "4.0.0", + "newVersion": "4.1.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" + } + ], + "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" +} diff --git a/CHANGELOG.md b/CHANGELOG.md index ca76aca..f0b91c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,33 @@ # Changelog +## Release (2024-01-29) + +ember-pikaday 4.1.0 (minor) + +#### :rocket: Enhancement +* `ember-pikaday` + * [#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)) + +#### :bug: Bug Fix +* `ember-pikaday` + * [#569](https://github.com/adopted-ember-addons/ember-pikaday/pull/569) Bug: updated tests ([@MelSumner](https://github.com/MelSumner)) + * [#540](https://github.com/adopted-ember-addons/ember-pikaday/pull/540) fix(modifier): ensure compatibility with ember-modifier v4 ([@anehx](https://github.com/anehx)) + +#### :memo: Documentation +* `ember-pikaday` + * [#534](https://github.com/adopted-ember-addons/ember-pikaday/pull/534) fix(docs): simpler localization of datepicker ([@czosel](https://github.com/czosel)) + +#### :house: Internal +* `ember-pikaday` + * [#580](https://github.com/adopted-ember-addons/ember-pikaday/pull/580) Resolve failing test scenarios ([@MelSumner](https://github.com/MelSumner)) + * [#578](https://github.com/adopted-ember-addons/ember-pikaday/pull/578) setup release-plan ([@mansona](https://github.com/mansona)) + * [#576](https://github.com/adopted-ember-addons/ember-pikaday/pull/576) use pnpm ([@mansona](https://github.com/mansona)) + +#### Committers: 5 +- Alberto Cantú Gómez ([@betocantu93](https://github.com/betocantu93)) +- Chris Manson ([@mansona](https://github.com/mansona)) +- Christian Zosel ([@czosel](https://github.com/czosel)) +- Jonas Metzener ([@anehx](https://github.com/anehx)) +- Melanie Sumner ([@MelSumner](https://github.com/MelSumner)) ## v4.0.0 (2022-02-02) diff --git a/package.json b/package.json index 6a2d2ab..27df14e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-pikaday", - "version": "4.0.0", + "version": "4.1.0", "description": "A tested datepicker component for Ember CLI projects including test helpers for your own acceptance tests.", "keywords": [ "datepicker",