Skip to content

Commit

Permalink
Prepare Release using 'release-plan' (#2102)
Browse files Browse the repository at this point in the history
Co-authored-by: RobbieTheWagner <[email protected]>
  • Loading branch information
github-actions[bot] and RobbieTheWagner authored Aug 6, 2024
1 parent 10599da commit 564c3c7
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -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"
}
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion ember-flatpickr/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 564c3c7

Please sign in to comment.