@fluentui/react-spinner 9.1.2 → 9.1.4

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,55 @@
2
2
  "name": "@fluentui/react-spinner",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 13 Mar 2023 08:55:02 GMT",
5
+ "date": "Thu, 16 Mar 2023 14:33:33 GMT",
6
+ "tag": "@fluentui/react-spinner_v9.1.4",
7
+ "version": "9.1.4",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-spinner",
13
+ "comment": "Bump @fluentui/react-label to v9.1.4",
14
+ "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-spinner",
19
+ "comment": "Bump @fluentui/react-utilities to v9.7.1",
20
+ "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Wed, 15 Mar 2023 10:19:53 GMT",
27
+ "tag": "@fluentui/react-spinner_v9.1.3",
28
+ "version": "9.1.3",
29
+ "comments": {
30
+ "patch": [
31
+ {
32
+ "author": "beachball",
33
+ "package": "@fluentui/react-spinner",
34
+ "comment": "Bump @fluentui/react-label to v9.1.3",
35
+ "commit": "5da01b4766ae6d81befb7bcd588d9cf8d969e1e2"
36
+ },
37
+ {
38
+ "author": "beachball",
39
+ "package": "@fluentui/react-spinner",
40
+ "comment": "Bump @fluentui/react-shared-contexts to v9.3.1",
41
+ "commit": "5da01b4766ae6d81befb7bcd588d9cf8d969e1e2"
42
+ },
43
+ {
44
+ "author": "beachball",
45
+ "package": "@fluentui/react-spinner",
46
+ "comment": "Bump @fluentui/react-theme to v9.1.6",
47
+ "commit": "5da01b4766ae6d81befb7bcd588d9cf8d969e1e2"
48
+ }
49
+ ]
50
+ }
51
+ },
52
+ {
53
+ "date": "Mon, 13 Mar 2023 08:58:26 GMT",
6
54
  "tag": "@fluentui/react-spinner_v9.1.2",
7
55
  "version": "9.1.2",
8
56
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,33 @@
1
1
  # Change Log - @fluentui/react-spinner
2
2
 
3
- This log was last generated on Mon, 13 Mar 2023 08:55:02 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 16 Mar 2023 14:33:33 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.1.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinner_v9.1.4)
8
+
9
+ Thu, 16 Mar 2023 14:33:33 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-spinner_v9.1.3..@fluentui/react-spinner_v9.1.4)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-label to v9.1.4 ([PR #27229](https://github.com/microsoft/fluentui/pull/27229) by beachball)
15
+ - Bump @fluentui/react-utilities to v9.7.1 ([PR #27229](https://github.com/microsoft/fluentui/pull/27229) by beachball)
16
+
17
+ ## [9.1.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinner_v9.1.3)
18
+
19
+ Wed, 15 Mar 2023 10:19:53 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-spinner_v9.1.2..@fluentui/react-spinner_v9.1.3)
21
+
22
+ ### Patches
23
+
24
+ - Bump @fluentui/react-label to v9.1.3 ([PR #27213](https://github.com/microsoft/fluentui/pull/27213) by beachball)
25
+ - Bump @fluentui/react-shared-contexts to v9.3.1 ([PR #27213](https://github.com/microsoft/fluentui/pull/27213) by beachball)
26
+ - Bump @fluentui/react-theme to v9.1.6 ([PR #27213](https://github.com/microsoft/fluentui/pull/27213) by beachball)
27
+
7
28
  ## [9.1.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinner_v9.1.2)
8
29
 
9
- Mon, 13 Mar 2023 08:55:02 GMT
30
+ Mon, 13 Mar 2023 08:58:26 GMT
10
31
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-spinner_v9.1.1..@fluentui/react-spinner_v9.1.2)
11
32
 
12
33
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-spinner",
3
- "version": "9.1.2",
3
+ "version": "9.1.4",
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.2",
36
- "@fluentui/react-shared-contexts": "^9.3.0",
37
- "@fluentui/react-theme": "^9.1.5",
38
- "@fluentui/react-utilities": "^9.7.0",
35
+ "@fluentui/react-label": "^9.1.4",
36
+ "@fluentui/react-shared-contexts": "^9.3.1",
37
+ "@fluentui/react-theme": "^9.1.6",
38
+ "@fluentui/react-utilities": "^9.7.1",
39
39
  "@griffel/react": "^1.5.2",
40
40
  "tslib": "^2.1.0"
41
41
  },