Skip to content

Commit 564c3c7

Browse files
Prepare Release using 'release-plan' (#2102)
Co-authored-by: RobbieTheWagner <2640861+RobbieTheWagner@users.noreply.github.com>
1 parent 10599da commit 564c3c7

File tree

3 files changed

+43
-1
lines changed

3 files changed

+43
-1
lines changed

.release-plan.json

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"solution": {
3+
"ember-flatpickr": {
4+
"impact": "patch",
5+
"oldVersion": "8.0.0",
6+
"newVersion": "8.0.1",
7+
"constraints": [
8+
{
9+
"impact": "patch",
10+
"reason": "Appears in changelog section :bug: Bug Fix"
11+
},
12+
{
13+
"impact": "patch",
14+
"reason": "Appears in changelog section :house: Internal"
15+
}
16+
],
17+
"pkgJSONPath": "./ember-flatpickr/package.json"
18+
}
19+
},
20+
"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+
}

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## Release (2024-08-06)
4+
5+
ember-flatpickr 8.0.1 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-flatpickr`, `test-app`
9+
* [#2100](https://github.com/RobbieTheWagner/ember-flatpickr/pull/2100) bugfix: Waited for dynamic import to resolve ([@ijlee2](https://github.com/ijlee2))
10+
11+
#### :memo: Documentation
12+
* `test-app`
13+
* [#2064](https://github.com/RobbieTheWagner/ember-flatpickr/pull/2064) Cleanup localization documentation ([@AmauryD](https://github.com/AmauryD))
14+
15+
#### :house: Internal
16+
* `ember-flatpickr`, `test-app`
17+
* [#2101](https://github.com/RobbieTheWagner/ember-flatpickr/pull/2101) Allow latest pnpm ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
18+
19+
#### Committers: 3
20+
- Amaury ([@AmauryD](https://github.com/AmauryD))
21+
- Isaac Lee ([@ijlee2](https://github.com/ijlee2))
22+
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
23+
324
## v8.0.0 (2024-03-18)
425

526
#### :boom: Breaking Change

ember-flatpickr/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-flatpickr",
3-
"version": "8.0.0",
3+
"version": "8.0.1",
44
"description": "An Ember addon that wraps the date picker Flatpickr",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)