Skip to content

Commit

Permalink
release: v15.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dhutaryan committed May 19, 2024
1 parent a067efd commit c08a037
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 15.2.0
- fix(inputs): prevent letters from being type ([#142](https://github.com/dhutaryan/ngx-mat-timepicker/pull/142))
- feat(actions): use string from intl ([#141](https://github.com/dhutaryan/ngx-mat-timepicker/pull/141))

# 15.1.0

- fix(timepicker): disable timepicker toggle if input is disabled ([#124](https://github.com/dhutaryan/ngx-mat-timepicker/pull/124))
Expand All @@ -19,6 +23,10 @@

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

# 14.2.0
- fix(inputs): prevent letters from being type ([#142](https://github.com/dhutaryan/ngx-mat-timepicker/pull/142))
- feat(actions): use string from intl ([#141](https://github.com/dhutaryan/ngx-mat-timepicker/pull/141))

# 14.1.0

- fix(timepicker): disable timepicker toggle if input is disabled ([#124](https://github.com/dhutaryan/ngx-mat-timepicker/pull/124))
Expand All @@ -30,6 +38,10 @@

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

# 13.2.0
- fix(inputs): prevent letters from being type ([#142](https://github.com/dhutaryan/ngx-mat-timepicker/pull/142))
- feat(actions): use string from intl ([#141](https://github.com/dhutaryan/ngx-mat-timepicker/pull/141))

# 13.1.0

- fix(timepicker): disable timepicker toggle if input is disabled ([#124](https://github.com/dhutaryan/ngx-mat-timepicker/pull/124))
Expand All @@ -41,6 +53,10 @@

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

# 12.5.0
- fix(inputs): prevent letters from being type ([#142](https://github.com/dhutaryan/ngx-mat-timepicker/pull/142))
- feat(actions): use string from intl ([#141](https://github.com/dhutaryan/ngx-mat-timepicker/pull/141))

# 12.4.0

- fix(timepicker): disable timepicker toggle if input is disabled ([#124](https://github.com/dhutaryan/ngx-mat-timepicker/pull/124))
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 imepicker to add time which is based on material design and Angular material.",
"version": "15.1.0",
"version": "15.2.0",
"license": "MIT",
"author": {
"name": "Dzmitry Hutaryan"
Expand Down

0 comments on commit c08a037

Please sign in to comment.