Skip to content

Commit

Permalink
chore: bump v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ShookLyngs committed Nov 10, 2022
1 parent d760152 commit b7b087a
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.


# 0.3.1 (2022-11-10)

### Bug Fixes
* Fix misplaced UAN of dCKB and YOK ([#224](https://github.com/godwokenrises/light-godwoken/pull/224))
* Fix l1-transfer status update logic and ckb balance validation issues ([#228](https://github.com/godwokenrises/light-godwoken/pull/228))

### Features
* Improve styles of Header/Footer/Body ([#221](https://github.com/godwokenrises/light-godwoken/pull/221))
> We've added some official links into the menu popover, including GitHub and our Godwoken Docs.
> In addition, the layout style of Godwoken Bridge has also been beautified.
* Add `waitForCompletion` option to deposit/withdraw functions ([#222](https://github.com/godwokenrises/light-godwoken/pull/222))
> This feature gives developers an option to avoid listen to the final result of the deposit/withdrawal.
> For more details, please visit: [Feat: add waitForCompletion to deposit/withdraw](https://github.com/godwokenrises/light-godwoken/pull/222).
# 0.3.0 (2022-11-01)

### 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.0",
"version": "0.3.1",
"private": true,
"scripts": {
"start": "react-scripts start",
Expand Down Expand Up @@ -52,7 +52,7 @@
"copy-to-clipboard": "^3.3.1",
"date-fns": "^2.28.0",
"events": "^3.3.0",
"light-godwoken": "^0.3.0",
"light-godwoken": "^0.3.1",
"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.0",
"version": "0.3.1",
"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.0",
"version": "0.3.1",
"license": "MIT",
"scripts": {
"test": "jest",
Expand Down

0 comments on commit b7b087a

Please sign in to comment.