Skip to content

Commit

Permalink
v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
monkindey committed Oct 14, 2020
1 parent 7c7f574 commit a285cda
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 22 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.1.3-alpha.1"
"version": "0.1.3"
}
4 changes: 2 additions & 2 deletions 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.1.3-alpha.1",
"version": "0.1.3",
"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/use-form-table": "^0.1.3-alpha.1"
"@ahooksjs/use-form-table": "^0.1.3"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions 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.1.3-alpha.1",
"version": "0.1.3",
"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/use-table": "^0.1.3-alpha.1"
"@ahooksjs/use-table": "^0.1.3"
},
"repository": {
"type": "git",
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.1.3-alpha.1",
"version": "0.1.3",
"scripts": {
"build:tsc": "tsc --project tsconfig.build.json --declarationDir ./lib && tsc --project tsconfig.build.json --declarationDir ./es"
},
Expand Down
4 changes: 2 additions & 2 deletions 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.1.3-alpha.1",
"version": "0.1.3",
"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/use-table": "^0.1.3-alpha.1"
"@ahooksjs/use-table": "^0.1.3"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions 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.1.3-alpha.1",
"version": "0.1.3",
"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/use-table": "^0.1.3-alpha.1"
"@ahooksjs/use-table": "^0.1.3"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/use-form-table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ahooksjs/use-form-table",
"version": "0.1.3-alpha.1",
"version": "0.1.3",
"scripts": {
"build:tsc": "tsc --project tsconfig.build.json --declarationDir ./lib && tsc --project tsconfig.build.json --declarationDir ./es"
},
Expand All @@ -19,7 +19,7 @@
"directory": "packages/use-form-table"
},
"dependencies": {
"@ahooksjs/use-table": "^0.1.3-alpha.1",
"@ahooksjs/use-table": "^0.1.3",
"@formily/react-schema-renderer": "^1.2.9",
"moment": "^2.27.0",
"react-eva": "^1.1.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/use-query-display/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ahooksjs/use-query-display",
"version": "0.1.3-alpha.1",
"version": "0.1.3",
"scripts": {
"build:tsc": "tsc --project tsconfig.build.json --declarationDir ./lib && tsc --project tsconfig.build.json --declarationDir ./es"
},
Expand Down
4 changes: 2 additions & 2 deletions 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.1.3-alpha.1",
"version": "0.1.3",
"scripts": {
"build:tsc": "tsc --project tsconfig.build.json --declarationDir ./lib && tsc --project tsconfig.build.json --declarationDir ./es"
},
Expand All @@ -15,7 +15,7 @@
"react": "^16.12.0"
},
"dependencies": {
"@ahooksjs/use-table": "^0.1.3-alpha.1"
"@ahooksjs/use-table": "^0.1.3"
},
"files": [
"lib",
Expand Down
6 changes: 3 additions & 3 deletions 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.1.3-alpha.1",
"version": "0.1.3",
"scripts": {
"build:tsc": "tsc --project tsconfig.build.json --declarationDir ./lib && tsc --project tsconfig.build.json --declarationDir ./es"
},
Expand All @@ -10,8 +10,8 @@
"react": "^16.12.0"
},
"dependencies": {
"@ahooksjs/use-form-table": "^0.1.3-alpha.1",
"@ahooksjs/use-table": "^0.1.3-alpha.1"
"@ahooksjs/use-form-table": "^0.1.3",
"@ahooksjs/use-table": "^0.1.3"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/use-table/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@ahooksjs/use-table",
"version": "0.1.3-alpha.1",
"version": "0.1.3",
"scripts": {
"build:tsc": "tsc --project tsconfig.build.json --declarationDir ./lib && tsc --project tsconfig.build.json --declarationDir ./es"
},
"main": "lib/index.js",
"module": "es/index.js",
"dependencies": {
"@ahooksjs/use-query-display": "^0.1.3-alpha.1"
"@ahooksjs/use-query-display": "^0.1.3"
},
"peerDependencies": {
"react": "^16.12.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/use-tree-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ahooksjs/use-tree-plugin",
"version": "0.1.3-alpha.1",
"version": "0.1.3",
"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/use-table": "^0.1.3-alpha.1"
"@ahooksjs/use-table": "^0.1.3"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit a285cda

Please sign in to comment.