Skip to content

Commit

Permalink
Version 2.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 5bbc51c commit 4de05c1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@abi-software/map-side-bar",
"version": "1.7.0-vue3.4",
"version": "2.0.0",
"files": [
"dist/*",
"src/*",
Expand All @@ -9,7 +9,7 @@
"*.js"
],
"scripts": {
"serve": "vite",
"serve": "vite --host",
"build-bundle": "vite build",
"preview": "vite preview",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
Expand Down Expand Up @@ -37,8 +37,8 @@
"./src/*": "./src/*"
},
"dependencies": {
"@abi-software/gallery": "^0.5.0-vue3.5",
"@abi-software/svg-sprite": "^0.4.0-vue3-beta.0",
"@abi-software/gallery": "^1.0.0",
"@abi-software/svg-sprite": "^1.0.0",
"@element-plus/icons-vue": "^2.3.1",
"algoliasearch": "^4.10.5",
"element-plus": "^2.5.3",
Expand Down

0 comments on commit 4de05c1

Please sign in to comment.