Skip to content

Commit

Permalink
release: v15.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dhutaryan committed Sep 15, 2023
1 parent db12fd6 commit 7168055
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# 14.0.0

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

# 14.0.0

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

# 13.0.0
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ The timepicker module using Angular material.
| 12.x.x | >=12.0.0 && <15.0.0 |
| 13.x.x | >=13.0.0 && <15.0.0 |
| 14.x.x | ^14.0.0 |
| 15.x.x | ^15.0.0 |

## Documentation

Expand Down Expand Up @@ -93,6 +94,14 @@ Then you have to define a theme. [More details about theming](https://material.a
```scss
@use "@dhutaryan/ngx-mat-timepicker" as mat-timepicker;

// timepicker uses these component
@include mat.form-field-theme(theme.$ngx-mat-timepicker-theme);
@include mat.input-theme(theme.$ngx-mat-timepicker-theme);
@include mat.button-theme(theme.$ngx-mat-timepicker-theme);
@include mat.fab-theme(theme.$ngx-mat-timepicker-theme);
@include mat.divider-theme(theme.$ngx-mat-timepicker-theme);

// timepicker theme
@include mat-timepicker.timepicker-theme($theme);
```

Expand Down
9 changes: 9 additions & 0 deletions projects/mat-timepicker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ The timepicker module using Angular material.
| 12.x.x | >=12.0.0 && <15.0.0 |
| 13.x.x | >=13.0.0 && <15.0.0 |
| 14.x.x | ^14.0.0 |
| 15.x.x | ^15.0.0 |

## Documentation

Expand Down Expand Up @@ -93,6 +94,14 @@ Then you have to define a theme. [More details about theming](https://material.a
```scss
@use "@dhutaryan/ngx-mat-timepicker" as mat-timepicker;

// timepicker uses these component
@include mat.form-field-theme(theme.$ngx-mat-timepicker-theme);
@include mat.input-theme(theme.$ngx-mat-timepicker-theme);
@include mat.button-theme(theme.$ngx-mat-timepicker-theme);
@include mat.fab-theme(theme.$ngx-mat-timepicker-theme);
@include mat.divider-theme(theme.$ngx-mat-timepicker-theme);

// timepicker theme
@include mat-timepicker.timepicker-theme($theme);
```

Expand Down
8 changes: 4 additions & 4 deletions 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": "14.0.0",
"version": "15.0.0",
"license": "MIT",
"author": {
"name": "Dzmitry Hutaryan"
Expand All @@ -26,9 +26,9 @@
"timepicker input"
],
"peerDependencies": {
"@angular/common": "^14.0.0",
"@angular/core": "^14.0.0",
"@angular/material": "^14.0.0"
"@angular/common": "^15.0.0",
"@angular/core": "^15.0.0",
"@angular/material": "^15.0.0"
},
"dependencies": {
"tslib": ">=2.0.0"
Expand Down

0 comments on commit 7168055

Please sign in to comment.