From 9aa6e4355be376be0aaed0039976e4639e907c65 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 25 Jun 2024 19:28:02 +0000 Subject: [PATCH] chore(release): 14.0.0 # [14.0.0](https://github.com/kuhnroyal/mat-datetimepicker/compare/v13.0.2...v14.0.0) (2024-06-25) ### chore * **deps:** angular 18 release ([1587303](https://github.com/kuhnroyal/mat-datetimepicker/commit/1587303bb04cc547b3120b330627940a8cfcc135)) ### BREAKING CHANGES * **deps:** requires angular 18 and above --- 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 1ab6e43c..6b0bd254 100644 --- a/projects/core/package.json +++ b/projects/core/package.json @@ -1,6 +1,6 @@ { "name": "@mat-datetimepicker/core", - "version": "13.0.2", + "version": "14.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 1d0a6890..0e41c20a 100644 --- a/projects/moment/package.json +++ b/projects/moment/package.json @@ -1,6 +1,6 @@ { "name": "@mat-datetimepicker/moment", - "version": "13.0.2", + "version": "14.0.0", "repository": "https://github.com/kuhnroyal/mat-datetimepicker.git", "author": "PL ", "license": "MIT",