diff --git a/lerna.json b/lerna.json index 521c836..d787ea8 100644 --- a/lerna.json +++ b/lerna.json @@ -19,5 +19,5 @@ ] } }, - "version": "0.2.8" + "version": "0.2.9" } diff --git a/packages/antd-form-table/package.json b/packages/antd-form-table/package.json index 212a827..8159aa4 100644 --- a/packages/antd-form-table/package.json +++ b/packages/antd-form-table/package.json @@ -1,6 +1,6 @@ { "name": "@ahooksjs/antd-form-table", - "version": "0.2.8", + "version": "0.2.9", "scripts": { "build:tsc": "tsc --project tsconfig.build.json --declarationDir ./lib && tsc --project tsconfig.build.json --declarationDir ./es" }, @@ -11,7 +11,7 @@ }, "dependencies": { "@ahooksjs/antd-table": "^0.2.8", - "@ahooksjs/use-form-table": "^0.2.8" + "@ahooksjs/use-form-table": "^0.2.9" }, "files": [ "lib", diff --git a/packages/next-form-table/package.json b/packages/next-form-table/package.json index f7fb10b..6e052ad 100644 --- a/packages/next-form-table/package.json +++ b/packages/next-form-table/package.json @@ -1,6 +1,6 @@ { "name": "@ahooksjs/next-form-table", - "version": "0.2.8", + "version": "0.2.9", "scripts": { "build:tsc": "tsc --project tsconfig.build.json --declarationDir ./lib && tsc --project tsconfig.build.json --declarationDir ./es" }, @@ -10,7 +10,7 @@ "react": "^16.12.0" }, "dependencies": { - "@ahooksjs/use-form-table": "^0.2.8" + "@ahooksjs/use-form-table": "^0.2.9" }, "repository": { "type": "git", diff --git a/packages/next-table/package.json b/packages/next-table/package.json index 74de067..1c0dfca 100644 --- a/packages/next-table/package.json +++ b/packages/next-table/package.json @@ -1,6 +1,6 @@ { "name": "@ahooksjs/next-table", - "version": "0.2.8", + "version": "0.2.9", "scripts": { "build:tsc": "tsc --project tsconfig.build.json --declarationDir ./lib && tsc --project tsconfig.build.json --declarationDir ./es" }, @@ -10,7 +10,7 @@ "react": "^16.12.0" }, "dependencies": { - "@ahooksjs/use-table": "^0.2.8" + "@ahooksjs/use-table": "^0.2.9" }, "repository": { "type": "git", diff --git a/packages/use-adapt-plugin/package.json b/packages/use-adapt-plugin/package.json index b99d7be..e957340 100644 --- a/packages/use-adapt-plugin/package.json +++ b/packages/use-adapt-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@ahooksjs/use-adapt-plugin", - "version": "0.2.8", + "version": "0.2.9", "scripts": { "build:tsc": "tsc --project tsconfig.build.json --declarationDir ./lib && tsc --project tsconfig.build.json --declarationDir ./es" }, diff --git a/packages/use-async-default-plugin/package.json b/packages/use-async-default-plugin/package.json index 00f6425..94020b7 100644 --- a/packages/use-async-default-plugin/package.json +++ b/packages/use-async-default-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@ahooksjs/use-async-default-plugin", - "version": "0.2.8", + "version": "0.2.9", "scripts": { "build:tsc": "tsc --project tsconfig.build.json --declarationDir ./lib && tsc --project tsconfig.build.json --declarationDir ./es" }, @@ -10,7 +10,7 @@ "react": "^16.12.0" }, "dependencies": { - "@ahooksjs/use-table": "^0.2.8" + "@ahooksjs/use-table": "^0.2.9" }, "repository": { "type": "git", diff --git a/packages/use-filter-plugin/package.json b/packages/use-filter-plugin/package.json index 6bc08f6..1a12b3f 100644 --- a/packages/use-filter-plugin/package.json +++ b/packages/use-filter-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@ahooksjs/use-filter-plugin", - "version": "0.2.8", + "version": "0.2.9", "scripts": { "build:tsc": "tsc --project tsconfig.build.json --declarationDir ./lib && tsc --project tsconfig.build.json --declarationDir ./es" }, @@ -10,7 +10,7 @@ "react": "^16.12.0" }, "dependencies": { - "@ahooksjs/use-table": "^0.2.8" + "@ahooksjs/use-table": "^0.2.9" }, "repository": { "type": "git", diff --git a/packages/use-form-table/package.json b/packages/use-form-table/package.json index 0c967be..749651e 100644 --- a/packages/use-form-table/package.json +++ b/packages/use-form-table/package.json @@ -1,6 +1,6 @@ { "name": "@ahooksjs/use-form-table", - "version": "0.2.8", + "version": "0.2.9", "scripts": { "build:tsc": "tsc --project tsconfig.build.json --declarationDir ./lib && tsc --project tsconfig.build.json --declarationDir ./es" }, @@ -19,7 +19,7 @@ "directory": "packages/use-form-table" }, "dependencies": { - "@ahooksjs/use-table": "^0.2.8", + "@ahooksjs/use-table": "^0.2.9", "@formily/react-schema-renderer": "^1.2.9", "moment": "^2.27.0", "react-eva": "^1.1.10" diff --git a/packages/use-selection-plugin/package.json b/packages/use-selection-plugin/package.json index 1d64347..f68c811 100644 --- a/packages/use-selection-plugin/package.json +++ b/packages/use-selection-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@ahooksjs/use-selection-plugin", - "version": "0.2.8", + "version": "0.2.9", "scripts": { "build:tsc": "tsc --project tsconfig.build.json --declarationDir ./lib && tsc --project tsconfig.build.json --declarationDir ./es" }, @@ -15,7 +15,7 @@ "react": "^16.12.0" }, "dependencies": { - "@ahooksjs/use-table": "^0.2.8" + "@ahooksjs/use-table": "^0.2.9" }, "files": [ "lib", diff --git a/packages/use-sortable-plugin/package.json b/packages/use-sortable-plugin/package.json index b90bbe9..4e925b4 100644 --- a/packages/use-sortable-plugin/package.json +++ b/packages/use-sortable-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@ahooksjs/use-sortable-plugin", - "version": "0.2.8", + "version": "0.2.9", "scripts": { "build:tsc": "tsc --project tsconfig.build.json --declarationDir ./lib && tsc --project tsconfig.build.json --declarationDir ./es" }, @@ -10,8 +10,8 @@ "react": "^16.12.0" }, "dependencies": { - "@ahooksjs/use-form-table": "^0.2.8", - "@ahooksjs/use-table": "^0.2.8" + "@ahooksjs/use-form-table": "^0.2.9", + "@ahooksjs/use-table": "^0.2.9" }, "repository": { "type": "git", diff --git a/packages/use-table/package.json b/packages/use-table/package.json index 9028844..bc748df 100644 --- a/packages/use-table/package.json +++ b/packages/use-table/package.json @@ -1,6 +1,6 @@ { "name": "@ahooksjs/use-table", - "version": "0.2.8", + "version": "0.2.9", "scripts": { "build:tsc": "tsc --project tsconfig.build.json --declarationDir ./lib && tsc --project tsconfig.build.json --declarationDir ./es" }, diff --git a/packages/use-transform-plugin/package.json b/packages/use-transform-plugin/package.json index a06d235..5ae35e9 100644 --- a/packages/use-transform-plugin/package.json +++ b/packages/use-transform-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@ahooksjs/use-transform-plugin", - "version": "0.2.8", + "version": "0.2.9", "scripts": { "build:tsc": "tsc --project tsconfig.build.json --declarationDir ./lib && tsc --project tsconfig.build.json --declarationDir ./es" }, @@ -15,7 +15,7 @@ "react": "^16.12.0" }, "dependencies": { - "@ahooksjs/use-table": "^0.2.8" + "@ahooksjs/use-table": "^0.2.9" }, "files": [ "lib", diff --git a/packages/use-tree-plugin/package.json b/packages/use-tree-plugin/package.json index 6eee627..ec11c4a 100644 --- a/packages/use-tree-plugin/package.json +++ b/packages/use-tree-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@ahooksjs/use-tree-plugin", - "version": "0.2.8", + "version": "0.2.9", "scripts": { "build:tsc": "tsc --project tsconfig.build.json --declarationDir ./lib && tsc --project tsconfig.build.json --declarationDir ./es" }, @@ -10,7 +10,7 @@ "react": "^16.12.0" }, "dependencies": { - "@ahooksjs/use-table": "^0.2.8" + "@ahooksjs/use-table": "^0.2.9" }, "repository": { "type": "git",