Skip to content

Commit

Permalink
v0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
monkindey committed Sep 9, 2021
1 parent 852ee6a commit 7dfeb77
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
]
}
},
"version": "0.2.6"
"version": "0.2.7"
}
4 changes: 2 additions & 2 deletions packages/antd-form-table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ahooksjs/antd-form-table",
"version": "0.2.6",
"version": "0.2.7",
"scripts": {
"build:tsc": "tsc --project tsconfig.build.json --declarationDir ./lib && tsc --project tsconfig.build.json --declarationDir ./es"
},
Expand All @@ -10,7 +10,7 @@
"react": "^16.12.0"
},
"dependencies": {
"@ahooksjs/antd-table": "^0.2.6",
"@ahooksjs/antd-table": "^0.2.7",
"@ahooksjs/use-form-table": "^0.2.6"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/antd-table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ahooksjs/antd-table",
"version": "0.2.6",
"version": "0.2.7",
"scripts": {
"build:tsc": "tsc --project tsconfig.build.json --declarationDir ./lib && tsc --project tsconfig.build.json --declarationDir ./es"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/next-form-table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ahooksjs/next-form-table",
"version": "0.2.6",
"version": "0.2.7",
"scripts": {
"build:tsc": "tsc --project tsconfig.build.json --declarationDir ./lib && tsc --project tsconfig.build.json --declarationDir ./es"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/next-table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ahooksjs/next-table",
"version": "0.2.6",
"version": "0.2.7",
"scripts": {
"build:tsc": "tsc --project tsconfig.build.json --declarationDir ./lib && tsc --project tsconfig.build.json --declarationDir ./es"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/use-adapt-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ahooksjs/use-adapt-plugin",
"version": "0.2.6",
"version": "0.2.7",
"scripts": {
"build:tsc": "tsc --project tsconfig.build.json --declarationDir ./lib && tsc --project tsconfig.build.json --declarationDir ./es"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/use-async-default-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ahooksjs/use-async-default-plugin",
"version": "0.2.6",
"version": "0.2.7",
"scripts": {
"build:tsc": "tsc --project tsconfig.build.json --declarationDir ./lib && tsc --project tsconfig.build.json --declarationDir ./es"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/use-filter-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ahooksjs/use-filter-plugin",
"version": "0.2.6",
"version": "0.2.7",
"scripts": {
"build:tsc": "tsc --project tsconfig.build.json --declarationDir ./lib && tsc --project tsconfig.build.json --declarationDir ./es"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/use-param-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ahooksjs/use-param-plugin",
"version": "0.2.6",
"version": "0.2.7",
"scripts": {
"build:tsc": "tsc --project tsconfig.build.json --declarationDir ./lib && tsc --project tsconfig.build.json --declarationDir ./es"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/use-range-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ahooksjs/use-range-plugin",
"version": "0.2.6",
"version": "0.2.7",
"scripts": {
"build:tsc": "tsc --project tsconfig.build.json --declarationDir ./lib && tsc --project tsconfig.build.json --declarationDir ./es"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/use-selection-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ahooksjs/use-selection-plugin",
"version": "0.2.6",
"version": "0.2.7",
"scripts": {
"build:tsc": "tsc --project tsconfig.build.json --declarationDir ./lib && tsc --project tsconfig.build.json --declarationDir ./es"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/use-sortable-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ahooksjs/use-sortable-plugin",
"version": "0.2.6",
"version": "0.2.7",
"scripts": {
"build:tsc": "tsc --project tsconfig.build.json --declarationDir ./lib && tsc --project tsconfig.build.json --declarationDir ./es"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/use-transform-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ahooksjs/use-transform-plugin",
"version": "0.2.6",
"version": "0.2.7",
"scripts": {
"build:tsc": "tsc --project tsconfig.build.json --declarationDir ./lib && tsc --project tsconfig.build.json --declarationDir ./es"
},
Expand Down

0 comments on commit 7dfeb77

Please sign in to comment.