Skip to content

Commit

Permalink
[RELEASE] 2019-10-04 - Hubble Bridge, Hubble Stats and Faucet
Browse files Browse the repository at this point in the history
  • Loading branch information
AtelyPham committed Oct 4, 2023
1 parent 1c5632f commit 3dbfb55
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 4 deletions.
1 change: 1 addition & 0 deletions .lycheeignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ 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
8 changes: 8 additions & 0 deletions apps/bridge-dapp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,3 +202,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed, Changed and Added

- Fix Connect Wallet Modal When Connect Wallet Button Is Clicked [#1723](https://github.com/webb-tools/webb-dapp/pull/1723)

## [1.0.6] - 2023-10-04

### Fixed, Changed and Added

- 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)
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.5",
"version": "1.0.6",
"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 @@ -91,3 +91,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.0.9] - 2023-09-30

- Downgrade next to 13.4.19 to fix netlify/next runtime issue [#1724](https://github.com/webb-tools/webb-dapp/pull/1724).

## [0.0.10] - 2023-10-04

- Substrate Support on Faucet [#1735](https://github.com/webb-tools/webb-dapp/pull/1735)
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.9",
"version": "0.0.10",
"license": "APACHE-2.0",
"description": "Official Webb Faucet"
}
9 changes: 8 additions & 1 deletion apps/hubble-stats/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Chaged, Added and Fixed

- Downgrade next to 13.4.19 to fix netlify/next runtime issue [#1724](https://github.com/webb-tools/webb-dapp/pull/1724).
- Downgrade next to 13.4.19 to fix netlify/next runtime issue ([#1724](https://github.com/webb-tools/webb-dapp/pull/1724)).

## [0.0.6] - 2023-10-04

### Chaged, Added and Fixed

- 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)).
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.5"
"version": "0.0.6"
}

0 comments on commit 3dbfb55

Please sign in to comment.