From 22205256ea1f4ea9127c3bf3e6751b5d7d9dd117 Mon Sep 17 00:00:00 2001 From: Jonathan Neal Date: Wed, 17 Feb 2021 18:19:07 -0500 Subject: [PATCH] v0.1.0-canary.7 --- lerna.json | 2 +- packages/core/package.json | 2 +- packages/react/package.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lerna.json b/lerna.json index 41cf22d9..4b831d7d 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "0.1.0-canary.6", + "version": "0.1.0-canary.7", "npmClient": "yarn", "useWorkspaces": true } diff --git a/packages/core/package.json b/packages/core/package.json index 4502537a..4b5469ef 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@stitches/core", - "version": "0.1.0-canary.6", + "version": "0.1.0-canary.7", "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 0e239cd8..62cdde6d 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@stitches/react", - "version": "0.1.0-canary.6", + "version": "0.1.0-canary.7", "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.6" + "@stitches/core": "^0.1.0-canary.7" }, "devDependencies": { "react": "17.0.1"