From de11a339f704f8745f141e8be7fd32270cb72143 Mon Sep 17 00:00:00 2001 From: Dzmitry Hutaryan Date: Wed, 11 Dec 2024 20:14:54 +0100 Subject: [PATCH] release: v17.6.3 --- CHANGELOG.md | 12 ++++++++++++ projects/mat-timepicker/package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a77f32..7fa5516 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 17.6.3 + +- fix(inlt): add intl update trigger ([#194](https://github.com/dhutaryan/ngx-mat-timepicker/issues/194)) + # 17.6.2 - fix(intl): add strings for am/pm ([#190](https://github.com/dhutaryan/ngx-mat-timepicker/issues/190)) @@ -59,6 +63,10 @@ - build(deps): bump angular and angular material to v17 ([#106](https://github.com/dhutaryan/ngx-mat-timepicker/pull/106)) +# 16.4.3 + +- fix(inlt): add intl update trigger ([#194](https://github.com/dhutaryan/ngx-mat-timepicker/issues/194)) + # 16.4.2 - fix(intl): add strings for am/pm ([#190](https://github.com/dhutaryan/ngx-mat-timepicker/issues/190)) @@ -116,6 +124,10 @@ - build(deps): bump angular and angular material to v16 ([#95](https://github.com/dhutaryan/ngx-mat-timepicker/pull/95)) +# 15.4.3 + +- fix(inlt): add intl update trigger ([#194](https://github.com/dhutaryan/ngx-mat-timepicker/issues/194)) + # 15.4.2 - fix(intl): add strings for am/pm ([#190](https://github.com/dhutaryan/ngx-mat-timepicker/issues/190)) diff --git a/projects/mat-timepicker/package.json b/projects/mat-timepicker/package.json index 2be2122..9ebddf1 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": "17.6.2", + "version": "17.6.3", "license": "MIT", "author": { "name": "Dzmitry Hutaryan"