diff --git a/package.json b/package.json index 4e2666182..c2b5dd473 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "compiled", "private": true, - "version": "0.4.1", + "version": "0.4.2", "author": "Michael Dougall", "license": "Apache-2.0", "scripts": { diff --git a/packages/babel-plugin/package.json b/packages/babel-plugin/package.json index 3d08e6e0b..0cc9a58ec 100644 --- a/packages/babel-plugin/package.json +++ b/packages/babel-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@compiled/babel-plugin-css-in-js", - "version": "0.4.1", + "version": "0.4.2", "description": "The CSS in JS authoring experience you love without the runtime cost", "author": "Michael Dougall", "license": "Apache-2.0", @@ -20,7 +20,7 @@ ], "dependencies": { "@babel/core": "^7.9.0", - "@compiled/ts-transform-css-in-js": "0.4.1", + "@compiled/ts-transform-css-in-js": "0.4.2", "typescript": "^3.7.3" }, "devDependencies": { diff --git a/packages/css-in-js/package.json b/packages/css-in-js/package.json index e0743d2c6..0b7358d0f 100644 --- a/packages/css-in-js/package.json +++ b/packages/css-in-js/package.json @@ -1,6 +1,6 @@ { "name": "@compiled/css-in-js", - "version": "0.4.1", + "version": "0.4.2", "description": "The CSS in JS authoring experience you love without the runtime cost", "author": "Michael Dougall", "license": "Apache-2.0", @@ -28,7 +28,7 @@ "src" ], "dependencies": { - "@compiled/style": "0.4.1", + "@compiled/style": "0.4.2", "csstype": "^2.0.0" }, "peerDependencies": { diff --git a/packages/jest/package.json b/packages/jest/package.json index 3a5d5617e..69d770a15 100644 --- a/packages/jest/package.json +++ b/packages/jest/package.json @@ -1,6 +1,6 @@ { "name": "@compiled/jest-css-in-js", - "version": "0.4.1", + "version": "0.4.2", "description": "The CSS in JS authoring experience you love without the runtime cost", "author": "Michael Dougall", "license": "Apache-2.0", diff --git a/packages/style/package.json b/packages/style/package.json index dcb62abbc..8b7ba942b 100644 --- a/packages/style/package.json +++ b/packages/style/package.json @@ -1,6 +1,6 @@ { "name": "@compiled/style", - "version": "0.4.1", + "version": "0.4.2", "description": "The CSS in JS authoring experience you love without the runtime cost", "author": "Michael Dougall", "license": "Apache-2.0", diff --git a/packages/ts-transform/package.json b/packages/ts-transform/package.json index 15a87ee07..aa2118526 100644 --- a/packages/ts-transform/package.json +++ b/packages/ts-transform/package.json @@ -1,6 +1,6 @@ { "name": "@compiled/ts-transform-css-in-js", - "version": "0.4.1", + "version": "0.4.2", "description": "The CSS in JS authoring experience you love without the runtime cost", "author": "Michael Dougall", "license": "Apache-2.0",