Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
kohaiy committed Apr 21, 2024
2 parents 6ce2113 + 45889ab commit f90a7d9
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/public/versions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"label": "0.0.3",
"value": "0.0.3"
"label": "0.0.4",
"value": "0.0.4"
}
]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "easytable",
"type": "module",
"version": "0.0.3",
"version": "0.0.4",
"packageManager": "pnpm@7.0.0",
"description": "",
"author": "",
Expand Down
4 changes: 4 additions & 0 deletions packages/vue/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,10 @@ Example:
如果你希望参与贡献,欢迎
[Pull Request](https://github.com/kohaiy/easytable/pulls)

## Star History

[![Star History Chart](https://api.star-history.com/svg?repos=kohaiy/easytable&type=Date)](https://star-history.com/#kohaiy/easytable&Date)

## 贡献者们

感谢原组件库作者 [huangshuwei](https://github.com/huangshuwei)
Expand Down
6 changes: 3 additions & 3 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@easytable/vue",
"version": "0.0.3",
"version": "0.0.4",
"description": "Vue table component",
"author": "https://github.com/kohaiy",
"license": "MIT",
Expand Down Expand Up @@ -100,8 +100,8 @@
},
"docVersions": [
{
"label": "0.0.3",
"value": "0.0.3"
"label": "0.0.4",
"value": "0.0.4"
}
]
}
2 changes: 1 addition & 1 deletion packages/vue/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import VeSelect from '@easytable/ve-select'
import VeTable from '@easytable/ve-table/src'
import type { LocaleMessage } from '@easytable/common/locale/types'

const version = '0.0.3'
const version = '0.0.4'
const components = [
VeCheckbox,
VeCheckboxGroup,
Expand Down

0 comments on commit f90a7d9

Please sign in to comment.