@fluentui/react-switch 9.1.20 → 9.1.22

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.json CHANGED
@@ -2,7 +2,99 @@
2
2
  "name": "@fluentui/react-switch",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 27 Jun 2023 11:19:44 GMT",
5
+ "date": "Mon, 03 Jul 2023 11:54:01 GMT",
6
+ "tag": "@fluentui/react-switch_v9.1.22",
7
+ "version": "9.1.22",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-switch",
13
+ "comment": "Bump @fluentui/react-field to v9.1.10",
14
+ "commit": "e7a838bfd1ce4b077d265295fcbef8dc2177e724"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-switch",
19
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.10",
20
+ "commit": "e7a838bfd1ce4b077d265295fcbef8dc2177e724"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-switch",
25
+ "comment": "Bump @fluentui/react-label to v9.1.19",
26
+ "commit": "e7a838bfd1ce4b077d265295fcbef8dc2177e724"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-switch",
31
+ "comment": "Bump @fluentui/react-shared-contexts to v9.6.0",
32
+ "commit": "e7a838bfd1ce4b077d265295fcbef8dc2177e724"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui/react-switch",
37
+ "comment": "Bump @fluentui/react-tabster to v9.9.2",
38
+ "commit": "e7a838bfd1ce4b077d265295fcbef8dc2177e724"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui/react-switch",
43
+ "comment": "Bump @fluentui/react-utilities to v9.10.1",
44
+ "commit": "e7a838bfd1ce4b077d265295fcbef8dc2177e724"
45
+ }
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "date": "Wed, 28 Jun 2023 11:12:32 GMT",
51
+ "tag": "@fluentui/react-switch_v9.1.21",
52
+ "version": "9.1.21",
53
+ "comments": {
54
+ "none": [
55
+ {
56
+ "author": "martinhochel@microsoft.com",
57
+ "package": "@fluentui/react-switch",
58
+ "commit": "fbe878e9c9785588197481f172c42c2c0a230292",
59
+ "comment": "fix: update .npmignore to unify v8 packages and exclude project.json"
60
+ }
61
+ ],
62
+ "patch": [
63
+ {
64
+ "author": "beachball",
65
+ "package": "@fluentui/react-switch",
66
+ "comment": "Bump @fluentui/react-field to v9.1.9",
67
+ "commit": "08de131d5f3346e001dcd8d2f0f3809c698f16d7"
68
+ },
69
+ {
70
+ "author": "beachball",
71
+ "package": "@fluentui/react-switch",
72
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.9",
73
+ "commit": "08de131d5f3346e001dcd8d2f0f3809c698f16d7"
74
+ },
75
+ {
76
+ "author": "beachball",
77
+ "package": "@fluentui/react-switch",
78
+ "comment": "Bump @fluentui/react-label to v9.1.18",
79
+ "commit": "08de131d5f3346e001dcd8d2f0f3809c698f16d7"
80
+ },
81
+ {
82
+ "author": "beachball",
83
+ "package": "@fluentui/react-switch",
84
+ "comment": "Bump @fluentui/react-tabster to v9.9.1",
85
+ "commit": "08de131d5f3346e001dcd8d2f0f3809c698f16d7"
86
+ },
87
+ {
88
+ "author": "beachball",
89
+ "package": "@fluentui/react-switch",
90
+ "comment": "Bump @fluentui/react-utilities to v9.10.0",
91
+ "commit": "08de131d5f3346e001dcd8d2f0f3809c698f16d7"
92
+ }
93
+ ]
94
+ }
95
+ },
96
+ {
97
+ "date": "Tue, 27 Jun 2023 11:21:23 GMT",
6
98
  "tag": "@fluentui/react-switch_v9.1.20",
7
99
  "version": "9.1.20",
8
100
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,39 @@
1
1
  # Change Log - @fluentui/react-switch
2
2
 
3
- This log was last generated on Tue, 27 Jun 2023 11:19:44 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 03 Jul 2023 11:54:01 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.1.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-switch_v9.1.22)
8
+
9
+ Mon, 03 Jul 2023 11:54:01 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-switch_v9.1.21..@fluentui/react-switch_v9.1.22)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-field to v9.1.10 ([PR #28399](https://github.com/microsoft/fluentui/pull/28399) by beachball)
15
+ - Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.10 ([PR #28399](https://github.com/microsoft/fluentui/pull/28399) by beachball)
16
+ - Bump @fluentui/react-label to v9.1.19 ([PR #28399](https://github.com/microsoft/fluentui/pull/28399) by beachball)
17
+ - Bump @fluentui/react-shared-contexts to v9.6.0 ([PR #28399](https://github.com/microsoft/fluentui/pull/28399) by beachball)
18
+ - Bump @fluentui/react-tabster to v9.9.2 ([PR #28399](https://github.com/microsoft/fluentui/pull/28399) by beachball)
19
+ - Bump @fluentui/react-utilities to v9.10.1 ([PR #28399](https://github.com/microsoft/fluentui/pull/28399) by beachball)
20
+
21
+ ## [9.1.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-switch_v9.1.21)
22
+
23
+ Wed, 28 Jun 2023 11:12:32 GMT
24
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-switch_v9.1.20..@fluentui/react-switch_v9.1.21)
25
+
26
+ ### Patches
27
+
28
+ - Bump @fluentui/react-field to v9.1.9 ([PR #28320](https://github.com/microsoft/fluentui/pull/28320) by beachball)
29
+ - Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.9 ([PR #28320](https://github.com/microsoft/fluentui/pull/28320) by beachball)
30
+ - Bump @fluentui/react-label to v9.1.18 ([PR #28320](https://github.com/microsoft/fluentui/pull/28320) by beachball)
31
+ - Bump @fluentui/react-tabster to v9.9.1 ([PR #28320](https://github.com/microsoft/fluentui/pull/28320) by beachball)
32
+ - Bump @fluentui/react-utilities to v9.10.0 ([PR #28320](https://github.com/microsoft/fluentui/pull/28320) by beachball)
33
+
7
34
  ## [9.1.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-switch_v9.1.20)
8
35
 
9
- Tue, 27 Jun 2023 11:19:44 GMT
36
+ Tue, 27 Jun 2023 11:21:23 GMT
10
37
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-switch_v9.1.19..@fluentui/react-switch_v9.1.20)
11
38
 
12
39
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-switch",
3
- "version": "9.1.20",
3
+ "version": "9.1.22",
4
4
  "description": "Fluent UI React Switch component.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -33,14 +33,14 @@
33
33
  "@fluentui/scripts-tasks": "*"
34
34
  },
35
35
  "dependencies": {
36
- "@fluentui/react-field": "^9.1.8",
36
+ "@fluentui/react-field": "^9.1.10",
37
37
  "@fluentui/react-icons": "^2.0.203",
38
- "@fluentui/react-jsx-runtime": "9.0.0-alpha.8",
39
- "@fluentui/react-label": "^9.1.17",
40
- "@fluentui/react-shared-contexts": "^9.5.1",
41
- "@fluentui/react-tabster": "^9.9.0",
38
+ "@fluentui/react-jsx-runtime": "9.0.0-alpha.10",
39
+ "@fluentui/react-label": "^9.1.19",
40
+ "@fluentui/react-shared-contexts": "^9.6.0",
41
+ "@fluentui/react-tabster": "^9.9.2",
42
42
  "@fluentui/react-theme": "^9.1.9",
43
- "@fluentui/react-utilities": "^9.9.4",
43
+ "@fluentui/react-utilities": "^9.10.1",
44
44
  "@griffel/react": "^1.5.7",
45
45
  "@swc/helpers": "^0.4.14"
46
46
  },