Skip to content

Commit

Permalink
Merge pull request #288 from uiuniversal/release-3.0.0
Browse files Browse the repository at this point in the history
feat: release 3.0.0
  • Loading branch information
santoshyadavdev authored Jul 26, 2020
2 parents 948fa54 + a80684e commit fe83e74
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ Demo available [Here](https://ngu-carousel.netlify.app)

| Angular Version | ngu-carousel Version |
| --------------- | ----------------------------------- |
| Angular >= 9 | `npm i --save @ngu/carousel@latest` |
| Angular >= 10 | `npm i --save @ngu/carousel@latest` |
| Angular = 9 | `npm i --save @ngu/[email protected]` |
| Angular < 9 | `npm i --save @ngu/[email protected]` |

### Optional Dependencies
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngu-carousel-example",
"version": "2.1.0",
"version": "3.0.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -70,4 +70,4 @@
"universal carousel",
"ngu carousel"
]
}
}
8 changes: 8 additions & 0 deletions projects/ngu-carousel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ Demo available [Here](https://ngu-carousel.netlify.app/)

## Installation

| Angular Version | ngu-carousel Version |
| --------------- | ----------------------------------- |
| Angular >= 10 | `npm i --save @ngu/carousel@latest` |
| Angular = 9 | `npm i --save @ngu/[email protected]` |
| Angular < 9 | `npm i --save @ngu/[email protected]` |

## Installation

`npm install @ngu/carousel --save`

Include CarouselModule in your app module:
Expand Down
2 changes: 1 addition & 1 deletion projects/ngu-carousel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngu/carousel",
"version": "2.1.0",
"version": "3.0.0",
"peerDependencies": {
"@angular/common": "^10.0.4",
"@angular/core": "^10.0.4"
Expand Down

0 comments on commit fe83e74

Please sign in to comment.