Skip to content

Commit

Permalink
web-wallet: Release v1.0.0
Browse files Browse the repository at this point in the history
Resolves #3255
  • Loading branch information
nortonandreev committed Dec 22, 2024
1 parent 00c0b92 commit a18db5b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
14 changes: 13 additions & 1 deletion web-wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

### Changed

- Update Transactions list design [#1922]

### Removed

### Fixed

## [1.0.0] - 2024-12-22

### Added

- Add "VITE_REOWN_PROJECT_ID" ENV variable [#3267]
- Add additional notices to the Migrate flow [#3267]

### Changed

- Update Transactions list design [#1922]
- Prioritize Public Account in the interface and transaction flows [#3259]
- Enhance Migrate flow layout, aligning it to the rest of the transaction-based flows [#3267]
- Display the Migration Requirements details using the `Banner` component [#3267]
Expand Down Expand Up @@ -494,6 +505,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
[1.0.0]: https://github.com/dusk-network/rusk/tree/web-wallet-v1.0.0
[0.10.1]: https://github.com/dusk-network/rusk/tree/web-wallet-v0.10.1
[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
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.10.1",
"version": "1.0.0",
"dependencies": {
"@floating-ui/dom": "1.6.5",
"@mdi/js": "7.4.47",
Expand Down

0 comments on commit a18db5b

Please sign in to comment.