Skip to content

Commit ac22bad

Browse files
committed
chore(updater): version bump 0.2.12
1 parent ef6abc6 commit ac22bad

5 files changed

Lines changed: 27 additions & 11 deletions

File tree

SUMRY.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
1-
[commit]: # '3978feb0fe919d764b1c28a62886c50c4c4a5697'
1+
[commit]: # 'ef6abc6256ad0e68c601819436c0799e3e7a7b9a'
22

33
Features:
44

55
- (core): enable disk syncing for state
6-
- (auth): support explicitly logging out
7-
- (build): add dedicated binding generation bin
8-
- (chat:emotes): add basic bttv emote support
9-
- (dev): support tauri log plugin for persisting logs
106

117
Fixes:
128

9+
- (build): extend patch script
1310

1411
Misc:
1512

1613
- (deps): update deps
17-
- add gitattributes
14+
- (updater): version bump 0.2.11

archive/202604111306.SUMRY.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[commit]: # '3978feb0fe919d764b1c28a62886c50c4c4a5697'
2+
3+
Features:
4+
5+
- (core): enable disk syncing for state
6+
- (auth): support explicitly logging out
7+
- (build): add dedicated binding generation bin
8+
- (chat:emotes): add basic bttv emote support
9+
- (dev): support tauri log plugin for persisting logs
10+
11+
Fixes:
12+
13+
14+
Misc:
15+
16+
- (deps): update deps
17+
- add gitattributes

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pepo",
3-
"version": "0.2.11",
3+
"version": "0.2.12",
44
"private": false,
55
"scripts": {
66
"build": "pnpm run check && vite build",
@@ -58,4 +58,4 @@
5858
"tauri-svelte-synced-store": "github:synthlabs/tauri-svelte-synced-store"
5959
},
6060
"packageManager": "pnpm@10.24.0"
61-
}
61+
}

src-tauri/Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ eyre = "0.6.12"
99
futures = "0.3.31"
1010
lazy_static = "1.5.0"
1111
log = "0.4.29"
12-
reqwest = { version = "0.12.12", features = ["json"] }
1312
serde_json = "1"
1413
specta = "=2.0.0-rc.22"
1514
specta-typescript = "0.0.9"
@@ -19,6 +18,9 @@ tauri-plugin-opener = "2"
1918
tauri-plugin-process = "2"
2019
tauri-plugin-store = "2"
2120
tracing-subscriber = "0.3.19"
21+
[dependencies.reqwest]
22+
features = ["json"]
23+
version = "0.12.12"
2224
[dependencies.serde]
2325
features = ["derive"]
2426
version = "1"
@@ -56,7 +58,7 @@ default-run = "pepo"
5658
description = "A Tauri App"
5759
edition = "2021"
5860
name = "pepo"
59-
version = "0.2.11"
61+
version = "0.2.12"
6062

6163
[profile]
6264
[profile.dev]

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@
4444
}
4545
},
4646
"productName": "Pepo",
47-
"version": "0.2.11"
47+
"version": "0.2.12"
4848
}

0 commit comments

Comments
 (0)