From 6f47031657b7765729f09793e7ab68524fad26a2 Mon Sep 17 00:00:00 2001 From: Iulia Cimpeanu Date: Tue, 8 Jul 2025 15:49:33 +0300 Subject: [PATCH 1/3] Upgraded version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", From 931e2fb395b0438fee40a3928474915225862965 Mon Sep 17 00:00:00 2001 From: Iulia Cimpeanu Date: Tue, 8 Jul 2025 15:52:40 +0300 Subject: [PATCH 2/3] Updated changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0835be76..aa6534e4 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/151)] - 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 From 5731b3113000772cc06102731c8124f3b62f8c08 Mon Sep 17 00:00:00 2001 From: Tudor Morar Date: Tue, 8 Jul 2025 15:57:21 +0300 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa6534e4..ef1e811e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ 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/151)] - 2025-07-08 +## [[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)