Skip to content

Commit

Permalink
[RELEASE] 2023 Sep 30 - All dApps
Browse files Browse the repository at this point in the history
  • Loading branch information
AtelyPham committed Sep 29, 2023
1 parent 13692bb commit fce4741
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .lycheeignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ 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/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/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
6 changes: 6 additions & 0 deletions apps/bridge-dapp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,3 +196,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Remove forced goerli connection on wallet reconnect ([#1709](https://github.com/webb-tools/webb-dapp/pull/1709))
- Fix warning badge 0 balance state ([#1715](https://github.com/webb-tools/webb-dapp/pull/1715))
- Sort all non-active chains alphabetically ([#1716](https://github.com/webb-tools/webb-dapp/pull/1716))

## [1.0.5] - 2023-09-30

### Fixed, Changed and Added

- Fix Connect Wallet Modal When Connect Wallet Button Is Clicked [#1723](https://github.com/webb-tools/webb-dapp/pull/1723)
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.4",
"version": "1.0.5",
"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 @@ -87,3 +87,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.0.8] - 2023-09-20

- Update new deployment

## [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).
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.8",
"version": "0.0.9",
"license": "APACHE-2.0",
"description": "Official Webb Faucet"
}
6 changes: 6 additions & 0 deletions apps/hubble-stats/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Upgrade next apps to latest version to support adding features and fixing bugs ([#1684](https://github.com/webb-tools/webb-dapp/pull/1684))
- Add metadata in layout in Hubble Stats ([#1688](https://github.com/webb-tools/webb-dapp/pull/1688))

## [0.0.5] - 2023-09-30

### 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).
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.4"
"version": "0.0.5"
}
12 changes: 9 additions & 3 deletions apps/stats-dapp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed, Changed and Added

- DKG stats-dapp QA (Sept 13, 2023) fixes part 1 ([#1639](https://github.com/webb-tools/webb-dapp/pull/1639))
- DKG stats-dapp QA (Sept 13, 2023) fixes part 1 ([#1639](https://github.com/webb-tools/webb-dapp/pull/1639)).

## [0.0.17] - 2023-09-30

### Fixed, Changed and Added

- Show chain name in proposal detail ([#1689](https://github.com/webb-tools/webb-dapp/pull/1689))
- Fix prev session's active period incorrect progress bar ([#1713](https://github.com/webb-tools/webb-dapp/pull/1713))
- Show chain name in proposal detail ([#1689](https://github.com/webb-tools/webb-dapp/pull/1689)).
- Fix prev session's active period incorrect progress bar ([#1713](https://github.com/webb-tools/webb-dapp/pull/1713)).

## [0.0.18] - 2023-09-30

### Fixed, Changed and Added

- Update DKG Stats favicon to match with Tangle Marketing favicon [#1725](https://github.com/webb-tools/webb-dapp/pull/1725).
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.17",
"version": "0.0.18",
"main": "./src/index.js"
}

0 comments on commit fce4741

Please sign in to comment.