Skip to content

Commit

Permalink
Merge pull request #95 from tonysamperi/v17
Browse files Browse the repository at this point in the history
v17.0.1
  • Loading branch information
tonysamperi authored Dec 2, 2023
2 parents d9d908b + fb4b3ca commit b984230
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#17.0.1
* Fix disabled clock buttons appearance (fixes [#94](https://github.com/tonysamperi/ngx-mat-timepicker/issues/94))

#17.0.0
* Update for Angular 17! 🎉

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-mat-timepicker-repo",
"version": "17.0.0",
"version": "17.0.1",
"build": 0,
"license": "MIT",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-mat-timepicker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-mat-timepicker",
"version": "17.0.0",
"version": "17.0.1",
"license": "MIT",
"description": "ngx-mat-timepicker is an Angular material 9+ extension to add time pickers!",
"homepage": "https://tonysamperi.github.io/ngx-mat-timepicker",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ ngx-mat-timepicker-face {

&:disabled[disabled] {
--mdc-fab-container-color: transparent;
background-color: transparent;
}
}

Expand Down

0 comments on commit b984230

Please sign in to comment.