From af93bccdbb3946c3acd93c2874523d2a74730807 Mon Sep 17 00:00:00 2001 From: ShookLyngs Date: Mon, 26 Dec 2022 14:17:07 +0800 Subject: [PATCH] chore: bump v0.3.3 --- CHANGELOG.md | 13 +++++++++++++ apps/godwoken-bridge/package.json | 4 ++-- lerna.json | 2 +- packages/light-godwoken/package.json | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ecce2c7..b3f22fe9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +# 0.3.3 (2022-12-27) + +### Bug Fixes +* Fix the display of fast withdrawal time ([#246](https://github.com/godwokenrises/light-godwoken/pull/246)) + +### Features +* Improve the display logic of pending withdrawals ([#240](https://github.com/godwokenrises/light-godwoken/pull/240)) +> Previously, pending v1 withdrawals were not properly displayed while waiting to be unlocked. Now added the logic: when a withdrawal's time is up, it will show a loading indicator instead of "00:00". Also, to improve user experience, I added an interval which reloads the v1 pending withdrawal list every 60 seconds. + +* Watch network changes ([#241](https://github.com/godwokenrises/light-godwoken/pull/241)) +> Now Godwoken Bridge can detect if the current network has changed. + + # 0.3.2 (2022-12-1) ### Bug Fixes diff --git a/apps/godwoken-bridge/package.json b/apps/godwoken-bridge/package.json index dd29eea1..34033d20 100644 --- a/apps/godwoken-bridge/package.json +++ b/apps/godwoken-bridge/package.json @@ -1,6 +1,6 @@ { "name": "godwoken-bridge", - "version": "0.3.2", + "version": "0.3.3", "private": true, "scripts": { "start": "react-scripts start", @@ -53,7 +53,7 @@ "date-fns": "^2.28.0", "dotbit": "^0.4.11", "events": "^3.3.0", - "light-godwoken": "^0.3.2", + "light-godwoken": "^0.3.3", "numeral": "^2.0.6", "react": "^17.0.2", "react-dom": "^17.0.2", diff --git a/lerna.json b/lerna.json index 9f9d8148..c64f96fb 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.3.2", + "version": "0.3.3", "packages": [ "packages/**", "apps/**", diff --git a/packages/light-godwoken/package.json b/packages/light-godwoken/package.json index 2d627e68..a7e0995d 100644 --- a/packages/light-godwoken/package.json +++ b/packages/light-godwoken/package.json @@ -1,6 +1,6 @@ { "name": "light-godwoken", - "version": "0.3.2", + "version": "0.3.3", "license": "MIT", "scripts": { "test": "jest",