@fluentui/react-tag-picker 9.2.3 → 9.2.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +23 -2
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,12 +1,33 @@
1
1
  # Change Log - @fluentui/react-tag-picker
2
2
 
3
- This log was last generated on Tue, 23 Jul 2024 20:09:20 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 05 Aug 2024 22:31:40 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.2.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-tag-picker_v9.2.5)
8
+
9
+ Mon, 05 Aug 2024 22:31:40 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tag-picker_v9.2.4..@fluentui/react-tag-picker_v9.2.5)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-tags to v9.3.14 ([PR #32077](https://github.com/microsoft/fluentui/pull/32077) by beachball)
15
+
16
+ ## [9.2.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-tag-picker_v9.2.4)
17
+
18
+ Tue, 30 Jul 2024 18:47:35 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tag-picker_v9.2.3..@fluentui/react-tag-picker_v9.2.4)
20
+
21
+ ### Patches
22
+
23
+ - Bump @fluentui/react-combobox to v9.13.3 ([PR #32157](https://github.com/microsoft/fluentui/pull/32157) by beachball)
24
+ - Bump @fluentui/react-tags to v9.3.13 ([PR #32157](https://github.com/microsoft/fluentui/pull/32157) by beachball)
25
+ - Bump @fluentui/react-positioning to v9.15.7 ([PR #32157](https://github.com/microsoft/fluentui/pull/32157) by beachball)
26
+ - Bump @fluentui/react-field to v9.1.72 ([PR #32157](https://github.com/microsoft/fluentui/pull/32157) by beachball)
27
+
7
28
  ## [9.2.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-tag-picker_v9.2.3)
8
29
 
9
- Tue, 23 Jul 2024 20:09:20 GMT
30
+ Tue, 23 Jul 2024 20:13:14 GMT
10
31
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tag-picker_v9.2.2..@fluentui/react-tag-picker_v9.2.3)
11
32
 
12
33
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-tag-picker",
3
- "version": "9.2.3",
3
+ "version": "9.2.5",
4
4
  "description": "FluentUI TagPicker component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -49,12 +49,12 @@
49
49
  "@fluentui/react-tabster": "^9.22.3",
50
50
  "@fluentui/react-aria": "^9.13.2",
51
51
  "@fluentui/react-icons": "^2.0.245",
52
- "@fluentui/react-combobox": "^9.13.2",
53
- "@fluentui/react-tags": "^9.3.12",
52
+ "@fluentui/react-combobox": "^9.13.3",
53
+ "@fluentui/react-tags": "^9.3.14",
54
54
  "@fluentui/react-context-selector": "^9.1.65",
55
- "@fluentui/react-positioning": "^9.15.6",
55
+ "@fluentui/react-positioning": "^9.15.7",
56
56
  "@fluentui/keyboard-keys": "^9.0.7",
57
- "@fluentui/react-field": "^9.1.71",
57
+ "@fluentui/react-field": "^9.1.72",
58
58
  "@griffel/react": "^1.5.22",
59
59
  "@swc/helpers": "^0.5.1"
60
60
  },