Skip to content

Commit

Permalink
Release v4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
eXon committed Sep 23, 2020
1 parent f80e99a commit a4513c0
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 13 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
# CHANGELOG

##vNEXT
## vNEXT

##v4.0.3
## v4.0.4

- `universal-cookie`: Remove only usage of CommonJS require

## v4.0.3

- All: improved tree shaking by adding `"sideEffects": false`
- `universal-cookie`: JSDOM is now using the real browser cookies
- `universal-cookie`: You can specify your cookie parsing function

##v4.0.2
## v4.0.2

- `universal-cookie`: Add support for explicit `None` value on `sameSite` attribute

##v4.0.1
## v4.0.1

- Upgrade dependencies to last versions
- Publish MIT license to NPM with the code (#224)
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": "4.0.3",
"version": "4.0.4",
"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": "4.0.3",
"version": "4.0.4",
"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": "4.0.3",
"version": "4.0.4",
"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": "4.0.3",
"version": "4.0.4",
"description": "Universal cookies for JavaScript",
"main": "cjs/index.js",
"module": "es6/index.js",
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1111,11 +1111,6 @@
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e"
integrity sha512-f5j5b/Gf71L+dbqxIpQ4Z2WlmI/mPJ0fOkGGmFgtb6sAu97EPczzbS3/tJKxmcYDj55OX6ssqwDAWOHIYDRDGA==

"@types/object-assign@^4.0.30":
version "4.0.30"
resolved "https://registry.yarnpkg.com/@types/object-assign/-/object-assign-4.0.30.tgz#8949371d5a99f4381ee0f1df0a9b7a187e07e652"
integrity sha1-iUk3HVqZ9Dge4PHfCpt6GH4H5lI=

"@types/parse-json@^4.0.0":
version "4.0.0"
resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0"
Expand Down

0 comments on commit a4513c0

Please sign in to comment.