publish new versions (#1393)

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-06-17 16:17:22 +02:00
committed by GitHub
parent 7d332ef634
commit f30a3b0501
19 changed files with 86 additions and 23 deletions
@@ -1,5 +1,11 @@
# Changelog
## \[2.0.0-beta.7]
### Dependencies
- Upgraded to `deep-link-js@2.0.0-beta.7`
## \[2.0.0-beta.6]
### Dependencies
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "deep-link-example",
"private": true,
"version": "2.0.0-beta.6",
"version": "2.0.0-beta.7",
"type": "module",
"scripts": {
"dev": "vite",
@@ -11,7 +11,7 @@
},
"dependencies": {
"@tauri-apps/api": "2.0.0-beta.13",
"@tauri-apps/plugin-deep-link": "2.0.0-beta.6"
"@tauri-apps/plugin-deep-link": "2.0.0-beta.7"
},
"devDependencies": {
"@tauri-apps/cli": "2.0.0-beta.20",