Skip to content

Commit

Permalink
v0.0.3-canary.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Duarte committed Sep 17, 2020
1 parent 8b0fdb9 commit 60ef244
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.0.2",
"version": "0.0.3-canary.1",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stitches/core",
"version": "0.0.2",
"version": "0.0.3-canary.1",
"description": "The modern CSS-in-JS library",
"main": "dist/core.cjs.js",
"module": "dist/core.esm.js",
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": "@stitches/react",
"version": "0.0.2",
"version": "0.0.3-canary.1",
"description": "The modern CSS-in-JS library",
"main": "dist/react.cjs.js",
"module": "dist/react.esm.js",
Expand Down Expand Up @@ -51,7 +51,7 @@
"react": "^16.13.1"
},
"dependencies": {
"@stitches/core": "^0.0.2",
"@stitches/core": "^0.0.3-canary.1",
"@types/node": "^13.11.1",
"@types/react-test-renderer": "^16.9.3",
"tslib": "^1.11.1"
Expand Down

0 comments on commit 60ef244

Please sign in to comment.