Skip to content

Commit 78f5922

Browse files
authored
publish new versions
1 parent 71f95c9 commit 78f5922

File tree

10 files changed

+38
-26
lines changed

10 files changed

+38
-26
lines changed

.changes/windows060.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/api/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## \[2.0.15]
4+
5+
### Dependencies
6+
7+
- Upgraded to `[email protected]`
8+
39
## \[2.0.14]
410

511
### Dependencies

examples/api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "api",
33
"private": true,
4-
"version": "2.0.14",
4+
"version": "2.0.15",
55
"type": "module",
66
"scripts": {
77
"dev": "vite --clearScreen false",
@@ -23,7 +23,7 @@
2323
"@tauri-apps/plugin-http": "^2.3.0",
2424
"@tauri-apps/plugin-nfc": "^2.2.0",
2525
"@tauri-apps/plugin-notification": "^2.2.1",
26-
"@tauri-apps/plugin-opener": "^2.2.5",
26+
"@tauri-apps/plugin-opener": "^2.2.6",
2727
"@tauri-apps/plugin-os": "^2.2.0",
2828
"@tauri-apps/plugin-process": "^2.2.0",
2929
"@tauri-apps/plugin-shell": "^2.2.0",

examples/api/src-tauri/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## \[2.0.19]
4+
5+
### Dependencies
6+
7+
- Upgraded to `[email protected]`
8+
39
## \[2.0.18]
410

511
### Dependencies

examples/api/src-tauri/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "api"
33
publish = false
4-
version = "2.0.18"
4+
version = "2.0.19"
55
description = "An example Tauri Application showcasing the api"
66
edition = "2021"
77
rust-version = { workspace = true }
@@ -33,7 +33,7 @@ tauri-plugin-notification = { path = "../../../plugins/notification", version =
3333
] }
3434
tauri-plugin-os = { path = "../../../plugins/os", version = "2.2.0" }
3535
tauri-plugin-process = { path = "../../../plugins/process", version = "2.2.0" }
36-
tauri-plugin-opener = { path = "../../../plugins/opener", version = "2.2.5" }
36+
tauri-plugin-opener = { path = "../../../plugins/opener", version = "2.2.6" }
3737
tauri-plugin-shell = { path = "../../../plugins/shell", version = "2.2.0" }
3838
tauri-plugin-store = { path = "../../../plugins/store", version = "2.2.0" }
3939

plugins/opener/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## \[2.2.6]
4+
5+
- [`71f95c9f`](https://github.com/tauri-apps/plugins-workspace/commit/71f95c9f05b29cf1be586849614c0b007757c15d) ([#2445](https://github.com/tauri-apps/plugins-workspace/pull/2445) by [@renovate](https://github.com/tauri-apps/plugins-workspace/../../renovate)) Updated `windows` crate to 0.60 to match Tauri 2.3.0. No user facing changes.
6+
37
## \[2.2.5]
48

59
- [`5b821181`](https://github.com/tauri-apps/plugins-workspace/commit/5b8211815825ddae2dcc0c00520e0cfdff002763) ([#2332](https://github.com/tauri-apps/plugins-workspace/pull/2332) by [@betamos](https://github.com/tauri-apps/plugins-workspace/../../betamos)) Fix broken JS commands `opener.openPath` and `opener.openUrl` on mobile.

plugins/opener/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tauri-plugin-opener"
3-
version = "2.2.5"
3+
version = "2.2.6"
44
description = "Open files and URLs using their default application."
55
edition = { workspace = true }
66
authors = { workspace = true }

plugins/opener/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tauri-apps/plugin-opener",
3-
"version": "2.2.5",
3+
"version": "2.2.6",
44
"description": "Open files and URLs using their default application.",
55
"license": "MIT OR Apache-2.0",
66
"authors": [

pnpm-lock.yaml

Lines changed: 14 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)