Skip to content

Commit

Permalink
Merge pull request #1468 from dusk-network/wallet-release
Browse files Browse the repository at this point in the history
web-wallet: Release 0.3.0
  • Loading branch information
kieranhall authored Feb 28, 2024
2 parents 33577c2 + a8a3bea commit 1d5c42e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions web-wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.0] - 2024-02-28

### Added
- Add Create Wallet flow tests [#1443]
- Add visible version, commit hash and build date [#1441]
Expand Down Expand Up @@ -118,6 +120,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.3.0]: https://github.com/dusk-network/rusk/tree/web-wallet-0.3.0
[0.2.1]: https://github.com/dusk-network/rusk/tree/web-wallet-0.2.1
[0.2.0]: https://github.com/dusk-network/rusk/tree/web-wallet-0.2.0
[0.1.0-beta]: https://github.com/dusk-network/rusk/tree/web-wallet-0.1.0-beta
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 @@ -31,7 +31,7 @@
"typecheck:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch --fail-on-warnings"
},
"type": "module",
"version": "0.2.1",
"version": "0.3.0",
"dependencies": {
"@dusk-network/dusk-wallet-js": "0.4.2",
"@floating-ui/dom": "1.5.3",
Expand Down

0 comments on commit 1d5c42e

Please sign in to comment.