Skip to content

Commit 7fe1bbb

Browse files
committed
0.4.2
1 parent a9579b2 commit 7fe1bbb

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "compiled",
33
"private": true,
4-
"version": "0.4.1",
4+
"version": "0.4.2",
55
"author": "Michael Dougall",
66
"license": "Apache-2.0",
77
"scripts": {

packages/babel-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@compiled/babel-plugin-css-in-js",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "The CSS in JS authoring experience you love without the runtime cost",
55
"author": "Michael Dougall",
66
"license": "Apache-2.0",
@@ -20,7 +20,7 @@
2020
],
2121
"dependencies": {
2222
"@babel/core": "^7.9.0",
23-
"@compiled/ts-transform-css-in-js": "0.4.1",
23+
"@compiled/ts-transform-css-in-js": "0.4.2",
2424
"typescript": "^3.7.3"
2525
},
2626
"devDependencies": {

packages/css-in-js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@compiled/css-in-js",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "The CSS in JS authoring experience you love without the runtime cost",
55
"author": "Michael Dougall",
66
"license": "Apache-2.0",
@@ -28,7 +28,7 @@
2828
"src"
2929
],
3030
"dependencies": {
31-
"@compiled/style": "0.4.1",
31+
"@compiled/style": "0.4.2",
3232
"csstype": "^2.0.0"
3333
},
3434
"peerDependencies": {

packages/jest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@compiled/jest-css-in-js",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "The CSS in JS authoring experience you love without the runtime cost",
55
"author": "Michael Dougall",
66
"license": "Apache-2.0",

packages/style/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@compiled/style",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "The CSS in JS authoring experience you love without the runtime cost",
55
"author": "Michael Dougall",
66
"license": "Apache-2.0",

packages/ts-transform/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@compiled/ts-transform-css-in-js",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "The CSS in JS authoring experience you love without the runtime cost",
55
"author": "Michael Dougall",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)