Skip to content

Commit 7a32737

Browse files
committed
v7.3.2
1 parent 1c95c3d commit 7a32737

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
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.3.1"
16+
"version": "7.3.2"
1717
}

packages/babel-plugin-emotion/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-emotion",
3-
"version": "7.3.1",
3+
"version": "7.3.2",
44
"description": "A recommended babel preprocessing plugin for emotion, the The Next Generation of CSS-in-JS.",
55
"main": "lib/index.js",
66
"files": [

packages/emotion-server/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "emotion-server",
3-
"version": "7.3.1",
3+
"version": "7.3.2",
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.3.1",
16+
"emotion": "^7.3.2",
1717
"emotion-utils": "^7.3.1"
1818
},
1919
"devDependencies": {
2020
"babel-cli": "^6.24.1",
2121
"npm-run-all": "^4.0.2",
22-
"react-emotion": "^7.3.1",
22+
"react-emotion": "^7.3.2",
2323
"rimraf": "^2.6.1"
2424
},
2525
"author": "Kye Hohenberger",

packages/emotion/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "emotion",
3-
"version": "7.3.1",
3+
"version": "7.3.2",
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.3.1",
23-
"emotion-server": "^7.3.1",
22+
"babel-plugin-emotion": "^7.3.2",
23+
"emotion-server": "^7.3.2",
2424
"emotion-utils": "^7.3.1",
25-
"react-emotion": "^7.3.1"
25+
"react-emotion": "^7.3.2"
2626
},
2727
"devDependencies": {
2828
"babel-cli": "^6.24.1",

packages/preact-emotion/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "preact-emotion",
3-
"version": "7.3.1",
3+
"version": "7.3.2",
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.3.1",
18-
"emotion": "^7.3.1",
17+
"babel-plugin-emotion": "^7.3.2",
18+
"emotion": "^7.3.2",
1919
"emotion-utils": "^7.3.1"
2020
},
2121
"devDependencies": {
2222
"npm-run-all": "^4.0.2",
23-
"react-emotion": "^7.3.1",
23+
"react-emotion": "^7.3.2",
2424
"rimraf": "^2.6.1",
2525
"rollup": "^0.43.0"
2626
},

packages/react-emotion/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-emotion",
3-
"version": "7.3.1",
3+
"version": "7.3.2",
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,8 +16,8 @@
1616
"rollup:umd": "UMD=true rollup -c ../../rollup.config.js"
1717
},
1818
"dependencies": {
19-
"babel-plugin-emotion": "^7.3.1",
20-
"emotion": "^7.3.1",
19+
"babel-plugin-emotion": "^7.3.2",
20+
"emotion": "^7.3.2",
2121
"emotion-utils": "^7.3.1"
2222
},
2323
"devDependencies": {

0 commit comments

Comments
 (0)