@fluentui/react-components 9.46.6 → 9.46.7

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 +12 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,12 +1,22 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Wed, 28 Feb 2024 02:28:38 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 29 Feb 2024 14:43:55 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.46.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.46.7)
8
+
9
+ Thu, 29 Feb 2024 14:43:55 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.46.6..@fluentui/react-components_v9.46.7)
11
+
12
+ ### Minor changes
13
+
14
+ - `@fluentui/react-tags`
15
+ - feat: export TagGroupContextValues type ([PR #30645](https://github.com/microsoft/fluentui/pull/30645) by bernardo.sunderhus@gmail.com)
16
+
7
17
  ## [9.46.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.46.6)
8
18
 
9
- Wed, 28 Feb 2024 02:28:38 GMT
19
+ Wed, 28 Feb 2024 02:34:17 GMT
10
20
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.46.5..@fluentui/react-components_v9.46.6)
11
21
 
12
22
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-components",
3
- "version": "9.46.6",
3
+ "version": "9.46.7",
4
4
  "description": "Suite package for converged React components",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -69,7 +69,7 @@
69
69
  "@fluentui/react-table": "^9.11.12",
70
70
  "@fluentui/react-tabs": "^9.4.11",
71
71
  "@fluentui/react-tabster": "^9.19.2",
72
- "@fluentui/react-tags": "^9.0.29",
72
+ "@fluentui/react-tags": "^9.1.0",
73
73
  "@fluentui/react-textarea": "^9.3.65",
74
74
  "@fluentui/react-theme": "^9.1.16",
75
75
  "@fluentui/react-toast": "^9.3.32",