From bdb7a7dd64c7aa9b5a9fdb8ee018aeed41525be5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 1 Dec 2023 07:00:41 +0000 Subject: [PATCH] chore(release): 13.0.0 # [13.0.0](https://github.com/kuhnroyal/mat-datetimepicker/compare/v12.0.1...v13.0.0) (2023-12-01) ### Features * **deps:** upgrade to angular v17 ([e80fa11](https://github.com/kuhnroyal/mat-datetimepicker/commit/e80fa119741c887208b026185ba87e479ea8666c)) ### BREAKING CHANGES * **deps:** Requires Angular v17 release. --- projects/core/package.json | 2 +- projects/moment/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/core/package.json b/projects/core/package.json index 26d3a1ac..b0c58f1f 100644 --- a/projects/core/package.json +++ b/projects/core/package.json @@ -1,6 +1,6 @@ { "name": "@mat-datetimepicker/core", - "version": "12.0.1", + "version": "13.0.0", "repository": "https://github.com/kuhnroyal/mat-datetimepicker.git", "author": "PL ", "license": "MIT", diff --git a/projects/moment/package.json b/projects/moment/package.json index 9722e3a2..ef092103 100644 --- a/projects/moment/package.json +++ b/projects/moment/package.json @@ -1,6 +1,6 @@ { "name": "@mat-datetimepicker/moment", - "version": "12.0.1", + "version": "13.0.0", "repository": "https://github.com/kuhnroyal/mat-datetimepicker.git", "author": "PL ", "license": "MIT",