We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19ad362 commit 2fefdeaCopy full SHA for 2fefdea
.github/workflows/deploy-storybook.yml
@@ -2,7 +2,7 @@ name: Deploy Storybook
2
3
on:
4
push:
5
- branches: [mm-storybook-deployment-stencil]
+ branches: [main]
6
paths:
7
- 'src/**'
8
- '.storybook/**'
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
9
10
+- [Added the Storybook as a live server deployment](https://github.com/multiversx/mx-sdk-dapp-ui/pull/248)
11
+
12
## [[0.0.34](https://github.com/multiversx/mx-sdk-dapp-ui/pull/238)] - 2025-10-09
13
14
- [Added intro screens waiting for provider message](https://github.com/multiversx/mx-sdk-dapp-ui/pull/239)
0 commit comments