diff --git a/CHANGELOG.md b/CHANGELOG.md index eab18f7b..a93fe0b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [[0.1.16](https://github.com/multiversx/mx-sdk-dapp-ui/pull/298)] - 2026-01-27 + +- [Add part attributes to Button, AddressTable, and Pagination components for improved external styling capabilities](https://github.com/multiversx/mx-sdk-dapp-ui/pull/298) + ## [[0.1.15](https://github.com/multiversx/mx-sdk-dapp-ui/pull/296)] - 2026-01-26 - [Fixed helpers export](https://github.com/multiversx/mx-sdk-dapp-ui/pull/296) diff --git a/package.json b/package.json index e1119933..05ce9eda 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@multiversx/sdk-dapp-ui", - "version": "0.1.15", + "version": "0.1.16", "description": "A library to hold UI components for a dApp on the MultiversX blockchain", "author": "MultiversX", "license": "MIT", diff --git a/src/common/Button/Button.tsx b/src/common/Button/Button.tsx index 4d3fa3c5..bbf01f92 100644 --- a/src/common/Button/Button.tsx +++ b/src/common/Button/Button.tsx @@ -25,6 +25,7 @@ export function Button( ) { return (