Skip to content

Commit

Permalink
Release 6.1.2 (#432)
Browse files Browse the repository at this point in the history
* Clean up test setup

* Migrate deprecated jest function

* Add tests

* Improve test

* Release v6.1.2
  • Loading branch information
eXon committed Dec 30, 2023
1 parent 99ba53f commit dde5cb6
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": "6.1.1",
"version": "6.1.2",
"description": "Universal cookies for React",
"main": "cjs/index.js",
"module": "es6/index.js",
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": "6.1.1",
"version": "6.1.2",
"description": "Hook cookies get/set on Express for server-rendering",
"main": "cjs/index.js",
"module": "es6/index.js",
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": "6.1.1",
"version": "6.1.2",
"description": "Hook cookies get/set on Koa for server-rendering",
"main": "cjs/index.js",
"module": "es6/index.js",
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": "6.1.1",
"version": "6.1.2",
"description": "Universal cookies for JavaScript",
"main": "cjs/index.js",
"module": "es6/index.js",
Expand Down

0 comments on commit dde5cb6

Please sign in to comment.