Skip to content

Commit

Permalink
Release v7.2.0 (#596)
Browse files Browse the repository at this point in the history
  • Loading branch information
eXon committed Jul 21, 2024
1 parent ad238c2 commit da40af6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/react-cookie/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-cookie",
"version": "7.1.4",
"version": "7.2.0",
"description": "Universal cookies for React",
"main": "cjs/index.js",
"types": "cjs/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/universal-cookie-express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "universal-cookie-express",
"version": "7.1.4",
"version": "7.2.0",
"description": "Hook cookies get/set on Express for server-rendering",
"main": "cjs/index.js",
"types": "cjs/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/universal-cookie-koa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "universal-cookie-koa",
"version": "7.1.4",
"version": "7.2.0",
"description": "Hook cookies get/set on Koa for server-rendering",
"main": "cjs/index.js",
"types": "cjs/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/universal-cookie/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "universal-cookie",
"version": "7.1.4",
"version": "7.2.0",
"description": "Universal cookies for JavaScript",
"types": "cjs/index.d.ts",
"module": "esm/index.mjs",
Expand Down

0 comments on commit da40af6

Please sign in to comment.