Skip to content

Commit d55bc0f

Browse files
committed
chore(updater): version bump 0.2.17
1 parent 3911ca4 commit d55bc0f

6 files changed

Lines changed: 28 additions & 13 deletions

File tree

SUMRY.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
[commit]: # 'cc383667a1cb61c4d27972379b1b8c4000cd6924'
1+
[commit]: # '3911ca4290c62c2aefd4a27df9f4aa845fb22d4a'
22

33
Features:
44

5+
- (chat:emotes): support 7tv emotes
6+
- (chat:emotes): support ffz emotes
57
- (chat:emotes): tooltip on hover showing name and source
6-
- (ui): chat search works when collapsed
78

89
Fixes:
910

10-
- (chat:emote): adjust emote sizing
11+
- (build): move gen_bindings out of a bin
1112

1213
Misc:
1314

14-
- (updater): version bump 0.2.15
15-
- (updater): version bump 0.2.14
15+
- (updater): version bump 0.2.16

archive/202604112023.SUMRY.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[commit]: # 'cc383667a1cb61c4d27972379b1b8c4000cd6924'
2+
3+
Features:
4+
5+
- (chat:emotes): tooltip on hover showing name and source
6+
- (ui): chat search works when collapsed
7+
8+
Fixes:
9+
10+
- (chat:emote): adjust emote sizing
11+
12+
Misc:
13+
14+
- (updater): version bump 0.2.15
15+
- (updater): version bump 0.2.14

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pepo",
3-
"version": "0.2.16",
3+
"version": "0.2.17",
44
"private": false,
55
"scripts": {
66
"build": "pnpm run check && vite build",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
name = "pepo"
33
path = "src/main.rs"
44

5-
[[example]]
6-
name = "gen_bindings"
7-
required-features = ["gen_bindings"]
8-
95
[build-dependencies]
106
[build-dependencies.tauri-build]
117
features = []
@@ -56,6 +52,10 @@ version = "~0.7.0"
5652
features = ["client"]
5753
version = "0.15.1"
5854

55+
[[example]]
56+
name = "gen_bindings"
57+
required-features = ["gen_bindings"]
58+
5959
[features]
6060
gen_bindings = []
6161

@@ -70,7 +70,7 @@ default-run = "pepo"
7070
description = "A Tauri App"
7171
edition = "2021"
7272
name = "pepo"
73-
version = "0.2.16"
73+
version = "0.2.17"
7474

7575
[profile]
7676
[profile.dev]

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@
4545
}
4646
},
4747
"productName": "Pepo",
48-
"version": "0.2.16"
48+
"version": "0.2.17"
4949
}

0 commit comments

Comments
 (0)