Skip to content

Commit

Permalink
v7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kye Hohenberger committed Sep 13, 2017
1 parent 08a0b82 commit 2203b0b
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"Tag: Internal": ":house: Internal"
}
},
"version": "7.2.2"
"version": "7.3.0"
}
2 changes: 1 addition & 1 deletion packages/babel-plugin-emotion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-emotion",
"version": "7.2.2",
"version": "7.3.0",
"description": "A recommended babel preprocessing plugin for emotion, the The Next Generation of CSS-in-JS.",
"main": "lib/index.js",
"files": [
Expand Down
6 changes: 3 additions & 3 deletions packages/emotion-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "emotion-server",
"version": "7.2.2",
"version": "7.3.0",
"description": "SSR and style extraction tooling for emotion, The Next Generation of CSS-in-JS.",
"main": "lib/index.js",
"files": [
Expand All @@ -13,13 +13,13 @@
"clean": "rimraf lib"
},
"dependencies": {
"emotion": "^7.2.2",
"emotion": "^7.3.0",
"emotion-utils": "^7.2.2"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"npm-run-all": "^4.0.2",
"react-emotion": "^7.2.2",
"react-emotion": "^7.3.0",
"rimraf": "^2.6.1"
},
"author": "Kye Hohenberger",
Expand Down
8 changes: 4 additions & 4 deletions packages/emotion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "emotion",
"version": "7.2.2",
"version": "7.3.0",
"description": "The Next Generation of CSS-in-JS.",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
Expand All @@ -19,10 +19,10 @@
"rollup:umd": "UMD=true rollup -c ../../rollup.config.js"
},
"dependencies": {
"babel-plugin-emotion": "^7.2.2",
"emotion-server": "^7.2.2",
"babel-plugin-emotion": "^7.3.0",
"emotion-server": "^7.3.0",
"emotion-utils": "^7.2.2",
"react-emotion": "^7.2.2"
"react-emotion": "^7.3.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/preact-emotion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "preact-emotion",
"version": "7.2.2",
"version": "7.3.0",
"description": "The Next Generation of CSS-in-JS, for Preact projects.",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
Expand All @@ -14,13 +14,13 @@
"rollup": "rollup -c ../../rollup.config.js"
},
"dependencies": {
"babel-plugin-emotion": "^7.2.2",
"emotion": "^7.2.2",
"babel-plugin-emotion": "^7.3.0",
"emotion": "^7.3.0",
"emotion-utils": "^7.2.2"
},
"devDependencies": {
"npm-run-all": "^4.0.2",
"react-emotion": "^7.2.2",
"react-emotion": "^7.3.0",
"rimraf": "^2.6.1",
"rollup": "^0.43.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/react-emotion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-emotion",
"version": "7.2.2",
"version": "7.3.0",
"description": "The Next Generation of CSS-in-JS, for React projects.",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
Expand All @@ -16,8 +16,8 @@
"rollup:umd": "UMD=true rollup -c ../../rollup.config.js"
},
"dependencies": {
"babel-plugin-emotion": "^7.2.2",
"emotion": "^7.2.2",
"babel-plugin-emotion": "^7.3.0",
"emotion": "^7.3.0",
"emotion-utils": "^7.2.2"
},
"devDependencies": {
Expand Down

0 comments on commit 2203b0b

Please sign in to comment.