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 21, 2024
1 parent e7265b9 commit df07e4b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@abi-software/gallery",
"version": "0.5.0-vue3.5",
"version": "1.0.0",
"files": [
"dist/*",
"src/*",
Expand All @@ -14,7 +14,7 @@
"license": "Apache-2.0",
"private": false,
"scripts": {
"serve": "vite",
"serve": "vite --host",
"build-bundle": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
Expand Down

0 comments on commit df07e4b

Please sign in to comment.