@fluentui/react-storybook-addon 0.0.0-nightly-20250416-0406.1 → 0.0.2
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 +7 -9
- package/package.json +10 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,20 +1,18 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-storybook-addon
|
|
2
2
|
|
|
3
|
-
This log was last generated on Wed, 16 Apr 2025
|
|
3
|
+
This log was last generated on Wed, 16 Apr 2025 19:37:27 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## [0.0.
|
|
7
|
+
## [0.0.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-storybook-addon_v0.0.2)
|
|
8
8
|
|
|
9
|
-
Wed, 16 Apr 2025
|
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-storybook-addon_v0.0.1..@fluentui/react-storybook-addon_v0.0.
|
|
9
|
+
Wed, 16 Apr 2025 19:37:27 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-storybook-addon_v0.0.1..@fluentui/react-storybook-addon_v0.0.2)
|
|
11
11
|
|
|
12
|
-
###
|
|
12
|
+
### Patches
|
|
13
13
|
|
|
14
|
-
-
|
|
15
|
-
- Bump @fluentui/react-
|
|
16
|
-
- Bump @fluentui/react-provider to v0.0.0-nightly-20250416-0406.1 ([commit](https://github.com/microsoft/fluentui/commit/26eff842fcb616e7fe5a3afcd5854c20fbb22a75) by beachball)
|
|
17
|
-
- Bump @fluentui/react-theme to v0.0.0-nightly-20250416-0406.1 ([commit](https://github.com/microsoft/fluentui/commit/26eff842fcb616e7fe5a3afcd5854c20fbb22a75) by beachball)
|
|
14
|
+
- Bump @fluentui/react-aria to v9.14.5 ([PR #34166](https://github.com/microsoft/fluentui/pull/34166) by beachball)
|
|
15
|
+
- Bump @fluentui/react-provider to v9.20.5 ([PR #34166](https://github.com/microsoft/fluentui/pull/34166) by beachball)
|
|
18
16
|
|
|
19
17
|
## [0.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-storybook-addon_v0.0.1)
|
|
20
18
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-storybook-addon",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
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": "
|
|
20
|
-
"@fluentui/react-provider": "
|
|
21
|
-
"@fluentui/react-theme": "
|
|
19
|
+
"@fluentui/react-aria": "^9.14.5",
|
|
20
|
+
"@fluentui/react-provider": "^9.20.5",
|
|
21
|
+
"@fluentui/react-theme": "^9.1.24",
|
|
22
22
|
"@swc/helpers": "^0.5.1"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
@@ -31,7 +31,12 @@
|
|
|
31
31
|
"react-dom": ">=16.14.0 <19.0.0",
|
|
32
32
|
"react": ">=16.14.0 <19.0.0"
|
|
33
33
|
},
|
|
34
|
-
"beachball": {
|
|
34
|
+
"beachball": {
|
|
35
|
+
"disallowedChangeTypes": [
|
|
36
|
+
"major",
|
|
37
|
+
"prerelease"
|
|
38
|
+
]
|
|
39
|
+
},
|
|
35
40
|
"exports": {
|
|
36
41
|
".": {
|
|
37
42
|
"types": "./dist/index.d.ts",
|