Skip to content

Commit 0b1a082

Browse files
committed
chore(release): 8.0.0
1 parent 44853f4 commit 0b1a082

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [8.0.0](https://github.com/mattlewis92/angularx-flatpickr/compare/v7.3.0...v8.0.0) (2024-08-21)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* support for angular 16 has been removed. Please use this package with angular 17 or higher
11+
* support for angular 15 has been removed. Please use this package with angular 16 or higher
12+
* support for angular 14 has been removed. Please use this package with angular 15 or higher
13+
14+
### Features
15+
16+
* upgrade angular v16 ([#54](https://github.com/mattlewis92/angularx-flatpickr/issues/54)) ([ece59d4](https://github.com/mattlewis92/angularx-flatpickr/commit/ece59d44bc0e07f2fe4e413e955725a4b5b4c937))
17+
* upgrade angular v17 ([#55](https://github.com/mattlewis92/angularx-flatpickr/issues/55)) ([0ef8674](https://github.com/mattlewis92/angularx-flatpickr/commit/0ef86743567b009c1b078a4ecd798f2df693292f))
18+
* upgrade to Angular 15 ([#53](https://github.com/mattlewis92/angularx-flatpickr/issues/53)) ([e15af4a](https://github.com/mattlewis92/angularx-flatpickr/commit/e15af4a7342365ac27c2868162ccd9490b1a8958))
19+
520
## [7.3.0](https://github.com/mattlewis92/angularx-flatpickr/compare/v7.2.0...v7.3.0) (2023-04-26)
621

722

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angularx-flatpickr",
3-
"version": "7.3.0",
3+
"version": "8.0.0",
44
"description": "An angular 17.0+ wrapper for flatpickr",
55
"scripts": {
66
"start": "concurrently --raw \"ng serve --open\" \"pnpm test:watch\"",

0 commit comments

Comments
 (0)