Skip to content

Commit

Permalink
v9.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
emmatown committed Sep 30, 2018
1 parent 9b69d08 commit 206e5f6
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"npmClient": "npm",
"registry": "https://registry.npmjs.org",
"version": "9.2.10",
"version": "9.2.11",
"packages": [
"packages/*"
]
Expand Down
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": "9.2.10",
"version": "9.2.11",
"description": "A recommended babel preprocessing plugin for emotion, The Next Generation of CSS-in-JS.",
"main": "dist/index.js",
"files": [
Expand Down
6 changes: 3 additions & 3 deletions packages/create-emotion-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-emotion-server",
"version": "9.2.10",
"version": "9.2.11",
"description": "SSR and style extraction tooling for emotion, The Next Generation of CSS-in-JS.",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand All @@ -20,8 +20,8 @@
"devDependencies": {
"@types/node": "*",
"dtslint": "^0.3.0",
"emotion": "^9.2.10",
"react-emotion": "^9.2.10"
"emotion": "^9.2.11",
"react-emotion": "^9.2.11"
},
"author": "Kye Hohenberger",
"homepage": "https://emotion.sh",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-emotion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-emotion",
"version": "9.2.6",
"version": "9.2.11",
"description": "The Next Generation of CSS-in-JS.",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down
10 changes: 5 additions & 5 deletions packages/emotion-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "emotion-server",
"version": "9.2.10",
"version": "9.2.11",
"description": "Extract and inline critical css with emotion for server side rendering.",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand All @@ -13,17 +13,17 @@
"test:typescript": "dtslint types"
},
"dependencies": {
"create-emotion-server": "^9.2.10"
"create-emotion-server": "^9.2.11"
},
"peerDependencies": {
"emotion": "^9.1.3"
},
"devDependencies": {
"@types/react-dom": "16.0.5",
"babel-plugin-emotion": "^9.2.10",
"babel-plugin-emotion": "^9.2.11",
"dtslint": "^0.3.0",
"emotion": "^9.2.10",
"react-emotion": "^9.2.10"
"emotion": "^9.2.11",
"react-emotion": "^9.2.11"
},
"author": "Kye Hohenberger",
"homepage": "https://emotion.sh",
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": "9.2.10",
"version": "9.2.11",
"description": "The Next Generation of CSS-in-JS.",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand All @@ -15,8 +15,8 @@
"test:typescript": "dtslint types"
},
"dependencies": {
"babel-plugin-emotion": "^9.2.10",
"create-emotion": "^9.2.6"
"babel-plugin-emotion": "^9.2.11",
"create-emotion": "^9.2.11"
},
"devDependencies": {
"@types/react": "16.0.16",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-emotion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-emotion",
"version": "9.2.7",
"version": "9.2.11",
"description": "Jest utilities for emotion",
"main": "dist/index.js",
"types": "types/index.d.ts",
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": "9.2.10",
"version": "9.2.11",
"description": "The Next Generation of CSS-in-JS, for Preact projects.",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand All @@ -15,17 +15,17 @@
"test:typescript": "dtslint types"
},
"dependencies": {
"babel-plugin-emotion": "^9.2.10",
"babel-plugin-emotion": "^9.2.11",
"create-emotion-styled": "^9.2.8"
},
"peerDependencies": {
"emotion": "^9.1.3",
"preact": "8.x"
},
"devDependencies": {
"emotion": "^9.2.10",
"emotion": "^9.2.11",
"preact": "^8.2.9",
"react-emotion": "^9.2.10"
"react-emotion": "^9.2.11"
},
"author": "Kye Hohenberger",
"homepage": "https://emotion.sh",
Expand Down
4 changes: 2 additions & 2 deletions packages/primitives/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emotion/primitives",
"version": "9.2.10",
"version": "9.2.11",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"files": [
Expand All @@ -9,7 +9,7 @@
],
"dependencies": {
"@emotion/primitives-core": "^9.2.9",
"babel-plugin-emotion": "^9.2.10"
"babel-plugin-emotion": "^9.2.11"
},
"peerDependencies": {
"prop-types": "15.x",
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": "9.2.10",
"version": "9.2.11",
"description": "The Next Generation of CSS-in-JS, for React projects.",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand All @@ -15,7 +15,7 @@
"test:typescript": "dtslint types"
},
"dependencies": {
"babel-plugin-emotion": "^9.2.10",
"babel-plugin-emotion": "^9.2.11",
"create-emotion-styled": "^9.2.8"
},
"peerDependencies": {
Expand All @@ -25,7 +25,7 @@
"devDependencies": {
"@types/react": "16.0.16",
"dtslint": "^0.3.0",
"emotion": "^9.2.10"
"emotion": "^9.2.11"
},
"author": "Kye Hohenberger",
"homepage": "https://emotion.sh",
Expand Down

0 comments on commit 206e5f6

Please sign in to comment.