From db6517cf196c10ca0839db7ebcfd4234cbdaf5bf Mon Sep 17 00:00:00 2001 From: Gaubee Date: Sun, 15 Feb 2026 23:15:52 +0800 Subject: [PATCH] release: v0.10.15 ## Changes - 1a28c5fd0 fix(dweb): retry virtual keyboard overlay initialization (#454) Co-Authored-By: Claude Opus 4.5 --- manifest.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 4de8d43f7..0034158aa 100644 --- a/manifest.json +++ b/manifest.json @@ -18,8 +18,8 @@ "author": [ "@bfmeta.info" ], - "version": "0.10.14", - "change_log": "fix(dweb): enable keyboard overlay to prevent viewport resize (#452)", + "version": "0.10.15", + "change_log": "fix(dweb): retry virtual keyboard overlay initialization (#454)", "categories": [ "application", "wallet" diff --git a/package.json b/package.json index 1409f865f..eb465167a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@biochain/keyapp", "private": true, - "version": "0.10.14", + "version": "0.10.15", "type": "module", "packageManager": "pnpm@10.28.0", "scripts": {