Skip to content

Commit

Permalink
v7.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kye Hohenberger committed Sep 5, 2017
1 parent 0212475 commit 2983dbd
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 22 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.0"
"version": "7.2.1"
}
4 changes: 2 additions & 2 deletions 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.1.0",
"version": "7.2.1",
"description": "A recommended babel preprocessing plugin for emotion, the The Next Generation of CSS-in-JS.",
"main": "lib/index.js",
"files": [
Expand All @@ -15,7 +15,7 @@
"dependencies": {
"autoprefixer": "^7.1.2",
"babel-plugin-syntax-jsx": "^6.18.0",
"emotion-utils": "^7.1.0",
"emotion-utils": "^7.2.1",
"postcss": "^6.0.9",
"postcss-js": "^1.0.0",
"postcss-nested": "^2.1.1",
Expand Down
8 changes: 4 additions & 4 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.0",
"version": "7.2.1",
"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.0",
"emotion-utils": "^7.1.0"
"emotion": "^7.2.1",
"emotion-utils": "^7.2.1"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"npm-run-all": "^4.0.2",
"react-emotion": "^7.2.0",
"react-emotion": "^7.2.1",
"rimraf": "^2.6.1"
},
"author": "Kye Hohenberger",
Expand Down
2 changes: 1 addition & 1 deletion packages/emotion-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "emotion-utils",
"version": "7.1.0",
"version": "7.2.1",
"description": "Shared utilities used by emotion, The Next Generation of CSS-in-JS.",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
Expand Down
10 changes: 5 additions & 5 deletions packages/emotion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "emotion",
"version": "7.2.0",
"version": "7.2.1",
"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.1.0",
"emotion-server": "^7.2.0",
"emotion-utils": "^7.1.0",
"react-emotion": "^7.2.0"
"babel-plugin-emotion": "^7.2.1",
"emotion-server": "^7.2.1",
"emotion-utils": "^7.2.1",
"react-emotion": "^7.2.1"
},
"devDependencies": {
"babel-cli": "^6.24.1",
Expand Down
10 changes: 5 additions & 5 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.0",
"version": "7.2.1",
"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.1.0",
"emotion": "^7.2.0",
"emotion-utils": "^7.1.0"
"babel-plugin-emotion": "^7.2.1",
"emotion": "^7.2.1",
"emotion-utils": "^7.2.1"
},
"devDependencies": {
"npm-run-all": "^4.0.2",
"react-emotion": "^7.2.0",
"react-emotion": "^7.2.1",
"rimraf": "^2.6.1",
"rollup": "^0.43.0"
},
Expand Down
8 changes: 4 additions & 4 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.0",
"version": "7.2.1",
"description": "The Next Generation of CSS-in-JS, for React projects.",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
Expand All @@ -16,9 +16,9 @@
"rollup:umd": "UMD=true rollup -c ../../rollup.config.js"
},
"dependencies": {
"babel-plugin-emotion": "^7.1.0",
"emotion": "^7.2.0",
"emotion-utils": "^7.1.0"
"babel-plugin-emotion": "^7.2.1",
"emotion": "^7.2.1",
"emotion-utils": "^7.2.1"
},
"devDependencies": {
"npm-run-all": "^4.0.2",
Expand Down

0 comments on commit 2983dbd

Please sign in to comment.