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 15, 2024
1 parent 2aacfcb commit df74e52
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,20 +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-15

### Added

- Add notice for stake maturity [#2981]

### Changed

- Update Transactions list design [#1922]
- Reword "Staking" header to "Stake" [#3113]
- Upgrade Migration Feature to Use Reown AppKit [#3129]

### Removed

- Remove "Network" section from Settings [#3160]

### Fixed

## [0.9.0] - 2024-12-03

### Added
Expand Down Expand Up @@ -434,6 +443,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.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 df74e52

Please sign in to comment.