Skip to content

Commit 60828fe

Browse files
committed
Update version to 5.6.15 and change sdk-dapp-ui dependency to >=0.1.21 <0.2.0 in package.json and pnpm-lock.yaml; add entry for version 5.6.15 in CHANGELOG.md
1 parent 46a3846 commit 60828fe

3 files changed

Lines changed: 11 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [[5.6.15](https://github.com/multiversx/mx-sdk-dapp/pull/1723)] - 2026-02-12
11+
12+
- [Update sdk-dapp-ui](https://github.com/multiversx/mx-sdk-dapp/pull/1723)
13+
1014
## [[5.6.14](https://github.com/multiversx/mx-sdk-dapp/pull/1722)] - 2026-02-11
1115

1216
- [Update sdk-dapp-ui](https://github.com/multiversx/mx-sdk-dapp/pull/1722)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@multiversx/sdk-dapp",
3-
"version": "5.6.14",
3+
"version": "5.6.15",
44
"description": "A library to hold the main logic for a dapp on the MultiversX blockchain",
55
"author": "MultiversX",
66
"license": "MIT",
@@ -85,7 +85,7 @@
8585
"protobufjs": "^7.2.6"
8686
},
8787
"optionalDependencies": {
88-
"@multiversx/sdk-dapp-ui": ">=0.1.20 <0.2.0"
88+
"@multiversx/sdk-dapp-ui": ">=0.1.21 <0.2.0"
8989
},
9090
"resolutions": {
9191
"strip-ansi": "6.0.1",

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)