Skip to content

Commit 1e9e496

Browse files
publish new versions (#2526)
Co-authored-by: FabianLars <[email protected]>
1 parent 1bb1ced commit 1e9e496

File tree

9 files changed

+23
-13
lines changed

9 files changed

+23
-13
lines changed

.changes/change-pr-2524.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.17]
4+
5+
### Dependencies
6+
7+
- Upgraded to `[email protected]`
8+
39
## \[2.0.16]
410

511
### Dependencies

examples/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "api",
33
"private": true,
4-
"version": "2.0.16",
4+
"version": "2.0.17",
55
"type": "module",
66
"scripts": {
77
"dev": "vite --clearScreen false",

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.21]
4+
5+
### Dependencies
6+
7+
- Upgraded to `[email protected]`
8+
39
## \[2.0.20]
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.20"
4+
version = "2.0.21"
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.3.0" }
22+
tauri-plugin-log = { path = "../../../plugins/log", version = "2.3.1" }
2323
tauri-plugin-fs = { path = "../../../plugins/fs", version = "2.2.0", features = [
2424
"watch",
2525
] }

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.3.1]
4+
5+
- [`1bb1ced5`](https://github.com/tauri-apps/plugins-workspace/commit/1bb1ced53820127204aa7adf57510c1cbce55e12) ([#2524](https://github.com/tauri-apps/plugins-workspace/pull/2524) by [@elwerene](https://github.com/tauri-apps/plugins-workspace/../../elwerene)) enable TargetKind::LogDir on mobile
6+
37
## \[2.3.0]
48

59
### feat

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

0 commit comments

Comments
 (0)