Publish New Versions (v2) (#629)

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-10-23 09:01:39 -03:00
committed by GitHub
parent beb6b139eb
commit 437dfba814
84 changed files with 360 additions and 159 deletions
@@ -1,5 +1,11 @@
# Changelog
## \[0.0.1-alpha.1]
### Dependencies
- Upgraded to `deep-link-js@2.0.0-alpha.1`
## \[0.0.1-alpha.0]
### Dependencies
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "deep-link-example",
"private": true,
"version": "0.0.1-alpha.0",
"version": "0.0.1-alpha.1",
"type": "module",
"scripts": {
"dev": "vite",
@@ -11,7 +11,7 @@
},
"dependencies": {
"@tauri-apps/api": "2.0.0-alpha.6",
"@tauri-apps/plugin-deep-link": "2.0.0-alpha.0"
"@tauri-apps/plugin-deep-link": "2.0.0-alpha.1"
},
"devDependencies": {
"@tauri-apps/cli": "2.0.0-alpha.16",