Skip to content

Commit

Permalink
v7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emmatown committed Aug 20, 2017
1 parent 54819ce commit 6e02196
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "7.1.1"
"version": "7.2.0"
}
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.1.1",
"version": "7.2.0",
"description": "The Next Generation of CSS-in-JS",
"main": "lib/index.js",
"files": [
Expand All @@ -13,13 +13,13 @@
"clean": "rimraf lib"
},
"dependencies": {
"emotion": "^7.1.1",
"emotion": "^7.2.0",
"emotion-utils": "^7.1.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"npm-run-all": "^4.0.2",
"react-emotion": "^7.1.1",
"react-emotion": "^7.2.0",
"rimraf": "^2.6.1"
},
"author": "Kye Hohenberger",
Expand Down
6 changes: 3 additions & 3 deletions packages/emotion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "emotion",
"version": "7.1.1",
"version": "7.2.0",
"description": "The Next Generation of CSS-in-JS",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
Expand All @@ -20,9 +20,9 @@
},
"dependencies": {
"babel-plugin-emotion": "^7.1.0",
"emotion-server": "^7.1.1",
"emotion-server": "^7.2.0",
"emotion-utils": "^7.1.0",
"react-emotion": "^7.1.1"
"react-emotion": "^7.2.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.1.1",
"version": "7.2.0",
"description": "The Next Generation of CSS-in-JS",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
Expand All @@ -15,14 +15,14 @@
},
"dependencies": {
"babel-plugin-emotion": "^7.1.0",
"emotion": "^7.1.1",
"emotion": "^7.2.0",
"emotion-utils": "^7.1.0"
},
"devDependencies": {
"npm-run-all": "^4.0.2",
"react-emotion": "^7.2.0",
"rimraf": "^2.6.1",
"rollup": "^0.43.0",
"react-emotion": "^7.1.1"
"rollup": "^0.43.0"
},
"author": "Kye Hohenberger",
"homepage": "https://github.com/tkh44/emotion#readme",
Expand Down
4 changes: 2 additions & 2 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.1.1",
"version": "7.2.0",
"description": "The Next Generation of CSS-in-JS",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
Expand All @@ -17,7 +17,7 @@
},
"dependencies": {
"babel-plugin-emotion": "^7.1.0",
"emotion": "^7.1.1",
"emotion": "^7.2.0",
"emotion-utils": "^7.1.0"
},
"devDependencies": {
Expand Down

0 comments on commit 6e02196

Please sign in to comment.