publish new versions (#1616)

This commit is contained in:
github-actions[bot]
2024-08-17 07:55:31 -03:00
committed by GitHub
parent ec067a5997
commit 121f68b449
39 changed files with 187 additions and 61 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog
## \[2.0.0-rc.1]
### changes
- [`6b079cfd`](https://github.com/tauri-apps/plugins-workspace/commit/6b079cfdd107c94abc2c7300f6af00bac3ff4040) ([#1649](https://github.com/tauri-apps/plugins-workspace/pull/1649) by [@ahqsoftwares](https://github.com/tauri-apps/plugins-workspace/../../ahqsoftwares)) Remove targetSdk from build.kts files as it is deprecated and will be removed from DSL v9.0
## \[2.0.0-rc.0]
- [`9606089b`](https://github.com/tauri-apps/plugins-workspace/commit/9606089b2add4a17f80ed5a09d59ce94824bd672) ([#1599](https://github.com/tauri-apps/plugins-workspace/pull/1599)) Initial release.
+1 -1
View File
@@ -1,7 +1,7 @@
[package]
name = "tauri-plugin-haptics"
description = "Haptic feedback and vibrations on Android and iOS"
version = "2.0.0-rc.0"
version = "2.0.0-rc.1"
edition = { workspace = true }
authors = { workspace = true }
license = { workspace = true }