Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
barak007 committed Jun 12, 2018
1 parent 80afe54 commit 487bea0
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions packages/stylable-build-test-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stylable-build-test-kit",
"version": "1.0.2",
"version": "1.0.3",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "esm/index.d.ts",
Expand All @@ -24,7 +24,7 @@
"react": "^16.4.0",
"react-dom": "^16.4.0",
"rimraf": "^2.6.2",
"stylable": "^5.4.0",
"stylable": "^5.4.1",
"stylable-runtime": "^1.0.0",
"webpack": "^4.8.3",
"webpack-sources": "^1.1.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/stylable-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stylable-cli",
"version": "1.0.1",
"version": "1.0.2",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "esm/index.d.ts",
Expand All @@ -20,7 +20,7 @@
"lodash.clonedeep": "^4.5.0",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"stylable": "^5.4.0",
"stylable": "^5.4.1",
"webpack": "^4.8.3",
"webpack-sources": "^1.1.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/stylable-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stylable-scripts",
"version": "0.5.5",
"version": "0.5.6",
"description": "like react-scripts, but with stylable and typescript built-in",
"bin": {
"stylable-scripts": "./bin/stylable-scripts.js"
Expand All @@ -15,7 +15,7 @@
"html-webpack-plugin": "3.2.0",
"object-assign": "4.1.1",
"react-dev-utils": "^5.0.1",
"stylable": "^5.4.0",
"stylable": "^5.4.1",
"stylable-webpack-plugin": "^1.1.0",
"ts-loader": "4.3.0",
"tslib": "^1.9.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/stylable-webpack-extensions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stylable-webpack-extensions",
"version": "1.0.1",
"version": "1.0.2",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "esm/index.d.ts",
Expand All @@ -19,7 +19,7 @@
"lodash.clonedeep": "^4.5.0",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"stylable": "^5.4.0",
"stylable": "^5.4.1",
"webpack": "^4.8.3",
"webpack-sources": "^1.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/stylable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stylable",
"version": "5.4.0",
"version": "5.4.1",
"description": "CSS for Components",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
Expand Down

0 comments on commit 487bea0

Please sign in to comment.