Skip to content

Commit

Permalink
Merge pull request #3067 from dusk-network/web-wallet-0.8.1
Browse files Browse the repository at this point in the history
web-wallet-v.0.8.1
  • Loading branch information
nortonandreev authored Nov 26, 2024
2 parents 6fde36f + 17d87f0 commit e21b601
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
16 changes: 13 additions & 3 deletions web-wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Add "Reset Wallet" explanatory copy (Settings) [#3061]

### Changed

- Update Transactions list design [#1922]
- Update stake warning's text [#3028]

### Removed

### Fixed

## [0.8.1] - 2024-11-26

### Added

- Add "Reset Wallet" explanatory copy (Settings) [#3061]

### Changed

- Update stake warning's text [#3028]

### Fixed

- Fix UI not scrolling to top after wizard and sub-route navigation [#2997]
- Fix edge case in Dusk to Lux conversion [#3032]
- Fix inconsistent terminology usage for "Mnemonic Phrase" [#3035]
Expand Down Expand Up @@ -386,6 +395,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- VERSIONS -->

[Unreleased]: https://github.com/dusk-network/rusk/tree/master/web-wallet
[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
[0.7.0]: https://github.com/dusk-network/rusk/tree/web-wallet-v0.7.0
[0.6.0]: https://github.com/dusk-network/rusk/tree/web-wallet-v0.6.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.8.0",
"version": "0.8.1",
"dependencies": {
"@floating-ui/dom": "1.6.5",
"@mdi/js": "7.4.47",
Expand Down

0 comments on commit e21b601

Please sign in to comment.