Skip to content

Commit e1cb3b2

Browse files
author
Michael Dougall
committed
0.4.6
1 parent 470d049 commit e1cb3b2

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.5",
4+
"version": "0.4.6",
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.5",
3+
"version": "0.4.6",
44
"description": "The CSS in JS authoring experience you love without the runtime cost",
55
"author": "Michael Dougall",
66
"license": "Apache-2.0",
@@ -22,7 +22,7 @@
2222
"@babel/core": "^7.9.0",
2323
"@babel/plugin-syntax-jsx": "^7.8.3",
2424
"@babel/plugin-transform-flow-strip-types": "^7.8.3",
25-
"@compiled/ts-transform-css-in-js": "0.4.5",
25+
"@compiled/ts-transform-css-in-js": "0.4.6",
2626
"typescript": "^3.7.3"
2727
},
2828
"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.5",
3+
"version": "0.4.6",
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.5",
31+
"@compiled/style": "0.4.6",
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.5",
3+
"version": "0.4.6",
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.5",
3+
"version": "0.4.6",
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.5",
3+
"version": "0.4.6",
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)