Skip to content

Commit

Permalink
release: bump version to 16.0.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pavankjadda committed Apr 12, 2023
1 parent ea8356d commit 71187f8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions projects/ngx-cookie-service-ssr/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ngx-cookie-service-ssr",
"description": "Angular SSR cookie service",
"version": "15.0.0",
"version": "16.0.0-rc.0",
"license": "MIT",
"author": "Stepan Suvorov <stevermeister@gmail.com>",
"keywords": [
Expand Down Expand Up @@ -79,9 +79,9 @@
"email": "stepan@studytube.nl"
},
"peerDependencies": {
"@angular/common": "^16.0.0-next.0",
"@angular/core": "^16.0.0-next.0",
"@nguniversal/express-engine": "^15.2.0"
"@angular/common": "^16.0.0-rc.0",
"@angular/core": "^16.0.0-rc.0",
"@nguniversal/express-engine": "^16.0.0-next.0"
},
"dependencies": {
"tslib": "^2.0.0"
Expand Down
6 changes: 3 additions & 3 deletions projects/ngx-cookie-service/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ngx-cookie-service",
"description": "Angular cookie service",
"version": "15.0.0",
"version": "16.0.0-rc.0",
"license": "MIT",
"author": "Stepan Suvorov <stevermeister@gmail.com>",
"keywords": [
Expand Down Expand Up @@ -80,8 +80,8 @@
"email": "stepan@studytube.nl"
},
"peerDependencies": {
"@angular/common": "^16.0.0-next.0",
"@angular/core": "^16.0.0-next.0"
"@angular/common": "^16.0.0-rc.0",
"@angular/core": "^16.0.0-rc.0"
},
"dependencies": {
"tslib": "^2.0.0"
Expand Down

0 comments on commit 71187f8

Please sign in to comment.