Skip to content

Commit

Permalink
release: v12.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dhutaryan committed May 26, 2023
1 parent 438a459 commit f690202
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# 12.0.0

- feat(clock-dial): select time from dials
- feat(time-inputs): select time using inputs
- feat(actions): default and customized actions
- feat(adapter): use abstract adapter for operations
- feat(intl): put string to intl file
- feat(timepicker): min and max values
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
**It's a beta version. Don't use it in production till major version release.**

# ngx-mat-timepicker

[![npm](https://img.shields.io/npm/v/@dhutaryan/ngx-mat-timepicker.svg)](https://www.npmjs.com/package/@dhutaryan/ngx-mat-timepicker)
Expand All @@ -8,6 +6,12 @@

The timepicker module using Angular material.

### Versions

| mat-timepicker | Angular |
| -------------- | ------------------- |
| 12.x.x | >=12.0.0 && <15.0.0 |

## Installation

You have to install the Angular Material and set it up. [Learn more about the setup](https://material.angular.io/guide/getting-started).
Expand Down
8 changes: 6 additions & 2 deletions projects/mat-timepicker/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
**It's a beta version. Don't use it in production till major version release.**

# ngx-mat-timepicker

[![npm](https://img.shields.io/npm/v/@dhutaryan/ngx-mat-timepicker.svg)](https://www.npmjs.com/package/@dhutaryan/ngx-mat-timepicker)
Expand All @@ -8,6 +6,12 @@

The timepicker module using Angular material.

### Versions

| mat-timepicker | Angular |
| -------------- | ------------------- |
| 12.x.x | >=12.0.0 && <15.0.0 |

## Installation

You have to install the Angular Material and set it up. [Learn more about the setup](https://material.angular.io/guide/getting-started).
Expand Down
9 changes: 8 additions & 1 deletion projects/mat-timepicker/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
{
"name": "@dhutaryan/ngx-mat-timepicker",
"description": "Angular imepicker to add time which is based on material design and Angular material.",
"version": "0.0.2",
"version": "12.0.0",
"license": "MIT",
"author": {
"name": "Dzmitry Hutaryan"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/dhutaryan/ngx-mat-timepicker"
},
"bugs": {
"url": "https://github.com/dhutaryan/ngx-mat-timepicker/issues"
},
"keywords": [
"angular",
"angular material",
Expand Down

0 comments on commit f690202

Please sign in to comment.