Skip to content

Commit 4202fb5

Browse files
committed
chore: Version bump
1 parent 45b50d8 commit 4202fb5

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ $ yarn add ngx-ui-loader
4343

4444
| Angular | Installation | Documentation |
4545
| ------------- | ----------------------------------- | --------------------------------------------------------------------- |
46-
| Angular 11 | `npm i --save ngx-ui-loader` | [v11.x.x](https://tdev.app/ngx-ui-loader) |
46+
| Angular 13 | `npm i --save ngx-ui-loader` | [v13.x.x](https://tdev.app/ngx-ui-loader) |
47+
| Angular 11 | `npm i --save [email protected]` | [v11.x.x](https://tdev.app/ngx-ui-loader) |
4748
| Angular 10 | `npm i --save [email protected]` | [v10.x.x](https://tdev.app/ngx-ui-loader) |
4849
| Angular 9 | `npm i --save [email protected]` | [v9.x.x](https://tdev.app/ngx-ui-loader) |
4950
| Angular 8 | `npm i --save [email protected]` | [v8.x.x](https://tdev.app/ngx-ui-loader) |

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

projects/ngx-ui-loader/package.json

+1-1
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": "11.0.0",
4+
"version": "13.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/",

0 commit comments

Comments
 (0)