@fluentui/react-spinbutton 9.3.4 → 9.3.6

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 +23 -3
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,17 +1,37 @@
1
1
  # Change Log - @fluentui/react-spinbutton
2
2
 
3
- This log was last generated on Tue, 01 Apr 2025 14:05:35 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 24 Apr 2025 09:56:28 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.3.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinbutton_v9.3.6)
8
+
9
+ Thu, 24 Apr 2025 09:56:28 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-spinbutton_v9.3.5..@fluentui/react-spinbutton_v9.3.6)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-field to v9.2.6 ([PR #34315](https://github.com/microsoft/fluentui/pull/34315) by beachball)
15
+
16
+ ## [9.3.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinbutton_v9.3.5)
17
+
18
+ Wed, 16 Apr 2025 19:42:18 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-spinbutton_v9.3.4..@fluentui/react-spinbutton_v9.3.5)
20
+
21
+ ### Patches
22
+
23
+ - Bump @fluentui/react-field to v9.2.5 ([PR #34166](https://github.com/microsoft/fluentui/pull/34166) by beachball)
24
+ - Bump @fluentui/react-jsx-runtime to v9.0.54 ([PR #34166](https://github.com/microsoft/fluentui/pull/34166) by beachball)
25
+ - Bump @fluentui/react-utilities to v9.19.0 ([PR #34166](https://github.com/microsoft/fluentui/pull/34166) by beachball)
26
+
7
27
  ## [9.3.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinbutton_v9.3.4)
8
28
 
9
- Tue, 01 Apr 2025 14:05:35 GMT
29
+ Tue, 01 Apr 2025 15:08:02 GMT
10
30
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-spinbutton_v9.3.3..@fluentui/react-spinbutton_v9.3.4)
11
31
 
12
32
  ### Patches
13
33
 
14
- - Bump @fluentui/react-field to v9.2.4 ([PR #34129](https://github.com/microsoft/fluentui/pull/34129) by beachball)
34
+ - Bump @fluentui/react-field to v9.2.4 ([PR #33909](https://github.com/microsoft/fluentui/pull/33909) by beachball)
15
35
 
16
36
  ## [9.3.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinbutton_v9.3.3)
17
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-spinbutton",
3
- "version": "9.3.4",
3
+ "version": "9.3.6",
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.2.4",
23
+ "@fluentui/react-field": "^9.2.6",
24
24
  "@fluentui/react-icons": "^2.0.245",
25
- "@fluentui/react-jsx-runtime": "^9.0.53",
25
+ "@fluentui/react-jsx-runtime": "^9.0.54",
26
26
  "@fluentui/react-shared-contexts": "^9.23.1",
27
27
  "@fluentui/react-theme": "^9.1.24",
28
- "@fluentui/react-utilities": "^9.18.23",
28
+ "@fluentui/react-utilities": "^9.19.0",
29
29
  "@griffel/react": "^1.5.22",
30
30
  "@swc/helpers": "^0.5.1"
31
31
  },