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
+4
View File
@@ -1,5 +1,9 @@
# Changelog
## \[2.0.0-alpha.1]
- [`5c13736`](https://github.com/tauri-apps/plugins-workspace/commit/5c137365c60790e8d4037d449e8237aa3fffdab0)([#673](https://github.com/tauri-apps/plugins-workspace/pull/673)) Update to @tauri-apps/api v2.0.0-alpha.16.
## \[2.0.0-alpha.0]
- [`eccd6f9`](https://github.com/tauri-apps/plugins-workspace/commit/eccd6f977af7629255b6f5a5205666c9079a86ed)([#504](https://github.com/tauri-apps/plugins-workspace/pull/504)) Initial release.
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-deep-link"
version = "2.0.0-alpha.0"
version = "2.0.0-alpha.1"
description = "Set your Tauri application as the default handler for an URL"
authors = { workspace = true }
license = { workspace = true }
@@ -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",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@tauri-apps/plugin-deep-link",
"version": "2.0.0-alpha.0",
"version": "2.0.0-alpha.1",
"description": "Set your Tauri application as the default handler for an URL",
"license": "MIT or APACHE-2.0",
"authors": [