diff --git a/package.json b/package.json index 7d94e877..363d643d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-cookie", - "version": "5.0.2", + "version": "6.0.0", "description": "Implementation of Angular 1.x $cookies service to Angular", "scripts": { "ng": "ng", diff --git a/projects/ngx-cookie-backend/package.json b/projects/ngx-cookie-backend/package.json index 086a76aa..9285eaab 100644 --- a/projects/ngx-cookie-backend/package.json +++ b/projects/ngx-cookie-backend/package.json @@ -1,6 +1,6 @@ { "name": "ngx-cookie-backend", - "version": "5.0.2", + "version": "6.0.0", "description": "Implementation of Angular 1.x $cookies service to Angular", "repository": { "type": "git", @@ -32,7 +32,7 @@ "@angular/common": ">=12.0.0", "@angular/core": ">=12.0.0", "@nguniversal/express-engine": ">=12.0.0", - "ngx-cookie": "5.0.2" + "ngx-cookie": "6.0.0" }, "dependencies": { "tslib": "^2.0.0" diff --git a/projects/ngx-cookie/package.json b/projects/ngx-cookie/package.json index b03d92d8..af484bcc 100644 --- a/projects/ngx-cookie/package.json +++ b/projects/ngx-cookie/package.json @@ -1,6 +1,6 @@ { "name": "ngx-cookie", - "version": "5.0.2", + "version": "6.0.0", "description": "Implementation of Angular 1.x $cookies service to Angular", "repository": { "type": "git",