Skip to content

Commit

Permalink
[RELEASE] Trigger release fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AtelyPham committed Apr 29, 2024
1 parent f075f9b commit 8118946
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
22 changes: 11 additions & 11 deletions apps/tangle-dapp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,20 +194,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Validator Info Card backend integration + Handle Loading state for Validator Detail page - https://github.com/webb-tools/webb-dapp/pull/2238
- Allowing to Transfer Max Balance - https://github.com/webb-tools/webb-dapp/pull/2243
- Active Service Table on Validator page - https://github.com/webb-tools/webb-dapp/pull/2262
- Role Distribution on Validator page + Fix empty dara on Restaking page - https://github.com/webb-tools/webb-dapp/pull/2266
- Validator Info Card backend integration + Handle Loading state for Validator Detail page - https://github.com/webb-tools/webb-dapp/pull/2238.
- Allowing to Transfer Max Balance - https://github.com/webb-tools/webb-dapp/pull/2243.
- Active Service Table on Validator page - https://github.com/webb-tools/webb-dapp/pull/2262.
- Role Distribution on Validator page + Fix empty dara on Restaking page - https://github.com/webb-tools/webb-dapp/pull/2266.

### Changed

- Disable `Wallet Connect` wallet - https://github.com/webb-tools/webb-dapp/pull/2230
- Update Explorer links on Tangle Dapp + getUrlExplorer + Chains Config - https://github.com/webb-tools/webb-dapp/pull/2233
- Have the native token symbol be hardcoded instead of dynamic to improve performance - https://github.com/webb-tools/webb-dapp/pull/2257
- Updating Balances Display - https://github.com/webb-tools/webb-dapp/pull/2269
- Disable `Wallet Connect` wallet - https://github.com/webb-tools/webb-dapp/pull/2230.
- Update Explorer links on Tangle Dapp + getUrlExplorer + Chains Config - https://github.com/webb-tools/webb-dapp/pull/2233.
- Have the native token symbol be hardcoded instead of dynamic to improve performance - https://github.com/webb-tools/webb-dapp/pull/2257.
- Updating Balances Display - https://github.com/webb-tools/webb-dapp/pull/2269.

### Fixed

- Fix cursor moves to the end when changing value in input - https://github.com/webb-tools/webb-dapp/pull/2234
- UI improvements on Tangle Dapp (Key Stats Item + Fix Footer bottom bound + Static Tangle Icon) - https://github.com/webb-tools/webb-dapp/pull/2256
- Fix account explorer link in wallet dropdown - https://github.com/webb-tools/webb-dapp/pull/2261
- Fix cursor moves to the end when changing value in input - https://github.com/webb-tools/webb-dapp/pull/2234.
- UI improvements on Tangle Dapp (Key Stats Item + Fix Footer bottom bound + Static Tangle Icon) - https://github.com/webb-tools/webb-dapp/pull/2256.
- Fix account explorer link in wallet dropdown - https://github.com/webb-tools/webb-dapp/pull/2261.
1 change: 1 addition & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ module.exports = {
],
],
},
ignores: [(message) => message.startsWith('[RELEASE]')],
};

0 comments on commit 8118946

Please sign in to comment.