Skip to content

Commit 71e4c0a

Browse files
author
Michael Dougall
committed
0.5.1
1 parent fffb935 commit 71e4c0a

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
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.5.0",
4+
"version": "0.5.1",
55
"author": "Michael Dougall",
66
"license": "Apache-2.0",
77
"scripts": {

packages/babel-plugin/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@compiled/babel-plugin",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "The CSS in JS authoring experience you love without the runtime cost",
55
"author": "Michael Dougall",
66
"license": "Apache-2.0",
@@ -31,8 +31,8 @@
3131
"@babel/template": "^7.10.2",
3232
"@babel/traverse": "^7.10.2",
3333
"@babel/types": "^7.10.2",
34-
"@compiled/css": "0.5.0",
35-
"@compiled/utils": "0.5.0",
34+
"@compiled/css": "0.5.1",
35+
"@compiled/utils": "0.5.1",
3636
"@emotion/is-prop-valid": "^0.8.6",
3737
"benchmark": "^2.1.4",
3838
"resolve": "^1.17.0"

packages/cli/package.json

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

packages/css/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",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
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
"README.md"
2121
],
2222
"dependencies": {
23-
"@compiled/utils": "0.5.0",
23+
"@compiled/utils": "0.5.1",
2424
"autoprefixer": "^9.7.6",
2525
"convert-source-map": "^1.7.0",
2626
"cssnano-preset-default": "^4.0.7",

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",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "The CSS in JS authoring experience you love without the runtime cost",
55
"author": "Michael Dougall",
66
"license": "Apache-2.0",

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@compiled/react",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "The CSS in JS authoring experience you love without the runtime cost",
55
"author": "Michael Dougall",
66
"license": "Apache-2.0",
@@ -36,7 +36,7 @@
3636
"README.md"
3737
],
3838
"dependencies": {
39-
"@compiled/babel-plugin": "0.5.0",
39+
"@compiled/babel-plugin": "0.5.1",
4040
"csstype": "^2.0.0"
4141
},
4242
"peerDependencies": {

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@compiled/utils",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
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)