@fluentui/react-spinner 9.7.13 → 9.7.15

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +24 -2
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,12 +1,34 @@
1
1
  # Change Log - @fluentui/react-spinner
2
2
 
3
- This log was last generated on Thu, 22 Jan 2026 17:01:24 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 25 Feb 2026 13:28:23 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.7.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinner_v9.7.15)
8
+
9
+ Wed, 25 Feb 2026 13:28:23 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-spinner_v9.7.14..@fluentui/react-spinner_v9.7.15)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-jsx-runtime to v9.4.1 ([PR #35782](https://github.com/microsoft/fluentui/pull/35782) by beachball)
15
+ - Bump @fluentui/react-label to v9.3.15 ([PR #35782](https://github.com/microsoft/fluentui/pull/35782) by beachball)
16
+ - Bump @fluentui/react-shared-contexts to v9.26.2 ([PR #35782](https://github.com/microsoft/fluentui/pull/35782) by beachball)
17
+ - Bump @fluentui/react-utilities to v9.26.2 ([PR #35782](https://github.com/microsoft/fluentui/pull/35782) by beachball)
18
+
19
+ ## [9.7.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinner_v9.7.14)
20
+
21
+ Thu, 12 Feb 2026 10:46:15 GMT
22
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-spinner_v9.7.13..@fluentui/react-spinner_v9.7.14)
23
+
24
+ ### Patches
25
+
26
+ - Bump @fluentui/react-jsx-runtime to v9.4.0 ([PR #35743](https://github.com/microsoft/fluentui/pull/35743) by beachball)
27
+ - Bump @fluentui/react-label to v9.3.14 ([PR #35743](https://github.com/microsoft/fluentui/pull/35743) by beachball)
28
+
7
29
  ## [9.7.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinner_v9.7.13)
8
30
 
9
- Thu, 22 Jan 2026 17:01:24 GMT
31
+ Thu, 22 Jan 2026 17:06:40 GMT
10
32
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-spinner_v9.7.12..@fluentui/react-spinner_v9.7.13)
11
33
 
12
34
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-spinner",
3
- "version": "9.7.13",
3
+ "version": "9.7.15",
4
4
  "description": "Spinner component for Fluent UI React",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -12,11 +12,11 @@
12
12
  },
13
13
  "license": "MIT",
14
14
  "dependencies": {
15
- "@fluentui/react-jsx-runtime": "^9.3.5",
16
- "@fluentui/react-label": "^9.3.13",
17
- "@fluentui/react-shared-contexts": "^9.26.1",
15
+ "@fluentui/react-jsx-runtime": "^9.4.1",
16
+ "@fluentui/react-label": "^9.3.15",
17
+ "@fluentui/react-shared-contexts": "^9.26.2",
18
18
  "@fluentui/react-theme": "^9.2.1",
19
- "@fluentui/react-utilities": "^9.26.1",
19
+ "@fluentui/react-utilities": "^9.26.2",
20
20
  "@griffel/react": "^1.5.32",
21
21
  "@swc/helpers": "^0.5.1"
22
22
  },