Skip to content

Commit

Permalink
v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HillLiu committed Jan 8, 2022
1 parent c375e6e commit be1806f
Show file tree
Hide file tree
Showing 16 changed files with 51 additions and 47 deletions.
4 changes: 2 additions & 2 deletions packages/babel-plugin-reshow-transform-runtime/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions packages/generator-reshow/package.json
Original file line number Diff line number Diff line change
@@ -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 <hill@kimo.com>",
"repository": {
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/reshow-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
6 changes: 3 additions & 3 deletions packages/reshow-build/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/reshow-constant/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
14 changes: 9 additions & 5 deletions packages/reshow-flux-base/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand All @@ -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"
]
}
14 changes: 7 additions & 7 deletions packages/reshow-flux/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/reshow-hooks/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
10 changes: 5 additions & 5 deletions packages/reshow-return/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/reshow-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
}
2 changes: 1 addition & 1 deletion packages/reshow-unit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions packages/reshow-url/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/reshow-worker/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions packages/yo-reshow/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.15.0",
"version": "0.16.0",
"name": "yo-reshow",
"repository": {
"type": "git",
Expand All @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions packages/yo-unit/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.15.0",
"version": "0.16.0",
"name": "yo-unit",
"repository": {
"type": "git",
Expand All @@ -12,8 +12,8 @@
"author": "Hill <hill@kimo.com>",
"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": "*"
Expand Down
4 changes: 2 additions & 2 deletions packages/yonpx/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.15.1",
"version": "0.16.0",
"name": "yonpx",
"repository": {
"type": "git",
Expand All @@ -22,7 +22,7 @@
"author": "Hill <hill@kimo.com>",
"license": "ISC",
"devDependencies": {
"reshow-unit": "^0.15.0"
"reshow-unit": "^0.16.0"
},
"bin": {
"yonpx": "./src/index.js"
Expand Down

0 comments on commit be1806f

Please sign in to comment.