@fluentui/react-provider 9.13.11 → 9.13.13

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 +26 -3
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,17 +1,40 @@
1
1
  # Change Log - @fluentui/react-provider
2
2
 
3
- This log was last generated on Tue, 06 Feb 2024 17:52:10 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 28 Feb 2024 02:28:41 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.13.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.13.13)
8
+
9
+ Wed, 28 Feb 2024 02:28:41 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.13.12..@fluentui/react-provider_v9.13.13)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-shared-contexts to v9.14.1 ([PR #30639](https://github.com/microsoft/fluentui/pull/30639) by beachball)
15
+ - Bump @fluentui/react-tabster to v9.19.2 ([PR #30639](https://github.com/microsoft/fluentui/pull/30639) by beachball)
16
+ - Bump @fluentui/react-utilities to v9.18.2 ([PR #30639](https://github.com/microsoft/fluentui/pull/30639) by beachball)
17
+ - Bump @fluentui/react-jsx-runtime to v9.0.31 ([PR #30639](https://github.com/microsoft/fluentui/pull/30639) by beachball)
18
+
19
+ ## [9.13.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.13.12)
20
+
21
+ Tue, 20 Feb 2024 14:22:30 GMT
22
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.13.11..@fluentui/react-provider_v9.13.12)
23
+
24
+ ### Patches
25
+
26
+ - Bump @fluentui/react-tabster to v9.19.1 ([PR #30543](https://github.com/microsoft/fluentui/pull/30543) by beachball)
27
+ - Bump @fluentui/react-utilities to v9.18.1 ([PR #30543](https://github.com/microsoft/fluentui/pull/30543) by beachball)
28
+ - Bump @fluentui/react-jsx-runtime to v9.0.30 ([PR #30543](https://github.com/microsoft/fluentui/pull/30543) by beachball)
29
+
7
30
  ## [9.13.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.13.11)
8
31
 
9
- Tue, 06 Feb 2024 17:52:10 GMT
32
+ Tue, 06 Feb 2024 17:55:21 GMT
10
33
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.13.10..@fluentui/react-provider_v9.13.11)
11
34
 
12
35
  ### Patches
13
36
 
14
- - Bump @fluentui/react-tabster to v9.19.0 ([PR #26681](https://github.com/microsoft/fluentui/pull/26681) by beachball)
37
+ - Bump @fluentui/react-tabster to v9.19.0 ([PR #30392](https://github.com/microsoft/fluentui/pull/30392) by beachball)
15
38
 
16
39
  ## [9.13.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.13.10)
17
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-provider",
3
- "version": "9.13.11",
3
+ "version": "9.13.13",
4
4
  "description": "Fluent UI React provider component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -34,11 +34,11 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@fluentui/react-icons": "^2.0.224",
37
- "@fluentui/react-shared-contexts": "^9.14.0",
38
- "@fluentui/react-tabster": "^9.19.0",
37
+ "@fluentui/react-shared-contexts": "^9.14.1",
38
+ "@fluentui/react-tabster": "^9.19.2",
39
39
  "@fluentui/react-theme": "^9.1.16",
40
- "@fluentui/react-utilities": "^9.18.0",
41
- "@fluentui/react-jsx-runtime": "^9.0.29",
40
+ "@fluentui/react-utilities": "^9.18.2",
41
+ "@fluentui/react-jsx-runtime": "^9.0.31",
42
42
  "@griffel/core": "^1.14.1",
43
43
  "@griffel/react": "^1.5.14",
44
44
  "@swc/helpers": "^0.5.1"