@fluentui/react-tag-picker 9.8.1 → 9.8.3

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 +21 -2
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,12 +1,31 @@
1
1
  # Change Log - @fluentui/react-tag-picker
2
2
 
3
- This log was last generated on Tue, 03 Mar 2026 09:41:33 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 26 Mar 2026 08:10:44 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.8.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-tag-picker_v9.8.3)
8
+
9
+ Thu, 26 Mar 2026 08:10:44 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tag-picker_v9.8.2..@fluentui/react-tag-picker_v9.8.3)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-tags to v9.7.18 ([PR #35824](https://github.com/microsoft/fluentui/pull/35824) by beachball)
15
+
16
+ ## [9.8.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-tag-picker_v9.8.2)
17
+
18
+ Wed, 11 Mar 2026 09:22:22 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tag-picker_v9.8.1..@fluentui/react-tag-picker_v9.8.2)
20
+
21
+ ### Patches
22
+
23
+ - Bump @fluentui/react-combobox to v9.16.18 ([PR #35859](https://github.com/microsoft/fluentui/pull/35859) by beachball)
24
+ - Bump @fluentui/react-field to v9.4.16 ([PR #35859](https://github.com/microsoft/fluentui/pull/35859) by beachball)
25
+
7
26
  ## [9.8.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-tag-picker_v9.8.1)
8
27
 
9
- Tue, 03 Mar 2026 09:41:33 GMT
28
+ Tue, 03 Mar 2026 09:43:43 GMT
10
29
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tag-picker_v9.8.0..@fluentui/react-tag-picker_v9.8.1)
11
30
 
12
31
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-tag-picker",
3
- "version": "9.8.1",
3
+ "version": "9.8.3",
4
4
  "description": "FluentUI TagPicker component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -26,12 +26,12 @@
26
26
  "@fluentui/react-tabster": "^9.26.13",
27
27
  "@fluentui/react-aria": "^9.17.10",
28
28
  "@fluentui/react-icons": "^2.0.245",
29
- "@fluentui/react-combobox": "^9.16.17",
30
- "@fluentui/react-tags": "^9.7.17",
29
+ "@fluentui/react-combobox": "^9.16.18",
30
+ "@fluentui/react-tags": "^9.7.18",
31
31
  "@fluentui/react-context-selector": "^9.2.15",
32
32
  "@fluentui/react-positioning": "^9.22.0",
33
33
  "@fluentui/keyboard-keys": "^9.0.8",
34
- "@fluentui/react-field": "^9.4.15",
34
+ "@fluentui/react-field": "^9.4.16",
35
35
  "@griffel/react": "^1.5.32",
36
36
  "@swc/helpers": "^0.5.1"
37
37
  },