Skip to content

Commit

Permalink
v0.0.3-canary.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Duarte committed Oct 1, 2020
1 parent 78390c5 commit ee0a385
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.3-canary.1",
"version": "0.0.3-canary.2",
"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.3-canary.1",
"version": "0.0.3-canary.2",
"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.3-canary.1",
"version": "0.0.3-canary.2",
"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.3-canary.1"
"@stitches/core": "^0.0.3-canary.2"
},
"devDependencies": {
"@types/node": "^13.11.1",
Expand Down

0 comments on commit ee0a385

Please sign in to comment.