Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Napster2210/ngx-spinner
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 97b8952abf2aee6678c46df1e2dd5725e2fbc4a0
Choose a base ref
...
head repository: Napster2210/ngx-spinner
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2340069c4610ec61d792e1e6e6fddcb3d3eec34c
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Dec 22, 2022

  1. Minor changes.

    Napster2210 committed Dec 22, 2022
    Copy the full SHA
    03241cb View commit details
  2. 15.0.1

    Napster2210 committed Dec 22, 2022
    Copy the full SHA
    2340069 View commit details
Showing with 9 additions and 7 deletions.
  1. +1 −1 README.MD
  2. +2 −2 package-lock.json
  3. +1 −1 package.json
  4. +5 −3 projects/ngx-spinner/package.json
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ Use appropriate version based on your Angular version.

| Angular 15 |
| ----------- |
| >=`v15.0.0` |
| >=`v15.0.1` |

| Angular 14 | Angular 13 | Angular 12 | Angular 11 | Angular 10 |
| ----------- | ----------- | ----------- | ----------- | ----------- |
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-spinner",
"version": "15.0.0",
"version": "15.0.1",
"scripts": {
"ng": "ng",
"start": "ng serve ngx-tester -o",
8 changes: 5 additions & 3 deletions projects/ngx-spinner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-spinner",
"version": "15.0.0",
"version": "15.0.1",
"scripts": {
"build": "../../node_modules/.bin/tsc -p tsconfig.schematics.json",
"copy:collection": "cp schematics/collection.json ../../dist/ngx-spinner/schematics/collection.json",
@@ -28,6 +28,7 @@
"angular12",
"angular13",
"angular14",
"angular15",
"loading-spinner",
"loading",
"loading-animations",
@@ -47,6 +48,7 @@
"ng12",
"ng13",
"ng14",
"ng15",
"loadingscreen",
"progress",
"progress-loader",
@@ -60,8 +62,8 @@
"url": "https://github.com/Napster2210/ngx-spinner.git/issues"
},
"peerDependencies": {
"@angular/common": "^14.0.0",
"@angular/core": "^14.0.0"
"@angular/common": "^15.0.0",
"@angular/core": "^15.0.0"
},
"schematics": "./schematics/collection.json",
"ng-add": {