Skip to content

Commit

Permalink
[RELEASE] 2023-10-05 - Hubble Bridge, Hubble Stats, and DKG Stats
Browse files Browse the repository at this point in the history
  • Loading branch information
AtelyPham committed Oct 5, 2023
1 parent 19de22d commit 2f52105
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .lycheeignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ https://github.com/webb-tools/webb-dapp/releases/tag/v0.0.15
https://github.com/webb-tools/webb-dapp/releases/tag/v0.0.16
https://github.com/webb-tools/webb-dapp/releases/tag/v0.0.17
https://github.com/webb-tools/webb-dapp/releases/tag/v0.0.18
https://github.com/webb-tools/webb-dapp/releases/tag/v0.0.19
https://github.com/webb-tools/webb-dapp/releases/tag/v1.0.0
https://github.com/webb-tools/webb-dapp/releases/tag/v1.0.1
https://github.com/webb-tools/webb-dapp/releases/tag/v1.0.2
https://github.com/webb-tools/webb-dapp/releases/tag/v1.0.3
https://github.com/webb-tools/webb-dapp/releases/tag/v1.0.4
https://github.com/webb-tools/webb-dapp/releases/tag/v1.0.5
https://github.com/webb-tools/webb-dapp/releases/tag/v1.0.6
https://github.com/webb-tools/webb-dapp/releases/tag/v1.0.7
7 changes: 7 additions & 0 deletions apps/bridge-dapp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,3 +210,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Adds faucet banner link to bridge dapp [#1734](https://github.com/webb-tools/webb-dapp/pull/1734)
- Adding Support For Multiple Note Accounts [#1731](https://github.com/webb-tools/webb-dapp/pull/1731)
- Fixes hubble bridge layout issues [#1738](https://github.com/webb-tools/webb-dapp/pull/1738)

## [1.0.7] - 2023-10-05

### Fixed, Changed and Added

- Fix UI issues on bridge dapp
- Disable amount input for destination accross flows [#1739](https://github.com/webb-tools/webb-dapp/pull/1739)
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.6",
"version": "1.0.7",
"main": "./src/index.js"
}
6 changes: 6 additions & 0 deletions apps/hubble-stats/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Hubble Stats Streaming Data ([#1694](https://github.com/webb-tools/webb-dapp/pull/1694)).
- Improve Hubble Stats Timeout ([#1732](https://github.com/webb-tools/webb-dapp/pull/1732)).

## [0.0.7] - 2023-10-05

### Chaged, Added and Fixed

- Fix Sidebar not keep consistent state when refreshing pages ([#1740](https://github.com/webb-tools/webb-dapp/pull/1740))
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.6"
"version": "0.0.7"
}
7 changes: 7 additions & 0 deletions apps/stats-dapp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,3 +167,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed, Changed and Added

- Update DKG Stats favicon to match with Tangle Marketing favicon [#1725](https://github.com/webb-tools/webb-dapp/pull/1725).

## [0.0.19] - 2023-10-05

### Fixed, Changed and Added

- Fixes incorrect threshold values in key detail page [#1743](https://github.com/webb-tools/webb-dapp/pull/1743).
- Updated SEO description [#1744](https://github.com/webb-tools/webb-dapp/pull/1744).
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.18",
"version": "0.0.19",
"main": "./src/index.js"
}

0 comments on commit 2f52105

Please sign in to comment.