Skip to content

Commit

Permalink
Version 1.0.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-wu committed Apr 22, 2024
1 parent 256dd3c commit 96396e5
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 34 deletions.
71 changes: 42 additions & 29 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@abi-software/plotvuer",
"version": "0.4.0-vue-3-alpha.10",
"version": "1.0.0",
"scripts": {
"serve": "vite serve",
"serve": "vite serve --host",
"build": "vue-cli-service build --mode static",
"lint": "vue-cli-service lint",
"build-bundle": "vite build",
Expand Down Expand Up @@ -33,7 +33,7 @@
"*.js"
],
"dependencies": {
"@abi-software/svg-sprite": "^0.4.0-vue3-beta.0",
"@abi-software/svg-sprite": "^1.0.0",
"@element-plus/icons-vue": "^2.3.1",
"@vuese/cli": "^2.14.3",
"core-js": "^3.7.0",
Expand Down
2 changes: 0 additions & 2 deletions src/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,10 @@ declare module 'vue' {
ElSelect: typeof import('element-plus/es')['ElSelect']
HeatmapPlot: typeof import('./components/HeatmapPlot.vue')['default']
PlotControls: typeof import('./components/PlotControls.vue')['default']
PlotlyOnly: typeof import('./components/PlotlyOnly.vue')['default']
PlotVuer: typeof import('./components/PlotVuer.vue')['default']
PlotVuerOriginal: typeof import('./components/PlotVuer-original.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
Testcomponent: typeof import('./components/testcomponent.vue')['default']
TimeseriesPlot: typeof import('./components/TimeseriesPlot.vue')['default']
}
}

0 comments on commit 96396e5

Please sign in to comment.