Skip to content

Commit

Permalink
[RELEASE] 2023 Sep 19 - Hubble Bridge, Hubble Stats, Faucet and DKG S…
Browse files Browse the repository at this point in the history
…tats (#1649)
  • Loading branch information
AtelyPham authored Sep 19, 2023
1 parent 1c567da commit a0cd147
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .lycheeignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ https://github.com/webb-tools/webb-dapp/releases/tag/v0.0.11
https://github.com/webb-tools/webb-dapp/releases/tag/v0.0.12
https://github.com/webb-tools/webb-dapp/releases/tag/v0.0.13
https://github.com/webb-tools/webb-dapp/releases/tag/v0.0.14
https://github.com/webb-tools/webb-dapp/releases/tag/v0.0.15
https://github.com/webb-tools/webb-dapp/releases/tag/v1.0.0
https://github.com/webb-tools/webb-dapp/releases/tag/v1.0.1
9 changes: 9 additions & 0 deletions apps/bridge-dapp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,3 +164,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- New complete transaction flow with modal
- Refund feature on the transfer flow
- Leaf index validation with edge data on chain on withdraw and transfer flow

## [1.0.1] - 2023-09-19

### Fixed, Changed and Added

- UI improvements
- Leaf Index Checking & Relayer State
- Adopt use-query-params Hook, Eliminate Excessive useEffect for Default State Handling
- Fix Invalid BigNumber String on Tranfer flow
2 changes: 1 addition & 1 deletion apps/bridge-dapp/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@webb-tools/bridge-dapp",
"version": "1.0.0",
"version": "1.0.1",
"main": "./src/index.js"
}
4 changes: 4 additions & 0 deletions apps/faucet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.0.6] - 2023-08-07

- Improve the Faucet UI ([#1454](https://github.com/webb-tools/webb-dapp/pull/1454)).

## [0.0.7] - 2023-09-19

- Unifying background to webb-ui-kit
2 changes: 1 addition & 1 deletion apps/faucet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webb-tools/faucet",
"version": "0.0.6",
"version": "0.0.7",
"license": "APACHE-2.0",
"description": "Official Webb Faucet"
}
8 changes: 8 additions & 0 deletions apps/hubble-stats/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial release of the Hubble Stats app
- Include the overview page of the Hubble Bridge system
- Include the pool detail page

## [0.0.2] - 2023-09-19

### Chaged, Added and Fixed

- Fix Bugs in Pool Wrapping Table
- Add TVL change rate + Add Explorer Urls
- Fix Hubble Stats Theme Flickering
2 changes: 1 addition & 1 deletion apps/hubble-stats/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "@webb-tools/hubble-stats",
"version": "0.0.1"
"version": "0.0.2"
}
7 changes: 7 additions & 0 deletions apps/stats-dapp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed, Changed and Added

- DKG Stats Bug Fixes and UI enhancements ([#1560](https://github.com/webb-tools/webb-dapp/pull/1560))

## [0.0.15] - 2023-09-19

### Fixed, Changed and Added

- UI improvements
- Unifying backend to `webb-ui-kit`
2 changes: 1 addition & 1 deletion apps/stats-dapp/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@webb-tools/stats-dapp",
"version": "0.0.14",
"version": "0.0.15",
"main": "./src/index.js"
}

0 comments on commit a0cd147

Please sign in to comment.