@fluentui/react-switch 9.0.0-beta.1 → 9.0.0-beta.2

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,28 @@
2
2
  "name": "@fluentui/react-switch",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 06 Oct 2021 10:36:00 GMT",
5
+ "date": "Tue, 12 Oct 2021 19:45:25 GMT",
6
+ "tag": "@fluentui/react-switch_v9.0.0-beta.2",
7
+ "version": "9.0.0-beta.2",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-switch",
13
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.2",
14
+ "commit": "bdd19e2bb827fc1d8eb329e6ed48cd0542048358"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-switch",
19
+ "comment": "Bump @fluentui/react-provider to v9.0.0-beta.2",
20
+ "commit": "bdd19e2bb827fc1d8eb329e6ed48cd0542048358"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Wed, 06 Oct 2021 10:37:22 GMT",
6
27
  "tag": "@fluentui/react-switch_v9.0.0-beta.1",
7
28
  "version": "9.0.0-beta.1",
8
29
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,22 @@
1
1
  # Change Log - @fluentui/react-switch
2
2
 
3
- This log was last generated on Wed, 06 Oct 2021 10:36:00 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 12 Oct 2021 19:45:25 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-switch_v9.0.0-beta.2)
8
+
9
+ Tue, 12 Oct 2021 19:45:25 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-switch_v9.0.0-beta.1..@fluentui/react-switch_v9.0.0-beta.2)
11
+
12
+ ### Changes
13
+
14
+ - Bump @fluentui/react-tabster to v9.0.0-beta.2 ([PR #20132](https://github.com/microsoft/fluentui/pull/20132) by beachball)
15
+ - Bump @fluentui/react-provider to v9.0.0-beta.2 ([PR #20132](https://github.com/microsoft/fluentui/pull/20132) by beachball)
16
+
7
17
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-switch_v9.0.0-beta.1)
8
18
 
9
- Wed, 06 Oct 2021 10:36:00 GMT
19
+ Wed, 06 Oct 2021 10:37:22 GMT
10
20
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-switch_v9.0.0-alpha.17..@fluentui/react-switch_v9.0.0-beta.1)
11
21
 
12
22
  ### Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-switch",
3
- "version": "9.0.0-beta.1",
3
+ "version": "9.0.0-beta.2",
4
4
  "description": "Fluent UI React Switch component.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -31,7 +31,7 @@
31
31
  "@fluentui/react-conformance": "*",
32
32
  "@fluentui/react-conformance-make-styles": "9.0.0-beta.1",
33
33
  "@fluentui/react-label": "9.0.0-beta.1",
34
- "@fluentui/react-provider": "9.0.0-beta.1",
34
+ "@fluentui/react-provider": "9.0.0-beta.2",
35
35
  "@fluentui/react-theme": "9.0.0-beta.1",
36
36
  "@fluentui/scripts": "^1.0.0",
37
37
  "@types/enzyme": "3.10.3",
@@ -48,7 +48,7 @@
48
48
  "dependencies": {
49
49
  "@fluentui/react-make-styles": "9.0.0-beta.1",
50
50
  "@fluentui/react-shared-contexts": "9.0.0-beta.1",
51
- "@fluentui/react-tabster": "9.0.0-beta.1",
51
+ "@fluentui/react-tabster": "9.0.0-beta.2",
52
52
  "@fluentui/react-utilities": "9.0.0-beta.1",
53
53
  "tslib": "^2.1.0"
54
54
  },