From 75491e02660cc996c616f8e7d0b91344d51341e9 Mon Sep 17 00:00:00 2001 From: Trung-Tin Pham <60747384+AtelyPham@users.noreply.github.com> Date: Sat, 9 Sep 2023 05:10:11 +0700 Subject: [PATCH] ci: update package.json files and changelogs for release app --- .lycheeignore | 2 ++ apps/bridge-dapp/CHANGELOG.md | 14 ++++++++++- apps/bridge-dapp/package.json | 2 +- apps/hubble-stats/CHANGELOG.md | 45 ++++++++++++++++++++++++++++++++++ apps/hubble-stats/package.json | 4 +++ apps/stats-dapp/CHANGELOG.md | 6 +++++ apps/stats-dapp/package.json | 2 +- 7 files changed, 72 insertions(+), 3 deletions(-) create mode 100644 apps/hubble-stats/CHANGELOG.md create mode 100644 apps/hubble-stats/package.json diff --git a/.lycheeignore b/.lycheeignore index acbffecd57..fde971f6b9 100644 --- a/.lycheeignore +++ b/.lycheeignore @@ -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 diff --git a/apps/bridge-dapp/CHANGELOG.md b/apps/bridge-dapp/CHANGELOG.md index ba3400b920..d2fd63e946 100644 --- a/apps/bridge-dapp/CHANGELOG.md +++ b/apps/bridge-dapp/CHANGELOG.md @@ -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). @@ -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 diff --git a/apps/bridge-dapp/package.json b/apps/bridge-dapp/package.json index 202b33beac..93cca2b83e 100644 --- a/apps/bridge-dapp/package.json +++ b/apps/bridge-dapp/package.json @@ -1,5 +1,5 @@ { "name": "@webb-tools/bridge-dapp", - "version": "0.0.12", + "version": "1.0.0", "main": "./src/index.js" } diff --git a/apps/hubble-stats/CHANGELOG.md b/apps/hubble-stats/CHANGELOG.md new file mode 100644 index 0000000000..a231c98a9a --- /dev/null +++ b/apps/hubble-stats/CHANGELOG.md @@ -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 diff --git a/apps/hubble-stats/package.json b/apps/hubble-stats/package.json new file mode 100644 index 0000000000..0bd20cc539 --- /dev/null +++ b/apps/hubble-stats/package.json @@ -0,0 +1,4 @@ +{ + "name": "@webb-tools/hubble-stats", + "version": "1.0.0" +} diff --git a/apps/stats-dapp/CHANGELOG.md b/apps/stats-dapp/CHANGELOG.md index dc33d4fa50..2088d8866f 100644 --- a/apps/stats-dapp/CHANGELOG.md +++ b/apps/stats-dapp/CHANGELOG.md @@ -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)) diff --git a/apps/stats-dapp/package.json b/apps/stats-dapp/package.json index 24d71f0071..07d8a76b52 100644 --- a/apps/stats-dapp/package.json +++ b/apps/stats-dapp/package.json @@ -1,5 +1,5 @@ { "name": "@webb-tools/stats-dapp", - "version": "0.0.13", + "version": "0.0.14", "main": "./src/index.js" }