Skip to content

Commit

Permalink
Bump version of @emotion/serialize to fixup repo/npm/changesets mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed Mar 17, 2020
1 parent 5c7ec85 commit 2ae1069
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/babel-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@babel/runtime": "^7.7.2",
"@emotion/hash": "0.8.0",
"@emotion/memoize": "0.7.4",
"@emotion/serialize": "^0.11.15-next.4",
"@emotion/serialize": "^1.0.0-next.0",
"babel-plugin-macros": "^2.6.1",
"convert-source-map": "^1.5.0",
"escape-string-regexp": "^1.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"@emotion/babel-plugin": "^11.0.0-next.11",
"@emotion/cache": "^11.0.0-next.10",
"@emotion/serialize": "^0.11.15-next.4",
"@emotion/serialize": "^1.0.0-next.0",
"@emotion/sheet": "0.10.0-next.1",
"@emotion/utils": "0.11.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@babel/runtime": "^7.7.2",
"@emotion/cache": "^11.0.0-next.10",
"@emotion/serialize": "^0.11.15-next.4",
"@emotion/serialize": "^1.0.0-next.0",
"@emotion/sheet": "0.10.0-next.1",
"@emotion/utils": "0.11.3",
"@emotion/weak-memoize": "0.2.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/serialize/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emotion/serialize",
"version": "0.11.16",
"version": "1.0.0-next.0",
"description": "serialization utils for emotion",
"main": "dist/serialize.cjs.js",
"module": "dist/serialize.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/styled/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@babel/runtime": "^7.7.2",
"@emotion/babel-plugin": "^11.0.0-next.11",
"@emotion/is-prop-valid": "0.9.0-next.1",
"@emotion/serialize": "^0.11.15-next.4",
"@emotion/serialize": "^1.0.0-next.0",
"@emotion/utils": "0.11.3"
},
"peerDependencies": {
Expand Down

0 comments on commit 2ae1069

Please sign in to comment.