@fluentui/react-storybook-addon-export-to-sandbox 0.1.2 → 0.1.3

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,12 +1,22 @@
1
1
  # Change Log - @fluentui/react-storybook-addon-export-to-sandbox
2
2
 
3
- This log was last generated on Thu, 07 Aug 2025 09:59:08 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 04 Nov 2025 14:46:32 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [0.1.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-storybook-addon-export-to-sandbox_v0.1.3)
8
+
9
+ Tue, 04 Nov 2025 14:46:32 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-storybook-addon-export-to-sandbox_v0.1.2..@fluentui/react-storybook-addon-export-to-sandbox_v0.1.3)
11
+
12
+ ### Patches
13
+
14
+ - fix: force release ([PR #35445](https://github.com/microsoft/fluentui/pull/35445) by dmytrokirpa@microsoft.com)
15
+ - Bump @fluentui/babel-preset-storybook-full-source to v0.1.1 ([PR #35435](https://github.com/microsoft/fluentui/pull/35435) by beachball)
16
+
7
17
  ## [0.1.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-storybook-addon-export-to-sandbox_v0.1.2)
8
18
 
9
- Thu, 07 Aug 2025 09:59:08 GMT
19
+ Thu, 07 Aug 2025 10:03:27 GMT
10
20
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-storybook-addon-export-to-sandbox_v0.1.1..@fluentui/react-storybook-addon-export-to-sandbox_v0.1.2)
11
21
 
12
22
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-storybook-addon-export-to-sandbox",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
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.1.0",
21
+ "@fluentui/babel-preset-storybook-full-source": "^0.1.1",
22
22
  "dedent": "^1.2.0"
23
23
  },
24
24
  "peerDependencies": {