@fluentui/react-spinner 9.0.6 → 9.0.8

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,85 @@
2
2
  "name": "@fluentui/react-spinner",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 20 Sep 2022 20:54:08 GMT",
5
+ "date": "Thu, 20 Oct 2022 08:35:24 GMT",
6
+ "tag": "@fluentui/react-spinner_v9.0.8",
7
+ "version": "9.0.8",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "olfedias@microsoft.com",
12
+ "package": "@fluentui/react-spinner",
13
+ "commit": "06865dada128321804646582f564ee86d835d174",
14
+ "comment": "chore: Update Griffel to latest version"
15
+ },
16
+ {
17
+ "author": "mgodbolt@microsoft.com",
18
+ "package": "@fluentui/react-spinner",
19
+ "commit": "17096b3137d9d3e7c7443ddc3ce0738b2910a334",
20
+ "comment": "chore: Bump peer deps to support React 18"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-spinner",
25
+ "comment": "Bump @fluentui/react-theme to v9.1.1",
26
+ "commit": "be27026d83b8a019bcb945d0f42635ae76c00385"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-spinner",
31
+ "comment": "Bump @fluentui/react-label to v9.0.8",
32
+ "commit": "be27026d83b8a019bcb945d0f42635ae76c00385"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui/react-spinner",
37
+ "comment": "Bump @fluentui/react-utilities to v9.1.2",
38
+ "commit": "be27026d83b8a019bcb945d0f42635ae76c00385"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui/react-spinner",
43
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.16",
44
+ "commit": "be27026d83b8a019bcb945d0f42635ae76c00385"
45
+ }
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "date": "Thu, 13 Oct 2022 11:03:01 GMT",
51
+ "tag": "@fluentui/react-spinner_v9.0.7",
52
+ "version": "9.0.7",
53
+ "comments": {
54
+ "patch": [
55
+ {
56
+ "author": "olfedias@microsoft.com",
57
+ "package": "@fluentui/react-spinner",
58
+ "commit": "1a527d440e0497ef8046b3ce240492241e7a04ac",
59
+ "comment": "chore: Update Griffel to latest version"
60
+ },
61
+ {
62
+ "author": "beachball",
63
+ "package": "@fluentui/react-spinner",
64
+ "comment": "Bump @fluentui/react-label to v9.0.7",
65
+ "commit": "cd05c21e62ff37812d614330eb70f97fd978c97a"
66
+ },
67
+ {
68
+ "author": "beachball",
69
+ "package": "@fluentui/react-spinner",
70
+ "comment": "Bump @fluentui/react-utilities to v9.1.1",
71
+ "commit": "cd05c21e62ff37812d614330eb70f97fd978c97a"
72
+ },
73
+ {
74
+ "author": "beachball",
75
+ "package": "@fluentui/react-spinner",
76
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.15",
77
+ "commit": "cd05c21e62ff37812d614330eb70f97fd978c97a"
78
+ }
79
+ ]
80
+ }
81
+ },
82
+ {
83
+ "date": "Tue, 20 Sep 2022 20:55:45 GMT",
6
84
  "tag": "@fluentui/react-spinner_v9.0.6",
7
85
  "version": "9.0.6",
8
86
  "comments": {
@@ -11,13 +89,13 @@
11
89
  "author": "beachball",
12
90
  "package": "@fluentui/react-spinner",
13
91
  "comment": "Bump @fluentui/react-label to v9.0.6",
14
- "commit": "9617a5a46ef4c5e310a066a5374ff2ed61db3c66"
92
+ "commit": "4ceba844c804a2f49b0465389100e7a3dabf116e"
15
93
  },
16
94
  {
17
95
  "author": "beachball",
18
96
  "package": "@fluentui/react-spinner",
19
97
  "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.14",
20
- "commit": "9617a5a46ef4c5e310a066a5374ff2ed61db3c66"
98
+ "commit": "4ceba844c804a2f49b0465389100e7a3dabf116e"
21
99
  }
22
100
  ]
23
101
  }
package/CHANGELOG.md CHANGED
@@ -1,18 +1,44 @@
1
1
  # Change Log - @fluentui/react-spinner
2
2
 
