Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @stylable/[email protected]
 - @stylable/[email protected]
 - @stylable/[email protected]
 - @stylable/[email protected]
 - @stylable/[email protected]
 - @stylable/[email protected]
 - @stylable/[email protected]
 - @stylable/[email protected]
 - @stylable/[email protected]
 - @stylable/[email protected]
 - @stylable/[email protected]
 - @stylable/[email protected]
 - @stylable/[email protected]
 - [email protected]
 - @stylable/[email protected]
 - @stylable/[email protected]
 - @stylable/[email protected]
  • Loading branch information
tomrav committed Sep 24, 2019
1 parent 4968dc1 commit f28edef
Show file tree
Hide file tree
Showing 17 changed files with 42 additions and 42 deletions.
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylable/cli",
"version": "2.3.0",
"version": "2.3.1",
"description": "A low-level utility used for working with Stylable projects",
"main": "cjs/index.js",
"types": "cjs/index.d.ts",
Expand All @@ -14,9 +14,9 @@
"prepack": "yarn build"
},
"dependencies": {
"@stylable/core": "^2.3.0",
"@stylable/node": "^2.3.0",
"@stylable/optimizer": "^2.3.0",
"@stylable/core": "^2.3.1",
"@stylable/node": "^2.3.1",
"@stylable/optimizer": "^2.3.1",
"lodash.camelcase": "^4.3.0",
"lodash.upperfirst": "^4.3.1",
"yargs": "^14.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/core-test-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylable/core-test-kit",
"version": "2.3.0",
"version": "2.3.1",
"description": "Stylable core test-kit",
"main": "./cjs/index.js",
"types": "./cjs/index.d.ts",
Expand All @@ -11,7 +11,7 @@
"prepack": "yarn build"
},
"dependencies": {
"@stylable/core": "^2.3.0",
"@stylable/core": "^2.3.1",
"chai": "^4.2.0",
"flat": "^4.1.0",
"postcss": "^7.0.18"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylable/core",
"version": "2.3.0",
"version": "2.3.1",
"description": "CSS for Components",
"main": "./cjs/index.js",
"types": "./cjs/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/custom-value/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylable/custom-value",
"version": "2.3.0",
"version": "2.3.1",
"description": "Custom values (variables) for Stylable",
"main": "./cjs/index.js",
"types": "./cjs/index.d.ts",
Expand All @@ -11,7 +11,7 @@
"prepack": "yarn build"
},
"dependencies": {
"@stylable/core": "^2.3.0"
"@stylable/core": "^2.3.1"
},
"files": [
"cjs",
Expand Down
6 changes: 3 additions & 3 deletions packages/dom-test-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylable/dom-test-kit",
"version": "2.3.0",
"version": "2.3.1",
"description": "Stylable DOM testing utilities",
"main": "./cjs/index.js",
"types": "./cjs/index.d.ts",
Expand All @@ -12,8 +12,8 @@
"prepack": "yarn build"
},
"dependencies": {
"@stylable/core": "^2.3.0",
"@stylable/runtime": "^2.3.0"
"@stylable/core": "^2.3.1",
"@stylable/runtime": "^2.3.1"
},
"files": [
"cjs",
Expand Down
4 changes: 2 additions & 2 deletions packages/e2e-test-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylable/e2e-test-kit",
"version": "2.3.0",
"version": "2.3.1",
"description": "A collection of tools to help test Stylable components and applications from end-to-end",
"main": "cjs/index.js",
"types": "cjs/index.d.ts",
Expand All @@ -10,7 +10,7 @@
"prepack": "yarn build"
},
"dependencies": {
"@stylable/runtime": "^2.3.0",
"@stylable/runtime": "^2.3.1",
"express": "^4.17.1",
"memory-fs": "^0.4.1",
"node-eval": "^2.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylable/jest",
"version": "2.3.0",
"version": "2.3.1",
"description": "Test your Stylable React components using Jest",
"main": "cjs/index.js",
"types": "cjs/index.d.ts",
Expand All @@ -11,9 +11,9 @@
"prepack": "yarn build"
},
"dependencies": {
"@stylable/core": "^2.3.0",
"@stylable/module-utils": "^2.3.0",
"@stylable/runtime": "^2.3.0"
"@stylable/core": "^2.3.1",
"@stylable/module-utils": "^2.3.1",
"@stylable/runtime": "^2.3.1"
},
"files": [
"cjs",
Expand Down
4 changes: 2 additions & 2 deletions packages/module-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylable/module-utils",
"version": "2.3.0",
"version": "2.3.1",
"description": "Stylable module creation utilities",
"main": "cjs/index.js",
"types": "cjs/index.d.ts",
Expand All @@ -11,7 +11,7 @@
"prepack": "yarn build"
},
"dependencies": {
"@stylable/core": "^2.3.0"
"@stylable/core": "^2.3.1"
},
"files": [
"cjs",
Expand Down
6 changes: 3 additions & 3 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylable/node",
"version": "2.3.0",
"version": "2.3.1",
"description": "Integrate Stylable into your node application",
"main": "cjs/index.js",
"types": "cjs/index.d.ts",
Expand All @@ -11,8 +11,8 @@
"prepack": "yarn build"
},
"dependencies": {
"@stylable/core": "^2.3.0",
"@stylable/module-utils": "^2.3.0",
"@stylable/core": "^2.3.1",
"@stylable/module-utils": "^2.3.1",
"find-config": "^1.0.0",
"murmurhash": "^0.0.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/optimizer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylable/optimizer",
"version": "2.3.0",
"version": "2.3.1",
"description": "Stylable core optimizer",
"main": "./cjs/index.js",
"types": "./cjs/index.d.ts",
Expand All @@ -12,7 +12,7 @@
"prepack": "yarn build"
},
"dependencies": {
"@stylable/core": "^2.3.0",
"@stylable/core": "^2.3.1",
"csso": "^3.5.1",
"postcss": "^7.0.18"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/react-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@stylable/react-scripts",
"version": "2.3.0",
"version": "2.3.1",
"description": "Like react-scripts, but with stylable and typescript built-in",
"bin": {
"stylable-scripts": "./bin/stylable-scripts.js"
},
"dependencies": {
"@stylable/core": "^2.3.0",
"@stylable/webpack-plugin": "^2.3.0",
"@stylable/core": "^2.3.1",
"@stylable/webpack-plugin": "^2.3.1",
"@ts-tools/webpack-loader": "^0.8.14",
"bfj": "^7.0.1",
"case-sensitive-paths-webpack-plugin": "^2.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylable/runtime",
"version": "2.3.0",
"version": "2.3.1",
"description": "Stylable runtime DOM integration",
"main": "cjs/index.js",
"types": "cjs/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/schema-extract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylable/schema-extract",
"version": "2.3.0",
"version": "2.3.1",
"description": "A utility for extracting JSON schema objects from a Stylable stylesheet",
"main": "cjs/index.js",
"module": "esm/index.js",
Expand All @@ -12,7 +12,7 @@
"prepack": "yarn build"
},
"dependencies": {
"@stylable/core": "^2.3.0"
"@stylable/core": "^2.3.1"
},
"files": [
"cjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/stylable.io/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stylable.io",
"version": "2.1.2",
"version": "2.1.3",
"description": "The Stylable website https://stylable.io/",
"private": true,
"main": "N/A",
Expand Down
2 changes: 1 addition & 1 deletion packages/uni-driver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylable/uni-driver",
"version": "2.1.1",
"version": "2.1.2",
"description": "Stylable UniDriver testing utilities",
"main": "./cjs/index.js",
"types": "./cjs/index.d.ts",
Expand Down
8 changes: 4 additions & 4 deletions packages/webpack-extensions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylable/webpack-extensions",
"version": "2.3.0",
"version": "2.3.1",
"description": "Experimental Stylable webpack plugins",
"main": "cjs/index.js",
"module": "esm/index.js",
Expand All @@ -12,9 +12,9 @@
"prepack": "yarn build"
},
"dependencies": {
"@stylable/core": "^2.3.0",
"@stylable/node": "^2.3.0",
"@stylable/webpack-plugin": "^2.3.0",
"@stylable/core": "^2.3.1",
"@stylable/node": "^2.3.1",
"@stylable/webpack-plugin": "^2.3.1",
"lodash.clonedeep": "^4.5.0",
"react": "^16.9.0",
"react-dom": "^16.9.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/webpack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylable/webpack-plugin",
"version": "2.3.0",
"version": "2.3.1",
"description": "Webpack (4.x) plugin for Stylable modules",
"main": "cjs/index.js",
"types": "cjs/index.d.ts",
Expand All @@ -15,10 +15,10 @@
"webpack": "^4.6.0"
},
"dependencies": {
"@stylable/module-utils": "^2.3.0",
"@stylable/node": "^2.3.0",
"@stylable/optimizer": "^2.3.0",
"@stylable/runtime": "^2.3.0",
"@stylable/module-utils": "^2.3.1",
"@stylable/node": "^2.3.1",
"@stylable/optimizer": "^2.3.1",
"@stylable/runtime": "^2.3.1",
"find-config": "^1.0.0",
"webpack-sources": "^1.4.3"
},
Expand Down

0 comments on commit f28edef

Please sign in to comment.