@fluentui/react-spinner 9.1.0 → 9.1.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,49 @@
2
2
  "name": "@fluentui/react-spinner",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 08 Mar 2023 17:39:11 GMT",
5
+ "date": "Mon, 13 Mar 2023 08:55:02 GMT",
6
+ "tag": "@fluentui/react-spinner_v9.1.2",
7
+ "version": "9.1.2",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-spinner",
13
+ "comment": "Bump @fluentui/react-label to v9.1.2",
14
+ "commit": "edf96a6b5d6f13843ada1400480e347b84384b8e"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-spinner",
19
+ "comment": "Bump @fluentui/react-utilities to v9.7.0",
20
+ "commit": "edf96a6b5d6f13843ada1400480e347b84384b8e"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Fri, 10 Mar 2023 07:14:01 GMT",
27
+ "tag": "@fluentui/react-spinner_v9.1.1",
28
+ "version": "9.1.1",
29
+ "comments": {
30
+ "patch": [
31
+ {
32
+ "author": "beachball",
33
+ "package": "@fluentui/react-spinner",
34
+ "comment": "Bump @fluentui/react-label to v9.1.1",
35
+ "commit": "3cefc38eed17e3f37cd38fca9099cc9d700cd584"
36
+ },
37
+ {
38
+ "author": "beachball",
39
+ "package": "@fluentui/react-spinner",
40
+ "comment": "Bump @fluentui/react-utilities to v9.6.2",
41
+ "commit": "3cefc38eed17e3f37cd38fca9099cc9d700cd584"
42
+ }
43
+ ]
44
+ }
45
+ },
46
+ {
47
+ "date": "Wed, 08 Mar 2023 17:42:43 GMT",
6
48
  "tag": "@fluentui/react-spinner_v9.1.0",
7
49
  "version": "9.1.0",
8
50
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,32 @@
1
1
  # Change Log - @fluentui/react-spinner
2
2
 
3
- This log was last generated on Wed, 08 Mar 2023 17:39:11 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 13 Mar 2023 08:55:02 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.1.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinner_v9.1.2)
8
+
9
+ Mon, 13 Mar 2023 08:55:02 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-spinner_v9.1.1..@fluentui/react-spinner_v9.1.2)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-label to v9.1.2 ([PR #27161](https://github.com/microsoft/fluentui/pull/27161) by beachball)
15
+ - Bump @fluentui/react-utilities to v9.7.0 ([PR #27161](https://github.com/microsoft/fluentui/pull/27161) by beachball)
16
+
17
+ ## [9.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinner_v9.1.1)
18
+
19
+ Fri, 10 Mar 2023 07:14:01 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-spinner_v9.1.0..@fluentui/react-spinner_v9.1.1)
21
+
22
+ ### Patches
23
+
24
+ - Bump @fluentui/react-label to v9.1.1 ([PR #27157](https://github.com/microsoft/fluentui/pull/27157) by beachball)
25
+ - Bump @fluentui/react-utilities to v9.6.2 ([PR #27157](https://github.com/microsoft/fluentui/pull/27157) by beachball)
26
+
7
27
  ## [9.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinner_v9.1.0)
8
28
 
9
- Wed, 08 Mar 2023 17:39:11 GMT
29
+ Wed, 08 Mar 2023 17:42:43 GMT
10
30
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-spinner_v9.0.22..@fluentui/react-spinner_v9.1.0)
11
31
 
12
32
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-spinner",
3
- "version": "9.1.0",
3
+ "version": "9.1.2",
4
4
  "description": "Spinner component for Fluent UI React",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -32,10 +32,10 @@
32
32
  "@fluentui/scripts-tasks": "*"
33
33
  },
34
34
  "dependencies": {
35
- "@fluentui/react-label": "^9.1.0",
35
+ "@fluentui/react-label": "^9.1.2",
36
36
  "@fluentui/react-shared-contexts": "^9.3.0",
37
37
  "@fluentui/react-theme": "^9.1.5",
38
- "@fluentui/react-utilities": "^9.6.1",
38
+ "@fluentui/react-utilities": "^9.7.0",
39
39
  "@griffel/react": "^1.5.2",
40
40
  "tslib": "^2.1.0"
41
41
  },