@fluentui/react-tags 9.0.19 → 9.0.20

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 +17 -4
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,18 +1,31 @@
1
1
  # Change Log - @fluentui/react-tags
2
2
 
3
- This log was last generated on Thu, 11 Jan 2024 09:02:16 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 16 Jan 2024 13:07:04 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-tags_v9.0.20)
8
+
9
+ Tue, 16 Jan 2024 13:07:04 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tags_v9.0.19..@fluentui/react-tags_v9.0.20)
11
+
12
+ ### Patches
13
+
14
+ - fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
15
+ - Bump @fluentui/react-aria to v9.7.1 ([PR #30299](https://github.com/microsoft/fluentui/pull/30299) by beachball)
16
+ - Bump @fluentui/react-avatar to v9.6.7 ([PR #30299](https://github.com/microsoft/fluentui/pull/30299) by beachball)
17
+ - Bump @fluentui/react-jsx-runtime to v9.0.25 ([PR #30299](https://github.com/microsoft/fluentui/pull/30299) by beachball)
18
+ - Bump @fluentui/react-tabster to v9.17.1 ([PR #30299](https://github.com/microsoft/fluentui/pull/30299) by beachball)
19
+
7
20
  ## [9.0.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-tags_v9.0.19)
8
21
 
9
- Thu, 11 Jan 2024 09:02:16 GMT
22
+ Thu, 11 Jan 2024 09:04:29 GMT
10
23
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tags_v9.0.18..@fluentui/react-tags_v9.0.19)
11
24
 
12
25
  ### Patches
13
26
 
14
- - Bump @fluentui/react-aria to v9.7.0 ([PR #30250](https://github.com/microsoft/fluentui/pull/30250) by beachball)
15
- - Bump @fluentui/react-avatar to v9.6.6 ([PR #30250](https://github.com/microsoft/fluentui/pull/30250) by beachball)
27
+ - Bump @fluentui/react-aria to v9.7.0 ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by beachball)
28
+ - Bump @fluentui/react-avatar to v9.6.6 ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by beachball)
16
29
 
17
30
  ## [9.0.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-tags_v9.0.18)
18
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-tags",
3
- "version": "9.0.19",
3
+ "version": "9.0.20",
4
4
  "description": "Fluent UI Tag component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -37,12 +37,12 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@fluentui/keyboard-keys": "^9.0.7",
40
- "@fluentui/react-aria": "^9.7.0",
41
- "@fluentui/react-avatar": "^9.6.6",
40
+ "@fluentui/react-aria": "^9.7.1",
41
+ "@fluentui/react-avatar": "^9.6.7",
42
42
  "@fluentui/react-icons": "^2.0.224",
43
- "@fluentui/react-jsx-runtime": "^9.0.24",
43
+ "@fluentui/react-jsx-runtime": "^9.0.25",
44
44
  "@fluentui/react-shared-contexts": "^9.13.2",
45
- "@fluentui/react-tabster": "^9.17.0",
45
+ "@fluentui/react-tabster": "^9.17.1",
46
46
  "@fluentui/react-theme": "^9.1.16",
47
47
  "@fluentui/react-utilities": "^9.15.6",
48
48
  "@griffel/react": "^1.5.14",
@@ -50,7 +50,7 @@
50
50
  },
51
51
  "peerDependencies": {
52
52
  "@types/react": ">=16.14.0 <19.0.0",
53
- "@types/react-dom": ">=16.14.0 <19.0.0",
53
+ "@types/react-dom": ">=16.9.0 <19.0.0",
54
54
  "react": ">=16.14.0 <19.0.0",
55
55
  "react-dom": ">=16.14.0 <19.0.0"
56
56
  },