Skip to content

Commit

Permalink
ci: update package.json files and changelogs for release app
Browse files Browse the repository at this point in the history
  • Loading branch information
AtelyPham committed Sep 8, 2023
1 parent cc36d0c commit 75491e0
Show file tree
Hide file tree
Showing 7 changed files with 72 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .lycheeignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ https://github.com/webb-tools/webb-dapp/releases/tag/v0.0.10
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/v1.0.0
14 changes: 13 additions & 1 deletion apps/bridge-dapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

All notable changes to this project will be documented in this file.
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).
Expand Down Expand Up @@ -152,3 +152,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Close confirm containers when txn is dismissed ([#1362](https://github.com/webb-tools/webb-dapp/pull/1362))
- Removes extra bg image on bridge ([#1367](https://github.com/webb-tools/webb-dapp/pull/1367))
- Relayer URL and Disable Radio When No Chains To Select ([#1379](https://github.com/webb-tools/webb-dapp/pull/1379))

## [1.0.0] - 2023-09-09

### Fixed, Changed and Added

- Release new Hubble Bridge UI
- Custom the relayer enpoint
- Inputs sync with the URL
- User interaction without wallet connected
- 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
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": "0.0.12",
"version": "1.0.0",
"main": "./src/index.js"
}
45 changes: 45 additions & 0 deletions apps/hubble-stats/CHANGELOG.md
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

## [1.0.0] - 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
4 changes: 4 additions & 0 deletions apps/hubble-stats/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "@webb-tools/hubble-stats",
"version": "1.0.0"
}
6 changes: 6 additions & 0 deletions apps/stats-dapp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,3 +135,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Stats dApp Fixes: footer, compressed key flex & proposal detail page color ([#1554](https://github.com/webb-tools/webb-dapp/pull/1554))
- Use PolkadotAPI to show live chain data and Bug fixes in stats-dapp ([#1566](https://github.com/webb-tools/webb-dapp/pull/1566))
- Stats dApp fixes and adds rotated key status to key timeline ([#1576](https://github.com/webb-tools/webb-dapp/pull/1576))

## [0.0.14] - 2023-09-09

### Fixed, Changed and Added

- DKG Stats Bug Fixes and UI enhancements ([#1560](https://github.com/webb-tools/webb-dapp/pull/1560))
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.13",
"version": "0.0.14",
"main": "./src/index.js"
}

0 comments on commit 75491e0

Please sign in to comment.