@fluentui/react-provider 9.13.18 → 9.13.19

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 +12 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,12 +1,22 @@
1
1
  # Change Log - @fluentui/react-provider
2
2
 
3
- This log was last generated on Fri, 05 Apr 2024 14:16:56 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 17 Apr 2024 21:47:25 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.13.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.13.19)
8
+
9
+ Wed, 17 Apr 2024 21:47:25 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.13.18..@fluentui/react-provider_v9.13.19)
11
+
12
+ ### Patches
13
+
14
+ - chore: Update react-icons to 2.0.235 ([PR #31011](https://github.com/microsoft/fluentui/pull/31011) by ololubek@microsoft.com)
15
+ - Bump @fluentui/react-tabster to v9.20.0 ([PR #31100](https://github.com/microsoft/fluentui/pull/31100) by beachball)
16
+
7
17
  ## [9.13.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.13.18)
8
18
 
9
- Fri, 05 Apr 2024 14:16:56 GMT
19
+ Fri, 05 Apr 2024 14:17:26 GMT
10
20
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.13.17..@fluentui/react-provider_v9.13.18)
11
21
 
12
22
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-provider",
3
- "version": "9.13.18",
3
+ "version": "9.13.19",
4
4
  "description": "Fluent UI React provider component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -33,9 +33,9 @@
33
33
  "@fluentui/scripts-tasks": "*"
34
34
  },
35
35
  "dependencies": {
36
- "@fluentui/react-icons": "^2.0.224",
36
+ "@fluentui/react-icons": "^2.0.235",
37
37
  "@fluentui/react-shared-contexts": "^9.16.0",
38
- "@fluentui/react-tabster": "^9.19.6",
38
+ "@fluentui/react-tabster": "^9.20.0",
39
39
  "@fluentui/react-theme": "^9.1.19",
40
40
  "@fluentui/react-utilities": "^9.18.6",
41
41
  "@fluentui/react-jsx-runtime": "^9.0.35",