Skip to content

Commit

Permalink
Merge pull request #73 from takanotume24/master
Browse files Browse the repository at this point in the history
Release v0.1.1
  • Loading branch information
takanotume24 authored Nov 29, 2024
2 parents 28297fe + 0aca07d commit 6bb0d0f
Show file tree
Hide file tree
Showing 55 changed files with 321 additions and 286 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "publish"
on:
push:
branches:
- release
- release/**

# This is the example from the readme.
# On each push to the `release` branch it will create or update a GitHub release, build your app, and upload the artifacts to the release.
Expand Down
330 changes: 176 additions & 154 deletions package-lock.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"dependencies": {
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-shell": "^2",
"marked": "^14.1.4",
"uuid": "^11.0.2",
"vue": "^3.3.4"
"marked": "^15.0.3",
"uuid": "^11.0.3",
"vue": "^3.5.13"
},
"devDependencies": {
"@tauri-apps/cli": "^2",
"@vitejs/plugin-vue": "^5.0.5",
"typescript": "^5.2.2",
"vite": "^5.3.1",
"vue-tsc": "^2.1.10"
}
"@vitejs/plugin-vue": "^5.2.1",
"typescript": "5.6.2",
"vite": "^5.4.11",
"vue-tsc": "2.0.29"
}
}
Loading

0 comments on commit 6bb0d0f

Please sign in to comment.