Skip to content

Commit

Permalink
release: v18.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dhutaryan committed Dec 1, 2024
1 parent d742acc commit 57919eb
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand All @@ -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))
Expand Down Expand Up @@ -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))
Expand Down Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion projects/mat-timepicker/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 57919eb

Please sign in to comment.