Skip to content

Commit 574cf79

Browse files
committed
0.2.0
1 parent e5474e1 commit 574cf79

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.1.0",
4+
"version": "0.2.0",
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.1.0",
3+
"version": "0.2.0",
44
"description": "The CSS in JS authoring experience you love without the runtime cost",
55
"author": "Michael Dougall",
66
"license": "Apache-2.0",
@@ -12,7 +12,7 @@
1212
],
1313
"dependencies": {
1414
"@babel/core": "^7.9.0",
15-
"@compiled/ts-transform-css-in-js": "0.1.0",
15+
"@compiled/ts-transform-css-in-js": "0.2.0",
1616
"typescript": "^3.7.3"
1717
},
1818
"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.1.0",
3+
"version": "0.2.0",
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
"src"
2121
],
2222
"dependencies": {
23-
"@compiled/style": "0.1.0"
23+
"@compiled/style": "0.2.0"
2424
},
2525
"peerDependencies": {
2626
"react": "^16.12.0"

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.1.0",
3+
"version": "0.2.0",
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.1.0",
3+
"version": "0.2.0",
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.1.0",
3+
"version": "0.2.0",
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)