@fluentui/react-storybook-addon 0.1.1 → 0.2.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +24 -4
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,18 +1,38 @@
1
1
  # Change Log - @fluentui/react-storybook-addon
2
2
 
3
- This log was last generated on Wed, 14 May 2025 18:45:49 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 12 Jun 2025 09:39:14 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [0.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-storybook-addon_v0.2.0)
8
+
9
+ Thu, 12 Jun 2025 09:39:14 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-storybook-addon_v0.1.2..@fluentui/react-storybook-addon_v0.2.0)
11
+
12
+ ### Minor changes
13
+
14
+ - Bump @fluentui/react-aria to v9.15.0 ([PR #34456](https://github.com/microsoft/fluentui/pull/34456) by beachball)
15
+ - Bump @fluentui/react-provider to v9.21.0 ([PR #34456](https://github.com/microsoft/fluentui/pull/34456) by beachball)
16
+
17
+ ## [0.1.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-storybook-addon_v0.1.2)
18
+
19
+ Fri, 06 Jun 2025 13:15:15 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-storybook-addon_v0.1.1..@fluentui/react-storybook-addon_v0.1.2)
21
+
22
+ ### Patches
23
+
24
+ - Bump @fluentui/react-aria to v9.14.8 ([PR #34572](https://github.com/microsoft/fluentui/pull/34572) by beachball)
25
+ - Bump @fluentui/react-provider to v9.20.8 ([PR #34572](https://github.com/microsoft/fluentui/pull/34572) by beachball)
26
+
7
27
  ## [0.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-storybook-addon_v0.1.1)
8
28
 
9
- Wed, 14 May 2025 18:45:49 GMT
29
+ Wed, 14 May 2025 18:49:20 GMT
10
30
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-storybook-addon_v0.0.3..@fluentui/react-storybook-addon_v0.1.1)
11
31
 
12
32
  ### Patches
13
33
 
14
- - Bump @fluentui/react-aria to v9.14.7 ([PR #34449](https://github.com/microsoft/fluentui/pull/34449) by beachball)
15
- - Bump @fluentui/react-provider to v9.20.7 ([PR #34449](https://github.com/microsoft/fluentui/pull/34449) by beachball)
34
+ - Bump @fluentui/react-aria to v9.14.7 ([PR #34438](https://github.com/microsoft/fluentui/pull/34438) by beachball)
35
+ - Bump @fluentui/react-provider to v9.20.7 ([PR #34438](https://github.com/microsoft/fluentui/pull/34438) by beachball)
16
36
 
17
37
  ## [0.0.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-storybook-addon_v0.0.3)
18
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-storybook-addon",
3
- "version": "0.1.1",
3
+ "version": "0.2.0",
4
4
  "description": "fluentui react storybook addon",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -16,8 +16,8 @@
16
16
  "@fluentui/scripts-api-extractor": "*"
17
17
  },
18
18
  "dependencies": {
19
- "@fluentui/react-aria": "^9.14.7",
20
- "@fluentui/react-provider": "^9.20.7",
19
+ "@fluentui/react-aria": "^9.15.0",
20
+ "@fluentui/react-provider": "^9.21.0",
21
21
  "@fluentui/react-theme": "^9.1.24",
22
22
  "@swc/helpers": "^0.5.1"
23
23
  },