diff --git a/lerna.json b/lerna.json index 8d922856..68c8d30f 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "0.1.0-canary.1", + "version": "0.1.0-canary.2", "npmClient": "yarn", "useWorkspaces": true } diff --git a/packages/core/package.json b/packages/core/package.json index 508a023c..0ef9a981 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@stitches/core", - "version": "0.1.0-canary.1", + "version": "0.1.0-canary.2", "description": "The modern CSS-in-JS library", "type": "module", "typings": "types/index.d.ts", diff --git a/packages/react/package.json b/packages/react/package.json index 97465364..c218d5d2 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@stitches/react", - "version": "0.1.0-canary.1", + "version": "0.1.0-canary.2", "description": "The modern CSS-in-JS library", "type": "module", "typings": "types/index.d.ts", @@ -22,7 +22,7 @@ "Jonathan Neal " ], "dependencies": { - "@stitches/core": "^0.1.0-canary.1" + "@stitches/core": "^0.1.0-canary.2" }, "devDependencies": { "react": "17.0.1"