Skip to content

Commit

Permalink
chore: update docs to v5 (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
santoshyadavdev committed Feb 20, 2022
1 parent de6574b commit 23df6d4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 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 >= 12 | `npm i --save @ngu/carousel@latest` |
| Angular >= 13 | `npm i --save @ngu/carousel@latest` |
| Angular >= 12 | `npm i --save @ngu/carousel@4.0.0` |
| Angular >= 10 | `npm i --save @ngu/carousel@3.0.2` |
| Angular = 9 | `npm i --save @ngu/carousel@2.1.0` |
| Angular < 9 | `npm i --save @ngu/carousel@1.5.5` |
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": "4.0.0",
"version": "5.0.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -79,4 +79,4 @@
"universal carousel",
"ngu carousel"
]
}
}
4 changes: 3 additions & 1 deletion projects/ngu-carousel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ Demo available [Here](https://ngu-carousel.netlify.app/)

| Angular Version | ngu-carousel Version |
| --------------- | ----------------------------------- |
| Angular >= 10 | `npm i --save @ngu/carousel@latest` |
| Angular >= 13 | `npm i --save @ngu/carousel@latest` |
| Angular >= 12 | `npm i --save @ngu/carousel@4.0.0` |
| Angular >= 10 | `npm i --save @ngu/carousel@3.0.2` |
| Angular = 9 | `npm i --save @ngu/carousel@2.1.0` |
| Angular < 9 | `npm i --save @ngu/carousel@1.5.5` |

Expand Down
4 changes: 2 additions & 2 deletions projects/ngu-carousel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngu/carousel",
"version": "4.0.0",
"version": "5.0.0",
"peerDependencies": {
"@angular/common": "^13.2.1",
"@angular/core": "^13.2.1"
Expand All @@ -21,4 +21,4 @@
"universal carousel",
"ngu carousel"
]
}
}

0 comments on commit 23df6d4

Please sign in to comment.