Skip to content

Commit

Permalink
explorer: Release v1.0.0
Browse files Browse the repository at this point in the history
Resolves #3256
  • Loading branch information
nortonandreev committed Dec 22, 2024
1 parent 03231b8 commit af1acd8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
13 changes: 11 additions & 2 deletions explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

### Changed

### Removed

### Fixed

## [1.0.0] - 2024-12-22

### Added

- Add stake maturity information (Provisioners page) [#3218]
- Add "owner" field to provisioners [#3215]

Expand All @@ -17,8 +27,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Change Stake details labels [#3218]
- Change Transaction Type tooltips [#3249]

### Removed

### Fixed

- Fix inactive stake shown as active on mobile [#3218]
Expand Down Expand Up @@ -126,6 +134,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/explorer
[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
[0.1.0]: https://github.com/dusk-network/rusk/tree/explorer-0.1.0
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": "0.3.0",
"version": "1.0.0",
"dependencies": {
"@floating-ui/dom": "1.6.5",
"@mdi/js": "7.4.47",
Expand Down

0 comments on commit af1acd8

Please sign in to comment.