From 7bd843581c1434621e159d6026c2c521382cf8c4 Mon Sep 17 00:00:00 2001 From: Avi Vahl Date: Sun, 13 Jan 2019 12:44:25 +0200 Subject: [PATCH] Publish - @stylable/cli@1.2.3 - @stylable/core@1.0.0 - @stylable/dom-test-kit@1.0.0 - @stylable/e2e-test-kit@1.1.3 - @stylable/jest@1.0.0 - @stylable/node@1.0.0 - @stylable/react-scripts@1.0.0 - @stylable/runtime@1.0.0 - @stylable/schema-extract@1.0.0 - @stylable/webpack-extensions@1.0.0 - @stylable/webpack-plugin@1.0.0 --- packages/cli/package.json | 8 ++++---- packages/core/package.json | 4 ++-- packages/dom-test-kit/package.json | 6 +++--- packages/e2e-test-kit/package.json | 4 ++-- packages/jest/package.json | 6 +++--- packages/node/package.json | 4 ++-- packages/react-scripts/package.json | 6 +++--- packages/runtime/package.json | 2 +- packages/schema-extract/package.json | 4 ++-- packages/webpack-extensions/package.json | 4 ++-- packages/webpack-plugin/package.json | 8 ++++---- 11 files changed, 28 insertions(+), 28 deletions(-) diff --git a/packages/cli/package.json b/packages/cli/package.json index 8294734ab..ea069eb0b 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@stylable/cli", - "version": "1.2.2", + "version": "1.2.3", "description": "A low-level utility used for working with Stylable projects", "main": "cjs/index.js", "types": "cjs/index.d.ts", @@ -15,14 +15,14 @@ "prepack": "yarn build" }, "dependencies": { - "@stylable/core": "^0.1.19", - "@stylable/node": "^0.1.22", + "@stylable/core": "^1.0.0", + "@stylable/node": "^1.0.0", "lodash.camelcase": "^4.3.0", "lodash.upperfirst": "^4.3.1", "yargs": "^12.0.5" }, "devDependencies": { - "@stylable/e2e-test-kit": "^1.1.2" + "@stylable/e2e-test-kit": "^1.1.3" }, "files": [ "cjs", diff --git a/packages/core/package.json b/packages/core/package.json index 7d920dd49..85dba81c2 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@stylable/core", - "version": "0.1.19", + "version": "1.0.0", "description": "CSS for Components", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -30,7 +30,7 @@ "url-regex": "^4.1.1" }, "devDependencies": { - "@stylable/runtime": "^0.2.0-alpha.0" + "@stylable/runtime": "^1.0.0" }, "files": [ "dist", diff --git a/packages/dom-test-kit/package.json b/packages/dom-test-kit/package.json index 31606e287..21970c8dc 100644 --- a/packages/dom-test-kit/package.json +++ b/packages/dom-test-kit/package.json @@ -1,6 +1,6 @@ { "name": "@stylable/dom-test-kit", - "version": "0.1.12", + "version": "1.0.0", "description": "Stylable DOM testing utilities", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -14,8 +14,8 @@ "prepack": "yarn build" }, "dependencies": { - "@stylable/core": "^0.1.19", - "@stylable/runtime": "^0.2.0-alpha.0" + "@stylable/core": "^1.0.0", + "@stylable/runtime": "^1.0.0" }, "files": [ "dist", diff --git a/packages/e2e-test-kit/package.json b/packages/e2e-test-kit/package.json index 3aaaa9a6a..9f694ddf3 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.1.2", + "version": "1.1.3", "description": "A collection of tools to help test Stylable components and applications from end-to-end", "main": "cjs/index.js", "module": "esm/index.js", @@ -13,7 +13,7 @@ "lint": "tslint --project src" }, "dependencies": { - "@stylable/runtime": "^0.2.0-alpha.0", + "@stylable/runtime": "^1.0.0", "express": "^4.16.4", "memory-fs": "^0.4.1", "node-eval": "^2.0.0", diff --git a/packages/jest/package.json b/packages/jest/package.json index 0d4123891..4ded53139 100644 --- a/packages/jest/package.json +++ b/packages/jest/package.json @@ -1,6 +1,6 @@ { "name": "@stylable/jest", - "version": "0.1.21", + "version": "1.0.0", "description": "Test your Stylable React components using Jest", "main": "dist/jest.js", "types": "dist/jest.d.ts", @@ -11,8 +11,8 @@ "test": "mocha -r @ts-tools/node \"test/**/*.spec.ts?(x)\" --watch-extensions ts,tsx" }, "dependencies": { - "@stylable/node": "^0.1.22", - "@stylable/runtime": "^0.2.0-alpha.0" + "@stylable/node": "^1.0.0", + "@stylable/runtime": "^1.0.0" }, "files": [ "dist" diff --git a/packages/node/package.json b/packages/node/package.json index 05d90c10a..1d7b5ed6b 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@stylable/node", - "version": "0.1.22", + "version": "1.0.0", "description": "Integrate Stylable into your node application", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -11,7 +11,7 @@ "test": "mocha -r @ts-tools/node \"test/**/*.spec.ts?(x)\" --watch-extensions ts,tsx" }, "dependencies": { - "@stylable/core": "^0.1.19", + "@stylable/core": "^1.0.0", "find-config": "^1.0.0", "murmurhash": "^0.0.2" }, diff --git a/packages/react-scripts/package.json b/packages/react-scripts/package.json index 26b7bdc04..75e678de4 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -1,13 +1,13 @@ { "name": "@stylable/react-scripts", - "version": "0.1.24", + "version": "1.0.0", "description": "Like react-scripts, but with stylable and typescript built-in", "bin": { "stylable-scripts": "./bin/stylable-scripts.js" }, "dependencies": { - "@stylable/core": "^0.1.19", - "@stylable/webpack-plugin": "^0.2.0", + "@stylable/core": "^1.0.0", + "@stylable/webpack-plugin": "^1.0.0", "@ts-tools/webpack-loader": "^0.8.3", "bfj": "^6.1.1", "case-sensitive-paths-webpack-plugin": "^2.1.2", diff --git a/packages/runtime/package.json b/packages/runtime/package.json index 4e373f0bb..7db170712 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@stylable/runtime", - "version": "0.2.0-alpha.0", + "version": "1.0.0", "description": "Stylable runtime DOM integration", "main": "cjs/index.js", "types": "cjs/index.d.ts", diff --git a/packages/schema-extract/package.json b/packages/schema-extract/package.json index 2e989d55c..0626a4550 100644 --- a/packages/schema-extract/package.json +++ b/packages/schema-extract/package.json @@ -1,6 +1,6 @@ { "name": "@stylable/schema-extract", - "version": "0.1.7", + "version": "1.0.0", "description": "A utility for extracting JSON schema objects from a Stylable stylesheet", "main": "cjs/index.js", "module": "esm/index.js", @@ -15,7 +15,7 @@ "prepack": "yarn build" }, "dependencies": { - "@stylable/core": "^0.1.19" + "@stylable/core": "^1.0.0" }, "files": [ "cjs", diff --git a/packages/webpack-extensions/package.json b/packages/webpack-extensions/package.json index 7c9827c33..dfeb91c07 100644 --- a/packages/webpack-extensions/package.json +++ b/packages/webpack-extensions/package.json @@ -1,6 +1,6 @@ { "name": "@stylable/webpack-extensions", - "version": "0.1.24", + "version": "1.0.0", "description": "Experimental Stylable webpack plugins", "main": "cjs/index.js", "module": "esm/index.js", @@ -16,7 +16,7 @@ "test": "mocha -r @ts-tools/node \"test/**/*.spec.ts?(x)\" --watch-extensions ts,tsx --timeout 10000" }, "dependencies": { - "@stylable/core": "^0.1.19", + "@stylable/core": "^1.0.0", "lodash.clonedeep": "^4.5.0", "react": "^16.7.0", "react-dom": "^16.7.0", diff --git a/packages/webpack-plugin/package.json b/packages/webpack-plugin/package.json index 42b3b8001..e8f04011c 100644 --- a/packages/webpack-plugin/package.json +++ b/packages/webpack-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@stylable/webpack-plugin", - "version": "0.2.0", + "version": "1.0.0", "description": "Webpack (4.x) plugin for Stylable modules", "main": "src/index.js", "scripts": { @@ -11,13 +11,13 @@ "webpack": "^4.6.0" }, "dependencies": { - "@stylable/node": "^0.1.22", - "@stylable/runtime": "^0.2.0-alpha.0", + "@stylable/node": "^1.0.0", + "@stylable/runtime": "^1.0.0", "find-config": "^1.0.0", "webpack-sources": "^1.3.0" }, "devDependencies": { - "@stylable/e2e-test-kit": "^1.1.2" + "@stylable/e2e-test-kit": "^1.1.3" }, "files": [ "src"