From 158f633e8de809fa1084e3b44c9795d67fb6e2c7 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Fri, 31 Dec 2021 12:56:52 +0000 Subject: [PATCH] chore(release): 9.0.17 --- .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 e6d767e5..34be4286 100644 --- a/.github/version.json +++ b/.github/version.json @@ -1,3 +1,3 @@ { - "version": "9.0.16" + "version": "9.0.17" } diff --git a/CHANGELOG.md b/CHANGELOG.md index bcf55e2c..fea2607d 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.17](https://github.com/kuhnroyal/mat-datetimepicker/compare/v9.0.16...v9.0.17) (2021-12-31) + +### Bug Fixes + +- **#161:** invalid usage of rxjs merge ([bbf79b5](https://github.com/kuhnroyal/mat-datetimepicker/commit/bbf79b5abae74243044fa6a91d439df73a615186)), closes [#161](https://github.com/kuhnroyal/mat-datetimepicker/issues/161) + ### [9.0.16](https://github.com/kuhnroyal/mat-datetimepicker/compare/v9.0.15...v9.0.16) (2021-12-31) ### CI / CD diff --git a/projects/core/package.json b/projects/core/package.json index 0a52e5b2..01cd6a99 100644 --- a/projects/core/package.json +++ b/projects/core/package.json @@ -1,6 +1,6 @@ { "name": "@mat-datetimepicker/core", - "version": "9.0.16", + "version": "9.0.17", "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 fa6b084d..d3d14a92 100644 --- a/projects/moment/package.json +++ b/projects/moment/package.json @@ -1,6 +1,6 @@ { "name": "@mat-datetimepicker/moment", - "version": "9.0.16", + "version": "9.0.17", "repository": "https://github.com/kuhnroyal/mat-datetimepicker.git", "author": "PL ", "license": "MIT",