Skip to content

Commit

Permalink
Release 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner committed Mar 18, 2024
1 parent adb4195 commit 18f0c6e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@




## v8.0.0 (2024-03-18)

#### :boom: Breaking Change
* [#2065](https://github.com/RobbieTheWagner/ember-flatpickr/pull/2065) Remove old registerHelper in favor of importing helpers directly ([@AmauryD](https://github.com/AmauryD))

#### :bug: Bug Fix
* [#2098](https://github.com/RobbieTheWagner/ember-flatpickr/pull/2098) fix(locale): don't try dynamically importing the default locale ([@anehx](https://github.com/anehx))

#### Committers: 2
- Amaury ([@AmauryD](https://github.com/AmauryD))
- Jonas Metzener ([@anehx](https://github.com/anehx))

## v7.1.0 (2024-02-19)

#### :rocket: Enhancement
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": "7.1.0",
"version": "8.0.0",
"description": "An Ember addon that wraps the date picker Flatpickr",
"keywords": [
"ember-addon",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workspace-root",
"version": "7.1.0",
"version": "8.0.0",
"private": true,
"homepage": "https://RobbieTheWagner.github.io/ember-flatpickr",
"repository": "https://github.com/RobbieTheWagner/ember-flatpickr",
Expand Down

0 comments on commit 18f0c6e

Please sign in to comment.