diff --git a/CHANGELOG.md b/CHANGELOG.md index 0835be76..ef1e811e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [[0.0.11](https://github.com/multiversx/mx-sdk-dapp-ui/pull/152)] - 2025-07-08 + - [UI fixes on scrollbar, icons and unlock panel.](https://github.com/multiversx/mx-sdk-dapp-ui/pull/150) ## [[0.0.10](https://github.com/multiversx/mx-sdk-dapp-ui/pull/149)] - 2025-07-04 diff --git a/package.json b/package.json index ca8d0397..25c602bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@multiversx/sdk-dapp-ui", - "version": "0.0.10", + "version": "0.0.11", "description": "A library to hold UI components for a dApp on the MultiversX blockchain", "author": "MultiversX", "license": "MIT",