@fluentui/react-switch 9.1.14 → 9.1.16

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,87 @@
2
2
  "name": "@fluentui/react-switch",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 18 May 2023 13:08:33 GMT",
5
+ "date": "Thu, 25 May 2023 09:57:45 GMT",
6
+ "tag": "@fluentui/react-switch_v9.1.16",
7
+ "version": "9.1.16",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-switch",
13
+ "comment": "Bump @fluentui/react-field to v9.1.5",
14
+ "commit": "8f7c1b7591b3e665ae39e1b22ab0f0b28fb795c4"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-switch",
19
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.5",
20
+ "commit": "8f7c1b7591b3e665ae39e1b22ab0f0b28fb795c4"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-switch",
25
+ "comment": "Bump @fluentui/react-label to v9.1.14",
26
+ "commit": "8f7c1b7591b3e665ae39e1b22ab0f0b28fb795c4"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-switch",
31
+ "comment": "Bump @fluentui/react-tabster to v9.7.4",
32
+ "commit": "8f7c1b7591b3e665ae39e1b22ab0f0b28fb795c4"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui/react-switch",
37
+ "comment": "Bump @fluentui/react-utilities to v9.9.1",
38
+ "commit": "8f7c1b7591b3e665ae39e1b22ab0f0b28fb795c4"
39
+ }
40
+ ]
41
+ }
42
+ },
43
+ {
44
+ "date": "Wed, 24 May 2023 20:45:34 GMT",
45
+ "tag": "@fluentui/react-switch_v9.1.15",
46
+ "version": "9.1.15",
47
+ "comments": {
48
+ "none": [
49
+ {
50
+ "author": "olfedias@microsoft.com",
51
+ "package": "@fluentui/react-switch",
52
+ "commit": "69e0617a93cb44ef42f3bd19284b7dc5fe27fed3",
53
+ "comment": "chore: update test-ssr script"
54
+ }
55
+ ],
56
+ "patch": [
57
+ {
58
+ "author": "beachball",
59
+ "package": "@fluentui/react-switch",
60
+ "comment": "Bump @fluentui/react-field to v9.1.4",
61
+ "commit": "3f088b7b09988e7c05af1c953021acc94c273026"
62
+ },
63
+ {
64
+ "author": "beachball",
65
+ "package": "@fluentui/react-switch",
66
+ "comment": "Bump @fluentui/react-label to v9.1.13",
67
+ "commit": "3f088b7b09988e7c05af1c953021acc94c273026"
68
+ },
69
+ {
70
+ "author": "beachball",
71
+ "package": "@fluentui/react-switch",
72
+ "comment": "Bump @fluentui/react-shared-contexts to v9.5.0",
73
+ "commit": "3f088b7b09988e7c05af1c953021acc94c273026"
74
+ },
75
+ {
76
+ "author": "beachball",
77
+ "package": "@fluentui/react-switch",
78
+ "comment": "Bump @fluentui/react-tabster to v9.7.3",
79
+ "commit": "3f088b7b09988e7c05af1c953021acc94c273026"
80
+ }
81
+ ]
82
+ }
83
+ },
84
+ {
85
+ "date": "Thu, 18 May 2023 13:11:08 GMT",
6
86
  "tag": "@fluentui/react-switch_v9.1.14",
7
87
  "version": "9.1.14",
8
88
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,37 @@
1
1
  # Change Log - @fluentui/react-switch
2
2
 
3
- This log was last generated on Thu, 18 May 2023 13:08:33 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 25 May 2023 09:57:45 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.1.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-switch_v9.1.16)
8
+
9
+ Thu, 25 May 2023 09:57:45 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-switch_v9.1.15..@fluentui/react-switch_v9.1.16)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-field to v9.1.5 ([PR #27988](https://github.com/microsoft/fluentui/pull/27988) by beachball)
15
+ - Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.5 ([PR #27988](https://github.com/microsoft/fluentui/pull/27988) by beachball)
16
+ - Bump @fluentui/react-label to v9.1.14 ([PR #27988](https://github.com/microsoft/fluentui/pull/27988) by beachball)
17
+ - Bump @fluentui/react-tabster to v9.7.4 ([PR #27988](https://github.com/microsoft/fluentui/pull/27988) by beachball)
18
+ - Bump @fluentui/react-utilities to v9.9.1 ([PR #27988](https://github.com/microsoft/fluentui/pull/27988) by beachball)
19
+
20
+ ## [9.1.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-switch_v9.1.15)
21
+
22
+ Wed, 24 May 2023 20:45:34 GMT
23
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-switch_v9.1.14..@fluentui/react-switch_v9.1.15)
24
+
25
+ ### Patches
26
+
27
+ - Bump @fluentui/react-field to v9.1.4 ([PR #27989](https://github.com/microsoft/fluentui/pull/27989) by beachball)
28
+ - Bump @fluentui/react-label to v9.1.13 ([PR #27989](https://github.com/microsoft/fluentui/pull/27989) by beachball)
29
+ - Bump @fluentui/react-shared-contexts to v9.5.0 ([PR #27989](https://github.com/microsoft/fluentui/pull/27989) by beachball)
30
+ - Bump @fluentui/react-tabster to v9.7.3 ([PR #27989](https://github.com/microsoft/fluentui/pull/27989) by beachball)
31
+
7
32
  ## [9.1.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-switch_v9.1.14)
8
33
 
9
- Thu, 18 May 2023 13:08:33 GMT
34
+ Thu, 18 May 2023 13:11:08 GMT
10
35
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-switch_v9.1.13..@fluentui/react-switch_v9.1.14)
11
36
 
12
37
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-switch",
3
- "version": "9.1.14",
3
+ "version": "9.1.16",
4
4
  "description": "Fluent UI React Switch component.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -23,7 +23,7 @@
23
23
  "storybook": "start-storybook",
24
24
  "type-check": "tsc -b tsconfig.json",
25
25
  "generate-api": "just-scripts generate-api",
26
- "test-ssr": "test-ssr ./stories/**/*.stories.tsx"
26
+ "test-ssr": "test-ssr \"./stories/**/*.stories.tsx\""
27
27
  },
28
28
  "devDependencies": {
29
29
  "@fluentui/eslint-plugin": "*",
@@ -33,14 +33,14 @@
33
33
  "@fluentui/scripts-tasks": "*"
34
34
  },
35
35
  "dependencies": {
36
- "@fluentui/react-field": "^9.1.3",
36
+ "@fluentui/react-field": "^9.1.5",
37
37
  "@fluentui/react-icons": "^2.0.196",
38
- "@fluentui/react-jsx-runtime": "9.0.0-alpha.4",
39
- "@fluentui/react-label": "^9.1.12",
40
- "@fluentui/react-shared-contexts": "^9.4.0",
41
- "@fluentui/react-tabster": "^9.7.2",
38
+ "@fluentui/react-jsx-runtime": "9.0.0-alpha.5",
39
+ "@fluentui/react-label": "^9.1.14",
40
+ "@fluentui/react-shared-contexts": "^9.5.0",
41
+ "@fluentui/react-tabster": "^9.7.4",
42
42
  "@fluentui/react-theme": "^9.1.8",
43
- "@fluentui/react-utilities": "^9.9.0",
43
+ "@fluentui/react-utilities": "^9.9.1",
44
44
  "@griffel/react": "^1.5.2",
45
45
  "@swc/helpers": "^0.4.14"
46
46
  },