3
- This log was last generated on Tue, 20 Sep 2022 20:54:08 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 20 Oct 2022 08:35:24 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinner_v9.0.8)
8
+
9
+ Thu, 20 Oct 2022 08:35:24 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-spinner_v9.0.7..@fluentui/react-spinner_v9.0.8)
11
+
12
+ ### Patches
13
+
14
+ - chore: Update Griffel to latest version ([PR #25212](https://github.com/microsoft/fluentui/pull/25212) by olfedias@microsoft.com)
15
+ - chore: Bump peer deps to support React 18 ([PR #24972](https://github.com/microsoft/fluentui/pull/24972) by mgodbolt@microsoft.com)
16
+ - Bump @fluentui/react-theme to v9.1.1 ([commit](https://github.com/microsoft/fluentui/commit/be27026d83b8a019bcb945d0f42635ae76c00385) by beachball)
17
+ - Bump @fluentui/react-label to v9.0.8 ([commit](https://github.com/microsoft/fluentui/commit/be27026d83b8a019bcb945d0f42635ae76c00385) by beachball)
18
+ - Bump @fluentui/react-utilities to v9.1.2 ([commit](https://github.com/microsoft/fluentui/commit/be27026d83b8a019bcb945d0f42635ae76c00385) by beachball)
19
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.16 ([commit](https://github.com/microsoft/fluentui/commit/be27026d83b8a019bcb945d0f42635ae76c00385) by beachball)
20
+
21
+ ## [9.0.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinner_v9.0.7)
22
+
23
+ Thu, 13 Oct 2022 11:03:01 GMT
24
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-spinner_v9.0.6..@fluentui/react-spinner_v9.0.7)
25
+
26
+ ### Patches
27
+
28
+ - chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
29
+ - Bump @fluentui/react-label to v9.0.7 ([PR #25181](https://github.com/microsoft/fluentui/pull/25181) by beachball)
30
+ - Bump @fluentui/react-utilities to v9.1.1 ([PR #25181](https://github.com/microsoft/fluentui/pull/25181) by beachball)
31
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.15 ([PR #25181](https://github.com/microsoft/fluentui/pull/25181) by beachball)
32
+
7
33
  ## [9.0.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinner_v9.0.6)
8
34
 
9
- Tue, 20 Sep 2022 20:54:08 GMT
35
+ Tue, 20 Sep 2022 20:55:45 GMT
10
36
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-spinner_v9.0.5..@fluentui/react-spinner_v9.0.6)
11
37
 
12
38
  ### Patches
13
39
 
14
- - Bump @fluentui/react-label to v9.0.6 ([PR #24870](https://github.com/microsoft/fluentui/pull/24870) by beachball)
15
- - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.14 ([PR #24870](https://github.com/microsoft/fluentui/pull/24870) by beachball)
40
+ - Bump @fluentui/react-label to v9.0.6 ([PR #24869](https://github.com/microsoft/fluentui/pull/24869) by beachball)
41
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.14 ([PR #24869](https://github.com/microsoft/fluentui/pull/24869) by beachball)
16
42
 
17
43
  ## [9.0.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinner_v9.0.5)
18
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-spinner",
3
- "version": "9.0.6",
3
+ "version": "9.0.8",
4
4
  "description": "Spinner component for Fluent UI React",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -28,21 +28,21 @@
28
28
  "devDependencies": {
29
29
  "@fluentui/eslint-plugin": "*",
30
30
  "@fluentui/react-conformance": "*",
31
- "@fluentui/react-conformance-griffel": "9.0.0-beta.14",
31
+ "@fluentui/react-conformance-griffel": "9.0.0-beta.16",
32
32
  "@fluentui/scripts": "^1.0.0"
33
33
  },
34
34
  "dependencies": {
35
- "@fluentui/react-theme": "^9.1.0",
36
- "@fluentui/react-label": "^9.0.6",
37
- "@fluentui/react-utilities": "^9.1.0",
38
- "@griffel/react": "^1.3.0",
35
+ "@fluentui/react-theme": "^9.1.1",
36
+ "@fluentui/react-label": "^9.0.8",
37
+ "@fluentui/react-utilities": "^9.1.2",
38
+ "@griffel/react": "^1.4.1",
39
39
  "tslib": "^2.1.0"
40
40
  },
41
41
  "peerDependencies": {
42
- "@types/react": ">=16.8.0 <18.0.0",
43
- "@types/react-dom": ">=16.8.0 <18.0.0",
44
- "react": ">=16.8.0 <18.0.0",
45
- "react-dom": ">=16.8.0 <18.0.0"
42
+ "@types/react": ">=16.8.0 <19.0.0",
43
+ "@types/react-dom": ">=16.8.0 <19.0.0",
44
+ "react": ">=16.8.0 <19.0.0",
45
+ "react-dom": ">=16.8.0 <19.0.0"
46
46
  },
47
47
  "beachball": {
48
48
  "disallowedChangeTypes": [