Skip to content

Commit c05f62a

Browse files
authored
Merge pull request #942 from dusk-network/feature-941
chore: Release v1.8.0
2 parents f22cac2 + 1712333 commit c05f62a

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Changed
1313

14-
- chore: dependency update to address newfound vulnerabilities [#939]
15-
1614
### Removed
1715

1816
### Fixed
1917

18+
## [1.8.0] - 2026-03-25
19+
20+
### Changed
21+
22+
- chore: dependency update to address newfound vulnerabilities [#939]
23+
24+
### Fixed
25+
2026
- fixed bug in `BigIntInput` input validation [#939]
2127
- fixed `GasControls` reacting to `input` events instead of `change`s [#939]
2228

@@ -664,6 +670,7 @@ dusk-network/rusk#3984: https://github.com/dusk-network/rusk/issues/3984
664670
<!-- VERSIONS -->
665671

666672
[Unreleased]: https://github.com/dusk-network/web-wallet/tree/main
673+
[1.8.0]: https://github.com/dusk-network/web-wallet/tree/web-wallet-v1.8.0
667674
[1.7.3]: https://github.com/dusk-network/web-wallet/tree/web-wallet-v1.7.3
668675
[1.7.2]: https://github.com/dusk-network/web-wallet/tree/web-wallet-v1.7.2
669676
[1.7.1]: https://github.com/dusk-network/web-wallet/tree/web-wallet-v1.7.1

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"typecheck:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch --fail-on-warnings"
3434
},
3535
"type": "module",
36-
"version": "1.7.3",
36+
"version": "1.8.0",
3737
"overrides": {
3838
"cookie": "0.7.2"
3939
},

0 commit comments

Comments
 (0)