@fluentui/react-storybook-addon 0.0.1 → 0.0.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 +24 -4
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,19 +1,39 @@
1
1
  # Change Log - @fluentui/react-storybook-addon
2
2
 
3
- This log was last generated on Tue, 01 Apr 2025 14:05:33 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 24 Apr 2025 09:56:28 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [0.0.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-storybook-addon_v0.0.3)
8
+
9
+ Thu, 24 Apr 2025 09:56:28 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-storybook-addon_v0.0.2..@fluentui/react-storybook-addon_v0.0.3)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-aria to v9.14.6 ([PR #34315](https://github.com/microsoft/fluentui/pull/34315) by beachball)
15
+ - Bump @fluentui/react-provider to v9.20.6 ([PR #34315](https://github.com/microsoft/fluentui/pull/34315) by beachball)
16
+
17
+ ## [0.0.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-storybook-addon_v0.0.2)
18
+
19
+ Wed, 16 Apr 2025 19:42:18 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-storybook-addon_v0.0.1..@fluentui/react-storybook-addon_v0.0.2)
21
+
22
+ ### Patches
23
+
24
+ - Bump @fluentui/react-aria to v9.14.5 ([PR #34166](https://github.com/microsoft/fluentui/pull/34166) by beachball)
25
+ - Bump @fluentui/react-provider to v9.20.5 ([PR #34166](https://github.com/microsoft/fluentui/pull/34166) by beachball)
26
+
7
27
  ## [0.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-storybook-addon_v0.0.1)
8
28
 
9
- Tue, 01 Apr 2025 14:05:33 GMT
29
+ Tue, 01 Apr 2025 15:08:02 GMT
10
30
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-storybook-addon_v9.0.0-rc.1..@fluentui/react-storybook-addon_v0.0.1)
11
31
 
12
32
  ### Patches
13
33
 
14
34
  - feat: release to npm ([PR #33983](https://github.com/microsoft/fluentui/pull/33983) by dmytrokirpa@microsoft.com)
15
- - Bump @fluentui/react-aria to v9.14.4 ([PR #34129](https://github.com/microsoft/fluentui/pull/34129) by beachball)
16
- - Bump @fluentui/react-provider to v9.20.4 ([PR #34129](https://github.com/microsoft/fluentui/pull/34129) by beachball)
35
+ - Bump @fluentui/react-aria to v9.14.4 ([PR #33909](https://github.com/microsoft/fluentui/pull/33909) by beachball)
36
+ - Bump @fluentui/react-provider to v9.20.4 ([PR #33909](https://github.com/microsoft/fluentui/pull/33909) by beachball)
17
37
 
18
38
  ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-storybook-addon_v9.0.0-rc.1)
19
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-storybook-addon",
3
- "version": "0.0.1",
3
+ "version": "0.0.3",
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.4",
20
- "@fluentui/react-provider": "^9.20.4",
19
+ "@fluentui/react-aria": "^9.14.6",
20
+ "@fluentui/react-provider": "^9.20.6",
21
21
  "@fluentui/react-theme": "^9.1.24",
22
22
  "@swc/helpers": "^0.5.1"
23
23
  },