Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - stylable@5.4.7
 - stylable-build-test-kit@1.0.4
 - stylable-cli@1.0.3
 - stylable-jest@1.0.1
 - stylable-node@1.0.1
 - stylable-runtime@1.0.3
 - stylable-scripts@0.5.7
 - stylable-webpack-extensions@1.0.3
 - stylable-webpack-plugin@1.1.2
  • Loading branch information
tomrav committed Jun 20, 2018
1 parent 8fa07c9 commit 6781447
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 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.3",
"version": "1.0.4",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "esm/index.d.ts",
Expand All @@ -24,8 +24,8 @@
"react": "^16.4.0",
"react-dom": "^16.4.0",
"rimraf": "^2.6.2",
"stylable": "^5.4.2",
"stylable-runtime": "^1.0.0",
"stylable": "^5.4.7",
"stylable-runtime": "^1.0.3",
"webpack": "^4.8.3",
"webpack-sources": "^1.1.0"
},
Expand Down
6 changes: 3 additions & 3 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.2",
"version": "1.0.3",
"main": "dist/build.js",
"types": "dist/build.d.ts",
"private": true,
Expand All @@ -18,8 +18,8 @@
"lodash.clonedeep": "^4.5.0",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"stylable": "^5.4.2",
"stylable-node": "^1.0.0",
"stylable": "^5.4.7",
"stylable-node": "^1.0.1",
"webpack": "^4.8.3",
"webpack-sources": "^1.1.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/stylable-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stylable-jest",
"version": "1.0.0",
"version": "1.0.1",
"main": "dist/jest.js",
"types": "dist/jest.d.ts",
"private": true,
Expand All @@ -11,8 +11,8 @@
"test": "mocha -r ts-node/register \"test/**/*.spec.ts?(x)\" --watch-extensions ts,tsx --project \"./test/tsconfig.json\""
},
"dependencies": {
"stylable-node": "^1.0.0",
"node-eval": "^2.0.0"
"node-eval": "^2.0.0",
"stylable-node": "^1.0.1"
},
"files": [
"dist"
Expand Down
6 changes: 3 additions & 3 deletions packages/stylable-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stylable-node",
"version": "1.0.0",
"version": "1.0.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"private": true,
Expand All @@ -11,8 +11,8 @@
"test": "mocha -r ts-node/register \"test/**/*.spec.ts?(x)\" --watch-extensions ts,tsx --project \"./test/tsconfig.json\""
},
"dependencies": {
"stylable": "^5.4.2",
"stylable-runtime": "^1.0.0"
"stylable": "^5.4.7",
"stylable-runtime": "^1.0.3"
},
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion packages/stylable-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stylable-runtime",
"version": "1.0.0",
"version": "1.0.3",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "esm/index.d.ts",
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.6",
"version": "0.5.7",
"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.4.2",
"stylable-webpack-plugin": "^1.1.1",
"stylable": "^5.4.7",
"stylable-webpack-plugin": "^1.1.2",
"ts-loader": "4.4.1",
"tslib": "^1.9.2",
"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.2",
"version": "1.0.3",
"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.2",
"stylable": "^5.4.7",
"webpack": "^4.8.3",
"webpack-sources": "^1.1.0"
},
Expand Down
4 changes: 2 additions & 2 deletions 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.1.1",
"version": "1.1.2",
"description": "Webpack (4.x) plugin for Stylable modules",
"main": "src/index.js",
"scripts": {
Expand All @@ -16,7 +16,7 @@
"css-selector-tokenizer": "^0.7.0",
"find-config": "^1.0.0",
"lodash.clonedeep": "^4.5.0",
"stylable-runtime": "^1.0.0",
"stylable-runtime": "^1.0.3",
"webpack-sources": "^1.1.0"
},
"files": [
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.3",
"version": "5.4.7",
"description": "CSS for Components",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
Expand Down

0 comments on commit 6781447

Please sign in to comment.