Skip to content

Commit

Permalink
Release a new beta version.
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-wu committed Mar 1, 2024
1 parent 8c82402 commit 954d9ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@abi-software/mapintegratedvuer",
"version": "0.7.0-vue3.8",
"version": "0.7.0-vue3.9",
"license": "Apache-2.0",
"scripts": {
"serve": "vite --host --force",
Expand Down
1 change: 0 additions & 1 deletion src/components.d.ts
Expand Up @@ -11,7 +11,6 @@ declare module 'vue' {
ContentVuer: typeof import('./components/ContentVuer.vue')['default']
ContextCard: typeof import('./components/ContextCard.vue')['default']
ContextHelp: typeof import('./components/ContextHelp.vue')['default']
ContextPopup: typeof import('./components/ContextPopup.vue')['default']
CustomSplitter: typeof import('./components/CustomSplitter.vue')['default']
DatasetHeader: typeof import('./components/DatasetHeader.vue')['default']
DialogToolbarContent: typeof import('./components/DialogToolbarContent.vue')['default']
Expand Down

0 comments on commit 954d9ff

Please sign in to comment.