Skip to content

Commit

Permalink
release: v17.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dhutaryan committed Jun 20, 2024
1 parent e6bf8b6 commit 9091f31
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 17.6.0

- feat(timepicker): restore focus after timepicker is closed ([#169](https://github.com/dhutaryan/ngx-mat-timepicker/pull/169))
- fix: allow to type using numpad ([#166](https://github.com/dhutaryan/ngx-mat-timepicker/pull/166))

# 17.5.1

- fix(inputs): allow to use tab key ([#163](https://github.com/dhutaryan/ngx-mat-timepicker/pull/163))
Expand Down Expand Up @@ -46,6 +51,11 @@

- build(deps): bump angular and angular material to v17 ([#106](https://github.com/dhutaryan/ngx-mat-timepicker/pull/106))

# 16.4.0

- feat(timepicker): restore focus after timepicker is closed ([#169](https://github.com/dhutaryan/ngx-mat-timepicker/pull/169))
- fix: allow to type using numpad ([#166](https://github.com/dhutaryan/ngx-mat-timepicker/pull/166))

# 16.3.1

- fix(inputs): allow to use tab key ([#163](https://github.com/dhutaryan/ngx-mat-timepicker/pull/163))
Expand Down Expand Up @@ -90,6 +100,11 @@

- build(deps): bump angular and angular material to v16 ([#95](https://github.com/dhutaryan/ngx-mat-timepicker/pull/95))

# 15.4.0

- feat(timepicker): restore focus after timepicker is closed ([#169](https://github.com/dhutaryan/ngx-mat-timepicker/pull/169))
- fix: allow to type using numpad ([#166](https://github.com/dhutaryan/ngx-mat-timepicker/pull/166))

# 15.3.1

- fix(inputs): allow to use tab key ([#163](https://github.com/dhutaryan/ngx-mat-timepicker/pull/163))
Expand Down Expand Up @@ -134,6 +149,10 @@

- build(deps): bump angular and angular material to v15 ([#92](https://github.com/dhutaryan/ngx-mat-timepicker/pull/92))

# 14.2.4

- fix: allow to type using numpad ([#166](https://github.com/dhutaryan/ngx-mat-timepicker/pull/166))

# 14.2.3

- fix(inputs): allow to use tab key ([#163](https://github.com/dhutaryan/ngx-mat-timepicker/pull/163))
Expand Down Expand Up @@ -162,6 +181,10 @@

- build(deps): bump angular and angular material to v14 ([#90](https://github.com/dhutaryan/ngx-mat-timepicker/pull/90))

# 13.2.4

- fix: allow to type using numpad ([#166](https://github.com/dhutaryan/ngx-mat-timepicker/pull/166))

# 13.2.3

- fix(inputs): allow to use tab key ([#163](https://github.com/dhutaryan/ngx-mat-timepicker/pull/163))
Expand Down Expand Up @@ -190,6 +213,10 @@

- build(deps): bump angular and angular material to v13 ([#87](https://github.com/dhutaryan/ngx-mat-timepicker/pull/87))

# 12.5.4

- fix: allow to type using numpad ([#166](https://github.com/dhutaryan/ngx-mat-timepicker/pull/166))

# 12.5.3

- fix(inputs): allow to use tab key ([#163](https://github.com/dhutaryan/ngx-mat-timepicker/pull/163))
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": "17.5.1",
"version": "17.6.0",
"license": "MIT",
"author": {
"name": "Dzmitry Hutaryan"
Expand Down

0 comments on commit 9091f31

Please sign in to comment.