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 2f1e763 commit e2680fc
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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.1",
"version": "1.0.2",
"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.3.11",
"stylable": "^5.4.0",
"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.0",
"version": "1.0.1",
"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.3.11",
"stylable": "^5.4.0",
"webpack": "^4.8.3",
"webpack-sources": "^1.1.0"
},
Expand Down
6 changes: 3 additions & 3 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.4",
"version": "0.5.5",
"description": "like react-scripts, but with stylable and typescript built-in",
"bin": {
"stylable-scripts": "./bin/stylable-scripts.js"
Expand All @@ -15,8 +15,8 @@
"html-webpack-plugin": "3.2.0",
"object-assign": "4.1.1",
"react-dev-utils": "^5.0.1",
"stylable": "^5.3.11",
"stylable-webpack-plugin": "^1.0.20",
"stylable": "^5.4.0",
"stylable-webpack-plugin": "^1.1.0",
"ts-loader": "4.3.0",
"tslib": "^1.9.1",
"typescript": "~2.8.3",
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.0",
"version": "1.0.1",
"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.3.11",
"stylable": "^5.4.0",
"webpack": "^4.8.3",
"webpack-sources": "^1.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/stylable-webpack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stylable-webpack-plugin",
"version": "1.0.20",
"version": "1.1.0",
"description": "Webpack (4.x) plugin for Stylable modules",
"main": "src/index.js",
"scripts": {
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.3.11",
"version": "5.4.0",
"description": "CSS for Components",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
Expand Down

0 comments on commit e2680fc

Please sign in to comment.