Skip to content

Commit cf2df5b

Browse files
authored
Merge pull request #478 from BioforestChain/release/v1.0.9
release: v1.0.9
2 parents cef9b48 + f60f3ba commit cf2df5b

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

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

3+
## [1.0.9] - 2026-02-24
4+
5+
fix teleport transfer sign flow and balance rendering
6+
7+
<!-- last-commit: cef9b486423676a53a32f2c34e5bfa168961cfb5 -->
8+
39
## [1.0.8] - 2026-02-18
410

511
统一 bioChain 基础域名到 walletapi.bf-meta.org

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"author": [
1919
"@bfmeta.info"
2020
],
21-
"version": "1.0.8",
22-
"change_log": "统一 bioChain 基础域名到 walletapi.bf-meta.org",
21+
"version": "1.0.9",
22+
"change_log": "fix teleport transfer sign flow and balance rendering",
2323
"categories": [
2424
"application",
2525
"wallet"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@biochain/keyapp",
33
"private": true,
4-
"version": "1.0.8",
4+
"version": "1.0.9",
55
"type": "module",
66
"packageManager": "pnpm@10.28.0",
77
"scripts": {
@@ -218,5 +218,5 @@
218218
"packages/*",
219219
"miniapps/*"
220220
],
221-
"lastChangelogCommit": "f0587bec62172759bf3c893d3f5f818f32c8f5f2"
221+
"lastChangelogCommit": "cef9b486423676a53a32f2c34e5bfa168961cfb5"
222222
}

0 commit comments

Comments
 (0)