@fluentui/react-storybook-addon 0.2.5 → 0.3.1

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 +23 -2
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,12 +1,33 @@
1
1
  # Change Log - @fluentui/react-storybook-addon
2
2
 
3
- This log was last generated on Mon, 28 Jul 2025 18:44:12 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 30 Jul 2025 16:52:56 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [0.3.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-storybook-addon_v0.3.1)
8
+
9
+ Wed, 30 Jul 2025 16:52:56 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-storybook-addon_v0.3.0..@fluentui/react-storybook-addon_v0.3.1)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-aria to v9.16.2 ([PR #34945](https://github.com/microsoft/fluentui/pull/34945) by beachball)
15
+
16
+ ## [0.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-storybook-addon_v0.3.0)
17
+
18
+ Wed, 30 Jul 2025 13:10:55 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-storybook-addon_v0.2.5..@fluentui/react-storybook-addon_v0.3.0)
20
+
21
+ ### Minor changes
22
+
23
+ - Add new brand ramp version ([PR #34900](https://github.com/microsoft/fluentui/pull/34900) by jukapsia@microsoft.com)
24
+ - Bump @fluentui/react-aria to v9.16.1 ([PR #34881](https://github.com/microsoft/fluentui/pull/34881) by beachball)
25
+ - Bump @fluentui/react-provider to v9.22.2 ([PR #34881](https://github.com/microsoft/fluentui/pull/34881) by beachball)
26
+ - Bump @fluentui/react-theme to v9.2.0 ([PR #34881](https://github.com/microsoft/fluentui/pull/34881) by beachball)
27
+
7
28
  ## [0.2.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-storybook-addon_v0.2.5)
8
29
 
9
- Mon, 28 Jul 2025 18:44:12 GMT
30
+ Mon, 28 Jul 2025 18:48:21 GMT
10
31
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-storybook-addon_v0.2.4..@fluentui/react-storybook-addon_v0.2.5)
11
32
 
12
33
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-storybook-addon",
3
- "version": "0.2.5",
3
+ "version": "0.3.1",
4
4
  "description": "fluentui react storybook addon",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -16,9 +16,9 @@
16
16
  "@fluentui/scripts-api-extractor": "*"
17
17
  },
18
18
  "dependencies": {
19
- "@fluentui/react-aria": "^9.16.0",
20
- "@fluentui/react-provider": "^9.22.1",
21
- "@fluentui/react-theme": "^9.1.24",
19
+ "@fluentui/react-aria": "^9.16.2",
20
+ "@fluentui/react-provider": "^9.22.2",
21
+ "@fluentui/react-theme": "^9.2.0",
22
22
  "@swc/helpers": "^0.5.1"
23
23
  },
24
24
  "peerDependencies": {