@fluentui/react-spinbutton 9.4.0 → 9.4.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.md CHANGED
@@ -1,12 +1,33 @@
1
1
  # Change Log - @fluentui/react-spinbutton
2
2
 
3
- This log was last generated on Thu, 12 Jun 2025 09:39:14 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 18 Jun 2025 17:29:30 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.4.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinbutton_v9.4.2)
8
+
9
+ Wed, 18 Jun 2025 17:29:30 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-spinbutton_v9.4.1..@fluentui/react-spinbutton_v9.4.2)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-field to v9.3.2 ([PR #34675](https://github.com/microsoft/fluentui/pull/34675) by beachball)
15
+ - Bump @fluentui/react-jsx-runtime to v9.1.1 ([PR #34675](https://github.com/microsoft/fluentui/pull/34675) by beachball)
16
+ - Bump @fluentui/react-shared-contexts to v9.24.0 ([PR #34675](https://github.com/microsoft/fluentui/pull/34675) by beachball)
17
+ - Bump @fluentui/react-utilities to v9.21.1 ([PR #34675](https://github.com/microsoft/fluentui/pull/34675) by beachball)
18
+
19
+ ## [9.4.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinbutton_v9.4.1)
20
+
21
+ Fri, 13 Jun 2025 12:32:52 GMT
22
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-spinbutton_v9.4.0..@fluentui/react-spinbutton_v9.4.1)
23
+
24
+ ### Patches
25
+
26
+ - Bump @fluentui/react-field to v9.3.1 ([PR #34639](https://github.com/microsoft/fluentui/pull/34639) by beachball)
27
+
7
28
  ## [9.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinbutton_v9.4.0)
8
29
 
9
- Thu, 12 Jun 2025 09:39:14 GMT
30
+ Thu, 12 Jun 2025 09:43:33 GMT
10
31
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-spinbutton_v9.3.9..@fluentui/react-spinbutton_v9.4.0)
11
32
 
12
33
  ### Minor changes
package/README.md CHANGED
@@ -32,4 +32,4 @@ See [Spec.md](./Spec.md).
32
32
 
33
33
  ### Migration Guide
34
34
 
35
- When upgrading to Fluent UI v9 see the [upgrade guide](https://react.fluentui.dev/?path=/docs/concepts-upgrading-from-v8-components-spinbutton-upgrade--page) for guidance on updating to the latest SpinButton implementation.
35
+ When upgrading to Fluent UI v9 see the [upgrade guide](https://react.fluentui.dev/?path=/docs/concepts-migration-from-v8-components-spinbutton-migration--docs) for guidance on updating to the latest SpinButton implementation.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-spinbutton",
3
- "version": "9.4.0",
3
+ "version": "9.4.2",
4
4
  "description": "Fluent UI React SpinButton component.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -20,12 +20,12 @@
20
20
  },
21
21
  "dependencies": {
22
22
  "@fluentui/keyboard-keys": "^9.0.8",
23
- "@fluentui/react-field": "^9.3.0",
23
+ "@fluentui/react-field": "^9.3.2",
24
24
  "@fluentui/react-icons": "^2.0.245",
25
- "@fluentui/react-jsx-runtime": "^9.1.0",
26
- "@fluentui/react-shared-contexts": "^9.23.1",
25
+ "@fluentui/react-jsx-runtime": "^9.1.1",
26
+ "@fluentui/react-shared-contexts": "^9.24.0",
27
27
  "@fluentui/react-theme": "^9.1.24",
28
- "@fluentui/react-utilities": "^9.21.0",
28
+ "@fluentui/react-utilities": "^9.21.1",
29
29
  "@griffel/react": "^1.5.22",
30
30
  "@swc/helpers": "^0.5.1"
31
31
  },