Skip to content

Commit 267d149

Browse files
github-actions[bot]FabianLars
authored andcommitted
publish new versions (tauri-apps#2468)
Co-authored-by: FabianLars <[email protected]>
1 parent 87d1a39 commit 267d149

File tree

14 files changed

+36
-27
lines changed

14 files changed

+36
-27
lines changed

.changes/objc06.md

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

.changes/windows060.md

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

Cargo.lock

Lines changed: 3 additions & 3 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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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

512
### 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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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

512
### Dependencies

examples/api/src-tauri/Cargo.toml

Lines changed: 3 additions & 3 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 }
@@ -19,7 +19,7 @@ serde_json = { workspace = true }
1919
serde = { workspace = true }
2020
tiny_http = "0.12"
2121
log = { workspace = true }
22-
tauri-plugin-log = { path = "../../../plugins/log", version = "2.2.2" }
22+
tauri-plugin-log = { path = "../../../plugins/log", version = "2.2.3" }
2323
tauri-plugin-fs = { path = "../../../plugins/fs", version = "2.2.0", features = [
2424
"watch",
2525
] }
@@ -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/log/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.3]
4+
5+
- [`1a984659`](https://github.com/tauri-apps/plugins-workspace/commit/1a9846599b6a71faf330845847a30f6bf9735898) ([#2469](https://github.com/tauri-apps/plugins-workspace/pull/2469) by [@FabianLars](https://github.com/tauri-apps/plugins-workspace/../../FabianLars)) Update `objc2` crate to 0.6. No user facing changes.
6+
37
## \[2.2.2]
48

59
- [`6b4c3917`](https://github.com/tauri-apps/plugins-workspace/commit/6b4c3917389f4bc489d03b48a837557ac0584175) ([#2401](https://github.com/tauri-apps/plugins-workspace/pull/2401) by [@Seishiin](https://github.com/tauri-apps/plugins-workspace/../../Seishiin)) Fix timezone_strategy overwriting previously set LogLevels.

plugins/log/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-log"
3-
version = "2.2.2"
3+
version = "2.2.3"
44
description = "Configurable logging for your Tauri app."
55
authors = { workspace = true }
66
license = { workspace = true }

plugins/log/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-log",
3-
"version": "2.2.2",
3+
"version": "2.2.3",
44
"description": "Configurable logging for your Tauri app.",
55
"license": "MIT OR Apache-2.0",
66
"authors": [

0 commit comments

Comments
 (0)