@fluentui/react-tags 9.7.15 → 9.7.17

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 +25 -2
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,12 +1,35 @@
1
1
  # Change Log - @fluentui/react-tags
2
2
 
3
- This log was last generated on Thu, 12 Feb 2026 10:42:48 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 03 Mar 2026 09:41:33 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.7.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-tags_v9.7.17)
8
+
9
+ Tue, 03 Mar 2026 09:41:33 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tags_v9.7.16..@fluentui/react-tags_v9.7.17)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-avatar to v9.10.2 ([commit](https://github.com/microsoft/fluentui/commit/81e1556b008bfbd07fe427d89af6142459d74c6f) by beachball)
15
+
16
+ ## [9.7.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-tags_v9.7.16)
17
+
18
+ Wed, 25 Feb 2026 13:32:28 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tags_v9.7.15..@fluentui/react-tags_v9.7.16)
20
+
21
+ ### Patches
22
+
23
+ - Bump @fluentui/react-aria to v9.17.10 ([PR #35782](https://github.com/microsoft/fluentui/pull/35782) by beachball)
24
+ - Bump @fluentui/react-avatar to v9.10.1 ([PR #35782](https://github.com/microsoft/fluentui/pull/35782) by beachball)
25
+ - Bump @fluentui/react-jsx-runtime to v9.4.1 ([PR #35782](https://github.com/microsoft/fluentui/pull/35782) by beachball)
26
+ - Bump @fluentui/react-shared-contexts to v9.26.2 ([PR #35782](https://github.com/microsoft/fluentui/pull/35782) by beachball)
27
+ - Bump @fluentui/react-tabster to v9.26.13 ([PR #35782](https://github.com/microsoft/fluentui/pull/35782) by beachball)
28
+ - Bump @fluentui/react-utilities to v9.26.2 ([PR #35782](https://github.com/microsoft/fluentui/pull/35782) by beachball)
29
+
7
30
  ## [9.7.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-tags_v9.7.15)
8
31
 
9
- Thu, 12 Feb 2026 10:42:48 GMT
32
+ Thu, 12 Feb 2026 10:46:15 GMT
10
33
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tags_v9.7.14..@fluentui/react-tags_v9.7.15)
11
34
 
12
35
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-tags",
3
- "version": "9.7.15",
3
+ "version": "9.7.17",
4
4
  "description": "Fluent UI Tag component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -13,14 +13,14 @@
13
13
  "license": "MIT",
14
14
  "dependencies": {
15
15
  "@fluentui/keyboard-keys": "^9.0.8",
16
- "@fluentui/react-aria": "^9.17.9",
17
- "@fluentui/react-avatar": "^9.10.0",
16
+ "@fluentui/react-aria": "^9.17.10",
17
+ "@fluentui/react-avatar": "^9.10.2",
18
18
  "@fluentui/react-icons": "^2.0.245",
19
- "@fluentui/react-jsx-runtime": "^9.4.0",
20
- "@fluentui/react-shared-contexts": "^9.26.1",
21
- "@fluentui/react-tabster": "^9.26.12",
19
+ "@fluentui/react-jsx-runtime": "^9.4.1",
20
+ "@fluentui/react-shared-contexts": "^9.26.2",
21
+ "@fluentui/react-tabster": "^9.26.13",
22
22
  "@fluentui/react-theme": "^9.2.1",
23
- "@fluentui/react-utilities": "^9.26.1",
23
+ "@fluentui/react-utilities": "^9.26.2",
24
24
  "@griffel/react": "^1.5.32",
25
25
  "@swc/helpers": "^0.5.1"
26
26
  },