Skip to content

Commit

Permalink
explorer: Release v0.1.1
Browse files Browse the repository at this point in the history
Resolves #2206
  • Loading branch information
kieranhall committed Aug 26, 2024
1 parent 844ad3b commit ad2bf5c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
11 changes: 10 additions & 1 deletion explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## Unreleased

### Added

### Changed

### Fixed

## [0.2.0] - 2024-08-26

### Added

Expand Down Expand Up @@ -51,4 +59,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- VERSIONS -->

[Unreleased]: https://github.com/dusk-network/rusk/tree/master/explorer
[0.2.0]: https://github.com/dusk-network/rusk/tree/explorer-0.1.0
[0.1.0]: https://github.com/dusk-network/rusk/tree/explorer-0.1.0
2 changes: 1 addition & 1 deletion explorer/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.1.0",
"version": "0.1.1",
"dependencies": {
"@floating-ui/dom": "1.6.5",
"@mdi/js": "7.4.47",
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.5.0",
"version": "0.2.0",
"dependencies": {
"@dusk-network/dusk-wallet-js": "0.4.2",
"@floating-ui/dom": "1.6.5",
Expand Down

0 comments on commit ad2bf5c

Please sign in to comment.