@fluentui/react-tag-picker 9.5.8 → 9.5.9

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 +14 -2
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,12 +1,24 @@
1
1
  # Change Log - @fluentui/react-tag-picker
2
2
 
3
- This log was last generated on Fri, 06 Jun 2025 13:10:55 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 11 Jun 2025 22:29:17 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.5.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-tag-picker_v9.5.9)
8
+
9
+ Wed, 11 Jun 2025 22:29:17 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tag-picker_v9.5.8..@fluentui/react-tag-picker_v9.5.9)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-combobox to v9.14.9 ([PR #34631](https://github.com/microsoft/fluentui/pull/34631) by beachball)
15
+ - Bump @fluentui/react-tags to v9.5.7 ([PR #34631](https://github.com/microsoft/fluentui/pull/34631) by beachball)
16
+ - Bump @fluentui/react-positioning to v9.17.2 ([PR #34631](https://github.com/microsoft/fluentui/pull/34631) by beachball)
17
+ - Bump @fluentui/react-field to v9.2.9 ([PR #34631](https://github.com/microsoft/fluentui/pull/34631) by beachball)
18
+
7
19
  ## [9.5.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-tag-picker_v9.5.8)
8
20
 
9
- Fri, 06 Jun 2025 13:10:55 GMT
21
+ Fri, 06 Jun 2025 13:15:17 GMT
10
22
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tag-picker_v9.5.7..@fluentui/react-tag-picker_v9.5.8)
11
23
 
12
24
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-tag-picker",
3
- "version": "9.5.8",
3
+ "version": "9.5.9",
4
4
  "description": "FluentUI TagPicker component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -36,12 +36,12 @@
36
36
  "@fluentui/react-tabster": "^9.24.8",
37
37
  "@fluentui/react-aria": "^9.14.8",
38
38
  "@fluentui/react-icons": "^2.0.245",
39
- "@fluentui/react-combobox": "^9.14.8",
40
- "@fluentui/react-tags": "^9.5.6",
39
+ "@fluentui/react-combobox": "^9.14.9",
40
+ "@fluentui/react-tags": "^9.5.7",
41
41
  "@fluentui/react-context-selector": "^9.1.77",
42
- "@fluentui/react-positioning": "^9.17.1",
42
+ "@fluentui/react-positioning": "^9.17.2",
43
43
  "@fluentui/keyboard-keys": "^9.0.8",
44
- "@fluentui/react-field": "^9.2.8",
44
+ "@fluentui/react-field": "^9.2.9",
45
45
  "@griffel/react": "^1.5.22",
46
46
  "@swc/helpers": "^0.5.1"
47
47
  },