Skip to content

Commit

Permalink
v0.2.0-canary.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathantneal committed Jun 1, 2021
1 parent d95b257 commit 4c728e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.2.0-canary.0",
"version": "0.2.0-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.2.0-canary.0",
"version": "0.2.0-canary.1",
"description": "The modern CSS-in-JS library",
"type": "module",
"main": "dist/index.cjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stitches/react",
"version": "0.2.0-canary.0",
"version": "0.2.0-canary.1",
"description": "The modern CSS-in-JS library",
"type": "module",
"main": "dist/index.cjs",
Expand Down

0 comments on commit 4c728e1

Please sign in to comment.