From 87bdf560ab12d52b732dc21a8a218556b11697d1 Mon Sep 17 00:00:00 2001 From: Ruslan Lekhman Date: Wed, 7 Jun 2023 17:59:28 -0600 Subject: [PATCH] chore(release): 15.0.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- projects/ngx-multiple-dates/package.json | 10 +++++----- 4 files changed, 15 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a877a8..bfbf956 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. +## [15.0.0](https://github.com/lekhmanrus/ngx-multiple-dates/compare/v14.3.1...v15.0.0) (2023-06-07) + + +### Features + +* support Angular Material 15 ([1426140](https://github.com/lekhmanrus/ngx-multiple-dates/commit/1426140f2232bc5704931ea499d4bc091cc2a6c7)), closes [#21](https://github.com/lekhmanrus/ngx-multiple-dates/issues/21) + ### [14.3.1](https://github.com/lekhmanrus/ngx-multiple-dates/compare/v14.3.0...v14.3.1) (2022-09-20) ## [14.3.0](https://github.com/lekhmanrus/ngx-multiple-dates/compare/v14.2.0...v14.3.0) (2022-09-19) diff --git a/package-lock.json b/package-lock.json index 9421d70..5ff64ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ngx-multiple-dates", - "version": "14.3.1", + "version": "15.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ngx-multiple-dates", - "version": "14.3.1", + "version": "15.0.0", "license": "MIT", "dependencies": { "@angular/animations": "^15.2.9", diff --git a/package.json b/package.json index 2bd0b38..3d7710f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ngx-multiple-dates", "description": "Angular Multiple Dates", - "version": "14.3.1", + "version": "15.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 da6757c..99c9bda 100644 --- a/projects/ngx-multiple-dates/package.json +++ b/projects/ngx-multiple-dates/package.json @@ -1,19 +1,19 @@ { "name": "ngx-multiple-dates", "description": "Angular Multiple Dates", - "version": "14.3.1", + "version": "15.0.0", "homepage": "https://lekhmanrus.github.io/ngx-multiple-dates/", "bugs": { - "url" : "https://github.com/lekhmanrus/ngx-multiple-dates/issues", - "email" : "lekhman112@gmail.com" + "url": "https://github.com/lekhmanrus/ngx-multiple-dates/issues", + "email": "lekhman112@gmail.com" }, "author": "Ruslan Lekhman (https://github.com/lekhmanrus)", "contributors": [ "Ruslan Lekhman (https://github.com/lekhmanrus)" ], "repository": { - "type" : "git", - "url" : "https://github.com/lekhmanrus/ngx-multiple-dates" + "type": "git", + "url": "https://github.com/lekhmanrus/ngx-multiple-dates" }, "license": "MIT", "readme": "https://github.com/lekhmanrus/ngx-multiple-dates/blob/master/README.md",