diff --git a/packages/cli/package.json b/packages/cli/package.json index e9f12aff1..ea67572e2 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@stylable/cli", - "version": "1.0.10", + "version": "1.0.11", "description": "A low-level utility used for working with Stylable projects", "main": "dist/build.js", "types": "dist/build.d.ts", @@ -15,11 +15,11 @@ }, "dependencies": { "@stylable/core": "^0.1.9", - "@stylable/node": "^0.1.10", + "@stylable/node": "^0.1.11", "yargs": "^12.0.1" }, "devDependencies": { - "@stylable/e2e-test-kit": "^1.0.16" + "@stylable/e2e-test-kit": "^1.0.17" }, "files": [ "dist" diff --git a/packages/e2e-test-kit/package.json b/packages/e2e-test-kit/package.json index 56e6ed68b..6f98869d2 100644 --- a/packages/e2e-test-kit/package.json +++ b/packages/e2e-test-kit/package.json @@ -1,6 +1,6 @@ { "name": "@stylable/e2e-test-kit", - "version": "1.0.16", + "version": "1.0.17", "description": "A collection of tools to help test Stylable components and applications from end-to-end", "main": "cjs/index.js", "module": "esm/index.js", diff --git a/packages/jest/package.json b/packages/jest/package.json index 59f8064c8..87f700af5 100644 --- a/packages/jest/package.json +++ b/packages/jest/package.json @@ -1,6 +1,6 @@ { "name": "@stylable/jest", - "version": "0.1.9", + "version": "0.1.10", "description": "Test your Stylable React components using Jest", "main": "dist/jest.js", "types": "dist/jest.d.ts", @@ -11,7 +11,7 @@ "test": "mocha -r typescript-support \"test/**/*.spec.ts?(x)\" --watch-extensions ts,tsx --project \"./test/tsconfig.json\"" }, "dependencies": { - "@stylable/node": "^0.1.10" + "@stylable/node": "^0.1.11" }, "files": [ "dist" diff --git a/packages/node/package.json b/packages/node/package.json index 1bdb05d0f..4077d7285 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@stylable/node", - "version": "0.1.10", + "version": "0.1.11", "description": "Integrate Stylable into your node application", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/react-scripts/package.json b/packages/react-scripts/package.json index 48c655427..38ae39a50 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -1,13 +1,13 @@ { "name": "@stylable/react-scripts", - "version": "0.1.9", + "version": "0.1.10", "description": "Like react-scripts, but with stylable and typescript built-in", "bin": { "stylable-scripts": "./bin/stylable-scripts.js" }, "dependencies": { "@stylable/core": "^0.1.9", - "@stylable/webpack-plugin": "^0.1.9", + "@stylable/webpack-plugin": "^0.1.10", "case-sensitive-paths-webpack-plugin": "^2.1.2", "chalk": "^2.4.1", "dotenv": "^6.0.0", diff --git a/packages/stylable.io/package.json b/packages/stylable.io/package.json index 8e593ba3c..c650d2086 100644 --- a/packages/stylable.io/package.json +++ b/packages/stylable.io/package.json @@ -1,6 +1,6 @@ { "name": "stylable.io", - "version": "1.0.3", + "version": "1.0.4", "description": "The Stylable website https://stylable.io/", "private": true, "main": "N/A", diff --git a/packages/webpack-extensions/package.json b/packages/webpack-extensions/package.json index b5f9b6f8b..14f7686da 100644 --- a/packages/webpack-extensions/package.json +++ b/packages/webpack-extensions/package.json @@ -1,6 +1,6 @@ { "name": "@stylable/webpack-extensions", - "version": "0.1.11", + "version": "0.1.12", "description": "Experimental Stylable webpack plugins", "main": "cjs/index.js", "module": "esm/index.js", diff --git a/packages/webpack-plugin/package.json b/packages/webpack-plugin/package.json index 76d94b4fc..01e541b96 100644 --- a/packages/webpack-plugin/package.json +++ b/packages/webpack-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@stylable/webpack-plugin", - "version": "0.1.9", + "version": "0.1.10", "description": "Webpack (4.x) plugin for Stylable modules", "main": "src/index.js", "scripts": { @@ -16,7 +16,7 @@ "webpack-sources": "^1.2.0" }, "devDependencies": { - "@stylable/e2e-test-kit": "^1.0.16" + "@stylable/e2e-test-kit": "^1.0.17" }, "files": [ "src"