@fluentui/react-tag-picker 9.2.1 → 9.2.2
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 +23 -3
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,37 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-tag-picker
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Mon, 15 Jul 2024 17:20:00 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.2.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-tag-picker_v9.2.2)
|
|
8
|
+
|
|
9
|
+
Mon, 15 Jul 2024 17:20:00 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tag-picker_v9.2.1..@fluentui/react-tag-picker_v9.2.2)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- fix: revert incorectly set npm versions in all packages ([PR #31937](https://github.com/microsoft/fluentui/pull/31937) by martinhochel@microsoft.com)
|
|
15
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.41 ([PR #31998](https://github.com/microsoft/fluentui/pull/31998) by beachball)
|
|
16
|
+
- Bump @fluentui/react-shared-contexts to v9.19.1 ([PR #31998](https://github.com/microsoft/fluentui/pull/31998) by beachball)
|
|
17
|
+
- Bump @fluentui/react-utilities to v9.18.12 ([PR #31998](https://github.com/microsoft/fluentui/pull/31998) by beachball)
|
|
18
|
+
- Bump @fluentui/react-portal to v9.4.30 ([PR #31998](https://github.com/microsoft/fluentui/pull/31998) by beachball)
|
|
19
|
+
- Bump @fluentui/react-tabster to v9.22.2 ([PR #31998](https://github.com/microsoft/fluentui/pull/31998) by beachball)
|
|
20
|
+
- Bump @fluentui/react-aria to v9.13.1 ([PR #31998](https://github.com/microsoft/fluentui/pull/31998) by beachball)
|
|
21
|
+
- Bump @fluentui/react-combobox to v9.13.1 ([PR #31998](https://github.com/microsoft/fluentui/pull/31998) by beachball)
|
|
22
|
+
- Bump @fluentui/react-tags to v9.3.11 ([PR #31998](https://github.com/microsoft/fluentui/pull/31998) by beachball)
|
|
23
|
+
- Bump @fluentui/react-context-selector to v9.1.64 ([PR #31998](https://github.com/microsoft/fluentui/pull/31998) by beachball)
|
|
24
|
+
- Bump @fluentui/react-positioning to v9.15.5 ([PR #31998](https://github.com/microsoft/fluentui/pull/31998) by beachball)
|
|
25
|
+
- Bump @fluentui/react-field to v9.1.70 ([PR #31998](https://github.com/microsoft/fluentui/pull/31998) by beachball)
|
|
26
|
+
|
|
7
27
|
## [9.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-tag-picker_v9.2.1)
|
|
8
28
|
|
|
9
|
-
Thu, 04 Jul 2024 15:
|
|
29
|
+
Thu, 04 Jul 2024 15:14:36 GMT
|
|
10
30
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tag-picker_v9.2.0..@fluentui/react-tag-picker_v9.2.1)
|
|
11
31
|
|
|
12
32
|
### Patches
|
|
13
33
|
|
|
14
|
-
- Bump @fluentui/react-combobox to v9.13.0 ([PR #
|
|
34
|
+
- Bump @fluentui/react-combobox to v9.13.0 ([PR #31893](https://github.com/microsoft/fluentui/pull/31893) by beachball)
|
|
15
35
|
|
|
16
36
|
## [9.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-tag-picker_v9.2.0)
|
|
17
37
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-tag-picker",
|
|
3
|
-
"version": "9.2.
|
|
3
|
+
"version": "9.2.2",
|
|
4
4
|
"description": "FluentUI TagPicker component",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -41,20 +41,20 @@
|
|
|
41
41
|
"@fluentui/scripts-tasks": "*"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@fluentui/react-jsx-runtime": "^9.0.
|
|
45
|
-
"@fluentui/react-shared-contexts": "^9.19.
|
|
44
|
+
"@fluentui/react-jsx-runtime": "^9.0.41",
|
|
45
|
+
"@fluentui/react-shared-contexts": "^9.19.1",
|
|
46
46
|
"@fluentui/react-theme": "^9.1.19",
|
|
47
|
-
"@fluentui/react-utilities": "^9.18.
|
|
48
|
-
"@fluentui/react-portal": "^9.4.
|
|
49
|
-
"@fluentui/react-tabster": "^9.22.
|
|
50
|
-
"@fluentui/react-aria": "^9.13.
|
|
47
|
+
"@fluentui/react-utilities": "^9.18.12",
|
|
48
|
+
"@fluentui/react-portal": "^9.4.30",
|
|
49
|
+
"@fluentui/react-tabster": "^9.22.2",
|
|
50
|
+
"@fluentui/react-aria": "^9.13.1",
|
|
51
51
|
"@fluentui/react-icons": "^2.0.245",
|
|
52
|
-
"@fluentui/react-combobox": "^9.13.
|
|
53
|
-
"@fluentui/react-tags": "^9.3.
|
|
54
|
-
"@fluentui/react-context-selector": "^9.1.
|
|
55
|
-
"@fluentui/react-positioning": "^9.15.
|
|
52
|
+
"@fluentui/react-combobox": "^9.13.1",
|
|
53
|
+
"@fluentui/react-tags": "^9.3.11",
|
|
54
|
+
"@fluentui/react-context-selector": "^9.1.64",
|
|
55
|
+
"@fluentui/react-positioning": "^9.15.5",
|
|
56
56
|
"@fluentui/keyboard-keys": "^9.0.7",
|
|
57
|
-
"@fluentui/react-field": "^9.1.
|
|
57
|
+
"@fluentui/react-field": "^9.1.70",
|
|
58
58
|
"@griffel/react": "^1.5.22",
|
|
59
59
|
"@swc/helpers": "^0.5.1"
|
|
60
60
|
},
|