From 5ec805cb38baad02ae17d19e5d3404595bdedf44 Mon Sep 17 00:00:00 2001 From: ashishgkwd Date: Thu, 10 Jun 2021 10:02:12 +0530 Subject: [PATCH] update Readme and bump version for v9 support --- README.md | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 16bfd26..91ffb08 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![CircleCI](https://circleci.com/gh/ashishgkwd/ngx-mat-daterange-picker.svg?style=shield)](https://circleci.com/gh/ashishgkwd/ngx-mat-daterange-picker) [![Maintainability](https://api.codeclimate.com/v1/badges/2b0d09a866f6d2ed139c/maintainability)](https://codeclimate.com/github/ashishgkwd/ngx-mat-daterange-picker/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/2b0d09a866f6d2ed139c/test_coverage)](https://codeclimate.com/github/ashishgkwd/ngx-mat-daterange-picker/test_coverage) -![Angular_Version 6](https://img.shields.io/badge/Angular%20Version-6-brightgreen.svg) +![Angular_Version 9](https://img.shields.io/badge/Angular%20Version-9-brightgreen.svg) # NgxMatDaterangePicker @@ -22,10 +22,10 @@ https://ashishgkwd.github.io/ngx-mat-daterange-picker/ Angular Version | Compatible version ---|--- -6.0 | v1.1.4 +9.0 and below | v1.1.5 5.0 and below | v0.0.2 -#### For Angular v6: +#### For Angular v6 and above: ```javascript npm install ngx-mat-daterange-picker --save or @@ -59,9 +59,9 @@ Please note and install the following peer dependencies necessary for Angular v6 ```json "peerDependencies": { - "@angular/animations": "^6.1", - "@angular/cdk": "^6.1", - "@angular/material": "^6.1" + "@angular/animations": "^9.1.0", + "@angular/cdk": "^9.1.0", + "@angular/material": "^9.1.0" } ``` diff --git a/package.json b/package.json index 9035e77..72c4732 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-mat-daterange-picker", - "version": "1.1.4", + "version": "1.1.5", "homepage": "https://github.com/ashishgkwd/ngx-mat-daterange-picker", "repository": { "type": "git",