@fluentui/react-tag-picker 9.7.4 → 9.7.5

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,31 @@
1
1
  # Change Log - @fluentui/react-tag-picker
2
2
 
3
- This log was last generated on Thu, 07 Aug 2025 09:59:09 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 21 Aug 2025 12:20:25 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.7.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-tag-picker_v9.7.5)
8
+
9
+ Thu, 21 Aug 2025 12:20:25 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tag-picker_v9.7.4..@fluentui/react-tag-picker_v9.7.5)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-jsx-runtime to v9.1.6 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
15
+ - Bump @fluentui/react-shared-contexts to v9.25.0 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
16
+ - Bump @fluentui/react-utilities to v9.24.0 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
17
+ - Bump @fluentui/react-portal to v9.8.1 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
18
+ - Bump @fluentui/react-tabster to v9.26.4 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
19
+ - Bump @fluentui/react-aria to v9.16.4 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
20
+ - Bump @fluentui/react-combobox to v9.16.5 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
21
+ - Bump @fluentui/react-tags to v9.7.5 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
22
+ - Bump @fluentui/react-context-selector to v9.2.6 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
23
+ - Bump @fluentui/react-positioning to v9.20.4 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
24
+ - Bump @fluentui/react-field to v9.4.4 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
25
+
7
26
  ## [9.7.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-tag-picker_v9.7.4)
8
27
 
9
- Thu, 07 Aug 2025 09:59:09 GMT
28
+ Thu, 07 Aug 2025 10:03:28 GMT
10
29
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tag-picker_v9.7.3..@fluentui/react-tag-picker_v9.7.4)
11
30
 
12
31
  ### Patches
package/dist/index.d.ts CHANGED
@@ -1,5 +1,3 @@
1
- /// <reference types="react" />
2
-
3
1
  import type { ActiveDescendantContextValue } from '@fluentui/react-aria';
4
2
  import { ComboboxBaseState } from '@fluentui/react-combobox';
5
3
  import { ComboboxProps } from '@fluentui/react-combobox';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-tag-picker",
3
- "version": "9.7.4",
3
+ "version": "9.7.5",
4
4
  "description": "FluentUI TagPicker component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -28,20 +28,20 @@
28
28
  "@fluentui/scripts-cypress": "*"
29
29
  },
30
30
  "dependencies": {
31
- "@fluentui/react-jsx-runtime": "^9.1.5",
32
- "@fluentui/react-shared-contexts": "^9.24.1",
31
+ "@fluentui/react-jsx-runtime": "^9.1.6",
32
+ "@fluentui/react-shared-contexts": "^9.25.0",
33
33
  "@fluentui/react-theme": "^9.2.0",
34
- "@fluentui/react-utilities": "^9.23.2",
35
- "@fluentui/react-portal": "^9.8.0",
36
- "@fluentui/react-tabster": "^9.26.3",
37
- "@fluentui/react-aria": "^9.16.3",
34
+ "@fluentui/react-utilities": "^9.24.0",
35
+ "@fluentui/react-portal": "^9.8.1",
36
+ "@fluentui/react-tabster": "^9.26.4",
37
+ "@fluentui/react-aria": "^9.16.4",
38
38
  "@fluentui/react-icons": "^2.0.245",
39
- "@fluentui/react-combobox": "^9.16.4",
40
- "@fluentui/react-tags": "^9.7.4",
41
- "@fluentui/react-context-selector": "^9.2.5",
42
- "@fluentui/react-positioning": "^9.20.3",
39
+ "@fluentui/react-combobox": "^9.16.5",
40
+ "@fluentui/react-tags": "^9.7.5",
41
+ "@fluentui/react-context-selector": "^9.2.6",
42
+ "@fluentui/react-positioning": "^9.20.4",
43
43
  "@fluentui/keyboard-keys": "^9.0.8",
44
- "@fluentui/react-field": "^9.4.3",
44
+ "@fluentui/react-field": "^9.4.4",
45
45
  "@griffel/react": "^1.5.22",
46
46
  "@swc/helpers": "^0.5.1"
47
47
  },