Skip to content

Commit 777f1e0

Browse files
Merge pull request #225 from multiversx/development
0.0.30
2 parents bbfa8eb + 3d881cb commit 777f1e0

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

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+
## [[0.0.30](https://github.com/multiversx/mx-sdk-dapp-ui/pull/224)] - 2025-09-22
11+
12+
- [Bring back stencil/react-output-target](https://github.com/multiversx/mx-sdk-dapp-ui/pull/224)
13+
1014
## [[0.0.29](https://github.com/multiversx/mx-sdk-dapp-ui/pull/223)] - 2025-09-22
1115

1216
- [Fixed stencil/core dependency and added hasCloseButton flag to custom toasts](https://github.com/multiversx/mx-sdk-dapp-ui/pull/222)

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-ui",
3-
"version": "0.0.29",
3+
"version": "0.0.30",
44
"description": "A library to hold UI components for a dApp on the MultiversX blockchain",
55
"author": "MultiversX",
66
"license": "MIT",
@@ -83,6 +83,7 @@
8383
"@fortawesome/fontawesome-svg-core": ">=6.7.2",
8484
"@fortawesome/free-solid-svg-icons": ">=6.7.2",
8585
"@stencil/core": "^4.36.2",
86+
"@stencil/react-output-target": "1.2.0",
8687
"classnames": ">=2.5.1",
8788
"lodash.capitalize": "^4.2.1",
8889
"lodash.inrange": "^3.3.0",
@@ -96,7 +97,6 @@
9697
"@storybook/addon-links": "9.1.3",
9798
"@stencil/sass": "^3.0.12",
9899
"@stencil/store": "2.0.16",
99-
"@stencil/react-output-target": "1.2.0",
100100
"@storybook/addon-docs": "9.1.3",
101101
"@rollup/plugin-image": "^3.0.3",
102102
"@tailwindcss/cli": "4.0.17",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)