@fluentui/react-storybook-addon-export-to-sandbox 0.0.1 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -3
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,23 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-storybook-addon-export-to-sandbox
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 14 May 2025 13:28:26 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [0.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-storybook-addon-export-to-sandbox_v0.1.0)
|
|
8
|
+
|
|
9
|
+
Wed, 14 May 2025 13:28:26 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-storybook-addon-export-to-sandbox_v0.0.1..@fluentui/react-storybook-addon-export-to-sandbox_v0.1.0)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- Bump @fluentui/babel-preset-storybook-full-source to v0.1.0 ([PR #34444](https://github.com/microsoft/fluentui/pull/34444) by beachball)
|
|
15
|
+
|
|
7
16
|
## [0.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-storybook-addon-export-to-sandbox_v0.0.1)
|
|
8
17
|
|
|
9
|
-
Tue, 01 Apr 2025
|
|
18
|
+
Tue, 01 Apr 2025 15:20:46 GMT
|
|
10
19
|
|
|
11
20
|
### Patches
|
|
12
21
|
|
|
13
22
|
- feat: release to npm ([PR #33983](https://github.com/microsoft/fluentui/pull/33983) by dmytrokirpa@microsoft.com)
|
|
14
|
-
- Bump @fluentui/babel-preset-storybook-full-source to v0.0.1 ([PR #
|
|
23
|
+
- Bump @fluentui/babel-preset-storybook-full-source to v0.0.1 ([PR #33909](https://github.com/microsoft/fluentui/pull/33909) by beachball)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-storybook-addon-export-to-sandbox",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "0.1.0",
|
|
4
4
|
"description": "Storybook addon that enables cloud/web sandbox exports for stories doc mode code examples",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"@swc/helpers": "^0.5.1",
|
|
19
19
|
"babel-loader": "^9.1.3",
|
|
20
20
|
"codesandbox-import-utils": "^2.2.3",
|
|
21
|
-
"@fluentui/babel-preset-storybook-full-source": "^0.0
|
|
21
|
+
"@fluentui/babel-preset-storybook-full-source": "^0.1.0",
|
|
22
22
|
"dedent": "^1.2.0"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|