From f9318c7c7cce3db3caa5e1fa8d104e4c8182c258 Mon Sep 17 00:00:00 2001 From: Ruslan Lekhman Date: Thu, 8 Jun 2023 18:12:33 -0600 Subject: [PATCH] chore(release): 16.0.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- projects/ngx-multiple-dates/package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b125cc9..80188a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [16.0.0](https://github.com/lekhmanrus/ngx-multiple-dates/compare/v15.0.1...v16.0.0) (2023-06-09) + + +### Features + +* support Angular Components 16 ([5a56896](https://github.com/lekhmanrus/ngx-multiple-dates/commit/5a56896918558b57fe48062b4cda57acbfd3ae96)) + ### [15.0.1](https://github.com/lekhmanrus/ngx-multiple-dates/compare/v15.0.0...v15.0.1) (2023-06-08) diff --git a/package-lock.json b/package-lock.json index 91fccc9..7c2305b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ngx-multiple-dates", - "version": "15.0.1", + "version": "16.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ngx-multiple-dates", - "version": "15.0.1", + "version": "16.0.0", "license": "MIT", "dependencies": { "@angular/animations": "^16.1.0-next.3", diff --git a/package.json b/package.json index 7e8c4bc..6b53d62 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ngx-multiple-dates", "description": "Angular Multiple Dates", - "version": "15.0.1", + "version": "16.0.0", "homepage": "https://lekhmanrus.github.io/ngx-multiple-dates/", "bugs": { "url": "https://github.com/lekhmanrus/ngx-multiple-dates/issues", diff --git a/projects/ngx-multiple-dates/package.json b/projects/ngx-multiple-dates/package.json index 8b9f974..aedab90 100644 --- a/projects/ngx-multiple-dates/package.json +++ b/projects/ngx-multiple-dates/package.json @@ -1,7 +1,7 @@ { "name": "ngx-multiple-dates", "description": "Angular Multiple Dates", - "version": "15.0.1", + "version": "16.0.0", "homepage": "https://lekhmanrus.github.io/ngx-multiple-dates/", "bugs": { "url": "https://github.com/lekhmanrus/ngx-multiple-dates/issues",