Skip to content

Commit

Permalink
bump version to 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
salemdar committed Apr 14, 2022
1 parent a05ad13 commit 088525a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions projects/ngx-cookie-backend/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-cookie/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 088525a

Please sign in to comment.