Skip to content

Commit

Permalink
Release v7.1.1 (#474)
Browse files Browse the repository at this point in the history
* Release v7.1.1

* Fix merge rule
  • Loading branch information
eXon committed Mar 31, 2024
1 parent 871b2c8 commit 80f64dd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ branches:
contexts:
- 'Test'
- 'CodeQL'
- 'Analyze (javascript-typescript) (dynamic)'
- 'Analyze (javascript-typescript)'
enforce_admins: true
required_linear_history: true
required_signatures: true
Expand Down
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.0",
"version": "7.1.1",
"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.0",
"version": "7.1.1",
"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.0",
"version": "7.1.1",
"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.0",
"version": "7.1.1",
"description": "Universal cookies for JavaScript",
"types": "cjs/index.d.ts",
"module": "esm/index.mjs",
Expand Down

0 comments on commit 80f64dd

Please sign in to comment.