Skip to content

Commit

Permalink
chore: Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
t-ho committed Apr 28, 2021
1 parent 5017ab5 commit 5aa9bb1
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 15 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,13 @@ $ npm install --save ngx-ui-loader
$ yarn add ngx-ui-loader
```

| Angular | Installation | Documentation |
| ------------- | ---------------------------------- | --------------------------------------------------------------------- |
| Angular 10 | `npm i --save ngx-ui-loader` | [v10.x.x](https://tdev.app/ngx-ui-loader) |
| Angular 9 | `npm i --save [email protected]` | [v9.x.x](https://tdev.app/ngx-ui-loader) |
| Angular 8 | `npm i --save [email protected]` | [v8.x.x](https://tdev.app/ngx-ui-loader) |
| Angular 6 & 7 | `npm i --save [email protected]` | [v7.2.x](https://github.com/t-ho/ngx-ui-loader/blob/v7.x.x/README.md) |
| Angular 4 & 5 | `npm i --save [email protected]` | [v1.x.x](https://github.com/t-ho/ngx-ui-loader/blob/v1.x.x/README.md) |
| Angular | Installation | Documentation |
| ------------- | ----------------------------------- | --------------------------------------------------------------------- |
| Angular 11 | `npm i --save ngx-ui-loader` | [v11.x.x](https://tdev.app/ngx-ui-loader) |
| Angular 10 | `npm i --save [email protected]` | [v10.x.x](https://tdev.app/ngx-ui-loader) |
| Angular 9 | `npm i --save [email protected]` | [v9.x.x](https://tdev.app/ngx-ui-loader) |
| Angular 8 | `npm i --save [email protected]` | [v8.x.x](https://tdev.app/ngx-ui-loader) |
| Angular 6 & 7 | `npm i --save [email protected]` | [v7.2.x](https://github.com/t-ho/ngx-ui-loader/blob/v7.x.x/README.md) |
| Angular 4 & 5 | `npm i --save [email protected]` | [v1.x.x](https://github.com/t-ho/ngx-ui-loader/blob/v1.x.x/README.md) |

### If you like `ngx-ui-loader`, please give it a :star:
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-ui-loader",
"version": "10.0.0",
"version": "11.0.0",
"scripts": {
"ng": "ng",
"prettier": "prettier --write \"**/*.{scss,ts,component.html}\"",
Expand Down
10 changes: 5 additions & 5 deletions projects/ngx-ui-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ngx-ui-loader",
"description": "An all-in-one and fully customizable loader/spinner for Angular applications. It supports foreground, background spinner/loader, indicative progress bar and multiple loaders.",
"version": "10.0.0",
"version": "11.0.0",
"scripts": {
"build": "../../node_modules/.bin/tsc -p tsconfig.schematics.json",
"copy:collections": "cp schematics/*collection.json ../../dist/ngx-ui-loader/schematics/",
Expand All @@ -20,10 +20,10 @@
"license": "MIT",
"private": false,
"peerDependencies": {
"@angular/common": ">=10.0.0",
"@angular/core": ">=10.0.0",
"@angular/platform-browser": ">=10.0.0",
"@angular/router": ">=10.0.0",
"@angular/common": ">=11.0.0",
"@angular/core": ">=11.0.0",
"@angular/platform-browser": ">=11.0.0",
"@angular/router": ">=11.0.0",
"rxjs": ">=6.6.0"
},
"dependencies": {
Expand Down

0 comments on commit 5aa9bb1

Please sign in to comment.