Skip to content

Commit

Permalink
v0.1.0-canary.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathantneal committed Feb 15, 2021
1 parent 0238ec3 commit 9d37eef
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.1.0-canary.3",
"version": "0.1.0-canary.4",
"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.1.0-canary.3",
"version": "0.1.0-canary.4",
"description": "The modern CSS-in-JS library",
"type": "module",
"typings": "types/index.d.ts",
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.1.0-canary.3",
"version": "0.1.0-canary.4",
"description": "The modern CSS-in-JS library",
"type": "module",
"typings": "types/index.d.ts",
Expand All @@ -22,7 +22,7 @@
"Jonathan Neal <[email protected]>"
],
"dependencies": {
"@stitches/core": "^0.1.0-canary.3"
"@stitches/core": "^0.1.0-canary.4"
},
"devDependencies": {
"react": "17.0.1"
Expand Down

0 comments on commit 9d37eef

Please sign in to comment.