@fluentui/react-tag-picker 9.3.12 → 9.3.14

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 +26 -2
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,12 +1,36 @@
1
1
  # Change Log - @fluentui/react-tag-picker
2
2
 
3
- This log was last generated on Mon, 16 Dec 2024 16:22:08 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 08 Jan 2025 18:29:15 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.3.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-tag-picker_v9.3.14)
8
+
9
+ Wed, 08 Jan 2025 18:29:15 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tag-picker_v9.3.13..@fluentui/react-tag-picker_v9.3.14)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-jsx-runtime to v9.0.49 ([PR #33550](https://github.com/microsoft/fluentui/pull/33550) by beachball)
15
+ - Bump @fluentui/react-portal to v9.4.41 ([PR #33550](https://github.com/microsoft/fluentui/pull/33550) by beachball)
16
+ - Bump @fluentui/react-aria to v9.13.13 ([PR #33550](https://github.com/microsoft/fluentui/pull/33550) by beachball)
17
+ - Bump @fluentui/react-combobox to v9.13.16 ([PR #33550](https://github.com/microsoft/fluentui/pull/33550) by beachball)
18
+ - Bump @fluentui/react-tags to v9.3.28 ([PR #33550](https://github.com/microsoft/fluentui/pull/33550) by beachball)
19
+ - Bump @fluentui/react-positioning to v9.16.1 ([PR #33550](https://github.com/microsoft/fluentui/pull/33550) by beachball)
20
+ - Bump @fluentui/react-field to v9.1.84 ([PR #33550](https://github.com/microsoft/fluentui/pull/33550) by beachball)
21
+
22
+ ## [9.3.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-tag-picker_v9.3.13)
23
+
24
+ Wed, 18 Dec 2024 10:59:37 GMT
25
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tag-picker_v9.3.12..@fluentui/react-tag-picker_v9.3.13)
26
+
27
+ ### Patches
28
+
29
+ - Bump @fluentui/react-tags to v9.3.27 ([PR #33483](https://github.com/microsoft/fluentui/pull/33483) by beachball)
30
+
7
31
  ## [9.3.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-tag-picker_v9.3.12)
8
32
 
9
- Mon, 16 Dec 2024 16:22:08 GMT
33
+ Mon, 16 Dec 2024 16:26:49 GMT
10
34
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tag-picker_v9.3.11..@fluentui/react-tag-picker_v9.3.12)
11
35
 
12
36
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-tag-picker",
3
- "version": "9.3.12",
3
+ "version": "9.3.14",
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.0.48",
31
+ "@fluentui/react-jsx-runtime": "^9.0.49",
32
32
  "@fluentui/react-shared-contexts": "^9.21.2",
33
33
  "@fluentui/react-theme": "^9.1.24",
34
34
  "@fluentui/react-utilities": "^9.18.19",
35
- "@fluentui/react-portal": "^9.4.40",
35
+ "@fluentui/react-portal": "^9.4.41",
36
36
  "@fluentui/react-tabster": "^9.23.2",
37
- "@fluentui/react-aria": "^9.13.12",
37
+ "@fluentui/react-aria": "^9.13.13",
38
38
  "@fluentui/react-icons": "^2.0.245",
39
- "@fluentui/react-combobox": "^9.13.15",
40
- "@fluentui/react-tags": "^9.3.26",
39
+ "@fluentui/react-combobox": "^9.13.16",
40
+ "@fluentui/react-tags": "^9.3.28",
41
41
  "@fluentui/react-context-selector": "^9.1.71",
42
- "@fluentui/react-positioning": "^9.16.0",
42
+ "@fluentui/react-positioning": "^9.16.1",
43
43
  "@fluentui/keyboard-keys": "^9.0.8",
44
- "@fluentui/react-field": "^9.1.83",
44
+ "@fluentui/react-field": "^9.1.84",
45
45
  "@griffel/react": "^1.5.22",
46
46
  "@swc/helpers": "^0.5.1"
47
47
  },