Skip to content

Commit 4355f98

Browse files
Release 7.0.0
1 parent 5a4c6fd commit 4355f98

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33

44

5+
6+
## v7.0.0 (2024-02-09)
7+
8+
#### :boom: Breaking Change
9+
* [#2036](https://github.com/RobbieTheWagner/ember-flatpickr/pull/2036) Require ember 4.8+ and test-helpers 3.x ([@AmauryD](https://github.com/AmauryD))
10+
11+
#### Committers: 1
12+
- Amaury ([@AmauryD](https://github.com/AmauryD))
13+
514
## v6.0.0 (2024-01-16)
615

716
#### :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": "6.0.0",
3+
"version": "7.0.0",
44
"description": "An Ember addon that wraps the date picker Flatpickr",
55
"keywords": [
66
"ember-addon",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workspace-root",
3-
"version": "6.0.0",
3+
"version": "7.0.0",
44
"private": true,
55
"homepage": "https://RobbieTheWagner.github.io/ember-flatpickr",
66
"repository": "https://github.com/RobbieTheWagner/ember-flatpickr",

0 commit comments

Comments
 (0)