Skip to content

Commit 2983dbd

Browse files
author
Kye Hohenberger
committed
v7.2.1
1 parent 0212475 commit 2983dbd

File tree

7 files changed

+22
-22
lines changed

7 files changed

+22
-22
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
"Tag: Internal": ":house: Internal"
1414
}
1515
},
16-
"version": "7.2.0"
16+
"version": "7.2.1"
1717
}

packages/babel-plugin-emotion/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-emotion",
3-
"version": "7.1.0",
3+
"version": "7.2.1",
44
"description": "A recommended babel preprocessing plugin for emotion, the The Next Generation of CSS-in-JS.",
55
"main": "lib/index.js",
66
"files": [
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"autoprefixer": "^7.1.2",
1717
"babel-plugin-syntax-jsx": "^6.18.0",
18-
"emotion-utils": "^7.1.0",
18+
"emotion-utils": "^7.2.1",
1919
"postcss": "^6.0.9",
2020
"postcss-js": "^1.0.0",
2121
"postcss-nested": "^2.1.1",

packages/emotion-server/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "emotion-server",
3-
"version": "7.2.0",
3+
"version": "7.2.1",
44
"description": "SSR and style extraction tooling for emotion, The Next Generation of CSS-in-JS.",
55
"main": "lib/index.js",
66
"files": [
@@ -13,13 +13,13 @@
1313
"clean": "rimraf lib"
1414
},
1515
"dependencies": {
16-
"emotion": "^7.2.0",
17-
"emotion-utils": "^7.1.0"
16+
"emotion": "^7.2.1",
17+
"emotion-utils": "^7.2.1"
1818
},
1919
"devDependencies": {
2020
"babel-cli": "^6.24.1",
2121
"npm-run-all": "^4.0.2",
22-
"react-emotion": "^7.2.0",
22+
"react-emotion": "^7.2.1",
2323
"rimraf": "^2.6.1"
2424
},
2525
"author": "Kye Hohenberger",

packages/emotion-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "emotion-utils",
3-
"version": "7.1.0",
3+
"version": "7.2.1",
44
"description": "Shared utilities used by emotion, The Next Generation of CSS-in-JS.",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.es.js",

packages/emotion/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "emotion",
3-
"version": "7.2.0",
3+
"version": "7.2.1",
44
"description": "The Next Generation of CSS-in-JS.",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.es.js",
@@ -19,10 +19,10 @@
1919
"rollup:umd": "UMD=true rollup -c ../../rollup.config.js"
2020
},
2121
"dependencies": {
22-
"babel-plugin-emotion": "^7.1.0",
23-
"emotion-server": "^7.2.0",
24-
"emotion-utils": "^7.1.0",
25-
"react-emotion": "^7.2.0"
22+
"babel-plugin-emotion": "^7.2.1",
23+
"emotion-server": "^7.2.1",
24+
"emotion-utils": "^7.2.1",
25+
"react-emotion": "^7.2.1"
2626
},
2727
"devDependencies": {
2828
"babel-cli": "^6.24.1",

packages/preact-emotion/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "preact-emotion",
3-
"version": "7.2.0",
3+
"version": "7.2.1",
44
"description": "The Next Generation of CSS-in-JS, for Preact projects.",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.es.js",
@@ -14,13 +14,13 @@
1414
"rollup": "rollup -c ../../rollup.config.js"
1515
},
1616
"dependencies": {
17-
"babel-plugin-emotion": "^7.1.0",
18-
"emotion": "^7.2.0",
19-
"emotion-utils": "^7.1.0"
17+
"babel-plugin-emotion": "^7.2.1",
18+
"emotion": "^7.2.1",
19+
"emotion-utils": "^7.2.1"
2020
},
2121
"devDependencies": {
2222
"npm-run-all": "^4.0.2",
23-
"react-emotion": "^7.2.0",
23+
"react-emotion": "^7.2.1",
2424
"rimraf": "^2.6.1",
2525
"rollup": "^0.43.0"
2626
},

packages/react-emotion/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-emotion",
3-
"version": "7.2.0",
3+
"version": "7.2.1",
44
"description": "The Next Generation of CSS-in-JS, for React projects.",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.es.js",
@@ -16,9 +16,9 @@
1616
"rollup:umd": "UMD=true rollup -c ../../rollup.config.js"
1717
},
1818
"dependencies": {
19-
"babel-plugin-emotion": "^7.1.0",
20-
"emotion": "^7.2.0",
21-
"emotion-utils": "^7.1.0"
19+
"babel-plugin-emotion": "^7.2.1",
20+
"emotion": "^7.2.1",
21+
"emotion-utils": "^7.2.1"
2222
},
2323
"devDependencies": {
2424
"npm-run-all": "^4.0.2",

0 commit comments

Comments
 (0)