From 8580135401f9b1c0eef7131d78b1eb5c845fb47d Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Tue, 1 Feb 2022 17:41:39 +0000 Subject: [PATCH] chore(release): 9.0.26 --- .github/version.json | 2 +- CHANGELOG.md | 6 ++++++ projects/core/package.json | 2 +- projects/moment/package.json | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/version.json b/.github/version.json index 6d597f10..475119d0 100644 --- a/.github/version.json +++ b/.github/version.json @@ -1,3 +1,3 @@ { - "version": "9.0.25" + "version": "9.0.26" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 01ca7a20..2410512b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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. +### [9.0.26](https://github.com/kuhnroyal/mat-datetimepicker/compare/v9.0.25...v9.0.26) (2022-02-01) + +### Other + +- **deps:** update (dev-) deps ([f7bbba4](https://github.com/kuhnroyal/mat-datetimepicker/commit/f7bbba4e267d3c689d6e8111c00121ad68e5ff05)) + ### [9.0.25](https://github.com/kuhnroyal/mat-datetimepicker/compare/v9.0.24...v9.0.25) (2022-01-17) ### Other diff --git a/projects/core/package.json b/projects/core/package.json index 338c3dbc..23628820 100644 --- a/projects/core/package.json +++ b/projects/core/package.json @@ -1,6 +1,6 @@ { "name": "@mat-datetimepicker/core", - "version": "9.0.25", + "version": "9.0.26", "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 e4cf2192..473e124f 100644 --- a/projects/moment/package.json +++ b/projects/moment/package.json @@ -1,6 +1,6 @@ { "name": "@mat-datetimepicker/moment", - "version": "9.0.25", + "version": "9.0.26", "repository": "https://github.com/kuhnroyal/mat-datetimepicker.git", "author": "PL ", "license": "MIT",