-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[RELEASE] 2023 Sep 09 - New Hubble Bridge UI, Hubble Stats and DKG St…
…ats (#1601)
- Loading branch information
Showing
7 changed files
with
72 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "@webb-tools/bridge-dapp", | ||
"version": "0.0.12", | ||
"version": "1.0.0", | ||
"main": "./src/index.js" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# Changelog | ||
|
||
All notable changes to this app will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
### Added | ||
|
||
- New feature or functionality | ||
- New file or resource | ||
|
||
### Changed | ||
|
||
- Updates to existing features | ||
- Changes to existing files or resources | ||
|
||
### Deprecated | ||
|
||
- Features or functionality that will be removed in future versions | ||
- Files or resources that will be removed in future versions | ||
|
||
### Removed | ||
|
||
- Features or functionality that have been removed | ||
- Files or resources that have been removed | ||
|
||
### Fixed | ||
|
||
- Bug fixes | ||
- Corrections to existing files or resources | ||
|
||
### Security | ||
|
||
- Security-related changes, such as vulnerability patches | ||
|
||
## [0.0.1] - 2023-09-09 | ||
|
||
### Added | ||
|
||
- Initial release of the Hubble Stats app | ||
- Include the overview page of the Hubble Bridge system | ||
- Include the pool detail page |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"name": "@webb-tools/hubble-stats", | ||
"version": "0.0.1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "@webb-tools/stats-dapp", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"main": "./src/index.js" | ||
} |