@fluentui/react-switch 9.1.82 → 9.1.83

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 +18 -3
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,18 +1,33 @@
1
1
  # Change Log - @fluentui/react-switch
2
2
 
3
- This log was last generated on Thu, 16 May 2024 09:21:25 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 20 May 2024 12:36:41 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.1.83](https://github.com/microsoft/fluentui/tree/@fluentui/react-switch_v9.1.83)
8
+
9
+ Mon, 20 May 2024 12:36:41 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-switch_v9.1.82..@fluentui/react-switch_v9.1.83)
11
+
12
+ ### Patches
13
+
14
+ - chore: bump @griffel/react ([PR #31258](https://github.com/microsoft/fluentui/pull/31258) by olfedias@microsoft.com)
15
+ - Bump @fluentui/react-field to v9.1.66 ([PR #26682](https://github.com/microsoft/fluentui/pull/26682) by beachball)
16
+ - Bump @fluentui/react-jsx-runtime to v9.0.38 ([PR #26682](https://github.com/microsoft/fluentui/pull/26682) by beachball)
17
+ - Bump @fluentui/react-label to v9.1.70 ([PR #26682](https://github.com/microsoft/fluentui/pull/26682) by beachball)
18
+ - Bump @fluentui/react-shared-contexts to v9.19.0 ([PR #26682](https://github.com/microsoft/fluentui/pull/26682) by beachball)
19
+ - Bump @fluentui/react-tabster to v9.21.3 ([PR #26682](https://github.com/microsoft/fluentui/pull/26682) by beachball)
20
+ - Bump @fluentui/react-utilities to v9.18.9 ([PR #26682](https://github.com/microsoft/fluentui/pull/26682) by beachball)
21
+
7
22
  ## [9.1.82](https://github.com/microsoft/fluentui/tree/@fluentui/react-switch_v9.1.82)
8
23
 
9
- Thu, 16 May 2024 09:21:25 GMT
24
+ Thu, 16 May 2024 09:25:18 GMT
10
25
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-switch_v9.1.81..@fluentui/react-switch_v9.1.82)
11
26
 
12
27
  ### Patches
13
28
 
14
29
  - chore: Upgrade react-icons version to 2.0.239 to pick up provider export map fix. ([PR #31287](https://github.com/microsoft/fluentui/pull/31287) by ololubek@microsoft.com)
15
- - Bump @fluentui/react-field to v9.1.65 ([commit](https://github.com/microsoft/fluentui/commit/3ae9ed772fbcedeff1a76e154f6eb7d515785698) by beachball)
30
+ - Bump @fluentui/react-field to v9.1.65 ([PR #31390](https://github.com/microsoft/fluentui/pull/31390) by beachball)
16
31
 
17
32
  ## [9.1.81](https://github.com/microsoft/fluentui/tree/@fluentui/react-switch_v9.1.81)
18
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-switch",
3
- "version": "9.1.82",
3
+ "version": "9.1.83",
4
4
  "description": "Fluent UI React Switch component.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -33,15 +33,15 @@
33
33
  "@fluentui/scripts-tasks": "*"
34
34
  },
35
35
  "dependencies": {
36
- "@fluentui/react-field": "^9.1.65",
36
+ "@fluentui/react-field": "^9.1.66",
37
37
  "@fluentui/react-icons": "^2.0.239",
38
- "@fluentui/react-jsx-runtime": "^9.0.37",
39
- "@fluentui/react-label": "^9.1.69",
40
- "@fluentui/react-shared-contexts": "^9.18.0",
41
- "@fluentui/react-tabster": "^9.21.2",
38
+ "@fluentui/react-jsx-runtime": "^9.0.38",
39
+ "@fluentui/react-label": "^9.1.70",
40
+ "@fluentui/react-shared-contexts": "^9.19.0",
41
+ "@fluentui/react-tabster": "^9.21.3",
42
42
  "@fluentui/react-theme": "^9.1.19",
43
- "@fluentui/react-utilities": "^9.18.8",
44
- "@griffel/react": "^1.5.14",
43
+ "@fluentui/react-utilities": "^9.18.9",
44
+ "@griffel/react": "^1.5.22",
45
45
  "@swc/helpers": "^0.5.1"
46
46
  },
47
47
  "peerDependencies": {