diff --git a/lerna.json b/lerna.json index 0b5f70fb..fb62d86b 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "0.1.7", + "version": "0.1.8", "npmClient": "yarn", "useWorkspaces": true } diff --git a/packages/core/package.json b/packages/core/package.json index eaa2e83b..537fb9b8 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@stitches/core", - "version": "0.1.7", + "version": "0.1.8", "description": "The modern CSS-in-JS library", "type": "module", "main": "dist/index.cjs", diff --git a/packages/react/package.json b/packages/react/package.json index 596e7468..2012f0c0 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@stitches/react", - "version": "0.1.7", + "version": "0.1.8", "description": "The modern CSS-in-JS library", "type": "module", "main": "dist/index.cjs", @@ -29,7 +29,7 @@ "Jonathan Neal " ], "dependencies": { - "@stitches/core": "^0.1.7" + "@stitches/core": "^0.1.8" }, "devDependencies": { "react": "17.0.1"