Skip to content

Commit 095d643

Browse files
committed
v0.2.8
1 parent 04412ac commit 095d643

17 files changed

Lines changed: 30 additions & 30 deletions

File tree

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
]
2020
}
2121
},
22-
"version": "0.2.8-alpha.0"
22+
"version": "0.2.8"
2323
}

packages/antd-form-table/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ahooksjs/antd-form-table",
3-
"version": "0.2.8-alpha.0",
3+
"version": "0.2.8",
44
"scripts": {
55
"build:tsc": "tsc --project tsconfig.build.json --declarationDir ./lib && tsc --project tsconfig.build.json --declarationDir ./es"
66
},
@@ -10,8 +10,8 @@
1010
"react": "^16.12.0"
1111
},
1212
"dependencies": {
13-
"@ahooksjs/antd-table": "^0.2.8-alpha.0",
14-
"@ahooksjs/use-form-table": "^0.2.8-alpha.0"
13+
"@ahooksjs/antd-table": "^0.2.8",
14+
"@ahooksjs/use-form-table": "^0.2.8"
1515
},
1616
"files": [
1717
"lib",

packages/antd-table/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ahooksjs/antd-table",
3-
"version": "0.2.8-alpha.0",
3+
"version": "0.2.8",
44
"scripts": {
55
"build:tsc": "tsc --project tsconfig.build.json --declarationDir ./lib && tsc --project tsconfig.build.json --declarationDir ./es"
66
},

packages/next-form-table/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ahooksjs/next-form-table",
3-
"version": "0.2.8-alpha.0",
3+
"version": "0.2.8",
44
"scripts": {
55
"build:tsc": "tsc --project tsconfig.build.json --declarationDir ./lib && tsc --project tsconfig.build.json --declarationDir ./es"
66
},
@@ -10,7 +10,7 @@
1010
"react": "^16.12.0"
1111
},
1212
"dependencies": {
13-
"@ahooksjs/use-form-table": "^0.2.8-alpha.0"
13+
"@ahooksjs/use-form-table": "^0.2.8"
1414
},
1515
"repository": {
1616
"type": "git",

packages/next-table/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ahooksjs/next-table",
3-
"version": "0.2.8-alpha.0",
3+
"version": "0.2.8",
44
"scripts": {
55
"build:tsc": "tsc --project tsconfig.build.json --declarationDir ./lib && tsc --project tsconfig.build.json --declarationDir ./es"
66
},
@@ -10,7 +10,7 @@
1010
"react": "^16.12.0"
1111
},
1212
"dependencies": {
13-
"@ahooksjs/use-table": "^0.2.8-alpha.0"
13+
"@ahooksjs/use-table": "^0.2.8"
1414
},
1515
"repository": {
1616
"type": "git",

packages/use-adapt-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ahooksjs/use-adapt-plugin",
3-
"version": "0.2.8-alpha.0",
3+
"version": "0.2.8",
44
"scripts": {
55
"build:tsc": "tsc --project tsconfig.build.json --declarationDir ./lib && tsc --project tsconfig.build.json --declarationDir ./es"
66
},

packages/use-async-default-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ahooksjs/use-async-default-plugin",
3-
"version": "0.2.8-alpha.0",
3+
"version": "0.2.8",
44
"scripts": {
55
"build:tsc": "tsc --project tsconfig.build.json --declarationDir ./lib && tsc --project tsconfig.build.json --declarationDir ./es"
66
},
@@ -10,7 +10,7 @@
1010
"react": "^16.12.0"
1111
},
1212
"dependencies": {
13-
"@ahooksjs/use-table": "^0.2.8-alpha.0"
13+
"@ahooksjs/use-table": "^0.2.8"
1414
},
1515
"repository": {
1616
"type": "git",

packages/use-filter-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ahooksjs/use-filter-plugin",
3-
"version": "0.2.8-alpha.0",
3+
"version": "0.2.8",
44
"scripts": {
55
"build:tsc": "tsc --project tsconfig.build.json --declarationDir ./lib && tsc --project tsconfig.build.json --declarationDir ./es"
66
},
@@ -10,7 +10,7 @@
1010
"react": "^16.12.0"
1111
},
1212
"dependencies": {
13-
"@ahooksjs/use-table": "^0.2.8-alpha.0"
13+
"@ahooksjs/use-table": "^0.2.8"
1414
},
1515
"repository": {
1616
"type": "git",

packages/use-form-table/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ahooksjs/use-form-table",
3-
"version": "0.2.8-alpha.0",
3+
"version": "0.2.8",
44
"scripts": {
55
"build:tsc": "tsc --project tsconfig.build.json --declarationDir ./lib && tsc --project tsconfig.build.json --declarationDir ./es"
66
},
@@ -19,7 +19,7 @@
1919
"directory": "packages/use-form-table"
2020
},
2121
"dependencies": {
22-
"@ahooksjs/use-table": "^0.2.8-alpha.0",
22+
"@ahooksjs/use-table": "^0.2.8",
2323
"@formily/react-schema-renderer": "^1.2.9",
2424
"moment": "^2.27.0",
2525
"react-eva": "^1.1.10"

packages/use-param-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ahooksjs/use-param-plugin",
3-
"version": "0.2.8-alpha.0",
3+
"version": "0.2.8",
44
"scripts": {
55
"build:tsc": "tsc --project tsconfig.build.json --declarationDir ./lib && tsc --project tsconfig.build.json --declarationDir ./es"
66
},

0 commit comments

Comments
 (0)