From 564c3c78472e66d005f0929ab836da3ae23eae62 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 10:55:39 -0400 Subject: [PATCH] Prepare Release using 'release-plan' (#2102) Co-authored-by: RobbieTheWagner <2640861+RobbieTheWagner@users.noreply.github.com> --- .release-plan.json | 21 +++++++++++++++++++++ CHANGELOG.md | 21 +++++++++++++++++++++ ember-flatpickr/package.json | 2 +- 3 files changed, 43 insertions(+), 1 deletion(-) create mode 100644 .release-plan.json diff --git a/.release-plan.json b/.release-plan.json new file mode 100644 index 00000000..9126ba1d --- /dev/null +++ b/.release-plan.json @@ -0,0 +1,21 @@ +{ + "solution": { + "ember-flatpickr": { + "impact": "patch", + "oldVersion": "8.0.0", + "newVersion": "8.0.1", + "constraints": [ + { + "impact": "patch", + "reason": "Appears in changelog section :bug: Bug Fix" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" + } + ], + "pkgJSONPath": "./ember-flatpickr/package.json" + } + }, + "description": "## Release (2024-08-06)\n\nember-flatpickr 8.0.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-flatpickr`, `test-app`\n * [#2100](https://github.com/RobbieTheWagner/ember-flatpickr/pull/2100) bugfix: Waited for dynamic import to resolve ([@ijlee2](https://github.com/ijlee2))\n\n#### :memo: Documentation\n* `test-app`\n * [#2064](https://github.com/RobbieTheWagner/ember-flatpickr/pull/2064) Cleanup localization documentation ([@AmauryD](https://github.com/AmauryD))\n\n#### :house: Internal\n* `ember-flatpickr`, `test-app`\n * [#2101](https://github.com/RobbieTheWagner/ember-flatpickr/pull/2101) Allow latest pnpm ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n\n#### Committers: 3\n- Amaury ([@AmauryD](https://github.com/AmauryD))\n- Isaac Lee ([@ijlee2](https://github.com/ijlee2))\n- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n" +} diff --git a/CHANGELOG.md b/CHANGELOG.md index ef00bc25..369b5b20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## Release (2024-08-06) + +ember-flatpickr 8.0.1 (patch) + +#### :bug: Bug Fix +* `ember-flatpickr`, `test-app` + * [#2100](https://github.com/RobbieTheWagner/ember-flatpickr/pull/2100) bugfix: Waited for dynamic import to resolve ([@ijlee2](https://github.com/ijlee2)) + +#### :memo: Documentation +* `test-app` + * [#2064](https://github.com/RobbieTheWagner/ember-flatpickr/pull/2064) Cleanup localization documentation ([@AmauryD](https://github.com/AmauryD)) + +#### :house: Internal +* `ember-flatpickr`, `test-app` + * [#2101](https://github.com/RobbieTheWagner/ember-flatpickr/pull/2101) Allow latest pnpm ([@RobbieTheWagner](https://github.com/RobbieTheWagner)) + +#### Committers: 3 +- Amaury ([@AmauryD](https://github.com/AmauryD)) +- Isaac Lee ([@ijlee2](https://github.com/ijlee2)) +- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner)) + ## v8.0.0 (2024-03-18) #### :boom: Breaking Change diff --git a/ember-flatpickr/package.json b/ember-flatpickr/package.json index 58cd2bb9..8bd3fda9 100644 --- a/ember-flatpickr/package.json +++ b/ember-flatpickr/package.json @@ -1,6 +1,6 @@ { "name": "ember-flatpickr", - "version": "8.0.0", + "version": "8.0.1", "description": "An Ember addon that wraps the date picker Flatpickr", "keywords": [ "ember-addon",