diff --git a/packages/babel-plugin-reshow-transform-runtime/package.json b/packages/babel-plugin-reshow-transform-runtime/package.json index 5ed2e9f4..be6c1149 100644 --- a/packages/babel-plugin-reshow-transform-runtime/package.json +++ b/packages/babel-plugin-reshow-transform-runtime/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-reshow-transform-runtime", - "version": "0.15.0", + "version": "0.16.0", "description": "Custom path for babel7 transform-runtime", "main": "./build/cjs/index.js", "repository": "react-atomic/reshow", @@ -16,7 +16,7 @@ }, "devDependencies": { "@babel/cli": "^7.x", - "reshow-unit": "^0.15.0" + "reshow-unit": "^0.16.0" }, "scripts": { "clean": "find ./build -name '*.*' | xargs rm -rf", diff --git a/packages/generator-reshow/package.json b/packages/generator-reshow/package.json index 8e8edd78..c2b7cb66 100644 --- a/packages/generator-reshow/package.json +++ b/packages/generator-reshow/package.json @@ -1,6 +1,6 @@ { "name": "generator-reshow", - "version": "0.15.3", + "version": "0.16.0", "description": "Yeoman generator for reshow. (app, generator, ...etc)", "author": "Hill ", "repository": { @@ -14,10 +14,10 @@ "license": "ISC", "main": "", "dependencies": { - "yo-reshow": "^0.15.0" + "yo-reshow": "^0.16.0" }, "devDependencies": { - "yo-unit": "^0.15.0" + "yo-unit": "^0.16.0" }, "files": [ "generators" diff --git a/packages/reshow-app/package.json b/packages/reshow-app/package.json index c24ddd04..36d133ca 100644 --- a/packages/reshow-app/package.json +++ b/packages/reshow-app/package.json @@ -21,5 +21,5 @@ "build": "npm run clean && npm run build:dev", "prepublishOnly": "echo should not publish && exit 1;" }, - "version": "0.15.0" + "version": "0.16.0" } diff --git a/packages/reshow-build/package.json b/packages/reshow-build/package.json index 29c79ca8..fc6ecb73 100644 --- a/packages/reshow-build/package.json +++ b/packages/reshow-build/package.json @@ -1,6 +1,6 @@ { "name": "reshow-build", - "version": "0.15.0", + "version": "0.16.0", "description": "A simple util help u build or create component from react instance or function", "main": "./build/cjs/src/index.js", "module": "./build/es/src/index.js", @@ -12,11 +12,11 @@ "license": "MIT", "dependencies": { "array.merge": "*", - "reshow-constant": "^0.15.0" + "reshow-constant": "^0.16.0" }, "devDependencies": { "@babel/cli": "^7.x", - "reshow-unit": "^0.15.0" + "reshow-unit": "^0.16.0" }, "scripts": { "clean": "find ./build -name '*.*' | xargs rm -rf", diff --git a/packages/reshow-constant/package.json b/packages/reshow-constant/package.json index a8fff81c..a03bfff2 100644 --- a/packages/reshow-constant/package.json +++ b/packages/reshow-constant/package.json @@ -1,6 +1,6 @@ { "name": "reshow-constant", - "version": "0.15.0", + "version": "0.16.0", "description": "Constant for better performance", "main": "./build/cjs/index.js", "module": "./build/es/index.js", @@ -12,7 +12,7 @@ "license": "MIT", "devDependencies": { "@babel/cli": "^7.x", - "reshow-unit": "^0.15.0" + "reshow-unit": "^0.16.0" }, "scripts": { "clean": "find ./build -name '*.*' | xargs rm -rf", diff --git a/packages/reshow-flux-base/package.json b/packages/reshow-flux-base/package.json index fa34b80f..ef98a7c1 100644 --- a/packages/reshow-flux-base/package.json +++ b/packages/reshow-flux-base/package.json @@ -1,6 +1,6 @@ { "name": "reshow-flux-base", - "version": "0.15.11", + "version": "0.16.0", "description": "Pure flux dispatch mechanism", "main": "./build/cjs/index.js", "module": "./build/es/index.js", @@ -17,12 +17,12 @@ "license": "MIT", "dependencies": { "call-func": "*", - "reshow-constant": "^0.15.0", - "reshow-runtime": "*" + "reshow-constant": "^0.16.0", + "reshow-runtime": "^0.16.0" }, "devDependencies": { "@babel/cli": "^7.x", - "reshow-unit": "^0.15.0" + "reshow-unit": "^0.16.0" }, "scripts": { "clean": "find ./build -name '*.*' | xargs rm -rf", @@ -34,5 +34,9 @@ "test": "npm run build && npm run mocha", "prepublishOnly": "npm run test" }, - "files": ["build", "package.json", "README.md"] + "files": [ + "build", + "package.json", + "README.md" + ] } diff --git a/packages/reshow-flux/package.json b/packages/reshow-flux/package.json index e6fb5881..511f156d 100644 --- a/packages/reshow-flux/package.json +++ b/packages/reshow-flux/package.json @@ -1,6 +1,6 @@ { "name": "reshow-flux", - "version": "0.15.12", + "version": "0.16.0", "description": "The smallest react flux and Fast hook alternative", "main": "./build/cjs/index.js", "module": "./build/es/index.js", @@ -24,18 +24,18 @@ "array.merge": "*", "get-object-value": "*", "immutable": "^3.x", - "reshow-build": "*", - "reshow-constant": "*", - "reshow-flux-base": "*", - "reshow-hooks": "*", - "reshow-runtime": "*", + "reshow-build": "^0.16.0", + "reshow-constant": "^0.16.0", + "reshow-flux-base": "^0.16.0", + "reshow-hooks": "^0.16.0", + "reshow-runtime": "^0.16.0", "setimmediate": "*" }, "devDependencies": { "@babel/cli": "^7.x", "react": "16.x", "react-dom": "16.x", - "reshow-unit": "^0.15.0" + "reshow-unit": "^0.16.0" }, "scripts": { "clean": "find ./build -name '*.*' | xargs rm -rf", diff --git a/packages/reshow-hooks/package.json b/packages/reshow-hooks/package.json index ec139b65..c5df2c08 100644 --- a/packages/reshow-hooks/package.json +++ b/packages/reshow-hooks/package.json @@ -1,6 +1,6 @@ { "name": "reshow-hooks", - "version": "0.15.0", + "version": "0.16.0", "description": "Utilities for hook", "main": "./build/cjs/src/index.js", "module": "./build/es/src/index.js", @@ -19,7 +19,7 @@ "@babel/cli": "^7.x", "react": "16.x", "react-dom": "16.x", - "reshow-unit": "^0.15.0" + "reshow-unit": "^0.16.0" }, "scripts": { "clean": "find ./build -name '*.*' | xargs rm -rf", diff --git a/packages/reshow-return/package.json b/packages/reshow-return/package.json index f601d6a3..ad46efac 100644 --- a/packages/reshow-return/package.json +++ b/packages/reshow-return/package.json @@ -1,6 +1,6 @@ { "name": "reshow-return", - "version": "0.15.1", + "version": "0.16.0", "description": "reshow-return (simple connect component with reshow-flux)", "main": "./build/cjs/src/index.js", "module": "./build/es/src/index.js", @@ -15,13 +15,13 @@ "call-func": "*", "get-object-value": "*", "memoize-one": "*", - "reshow-build": "^0.15.0", - "reshow-flux": "^0.15.0", - "reshow-runtime": "*" + "reshow-build": "^0.16.0", + "reshow-flux": "^0.16.0", + "reshow-runtime": "^0.16.0" }, "devDependencies": { "@babel/cli": "^7.x", - "reshow-unit": "^0.15.0" + "reshow-unit": "^0.16.0" }, "scripts": { "clean": "find ./build -name '*.*' | xargs rm -rf", diff --git a/packages/reshow-runtime/package.json b/packages/reshow-runtime/package.json index d4d045c0..0622b52d 100644 --- a/packages/reshow-runtime/package.json +++ b/packages/reshow-runtime/package.json @@ -9,7 +9,7 @@ "license": "MIT", "devDependencies": { "@babel/cli": "^7.x", - "reshow-unit": "^0.15.0" + "reshow-unit": "^0.16.0" }, "scripts": { "clean": "find ./build -name '*.*' | xargs rm -rf && mkdir -p build", @@ -22,5 +22,5 @@ "test": "npm run build && npm run mocha", "prepublishOnly": "echo should not publish && exit 1;" }, - "version": "0.15.0" + "version": "0.16.0" } diff --git a/packages/reshow-unit/package.json b/packages/reshow-unit/package.json index 336317e0..745e21a7 100644 --- a/packages/reshow-unit/package.json +++ b/packages/reshow-unit/package.json @@ -2,7 +2,7 @@ "name": "reshow-unit", "repository": "react-atomic/reshow", "homepage": "https://github.com/react-atomic/reshow/tree/main/packages/reshow-unit", - "version": "0.15.0", + "version": "0.16.0", "description": "Reshow Unit Test Pack", "main": "./build/cjs/src/index.js", "module": "./build/es/src/index.js", diff --git a/packages/reshow-url/package.json b/packages/reshow-url/package.json index 4a82432a..c7d84851 100644 --- a/packages/reshow-url/package.json +++ b/packages/reshow-url/package.json @@ -1,6 +1,6 @@ { "name": "reshow-url", - "version": "0.15.0", + "version": "0.16.0", "description": "reshow url util (Web / Browser)", "main": "./build/cjs/src/index.js", "module": "./build/es/src/index.js", @@ -13,13 +13,13 @@ "dependencies": { "array.dedup": "*", "organism-react-ajax": "*", - "reshow-flux": "^0.15.0", - "reshow-runtime": "*" + "reshow-flux": "^0.16.0", + "reshow-runtime": "^0.16.0" }, "devDependencies": { "@babel/cli": "^7.x", "reshow": "*", - "reshow-unit": "^0.15.0" + "reshow-unit": "^0.16.0" }, "scripts": { "clean": "find ./build -name '*.*' | xargs rm -rf", diff --git a/packages/reshow-worker/package.json b/packages/reshow-worker/package.json index 4a3a577d..ba96e7ea 100644 --- a/packages/reshow-worker/package.json +++ b/packages/reshow-worker/package.json @@ -1,6 +1,6 @@ { "name": "reshow-worker", - "version": "0.15.0", + "version": "0.16.0", "description": "Reshow Worker for ajax", "main": "./build/cjs/index.js", "module": "./build/es/index.js", @@ -18,7 +18,7 @@ }, "devDependencies": { "@babel/cli": "^7.x", - "reshow-unit": "^0.15.0" + "reshow-unit": "^0.16.0" }, "scripts": { "clean": "find ./build -name '*.*' | xargs rm -rf", diff --git a/packages/yo-reshow/package.json b/packages/yo-reshow/package.json index 5e27873b..ec9b0d1b 100644 --- a/packages/yo-reshow/package.json +++ b/packages/yo-reshow/package.json @@ -1,5 +1,5 @@ { - "version": "0.15.0", + "version": "0.16.0", "name": "yo-reshow", "repository": { "type": "git", @@ -18,12 +18,12 @@ "dependencies": { "mkdirp": "1.0.4", "parse-ini-string": "*", - "reshow-constant": "^0.15.0", + "reshow-constant": "^0.16.0", "yeoman-generator": "^5.4.2", "yosay": "^1.0.2" }, "devDependencies": { - "yo-unit": "^0.15.0" + "yo-unit": "^0.16.0" }, "scripts": { "clean": "find ./build -name '*.*' | xargs rm -rf", diff --git a/packages/yo-unit/package.json b/packages/yo-unit/package.json index 76c1b7e8..22e988de 100644 --- a/packages/yo-unit/package.json +++ b/packages/yo-unit/package.json @@ -1,5 +1,5 @@ { - "version": "0.15.0", + "version": "0.16.0", "name": "yo-unit", "repository": { "type": "git", @@ -12,8 +12,8 @@ "author": "Hill ", "license": "ISC", "dependencies": { - "reshow-constant": "^0.15.0", - "reshow-unit": "^0.15.0", + "reshow-constant": "^0.16.0", + "reshow-unit": "^0.16.0", "yeoman-assert": "*", "yeoman-environment": "*", "yeoman-test": "*" diff --git a/packages/yonpx/package.json b/packages/yonpx/package.json index 9eee4d88..d1d451b4 100644 --- a/packages/yonpx/package.json +++ b/packages/yonpx/package.json @@ -1,5 +1,5 @@ { - "version": "0.15.1", + "version": "0.16.0", "name": "yonpx", "repository": { "type": "git", @@ -22,7 +22,7 @@ "author": "Hill ", "license": "ISC", "devDependencies": { - "reshow-unit": "^0.15.0" + "reshow-unit": "^0.16.0" }, "bin": { "yonpx": "./src/index.js"