Publish New Versions (v2) (#603)

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-09-14 11:41:25 -03:00
committed by GitHub
parent 8e8ba52766
commit 2b9ddbe29a
15 changed files with 111 additions and 44 deletions
@@ -0,0 +1,7 @@
# Changelog
## \[0.0.1-alpha.0]
### Dependencies
- Upgraded to `deep-link-js@2.0.0-alpha.0`
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "deep-link-example",
"private": true,
"version": "0.0.0",
"version": "0.0.1-alpha.0",
"type": "module",
"scripts": {
"dev": "vite",
@@ -11,7 +11,7 @@
},
"dependencies": {
"@tauri-apps/api": "2.0.0-alpha.6",
"@tauri-apps/plugin-deep-link": "1.0.0"
"@tauri-apps/plugin-deep-link": "2.0.0-alpha.0"
},
"devDependencies": {
"@tauri-apps/cli": "^2.0.0-alpha.14",