Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Nov 7, 2024
1 parent a3e249b commit cc26380
Show file tree
Hide file tree
Showing 3 changed files with 4 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
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"charts"
],
"license": "MIT",
"version": "0.0.20",
"version": "0.0.22",
"type": "module",
"main": "./dist/galaxy-charts.umd.cjs",
"module": "./dist/galaxy-charts.js",
Expand Down
2 changes: 1 addition & 1 deletion src/components/GalaxyCharts.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { NAlert, NFloatButton, NIcon } from "naive-ui";
import { datasetsGetUrl } from "@/api/datasets";
import { parseIncoming } from "@/utilities/parseIncoming";
import { useConfigStore } from "@/store/configStore";
import { InputElementType, InputValuesType, PluginConfigType } from "@/types";
import { InputElementType, InputValuesType } from "@/types";
const props = defineProps<{
credentials?: RequestCredentials;
Expand Down

0 comments on commit cc26380

Please sign in to comment.