Skip to content

Commit 5aa9bb1

Browse files
committed
chore: Version bump
1 parent 5017ab5 commit 5aa9bb1

File tree

4 files changed

+16
-15
lines changed

4 files changed

+16
-15
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,13 @@ $ npm install --save ngx-ui-loader
4141
$ yarn add ngx-ui-loader
4242
```
4343

44-
| Angular | Installation | Documentation |
45-
| ------------- | ---------------------------------- | --------------------------------------------------------------------- |
46-
| Angular 10 | `npm i --save ngx-ui-loader` | [v10.x.x](https://tdev.app/ngx-ui-loader) |
47-
| Angular 9 | `npm i --save [email protected]` | [v9.x.x](https://tdev.app/ngx-ui-loader) |
48-
| Angular 8 | `npm i --save [email protected]` | [v8.x.x](https://tdev.app/ngx-ui-loader) |
49-
| 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) |
50-
| 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) |
44+
| Angular | Installation | Documentation |
45+
| ------------- | ----------------------------------- | --------------------------------------------------------------------- |
46+
| Angular 11 | `npm i --save ngx-ui-loader` | [v11.x.x](https://tdev.app/ngx-ui-loader) |
47+
| Angular 10 | `npm i --save [email protected]` | [v10.x.x](https://tdev.app/ngx-ui-loader) |
48+
| Angular 9 | `npm i --save [email protected]` | [v9.x.x](https://tdev.app/ngx-ui-loader) |
49+
| Angular 8 | `npm i --save [email protected]` | [v8.x.x](https://tdev.app/ngx-ui-loader) |
50+
| 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) |
51+
| 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) |
5152

5253
### If you like `ngx-ui-loader`, please give it a :star:

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-ui-loader",
3-
"version": "10.0.0",
3+
"version": "11.0.0",
44
"scripts": {
55
"ng": "ng",
66
"prettier": "prettier --write \"**/*.{scss,ts,component.html}\"",

projects/ngx-ui-loader/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ngx-ui-loader",
33
"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.",
4-
"version": "10.0.0",
4+
"version": "11.0.0",
55
"scripts": {
66
"build": "../../node_modules/.bin/tsc -p tsconfig.schematics.json",
77
"copy:collections": "cp schematics/*collection.json ../../dist/ngx-ui-loader/schematics/",
@@ -20,10 +20,10 @@
2020
"license": "MIT",
2121
"private": false,
2222
"peerDependencies": {
23-
"@angular/common": ">=10.0.0",
24-
"@angular/core": ">=10.0.0",
25-
"@angular/platform-browser": ">=10.0.0",
26-
"@angular/router": ">=10.0.0",
23+
"@angular/common": ">=11.0.0",
24+
"@angular/core": ">=11.0.0",
25+
"@angular/platform-browser": ">=11.0.0",
26+
"@angular/router": ">=11.0.0",
2727
"rxjs": ">=6.6.0"
2828
},
2929
"dependencies": {

0 commit comments

Comments
 (0)