diff --git a/package-lock.json b/package-lock.json index 92e2746..31b57e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ngx-loading", - "version": "17.0.0-rc.1", + "version": "17.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ngx-loading", - "version": "17.0.0-rc.1", + "version": "17.0.0", "dependencies": { "@angular/animations": "^17.1.0", "@angular/common": "^17.1.0", diff --git a/package.json b/package.json index fe2e3c9..77cbdc8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-loading", - "version": "17.0.0-rc.1", + "version": "17.0.0", "scripts": { "ng": "ng", "start": "ng serve", @@ -55,4 +55,4 @@ "*.ts": "eslint --fix", "*.{ts,scss,md}": "prettier --write" } -} \ No newline at end of file +} diff --git a/projects/ngx-loading/package.json b/projects/ngx-loading/package.json index 45e4b9c..fa8f14f 100644 --- a/projects/ngx-loading/package.json +++ b/projects/ngx-loading/package.json @@ -1,6 +1,6 @@ { "name": "ngx-loading", - "version": "17.0.0-rc.1", + "version": "17.0.0", "description": "A customisable loading spinner for Angular applications.", "repository": { "type": "git",