Skip to content

Commit a285cda

Browse files
committed
v0.1.3
1 parent 7c7f574 commit a285cda

12 files changed

Lines changed: 22 additions & 22 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.1.3-alpha.1"
22+
"version": "0.1.3"
2323
}

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.1.3-alpha.1",
3+
"version": "0.1.3",
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.1.3-alpha.1"
13+
"@ahooksjs/use-form-table": "^0.1.3"
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.1.3-alpha.1",
3+
"version": "0.1.3",
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.1.3-alpha.1"
13+
"@ahooksjs/use-table": "^0.1.3"
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.1.3-alpha.1",
3+
"version": "0.1.3",
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.1.3-alpha.1",
3+
"version": "0.1.3",
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.1.3-alpha.1"
13+
"@ahooksjs/use-table": "^0.1.3"
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.1.3-alpha.1",
3+
"version": "0.1.3",
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.1.3-alpha.1"
13+
"@ahooksjs/use-table": "^0.1.3"
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.1.3-alpha.1",
3+
"version": "0.1.3",
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.1.3-alpha.1",
22+
"@ahooksjs/use-table": "^0.1.3",
2323
"@formily/react-schema-renderer": "^1.2.9",
2424
"moment": "^2.27.0",
2525
"react-eva": "^1.1.10",

packages/use-query-display/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-query-display",
3-
"version": "0.1.3-alpha.1",
3+
"version": "0.1.3",
44
"scripts": {
55
"build:tsc": "tsc --project tsconfig.build.json --declarationDir ./lib && tsc --project tsconfig.build.json --declarationDir ./es"
66
},

packages/use-selection-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-selection-plugin",
3-
"version": "0.1.3-alpha.1",
3+
"version": "0.1.3",
44
"scripts": {
55
"build:tsc": "tsc --project tsconfig.build.json --declarationDir ./lib && tsc --project tsconfig.build.json --declarationDir ./es"
66
},
@@ -15,7 +15,7 @@
1515
"react": "^16.12.0"
1616
},
1717
"dependencies": {
18-
"@ahooksjs/use-table": "^0.1.3-alpha.1"
18+
"@ahooksjs/use-table": "^0.1.3"
1919
},
2020
"files": [
2121
"lib",

packages/use-sortable-plugin/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ahooksjs/use-sortable-plugin",
3-
"version": "0.1.3-alpha.1",
3+
"version": "0.1.3",
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/use-form-table": "^0.1.3-alpha.1",
14-
"@ahooksjs/use-table": "^0.1.3-alpha.1"
13+
"@ahooksjs/use-form-table": "^0.1.3",
14+
"@ahooksjs/use-table": "^0.1.3"
1515
},
1616
"repository": {
1717
"type": "git",

0 commit comments

Comments
 (0)