diff --git a/web-wallet/CHANGELOG.md b/web-wallet/CHANGELOG.md index 29d8cc254..dd33dc008 100644 --- a/web-wallet/CHANGELOG.md +++ b/web-wallet/CHANGELOG.md @@ -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] @@ -494,6 +505,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [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 diff --git a/web-wallet/package-lock.json b/web-wallet/package-lock.json index 520d4f6d8..6bfcafba0 100644 --- a/web-wallet/package-lock.json +++ b/web-wallet/package-lock.json @@ -1,12 +1,12 @@ { "name": "web-wallet", - "version": "0.10.1", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "web-wallet", - "version": "0.10.1", + "version": "1.0.0", "license": "MPL-2.0", "dependencies": { "@floating-ui/dom": "1.6.5", diff --git a/web-wallet/package.json b/web-wallet/package.json index 6b4090839..30de0a8e6 100644 --- a/web-wallet/package.json +++ b/web-wallet/package.json @@ -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",