Skip to content

Commit

Permalink
0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdouges committed Dec 17, 2020
1 parent fffb935 commit 71e4c0a
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 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.5.0",
"version": "0.5.1",
"author": "Michael Dougall",
"license": "Apache-2.0",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@compiled/babel-plugin",
"version": "0.5.0",
"version": "0.5.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 @@ -31,8 +31,8 @@
"@babel/template": "^7.10.2",
"@babel/traverse": "^7.10.2",
"@babel/types": "^7.10.2",
"@compiled/css": "0.5.0",
"@compiled/utils": "0.5.0",
"@compiled/css": "0.5.1",
"@compiled/utils": "0.5.1",
"@emotion/is-prop-valid": "^0.8.6",
"benchmark": "^2.1.4",
"resolve": "^1.17.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@compiled/cli",
"version": "0.5.0",
"version": "0.5.1",
"description": "The CSS in JS authoring experience you love without the runtime cost",
"author": "Michael Dougall",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@compiled/css",
"version": "0.5.0",
"version": "0.5.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 @@
"README.md"
],
"dependencies": {
"@compiled/utils": "0.5.0",
"@compiled/utils": "0.5.1",
"autoprefixer": "^9.7.6",
"convert-source-map": "^1.7.0",
"cssnano-preset-default": "^4.0.7",
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",
"version": "0.5.0",
"version": "0.5.1",
"description": "The CSS in JS authoring experience you love without the runtime cost",
"author": "Michael Dougall",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@compiled/react",
"version": "0.5.0",
"version": "0.5.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 @@ -36,7 +36,7 @@
"README.md"
],
"dependencies": {
"@compiled/babel-plugin": "0.5.0",
"@compiled/babel-plugin": "0.5.1",
"csstype": "^2.0.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@compiled/utils",
"version": "0.5.0",
"version": "0.5.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 71e4c0a

Please sign in to comment.