Skip to content

Commit

Permalink
chore: publish 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kohaiy committed Apr 21, 2024
1 parent f90a7d9 commit 4eebeeb
Show file tree
Hide file tree
Showing 4 changed files with 7 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.4",
"value": "0.0.4"
"label": "0.0.5",
"value": "0.0.5"
}
]
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.4",
"version": "0.0.5",
"packageManager": "pnpm@7.0.0",
"description": "",
"author": "",
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.4",
"version": "0.0.5",
"description": "Vue table component",
"author": "https://github.com/kohaiy",
"license": "MIT",
Expand Down Expand Up @@ -100,8 +100,8 @@
},
"docVersions": [
{
"label": "0.0.4",
"value": "0.0.4"
"label": "0.0.5",
"value": "0.0.5"
}
]
}
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.4'
const version = '0.0.5'
const components = [
VeCheckbox,
VeCheckboxGroup,
Expand Down

0 comments on commit 4eebeeb

Please sign in to comment.