Skip to content

Commit

Permalink
0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdouges committed May 26, 2020
1 parent 530e4ee commit b8656f0
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "compiled",
"private": true,
"version": "0.4.0",
"version": "0.4.1",
"author": "Michael Dougall",
"license": "Apache-2.0",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@compiled/babel-plugin-css-in-js",
"version": "0.4.0",
"version": "0.4.1",
"description": "The CSS in JS authoring experience you love without the runtime cost",
"author": "Michael Dougall",
"license": "Apache-2.0",
Expand All @@ -20,7 +20,7 @@
],
"dependencies": {
"@babel/core": "^7.9.0",
"@compiled/ts-transform-css-in-js": "0.4.0",
"@compiled/ts-transform-css-in-js": "0.4.1",
"typescript": "^3.7.3"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/css-in-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@compiled/css-in-js",
"version": "0.4.0",
"version": "0.4.1",
"description": "The CSS in JS authoring experience you love without the runtime cost",
"author": "Michael Dougall",
"license": "Apache-2.0",
Expand Down Expand Up @@ -28,7 +28,7 @@
"src"
],
"dependencies": {
"@compiled/style": "0.4.0",
"@compiled/style": "0.4.1",
"csstype": "^2.0.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@compiled/jest-css-in-js",
"version": "0.4.0",
"version": "0.4.1",
"description": "The CSS in JS authoring experience you love without the runtime cost",
"author": "Michael Dougall",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/style/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@compiled/style",
"version": "0.4.0",
"version": "0.4.1",
"description": "The CSS in JS authoring experience you love without the runtime cost",
"author": "Michael Dougall",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-transform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@compiled/ts-transform-css-in-js",
"version": "0.4.0",
"version": "0.4.1",
"description": "The CSS in JS authoring experience you love without the runtime cost",
"author": "Michael Dougall",
"license": "Apache-2.0",
Expand Down

0 comments on commit b8656f0

Please sign in to comment.