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",