From 57919ebfb23a4d4f95b89fb418a990e1a9d5143d Mon Sep 17 00:00:00 2001 From: Dzmitry Hutaryan Date: Sun, 1 Dec 2024 18:09:51 +0100 Subject: [PATCH] release: v18.0.3 --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ projects/mat-timepicker/package.json | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1ef79b..a1a7323 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 18.0.3 + +- fix(intl): add strings for am/pm ([#190](https://github.com/dhutaryan/ngx-mat-timepicker/issues/190)) + # 18.0.2 - fixed incorrect @include statement ([#176](https://github.com/dhutaryan/ngx-mat-timepicker/issues/180)) @@ -11,6 +15,14 @@ - feat(timepicker): add material 3 support and tokens api ([#171](https://github.com/dhutaryan/ngx-mat-timepicker/pull/171)) +# 17.6.2 + +- fix(intl): add strings for am/pm ([#190](https://github.com/dhutaryan/ngx-mat-timepicker/issues/190)) + +# 17.6.1 + +- fixed incorrect @include statement ([#176](https://github.com/dhutaryan/ngx-mat-timepicker/issues/180)) + # 17.6.0 - feat(timepicker): restore focus after timepicker is closed ([#169](https://github.com/dhutaryan/ngx-mat-timepicker/pull/169)) @@ -64,6 +76,14 @@ - build(deps): bump angular and angular material to v17 ([#106](https://github.com/dhutaryan/ngx-mat-timepicker/pull/106)) +# 16.4.2 + +- fix(intl): add strings for am/pm ([#190](https://github.com/dhutaryan/ngx-mat-timepicker/issues/190)) + +# 16.4.1 + +- fixed incorrect @include statement ([#176](https://github.com/dhutaryan/ngx-mat-timepicker/issues/180)) + # 16.4.0 - feat(timepicker): restore focus after timepicker is closed ([#169](https://github.com/dhutaryan/ngx-mat-timepicker/pull/169)) @@ -113,6 +133,14 @@ - build(deps): bump angular and angular material to v16 ([#95](https://github.com/dhutaryan/ngx-mat-timepicker/pull/95)) +# 15.4.2 + +- fix(intl): add strings for am/pm ([#190](https://github.com/dhutaryan/ngx-mat-timepicker/issues/190)) + +# 15.4.1 + +- fixed incorrect @include statement ([#180](https://github.com/dhutaryan/ngx-mat-timepicker/issues/180)) + # 15.4.0 - feat(timepicker): restore focus after timepicker is closed ([#169](https://github.com/dhutaryan/ngx-mat-timepicker/pull/169)) diff --git a/projects/mat-timepicker/package.json b/projects/mat-timepicker/package.json index fdf43a9..00063bb 100644 --- a/projects/mat-timepicker/package.json +++ b/projects/mat-timepicker/package.json @@ -1,7 +1,7 @@ { "name": "@dhutaryan/ngx-mat-timepicker", "description": "Angular timepicker to add time which is based on material design and Angular material.", - "version": "18.0.2", + "version": "18.0.3", "license": "MIT", "author": { "name": "Dzmitry Hutaryan"