@fluentui/react-spinner 9.3.0 → 9.3.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,57 @@
2
2
  "name": "@fluentui/react-spinner",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 17 Jul 2023 21:26:51 GMT",
5
+ "date": "Tue, 01 Aug 2023 10:14:29 GMT",
6
+ "tag": "@fluentui/react-spinner_v9.3.2",
7
+ "version": "9.3.2",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-spinner",
13
+ "comment": "Bump @fluentui/react-label to v9.1.22",
14
+ "commit": "412d815f88863bde8bb16abc8fd9c4140a37f1f5"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-spinner",
19
+ "comment": "Bump @fluentui/react-shared-contexts to v9.7.0",
20
+ "commit": "412d815f88863bde8bb16abc8fd9c4140a37f1f5"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Thu, 20 Jul 2023 18:27:34 GMT",
27
+ "tag": "@fluentui/react-spinner_v9.3.1",
28
+ "version": "9.3.1",
29
+ "comments": {
30
+ "none": [
31
+ {
32
+ "author": "olfedias@microsoft.com",
33
+ "package": "@fluentui/react-spinner",
34
+ "commit": "5a4b16715e8e929f11d8113f710e578ca73acaa6",
35
+ "comment": "chore: migrate to monosize"
36
+ }
37
+ ],
38
+ "patch": [
39
+ {
40
+ "author": "beachball",
41
+ "package": "@fluentui/react-spinner",
42
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.12",
43
+ "commit": "5a4b16715e8e929f11d8113f710e578ca73acaa6"
44
+ },
45
+ {
46
+ "author": "beachball",
47
+ "package": "@fluentui/react-spinner",
48
+ "comment": "Bump @fluentui/react-label to v9.1.21",
49
+ "commit": "5a4b16715e8e929f11d8113f710e578ca73acaa6"
50
+ }
51
+ ]
52
+ }
53
+ },
54
+ {
55
+ "date": "Mon, 17 Jul 2023 21:27:36 GMT",
6
56
  "tag": "@fluentui/react-spinner_v9.3.0",
7
57
  "version": "9.3.0",
8
58
  "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 Mon, 17 Jul 2023 21:26:51 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 01 Aug 2023 10:14:29 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.3.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinner_v9.3.2)
8
+
9
+ Tue, 01 Aug 2023 10:14:29 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-spinner_v9.3.1..@fluentui/react-spinner_v9.3.2)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-label to v9.1.22 ([PR #28689](https://github.com/microsoft/fluentui/pull/28689) by beachball)
15
+ - Bump @fluentui/react-shared-contexts to v9.7.0 ([PR #28689](https://github.com/microsoft/fluentui/pull/28689) by beachball)
16
+
17
+ ## [9.3.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinner_v9.3.1)
18
+
19
+ Thu, 20 Jul 2023 18:27:34 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-spinner_v9.3.0..@fluentui/react-spinner_v9.3.1)
21
+
22
+ ### Patches
23
+
24
+ - Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.12 ([PR #26826](https://github.com/microsoft/fluentui/pull/26826) by beachball)
25
+ - Bump @fluentui/react-label to v9.1.21 ([PR #26826](https://github.com/microsoft/fluentui/pull/26826) by beachball)
26
+
7
27
  ## [9.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinner_v9.3.0)
8
28
 
9
- Mon, 17 Jul 2023 21:26:51 GMT
29
+ Mon, 17 Jul 2023 21:27:36 GMT
10
30
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-spinner_v9.2.7..@fluentui/react-spinner_v9.3.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.3.0",
3
+ "version": "9.3.2",
4
4
  "description": "Spinner component for Fluent UI React",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -13,7 +13,7 @@
13
13
  "license": "MIT",
14
14
  "scripts": {
15
15
  "build": "just-scripts build",
16
- "bundle-size": "bundle-size measure",
16
+ "bundle-size": "monosize measure",
17
17
  "clean": "just-scripts clean",
18
18
  "code-style": "just-scripts code-style",
19
19
  "just": "just-scripts",
@@ -33,9 +33,9 @@
33
33
  "@fluentui/scripts-tasks": "*"
34
34
  },
35
35
  "dependencies": {
36
- "@fluentui/react-jsx-runtime": "9.0.0-alpha.11",
37
- "@fluentui/react-label": "^9.1.20",
38
- "@fluentui/react-shared-contexts": "^9.6.0",
36
+ "@fluentui/react-jsx-runtime": "9.0.0-alpha.12",
37
+ "@fluentui/react-label": "^9.1.22",
38
+ "@fluentui/react-shared-contexts": "^9.7.0",
39
39
  "@fluentui/react-theme": "^9.1.9",
40
40
  "@fluentui/react-utilities": "^9.10.1",
41
41
  "@griffel/react": "^1.5.7",