From 71e17843e46dfebd33a914ac3e561cebb76d304c Mon Sep 17 00:00:00 2001 From: Trung-Tin Pham <60747384+AtelyPham@users.noreply.github.com> Date: Tue, 24 Oct 2023 02:23:29 +0700 Subject: [PATCH] [RELEASE] 2023 Oct 24 - Hubble Bridge, Hubble Stats and Faucet (#1794) --- .github/PULL_REQUEST_TEMPLATE.md | 18 ++++++--- .github/workflows/deploy-tangle-website.yml | 2 +- .github/workflows/deploy-webbsite-dev.yml | 2 +- .github/workflows/release.yml | 42 ++++++++++----------- .lycheeignore | 1 + apps/bridge-dapp/CHANGELOG.md | 10 +++++ apps/bridge-dapp/package.json | 2 +- apps/faucet/CHANGELOG.md | 9 +++++ apps/faucet/package.json | 2 +- apps/hubble-stats/CHANGELOG.md | 7 ++++ apps/hubble-stats/package.json | 2 +- 11 files changed, 65 insertions(+), 32 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 5b32224bf7..b3e891972f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,28 +1,34 @@ ## Summary of changes + _Provide a detailed description of proposed changes._ -- + +- ### Proposed area of change + _Put an `x` in the boxes that apply._ - [ ] `apps/bridge-dapp` - [ ] `apps/hubble-stats` - [ ] `apps/stats-dapp` -- [ ] `apps/webbsite` +- [ ] `apps/tangle-dapp` - [ ] `apps/faucet` -- [ ] `apps/tangle-website` - [ ] `libs/webb-ui-components` ### Reference issue to close (if applicable) + _Specify any issues that can be closed from these changes (e.g. Closes #233)._ -- Closes + +- Closes ### Screen Recording + _If possible provide a screen recording of proposed change._ +--- + +### Code Checklist ------ -### Code Checklist _Please be sure to add .stories documentation if any additions are made to `libs/webb-ui-components`._ - [ ] I have added tests that prove my fix is effective or that my feature works diff --git a/.github/workflows/deploy-tangle-website.yml b/.github/workflows/deploy-tangle-website.yml index b48f166887..e81dc63280 100644 --- a/.github/workflows/deploy-tangle-website.yml +++ b/.github/workflows/deploy-tangle-website.yml @@ -6,7 +6,7 @@ name: deploy-tangle-website 🌐 on: pull_request: types: [opened, synchronize, reopened, ready_for_review] - branches: [develop] + branches: [] paths: - 'apps/tangle-website/**' diff --git a/.github/workflows/deploy-webbsite-dev.yml b/.github/workflows/deploy-webbsite-dev.yml index c96ec207a6..ee4e56288d 100644 --- a/.github/workflows/deploy-webbsite-dev.yml +++ b/.github/workflows/deploy-webbsite-dev.yml @@ -6,7 +6,7 @@ name: deploy-webbsite 🌐 on: pull_request: types: [opened, synchronize, reopened, ready_for_review] - branches: [develop] + branches: [] paths: - 'apps/webbsite/**' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 944733a129..858d38805f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,15 +51,15 @@ jobs: with: paths: apps/faucet - - uses: marceloprado/has-changed-path@v1 - id: changed-webbsite - with: - paths: apps/webbsite + # - uses: marceloprado/has-changed-path@v1 + # id: changed-webbsite + # with: + # paths: apps/webbsite - - uses: marceloprado/has-changed-path@v1 - id: changed-tangle - with: - paths: apps/tangle-website + # - uses: marceloprado/has-changed-path@v1 + # id: changed-tangle + # with: + # paths: apps/tangle-website - uses: marceloprado/has-changed-path@v1 id: changed-hubble-stats @@ -120,19 +120,19 @@ jobs: package-path: apps/faucet repo-token: ${{ secrets.REPO_TOKEN }} - - name: Release webbsite - if: steps.changed-webbsite.outputs.changed == 'true' - uses: ./.github/actions/create-release - with: - package-path: apps/webbsite - repo-token: ${{ secrets.REPO_TOKEN }} - - - name: Release tangle - if: steps.changed-tangle.outputs.changed == 'true' - uses: ./.github/actions/create-release - with: - package-path: apps/tangle-website - repo-token: ${{ secrets.REPO_TOKEN }} + # - name: Release webbsite + # if: steps.changed-webbsite.outputs.changed == 'true' + # uses: ./.github/actions/create-release + # with: + # package-path: apps/webbsite + # repo-token: ${{ secrets.REPO_TOKEN }} + + # - name: Release tangle + # if: steps.changed-tangle.outputs.changed == 'true' + # uses: ./.github/actions/create-release + # with: + # package-path: apps/tangle-website + # repo-token: ${{ secrets.REPO_TOKEN }} - name: Release hubble stats if: steps.changed-hubble-stats.outputs.changed == 'true' diff --git a/.lycheeignore b/.lycheeignore index 90437609d8..b33537e9be 100644 --- a/.lycheeignore +++ b/.lycheeignore @@ -31,3 +31,4 @@ 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 https://github.com/webb-tools/webb-dapp/releases/tag/v1.0.7 +https://github.com/webb-tools/webb-dapp/releases/tag/v1.0.8 diff --git a/apps/bridge-dapp/CHANGELOG.md b/apps/bridge-dapp/CHANGELOG.md index 8d8aeb036e..08b992ad08 100644 --- a/apps/bridge-dapp/CHANGELOG.md +++ b/apps/bridge-dapp/CHANGELOG.md @@ -217,3 +217,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix UI issues on bridge dapp - Disable amount input for destination accross flows [#1739](https://github.com/webb-tools/webb-dapp/pull/1739) + +## [1.0.8] - 2023-10-24 + +### Fixed, Changed and Added + +- Improve balance display across all flows on Hubble Bridge [#1746](https://github.com/webb-tools/webb-dapp/pull/1746) +- Removal of Chain Selection Option in Withdrawal Flow on Destination Input [#1747](https://github.com/webb-tools/webb-dapp/pull/1747) +- Fix bridge mobile view [#1765](https://github.com/webb-tools/webb-dapp/pull/1765) +- Fix Hubble Bridge QA Checklist 2 [#1771](https://github.com/webb-tools/webb-dapp/pull/1771) +- Improve Wallet Connection Flow [#1768](https://github.com/webb-tools/webb-dapp/pull/1768) diff --git a/apps/bridge-dapp/package.json b/apps/bridge-dapp/package.json index 1ad9613aac..8659ece912 100644 --- a/apps/bridge-dapp/package.json +++ b/apps/bridge-dapp/package.json @@ -1,6 +1,6 @@ { "name": "@webb-tools/bridge-dapp", - "version": "1.0.7", + "version": "1.0.8", "main": "./src/index.js", "license": "Apache-2.0" } diff --git a/apps/faucet/CHANGELOG.md b/apps/faucet/CHANGELOG.md index 4d6fedd368..4682ea9bce 100644 --- a/apps/faucet/CHANGELOG.md +++ b/apps/faucet/CHANGELOG.md @@ -103,3 +103,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.0.12] - 2023-10-05 - Hotfix faucet footer width. + +## [0.0.13] - 2023-10-24 + +### Fixed, Changed and Added + +- Add Tangle Sidebar to Faucet [#1774](https://github.com/webb-tools/webb-dapp/pull/1774) +- chore: ui update on buttons and containers [#1778](https://github.com/webb-tools/webb-dapp/pull/1778) +- Faucet Responsive + Fix Flicker [#1782](https://github.com/webb-tools/webb-dapp/pull/1782) +- Update faucet SEO metadata & container texts [#1785](https://github.com/webb-tools/webb-dapp/pull/1785) diff --git a/apps/faucet/package.json b/apps/faucet/package.json index 90dba4c9a2..68443af203 100644 --- a/apps/faucet/package.json +++ b/apps/faucet/package.json @@ -1,6 +1,6 @@ { "name": "@webb-tools/faucet", - "version": "0.0.12", + "version": "0.0.13", "license": "Apache-2.0", "description": "Official Webb Faucet" } diff --git a/apps/hubble-stats/CHANGELOG.md b/apps/hubble-stats/CHANGELOG.md index 081c19cb9e..2aa4a79ff6 100644 --- a/apps/hubble-stats/CHANGELOG.md +++ b/apps/hubble-stats/CHANGELOG.md @@ -84,3 +84,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Chaged, Added and Fixed - Fix Sidebar not keep consistent state when refreshing pages ([#1740](https://github.com/webb-tools/webb-dapp/pull/1740)) + +## [0.0.8] - 2023-10-24 + +### Chaged, Added and Fixed + +- Bump Netlify Next.js Runtime ([#1780](https://github.com/webb-tools/webb-dapp/pull/1780)). +- Client Side Fetching for Hubble Stats ([#1787](https://github.com/webb-tools/webb-dapp/pull/1787)). diff --git a/apps/hubble-stats/package.json b/apps/hubble-stats/package.json index 20efa451e6..e20097b42b 100644 --- a/apps/hubble-stats/package.json +++ b/apps/hubble-stats/package.json @@ -1,5 +1,5 @@ { "name": "@webb-tools/hubble-stats", - "version": "0.0.7", + "version": "0.0.8", "license": "Apache-2.0" }