Skip to content

Commit

Permalink
chore: bump v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ShookLyngs committed Dec 26, 2022
1 parent 8426531 commit af93bcc
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions apps/godwoken-bridge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "godwoken-bridge",
"version": "0.3.2",
"version": "0.3.3",
"private": true,
"scripts": {
"start": "react-scripts start",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.3.2",
"version": "0.3.3",
"packages": [
"packages/**",
"apps/**",
Expand Down
2 changes: 1 addition & 1 deletion packages/light-godwoken/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "light-godwoken",
"version": "0.3.2",
"version": "0.3.3",
"license": "MIT",
"scripts": {
"test": "jest",
Expand Down

0 comments on commit af93bcc

Please sign in to comment.