Skip to content

Commit

Permalink
web-wallet: Release v.0.10.0
Browse files Browse the repository at this point in the history
Resolves #3189
  • Loading branch information
nortonandreev committed Dec 17, 2024
1 parent 6743d88 commit c69bc5d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
16 changes: 15 additions & 1 deletion web-wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

### Changed

- Update Transactions list design [#1922]

### Removed

### Fixed

## [0.10.0] - 2024-12-17

### Added

- Add notice for stake maturity [#2981]
- Add capability to maintain cache consistency in case of rejected blocks [#3156]
- Add button to reset gas settings to their defaults [#3178]

### Changed

- Update Transactions list design [#1922]
- Reword "Staking" header to "Stake" [#3113]
- Upgrade Migration Feature to Use Reown AppKit [#3129]
- Update default gas settings values [#3178]
- Update AddressPicker to show Default Profile label [#3179]
- Enhanced migration workflow, activated new migration contracts [#3203]

### Removed

Expand Down Expand Up @@ -442,10 +454,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#3160]: https://github.com/dusk-network/rusk/issues/3160
[#3178]: https://github.com/dusk-network/rusk/issues/3178
[#3179]: https://github.com/dusk-network/rusk/issues/3179
[#3203]: https://github.com/dusk-network/rusk/issues/3203

<!-- VERSIONS -->

[Unreleased]: https://github.com/dusk-network/rusk/tree/master/web-wallet
[0.10.0]: https://github.com/dusk-network/rusk/tree/web-wallet-v0.10.0
[0.9.0]: https://github.com/dusk-network/rusk/tree/web-wallet-v0.9.0
[0.8.1]: https://github.com/dusk-network/rusk/tree/web-wallet-v0.8.1
[0.8.0]: https://github.com/dusk-network/rusk/tree/web-wallet-v0.8.0
Expand Down
4 changes: 2 additions & 2 deletions web-wallet/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web-wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"typecheck:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch --fail-on-warnings"
},
"type": "module",
"version": "0.9.0",
"version": "0.10.0",
"dependencies": {
"@floating-ui/dom": "1.6.5",
"@mdi/js": "7.4.47",
Expand Down

0 comments on commit c69bc5d

Please sign in to comment.