Skip to content

Commit

Permalink
Merge pull request #3327 from dusk-network/feature-3326
Browse files Browse the repository at this point in the history
explorer: Release v1.0.1
  • Loading branch information
nortonandreev authored Jan 7, 2025
2 parents b9207dc + af8737c commit 6abf8b2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

## [1.0.1] - 2025-01-07

### Fixed

- Fix Owner key (Provisioners page) [#3315]

## [1.0.0] - 2024-12-22

### Added
Expand Down Expand Up @@ -130,10 +136,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#3215]: https://github.com/dusk-network/rusk/issues/3215
[#3218]: https://github.com/dusk-network/rusk/issues/3218
[#3249]: https://github.com/dusk-network/rusk/issues/3249
[#3315]: https://github.com/dusk-network/rusk/pull/3315

<!-- VERSIONS -->

[Unreleased]: https://github.com/dusk-network/rusk/tree/master/explorer
[1.0.1]: https://github.com/dusk-network/rusk/tree/explorer-v1.0.1
[1.0.0]: https://github.com/dusk-network/rusk/tree/explorer-v1.0.0
[0.3.0]: https://github.com/dusk-network/rusk/tree/explorer-0.3.0
[0.2.0]: https://github.com/dusk-network/rusk/tree/explorer-0.2.0
Expand Down
4 changes: 2 additions & 2 deletions explorer/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 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": "1.0.0",
"version": "1.0.1",
"dependencies": {
"@floating-ui/dom": "1.6.5",
"@mdi/js": "7.4.47",
Expand Down

0 comments on commit 6abf8b2

Please sign in to comment.