Skip to content

Commit

Permalink
release: v19.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dhutaryan committed Dec 11, 2024
1 parent 55a0d07 commit 35c101e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 19.0.0

- feat(timepicker): support angular and angular material v19 ([#193](https://github.com/dhutaryan/ngx-mat-timepicker/issues/193))

# 18.0.4

- fix(inlt): add intl update trigger ([#194](https://github.com/dhutaryan/ngx-mat-timepicker/issues/194))
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ The timepicker module using Angular material.

| mat-timepicker | Angular |
| -------------- | ------------------- |
| 19.x.x | >=19.0.0 |
| 18.x.x | >=18.0.0 |
| 17.x.x | ^17.0.0 |
| 16.x.x | ^16.0.0 |
Expand Down
1 change: 1 addition & 0 deletions projects/mat-timepicker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ The timepicker module using Angular material.

| mat-timepicker | Angular |
| -------------- | ------------------- |
| 19.x.x | >=19.0.0 |
| 18.x.x | >=18.0.0 |
| 17.x.x | ^17.0.0 |
| 16.x.x | ^16.0.0 |
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.4",
"version": "19.0.0",
"license": "MIT",
"author": {
"name": "Dzmitry Hutaryan"
Expand Down

0 comments on commit 35c101e

Please sign in to comment.