-
-
-
-
-
-
- );
-};
-
-InfoButtonWithLabel.parameters = {
- docs: {
- description: {
- story:
- "An InfoButton's `aria-labelledby` should include the label's id to correctly" +
- ' associate the label with the InfoButton.',
- },
- },
-};
diff --git a/packages/react-components/react-infobutton/stories/Infobutton/index.stories.tsx b/packages/react-components/react-infobutton/stories/Infobutton/index.stories.tsx
index 34444d5fe6b3e..65c5f3afaae1d 100644
--- a/packages/react-components/react-infobutton/stories/Infobutton/index.stories.tsx
+++ b/packages/react-components/react-infobutton/stories/Infobutton/index.stories.tsx
@@ -5,7 +5,6 @@ import bestPracticesMd from './InfoButtonBestPractices.md';
export { Default } from './InfoButtonDefault.stories';
export { Size } from './InfoButtonSize.stories';
-export { InfoButtonWithLabel } from './InfoButtonWithLabel.stories';
export default {
title: 'Preview Components/InfoButton',
diff --git a/packages/react-components/react-input/CHANGELOG.json b/packages/react-components/react-input/CHANGELOG.json
index 8f5ce82160d46..4eed7d7aeee6f 100644
--- a/packages/react-components/react-input/CHANGELOG.json
+++ b/packages/react-components/react-input/CHANGELOG.json
@@ -1,6 +1,33 @@
{
"name": "@fluentui/react-input",
"entries": [
+ {
+ "date": "Thu, 16 Mar 2023 14:36:59 GMT",
+ "tag": "@fluentui/react-input_v9.4.4",
+ "version": "9.4.4",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-input",
+ "comment": "Bump @fluentui/react-field to v9.0.0-alpha.26",
+ "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-input",
+ "comment": "Bump @fluentui/react-utilities to v9.7.1",
+ "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-input",
+ "comment": "Bump @fluentui/react-text to v9.3.1",
+ "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81"
+ }
+ ]
+ }
+ },
{
"date": "Wed, 15 Mar 2023 10:19:53 GMT",
"tag": "@fluentui/react-input_v9.4.3",
diff --git a/packages/react-components/react-input/CHANGELOG.md b/packages/react-components/react-input/CHANGELOG.md
index 72689e252f57a..67da620dd5efe 100644
--- a/packages/react-components/react-input/CHANGELOG.md
+++ b/packages/react-components/react-input/CHANGELOG.md
@@ -1,9 +1,20 @@
# Change Log - @fluentui/react-input
-This log was last generated on Wed, 15 Mar 2023 10:19:53 GMT and should not be manually modified.
+This log was last generated on Thu, 16 Mar 2023 14:36:59 GMT and should not be manually modified.
+## [9.4.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-input_v9.4.4)
+
+Thu, 16 Mar 2023 14:36:59 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-input_v9.4.3..@fluentui/react-input_v9.4.4)
+
+### Patches
+
+- Bump @fluentui/react-field to v9.0.0-alpha.26 ([PR #27229](https://github.com/microsoft/fluentui/pull/27229) by beachball)
+- Bump @fluentui/react-utilities to v9.7.1 ([PR #27229](https://github.com/microsoft/fluentui/pull/27229) by beachball)
+- Bump @fluentui/react-text to v9.3.1 ([PR #27229](https://github.com/microsoft/fluentui/pull/27229) by beachball)
+
## [9.4.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-input_v9.4.3)
Wed, 15 Mar 2023 10:19:53 GMT
diff --git a/packages/react-components/react-input/package.json b/packages/react-components/react-input/package.json
index 0d0b77ba49165..74e153e47c108 100644
--- a/packages/react-components/react-input/package.json
+++ b/packages/react-components/react-input/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-input",
- "version": "9.4.3",
+ "version": "9.4.4",
"description": "Fluent UI React Input component",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -28,15 +28,15 @@
"@fluentui/eslint-plugin": "*",
"@fluentui/react-conformance": "*",
"@fluentui/react-conformance-griffel": "9.0.0-beta.19",
- "@fluentui/react-text": "^9.3.0",
+ "@fluentui/react-text": "^9.3.1",
"@fluentui/scripts-api-extractor": "*",
"@fluentui/scripts-tasks": "*"
},
"dependencies": {
- "@fluentui/react-field": "9.0.0-alpha.25",
+ "@fluentui/react-field": "9.0.0-alpha.26",
"@fluentui/react-shared-contexts": "^9.3.1",
"@fluentui/react-theme": "^9.1.6",
- "@fluentui/react-utilities": "^9.7.0",
+ "@fluentui/react-utilities": "^9.7.1",
"@griffel/react": "^1.5.2",
"@swc/helpers": "^0.4.14"
},
diff --git a/packages/react-components/react-label/CHANGELOG.json b/packages/react-components/react-label/CHANGELOG.json
index 97140a708cf82..125aace1790c7 100644
--- a/packages/react-components/react-label/CHANGELOG.json
+++ b/packages/react-components/react-label/CHANGELOG.json
@@ -1,6 +1,21 @@
{
"name": "@fluentui/react-label",
"entries": [
+ {
+ "date": "Thu, 16 Mar 2023 14:36:59 GMT",
+ "tag": "@fluentui/react-label_v9.1.4",
+ "version": "9.1.4",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-label",
+ "comment": "Bump @fluentui/react-utilities to v9.7.1",
+ "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81"
+ }
+ ]
+ }
+ },
{
"date": "Wed, 15 Mar 2023 10:19:53 GMT",
"tag": "@fluentui/react-label_v9.1.3",
diff --git a/packages/react-components/react-label/CHANGELOG.md b/packages/react-components/react-label/CHANGELOG.md
index af538dc4b7a63..bc389d016b951 100644
--- a/packages/react-components/react-label/CHANGELOG.md
+++ b/packages/react-components/react-label/CHANGELOG.md
@@ -1,9 +1,18 @@
# Change Log - @fluentui/react-label
-This log was last generated on Wed, 15 Mar 2023 10:19:53 GMT and should not be manually modified.
+This log was last generated on Thu, 16 Mar 2023 14:36:59 GMT and should not be manually modified.
+## [9.1.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.1.4)
+
+Thu, 16 Mar 2023 14:36:59 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.1.3..@fluentui/react-label_v9.1.4)
+
+### Patches
+
+- Bump @fluentui/react-utilities to v9.7.1 ([PR #27229](https://github.com/microsoft/fluentui/pull/27229) by beachball)
+
## [9.1.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.1.3)
Wed, 15 Mar 2023 10:19:53 GMT
diff --git a/packages/react-components/react-label/package.json b/packages/react-components/react-label/package.json
index 696379b0aca89..6ea32b1f05476 100644
--- a/packages/react-components/react-label/package.json
+++ b/packages/react-components/react-label/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-label",
- "version": "9.1.3",
+ "version": "9.1.4",
"description": "Fluent UI React Label component",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -34,7 +34,7 @@
"dependencies": {
"@fluentui/react-shared-contexts": "^9.3.1",
"@fluentui/react-theme": "^9.1.6",
- "@fluentui/react-utilities": "^9.7.0",
+ "@fluentui/react-utilities": "^9.7.1",
"@griffel/react": "^1.5.2",
"@swc/helpers": "^0.4.14"
},
diff --git a/packages/react-components/react-link/CHANGELOG.json b/packages/react-components/react-link/CHANGELOG.json
index 3bf3a5eef485d..e7eaac0d7f44d 100644
--- a/packages/react-components/react-link/CHANGELOG.json
+++ b/packages/react-components/react-link/CHANGELOG.json
@@ -1,6 +1,27 @@
{
"name": "@fluentui/react-link",
"entries": [
+ {
+ "date": "Thu, 16 Mar 2023 14:36:59 GMT",
+ "tag": "@fluentui/react-link_v9.0.30",
+ "version": "9.0.30",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-link",
+ "comment": "Bump @fluentui/react-tabster to v9.6.0",
+ "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-link",
+ "comment": "Bump @fluentui/react-utilities to v9.7.1",
+ "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81"
+ }
+ ]
+ }
+ },
{
"date": "Wed, 15 Mar 2023 10:19:53 GMT",
"tag": "@fluentui/react-link_v9.0.29",
diff --git a/packages/react-components/react-link/CHANGELOG.md b/packages/react-components/react-link/CHANGELOG.md
index 76b281554d943..bb45387c4b47e 100644
--- a/packages/react-components/react-link/CHANGELOG.md
+++ b/packages/react-components/react-link/CHANGELOG.md
@@ -1,9 +1,19 @@
# Change Log - @fluentui/react-link
-This log was last generated on Wed, 15 Mar 2023 10:19:53 GMT and should not be manually modified.
+This log was last generated on Thu, 16 Mar 2023 14:36:59 GMT and should not be manually modified.
+## [9.0.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.30)
+
+Thu, 16 Mar 2023 14:36:59 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.29..@fluentui/react-link_v9.0.30)
+
+### Patches
+
+- Bump @fluentui/react-tabster to v9.6.0 ([PR #27229](https://github.com/microsoft/fluentui/pull/27229) by beachball)
+- Bump @fluentui/react-utilities to v9.7.1 ([PR #27229](https://github.com/microsoft/fluentui/pull/27229) by beachball)
+
## [9.0.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.29)
Wed, 15 Mar 2023 10:19:53 GMT
diff --git a/packages/react-components/react-link/package.json b/packages/react-components/react-link/package.json
index 3fb8020c3cb9f..ce56e77c9bf58 100644
--- a/packages/react-components/react-link/package.json
+++ b/packages/react-components/react-link/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-link",
- "version": "9.0.29",
+ "version": "9.0.30",
"description": "Fluent UI React Link component",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -34,9 +34,9 @@
},
"dependencies": {
"@fluentui/keyboard-keys": "^9.0.1",
- "@fluentui/react-tabster": "^9.5.7",
+ "@fluentui/react-tabster": "^9.6.0",
"@fluentui/react-theme": "^9.1.6",
- "@fluentui/react-utilities": "^9.7.0",
+ "@fluentui/react-utilities": "^9.7.1",
"@griffel/react": "^1.5.2",
"@swc/helpers": "^0.4.14"
},
diff --git a/packages/react-components/react-menu/CHANGELOG.json b/packages/react-components/react-menu/CHANGELOG.json
index 03934b1e95c92..0d1899855130d 100644
--- a/packages/react-components/react-menu/CHANGELOG.json
+++ b/packages/react-components/react-menu/CHANGELOG.json
@@ -1,6 +1,51 @@
{
"name": "@fluentui/react-menu",
"entries": [
+ {
+ "date": "Thu, 16 Mar 2023 14:36:59 GMT",
+ "tag": "@fluentui/react-menu_v9.7.4",
+ "version": "9.7.4",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-menu",
+ "comment": "Bump @fluentui/react-aria to v9.3.14",
+ "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-menu",
+ "comment": "Bump @fluentui/react-context-selector to v9.1.14",
+ "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-menu",
+ "comment": "Bump @fluentui/react-portal to v9.2.1",
+ "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-menu",
+ "comment": "Bump @fluentui/react-positioning to v9.5.5",
+ "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-menu",
+ "comment": "Bump @fluentui/react-tabster to v9.6.0",
+ "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-menu",
+ "comment": "Bump @fluentui/react-utilities to v9.7.1",
+ "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81"
+ }
+ ]
+ }
+ },
{
"date": "Wed, 15 Mar 2023 10:19:53 GMT",
"tag": "@fluentui/react-menu_v9.7.3",
diff --git a/packages/react-components/react-menu/CHANGELOG.md b/packages/react-components/react-menu/CHANGELOG.md
index 1f4b4c83501a7..92378ee5b0640 100644
--- a/packages/react-components/react-menu/CHANGELOG.md
+++ b/packages/react-components/react-menu/CHANGELOG.md
@@ -1,9 +1,23 @@
# Change Log - @fluentui/react-menu
-This log was last generated on Wed, 15 Mar 2023 10:19:53 GMT and should not be manually modified.
+This log was last generated on Thu, 16 Mar 2023 14:36:59 GMT and should not be manually modified.
+## [9.7.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.7.4)
+
+Thu, 16 Mar 2023 14:36:59 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.7.3..@fluentui/react-menu_v9.7.4)
+
+### Patches
+
+- Bump @fluentui/react-aria to v9.3.14 ([PR #27229](https://github.com/microsoft/fluentui/pull/27229) by beachball)
+- Bump @fluentui/react-context-selector to v9.1.14 ([PR #27229](https://github.com/microsoft/fluentui/pull/27229) by beachball)
+- Bump @fluentui/react-portal to v9.2.1 ([PR #27229](https://github.com/microsoft/fluentui/pull/27229) by beachball)
+- Bump @fluentui/react-positioning to v9.5.5 ([PR #27229](https://github.com/microsoft/fluentui/pull/27229) by beachball)
+- Bump @fluentui/react-tabster to v9.6.0 ([PR #27229](https://github.com/microsoft/fluentui/pull/27229) by beachball)
+- Bump @fluentui/react-utilities to v9.7.1 ([PR #27229](https://github.com/microsoft/fluentui/pull/27229) by beachball)
+
## [9.7.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.7.3)
Wed, 15 Mar 2023 10:19:53 GMT
diff --git a/packages/react-components/react-menu/package.json b/packages/react-components/react-menu/package.json
index 9f5638ce8c3b0..17507bdb7a924 100644
--- a/packages/react-components/react-menu/package.json
+++ b/packages/react-components/react-menu/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-menu",
- "version": "9.7.3",
+ "version": "9.7.4",
"description": "Fluent UI menu component",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -35,16 +35,16 @@
"@fluentui/scripts-tasks": "*"
},
"dependencies": {
- "@fluentui/react-aria": "^9.3.13",
+ "@fluentui/react-aria": "^9.3.14",
"@fluentui/keyboard-keys": "^9.0.1",
- "@fluentui/react-context-selector": "^9.1.13",
+ "@fluentui/react-context-selector": "^9.1.14",
"@fluentui/react-icons": "^2.0.175",
- "@fluentui/react-portal": "^9.2.0",
- "@fluentui/react-positioning": "^9.5.4",
+ "@fluentui/react-portal": "^9.2.1",
+ "@fluentui/react-positioning": "^9.5.5",
"@fluentui/react-shared-contexts": "^9.3.1",
- "@fluentui/react-tabster": "^9.5.7",
+ "@fluentui/react-tabster": "^9.6.0",
"@fluentui/react-theme": "^9.1.6",
- "@fluentui/react-utilities": "^9.7.0",
+ "@fluentui/react-utilities": "^9.7.1",
"@griffel/react": "^1.5.2",
"@swc/helpers": "^0.4.14"
},
diff --git a/packages/react-components/react-migration-v0-v9/package.json b/packages/react-components/react-migration-v0-v9/package.json
index 7d5285b6fa719..a84b769116cb8 100644
--- a/packages/react-components/react-migration-v0-v9/package.json
+++ b/packages/react-components/react-migration-v0-v9/package.json
@@ -35,10 +35,10 @@
"dependencies": {
"@fluentui/react-theme": "^9.1.6",
"@fluentui/react-icons": "^2.0.175",
- "@fluentui/react-utilities": "^9.7.0",
+ "@fluentui/react-utilities": "^9.7.1",
"@griffel/react": "^1.5.2",
"@swc/helpers": "^0.4.14",
- "@fluentui/react-components": "^9.18.1",
+ "@fluentui/react-components": "^9.18.2",
"@fluentui/react-northstar": "^0.66.4"
},
"peerDependencies": {
diff --git a/packages/react-components/react-migration-v8-v9/CHANGELOG.json b/packages/react-components/react-migration-v8-v9/CHANGELOG.json
index 0193d47e0f766..74f77d0acd47e 100644
--- a/packages/react-components/react-migration-v8-v9/CHANGELOG.json
+++ b/packages/react-components/react-migration-v8-v9/CHANGELOG.json
@@ -1,6 +1,27 @@
{
"name": "@fluentui/react-migration-v8-v9",
"entries": [
+ {
+ "date": "Thu, 16 Mar 2023 14:36:59 GMT",
+ "tag": "@fluentui/react-migration-v8-v9_v9.2.1",
+ "version": "9.2.1",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-migration-v8-v9",
+ "comment": "Bump @fluentui/react-components to v9.18.2",
+ "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-migration-v8-v9",
+ "comment": "Bump @fluentui/react-utilities to v9.7.1",
+ "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81"
+ }
+ ]
+ }
+ },
{
"date": "Wed, 15 Mar 2023 10:19:51 GMT",
"tag": "@fluentui/react-migration-v8-v9_v9.2.0",
diff --git a/packages/react-components/react-migration-v8-v9/CHANGELOG.md b/packages/react-components/react-migration-v8-v9/CHANGELOG.md
index 0548b38bbd199..05f3f2ef69dd3 100644
--- a/packages/react-components/react-migration-v8-v9/CHANGELOG.md
+++ b/packages/react-components/react-migration-v8-v9/CHANGELOG.md
@@ -1,9 +1,19 @@
# Change Log - @fluentui/react-migration-v8-v9
-This log was last generated on Wed, 15 Mar 2023 10:19:51 GMT and should not be manually modified.
+This log was last generated on Thu, 16 Mar 2023 14:36:59 GMT and should not be manually modified.
+## [9.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.2.1)
+
+Thu, 16 Mar 2023 14:36:59 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.2.0..@fluentui/react-migration-v8-v9_v9.2.1)
+
+### Patches
+
+- Bump @fluentui/react-components to v9.18.2 ([PR #27229](https://github.com/microsoft/fluentui/pull/27229) by beachball)
+- Bump @fluentui/react-utilities to v9.7.1 ([PR #27229](https://github.com/microsoft/fluentui/pull/27229) by beachball)
+
## [9.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.2.0)
Wed, 15 Mar 2023 10:19:51 GMT
diff --git a/packages/react-components/react-migration-v8-v9/package.json b/packages/react-components/react-migration-v8-v9/package.json
index 1fb19ac064194..84cc8acf8cf11 100644
--- a/packages/react-components/react-migration-v8-v9/package.json
+++ b/packages/react-components/react-migration-v8-v9/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-migration-v8-v9",
- "version": "9.2.0",
+ "version": "9.2.1",
"description": "Migration shim components and methods for hybrid v8/v9 applications building on Fluent UI React.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -34,10 +34,10 @@
"@ctrl/tinycolor": "3.3.4",
"@fluentui/fluent2-theme": "^8.106.1",
"@fluentui/react": "^8.106.6",
- "@fluentui/react-components": "^9.18.1",
+ "@fluentui/react-components": "^9.18.2",
"@fluentui/react-icons": "^2.0.175",
"@fluentui/react-theme": "^9.1.6",
- "@fluentui/react-utilities": "^9.7.0",
+ "@fluentui/react-utilities": "^9.7.1",
"@griffel/react": "^1.5.2",
"@swc/helpers": "^0.4.14"
},
diff --git a/packages/react-components/react-overflow/CHANGELOG.json b/packages/react-components/react-overflow/CHANGELOG.json
index 11e71ba0c8cf9..c9e7fc10ed5d7 100644
--- a/packages/react-components/react-overflow/CHANGELOG.json
+++ b/packages/react-components/react-overflow/CHANGELOG.json
@@ -1,6 +1,27 @@
{
"name": "@fluentui/react-overflow",
"entries": [
+ {
+ "date": "Thu, 16 Mar 2023 14:36:59 GMT",
+ "tag": "@fluentui/react-overflow_v9.0.11",
+ "version": "9.0.11",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-overflow",
+ "comment": "Bump @fluentui/react-context-selector to v9.1.14",
+ "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-overflow",
+ "comment": "Bump @fluentui/react-utilities to v9.7.1",
+ "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81"
+ }
+ ]
+ }
+ },
{
"date": "Wed, 15 Mar 2023 10:19:53 GMT",
"tag": "@fluentui/react-overflow_v9.0.10",
diff --git a/packages/react-components/react-overflow/CHANGELOG.md b/packages/react-components/react-overflow/CHANGELOG.md
index adc23231774dc..4b857b0f15587 100644
--- a/packages/react-components/react-overflow/CHANGELOG.md
+++ b/packages/react-components/react-overflow/CHANGELOG.md
@@ -1,9 +1,19 @@
# Change Log - @fluentui/react-overflow
-This log was last generated on Wed, 15 Mar 2023 10:19:53 GMT and should not be manually modified.
+This log was last generated on Thu, 16 Mar 2023 14:36:59 GMT and should not be manually modified.
+## [9.0.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.0.11)
+
+Thu, 16 Mar 2023 14:36:59 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.0.10..@fluentui/react-overflow_v9.0.11)
+
+### Patches
+
+- Bump @fluentui/react-context-selector to v9.1.14 ([PR #27229](https://github.com/microsoft/fluentui/pull/27229) by beachball)
+- Bump @fluentui/react-utilities to v9.7.1 ([PR #27229](https://github.com/microsoft/fluentui/pull/27229) by beachball)
+
## [9.0.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.0.10)
Wed, 15 Mar 2023 10:19:53 GMT
diff --git a/packages/react-components/react-overflow/package.json b/packages/react-components/react-overflow/package.json
index 7fab37252fe4f..eb6f8eb1bd435 100644
--- a/packages/react-components/react-overflow/package.json
+++ b/packages/react-components/react-overflow/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-overflow",
- "version": "9.0.10",
+ "version": "9.0.11",
"description": "React bindings for @fluentui/priority-overflow",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -34,9 +34,9 @@
},
"dependencies": {
"@fluentui/priority-overflow": "^9.0.1",
- "@fluentui/react-context-selector": "^9.1.13",
+ "@fluentui/react-context-selector": "^9.1.14",
"@fluentui/react-theme": "^9.1.6",
- "@fluentui/react-utilities": "^9.7.0",
+ "@fluentui/react-utilities": "^9.7.1",
"@griffel/react": "^1.5.2",
"@swc/helpers": "^0.4.14"
},
diff --git a/packages/react-components/react-persona/CHANGELOG.json b/packages/react-components/react-persona/CHANGELOG.json
index 516fb6f23a0c2..5caec27c423af 100644
--- a/packages/react-components/react-persona/CHANGELOG.json
+++ b/packages/react-components/react-persona/CHANGELOG.json
@@ -1,6 +1,33 @@
{
"name": "@fluentui/react-persona",
"entries": [
+ {
+ "date": "Thu, 16 Mar 2023 14:36:59 GMT",
+ "tag": "@fluentui/react-persona_v9.2.4",
+ "version": "9.2.4",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-persona",
+ "comment": "Bump @fluentui/react-avatar to v9.4.4",
+ "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-persona",
+ "comment": "Bump @fluentui/react-badge to v9.1.4",
+ "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-persona",
+ "comment": "Bump @fluentui/react-utilities to v9.7.1",
+ "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81"
+ }
+ ]
+ }
+ },
{
"date": "Wed, 15 Mar 2023 10:19:53 GMT",
"tag": "@fluentui/react-persona_v9.2.3",
diff --git a/packages/react-components/react-persona/CHANGELOG.md b/packages/react-components/react-persona/CHANGELOG.md
index 95744530e7041..427acd5e0f3e1 100644
--- a/packages/react-components/react-persona/CHANGELOG.md
+++ b/packages/react-components/react-persona/CHANGELOG.md
@@ -1,9 +1,20 @@
# Change Log - @fluentui/react-persona
-This log was last generated on Wed, 15 Mar 2023 10:19:53 GMT and should not be manually modified.
+This log was last generated on Thu, 16 Mar 2023 14:36:59 GMT and should not be manually modified.
+## [9.2.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-persona_v9.2.4)
+
+Thu, 16 Mar 2023 14:36:59 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-persona_v9.2.3..@fluentui/react-persona_v9.2.4)
+
+### Patches
+
+- Bump @fluentui/react-avatar to v9.4.4 ([PR #27229](https://github.com/microsoft/fluentui/pull/27229) by beachball)
+- Bump @fluentui/react-badge to v9.1.4 ([PR #27229](https://github.com/microsoft/fluentui/pull/27229) by beachball)
+- Bump @fluentui/react-utilities to v9.7.1 ([PR #27229](https://github.com/microsoft/fluentui/pull/27229) by beachball)
+
## [9.2.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-persona_v9.2.3)
Wed, 15 Mar 2023 10:19:53 GMT
diff --git a/packages/react-components/react-persona/package.json b/packages/react-components/react-persona/package.json
index 58e49face9985..30ba8fa39e347 100644
--- a/packages/react-components/react-persona/package.json
+++ b/packages/react-components/react-persona/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-persona",
- "version": "9.2.3",
+ "version": "9.2.4",
"description": "React components for building web experiences",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -32,11 +32,11 @@
"@fluentui/scripts-tasks": "*"
},
"dependencies": {
- "@fluentui/react-avatar": "^9.4.3",
- "@fluentui/react-badge": "^9.1.3",
+ "@fluentui/react-avatar": "^9.4.4",
+ "@fluentui/react-badge": "^9.1.4",
"@fluentui/react-shared-contexts": "^9.3.1",
"@fluentui/react-theme": "^9.1.6",
- "@fluentui/react-utilities": "^9.7.0",
+ "@fluentui/react-utilities": "^9.7.1",
"@griffel/react": "^1.5.2",
"@swc/helpers": "^0.4.14"
},
diff --git a/packages/react-components/react-popover/CHANGELOG.json b/packages/react-components/react-popover/CHANGELOG.json
index c566d7eed4c01..5ce11aae48113 100644
--- a/packages/react-components/react-popover/CHANGELOG.json
+++ b/packages/react-components/react-popover/CHANGELOG.json
@@ -1,6 +1,51 @@
{
"name": "@fluentui/react-popover",
"entries": [
+ {
+ "date": "Thu, 16 Mar 2023 14:36:59 GMT",
+ "tag": "@fluentui/react-popover_v9.5.4",
+ "version": "9.5.4",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-popover",
+ "comment": "Bump @fluentui/react-aria to v9.3.14",
+ "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-popover",
+ "comment": "Bump @fluentui/react-context-selector to v9.1.14",
+ "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-popover",
+ "comment": "Bump @fluentui/react-portal to v9.2.1",
+ "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-popover",
+ "comment": "Bump @fluentui/react-positioning to v9.5.5",
+ "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-popover",
+ "comment": "Bump @fluentui/react-tabster to v9.6.0",
+ "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-popover",
+ "comment": "Bump @fluentui/react-utilities to v9.7.1",
+ "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81"
+ }
+ ]
+ }
+ },
{
"date": "Wed, 15 Mar 2023 10:19:53 GMT",
"tag": "@fluentui/react-popover_v9.5.3",
diff --git a/packages/react-components/react-popover/CHANGELOG.md b/packages/react-components/react-popover/CHANGELOG.md
index 2596d1de248c6..19c397e07c450 100644
--- a/packages/react-components/react-popover/CHANGELOG.md
+++ b/packages/react-components/react-popover/CHANGELOG.md
@@ -1,9 +1,23 @@
# Change Log - @fluentui/react-popover
-This log was last generated on Wed, 15 Mar 2023 10:19:53 GMT and should not be manually modified.
+This log was last generated on Thu, 16 Mar 2023 14:36:59 GMT and should not be manually modified.
+## [9.5.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.5.4)
+
+Thu, 16 Mar 2023 14:36:59 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.5.3..@fluentui/react-popover_v9.5.4)
+
+### Patches
+
+- Bump @fluentui/react-aria to v9.3.14 ([PR #27229](https://github.com/microsoft/fluentui/pull/27229) by beachball)
+- Bump @fluentui/react-context-selector to v9.1.14 ([PR #27229](https://github.com/microsoft/fluentui/pull/27229) by beachball)
+- Bump @fluentui/react-portal to v9.2.1 ([PR #27229](https://github.com/microsoft/fluentui/pull/27229) by beachball)
+- Bump @fluentui/react-positioning to v9.5.5 ([PR #27229](https://github.com/microsoft/fluentui/pull/27229) by beachball)
+- Bump @fluentui/react-tabster to v9.6.0 ([PR #27229](https://github.com/microsoft/fluentui/pull/27229) by beachball)
+- Bump @fluentui/react-utilities to v9.7.1 ([PR #27229](https://github.com/microsoft/fluentui/pull/27229) by beachball)
+
## [9.5.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.5.3)
Wed, 15 Mar 2023 10:19:53 GMT
diff --git a/packages/react-components/react-popover/package.json b/packages/react-components/react-popover/package.json
index 1e3bc2384bfca..07c2a39e6e4f8 100644
--- a/packages/react-components/react-popover/package.json
+++ b/packages/react-components/react-popover/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-popover",
- "version": "9.5.3",
+ "version": "9.5.4",
"description": "Popover component for Fluent UI",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -36,14 +36,14 @@
},
"dependencies": {
"@fluentui/keyboard-keys": "^9.0.1",
- "@fluentui/react-aria": "^9.3.13",
- "@fluentui/react-context-selector": "^9.1.13",
- "@fluentui/react-portal": "^9.2.0",
- "@fluentui/react-positioning": "^9.5.4",
+ "@fluentui/react-aria": "^9.3.14",
+ "@fluentui/react-context-selector": "^9.1.14",
+ "@fluentui/react-portal": "^9.2.1",
+ "@fluentui/react-positioning": "^9.5.5",
"@fluentui/react-shared-contexts": "^9.3.1",
- "@fluentui/react-tabster": "^9.5.7",
+ "@fluentui/react-tabster": "^9.6.0",
"@fluentui/react-theme": "^9.1.6",
- "@fluentui/react-utilities": "^9.7.0",
+ "@fluentui/react-utilities": "^9.7.1",
"@griffel/react": "^1.5.2",
"@swc/helpers": "^0.4.14"
},
diff --git a/packages/react-components/react-portal-compat/CHANGELOG.json b/packages/react-components/react-portal-compat/CHANGELOG.json
index dcc294f7c3bc9..b142ccf54c797 100644
--- a/packages/react-components/react-portal-compat/CHANGELOG.json
+++ b/packages/react-components/react-portal-compat/CHANGELOG.json
@@ -1,6 +1,27 @@
{
"name": "@fluentui/react-portal-compat",
"entries": [
+ {
+ "date": "Thu, 16 Mar 2023 14:36:59 GMT",
+ "tag": "@fluentui/react-portal-compat_v9.0.45",
+ "version": "9.0.45",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-portal-compat",
+ "comment": "Bump @fluentui/react-tabster to v9.6.0",
+ "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-portal-compat",
+ "comment": "Bump @fluentui/react-components to v9.18.2",
+ "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81"
+ }
+ ]
+ }
+ },
{
"date": "Wed, 15 Mar 2023 10:19:53 GMT",
"tag": "@fluentui/react-portal-compat_v9.0.44",
diff --git a/packages/react-components/react-portal-compat/CHANGELOG.md b/packages/react-components/react-portal-compat/CHANGELOG.md
index 50976b0879501..65f06f72a1186 100644
--- a/packages/react-components/react-portal-compat/CHANGELOG.md
+++ b/packages/react-components/react-portal-compat/CHANGELOG.md
@@ -1,9 +1,19 @@
# Change Log - @fluentui/react-portal-compat
-This log was last generated on Wed, 15 Mar 2023 10:19:53 GMT and should not be manually modified.
+This log was last generated on Thu, 16 Mar 2023 14:36:59 GMT and should not be manually modified.
+## [9.0.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.0.45)
+
+Thu, 16 Mar 2023 14:36:59 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat_v9.0.44..@fluentui/react-portal-compat_v9.0.45)
+
+### Patches
+
+- Bump @fluentui/react-tabster to v9.6.0 ([PR #27229](https://github.com/microsoft/fluentui/pull/27229) by beachball)
+- Bump @fluentui/react-components to v9.18.2 ([PR #27229](https://github.com/microsoft/fluentui/pull/27229) by beachball)
+
## [9.0.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.0.44)
Wed, 15 Mar 2023 10:19:53 GMT
diff --git a/packages/react-components/react-portal-compat/package.json b/packages/react-components/react-portal-compat/package.json
index 77fd688c8141a..a2b812d9e2832 100644
--- a/packages/react-components/react-portal-compat/package.json
+++ b/packages/react-components/react-portal-compat/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-portal-compat",
- "version": "9.0.44",
+ "version": "9.0.45",
"description": "A package that contains compatibility layer for React Portals",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -26,7 +26,7 @@
},
"devDependencies": {
"@fluentui/eslint-plugin": "*",
- "@fluentui/react-components": "^9.18.1",
+ "@fluentui/react-components": "^9.18.2",
"@fluentui/react-shared-contexts": "^9.3.1",
"@fluentui/scripts-api-extractor": "*",
"@fluentui/scripts-cypress": "*",
@@ -34,11 +34,11 @@
},
"dependencies": {
"@fluentui/react-portal-compat-context": "^9.0.4",
- "@fluentui/react-tabster": "^9.5.7",
+ "@fluentui/react-tabster": "^9.6.0",
"@swc/helpers": "^0.4.14"
},
"peerDependencies": {
- "@fluentui/react-components": "^9.18.1",
+ "@fluentui/react-components": "^9.18.2",
"@types/react": ">=16.8.0 <19.0.0",
"react": ">=16.8.0 <19.0.0"
},
diff --git a/packages/react-components/react-portal/CHANGELOG.json b/packages/react-components/react-portal/CHANGELOG.json
index 3e91f6436ab7d..6887627e4df73 100644
--- a/packages/react-components/react-portal/CHANGELOG.json
+++ b/packages/react-components/react-portal/CHANGELOG.json
@@ -1,6 +1,27 @@
{
"name": "@fluentui/react-portal",
"entries": [
+ {
+ "date": "Thu, 16 Mar 2023 14:36:59 GMT",
+ "tag": "@fluentui/react-portal_v9.2.1",
+ "version": "9.2.1",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-portal",
+ "comment": "Bump @fluentui/react-tabster to v9.6.0",
+ "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-portal",
+ "comment": "Bump @fluentui/react-utilities to v9.7.1",
+ "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81"
+ }
+ ]
+ }
+ },
{
"date": "Wed, 15 Mar 2023 10:19:51 GMT",
"tag": "@fluentui/react-portal_v9.2.0",
diff --git a/packages/react-components/react-portal/CHANGELOG.md b/packages/react-components/react-portal/CHANGELOG.md
index 0d09cdb1842dc..d997455201e89 100644
--- a/packages/react-components/react-portal/CHANGELOG.md
+++ b/packages/react-components/react-portal/CHANGELOG.md
@@ -1,9 +1,19 @@
# Change Log - @fluentui/react-portal
-This log was last generated on Wed, 15 Mar 2023 10:19:51 GMT and should not be manually modified.
+This log was last generated on Thu, 16 Mar 2023 14:36:59 GMT and should not be manually modified.
+## [9.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.2.1)
+
+Thu, 16 Mar 2023 14:36:59 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.2.0..@fluentui/react-portal_v9.2.1)
+
+### Patches
+
+- Bump @fluentui/react-tabster to v9.6.0 ([PR #27229](https://github.com/microsoft/fluentui/pull/27229) by beachball)
+- Bump @fluentui/react-utilities to v9.7.1 ([PR #27229](https://github.com/microsoft/fluentui/pull/27229) by beachball)
+
## [9.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.2.0)
Wed, 15 Mar 2023 10:19:51 GMT
diff --git a/packages/react-components/react-portal/package.json b/packages/react-components/react-portal/package.json
index 63025f3a0febc..6bcbc10ee0467 100644
--- a/packages/react-components/react-portal/package.json
+++ b/packages/react-components/react-portal/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-portal",
- "version": "9.2.0",
+ "version": "9.2.1",
"description": "A utility component that creates portals compatible with Fluent UI",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -32,8 +32,8 @@
},
"dependencies": {
"@fluentui/react-shared-contexts": "^9.3.1",
- "@fluentui/react-tabster": "^9.5.7",
- "@fluentui/react-utilities": "^9.7.0",
+ "@fluentui/react-tabster": "^9.6.0",
+ "@fluentui/react-utilities": "^9.7.1",
"@griffel/react": "^1.5.2",
"use-disposable": "^1.0.1",
"@swc/helpers": "^0.4.14"
diff --git a/packages/react-components/react-positioning/CHANGELOG.json b/packages/react-components/react-positioning/CHANGELOG.json
index ed7902835788f..8af5df62a27cf 100644
--- a/packages/react-components/react-positioning/CHANGELOG.json
+++ b/packages/react-components/react-positioning/CHANGELOG.json
@@ -1,6 +1,21 @@
{
"name": "@fluentui/react-positioning",
"entries": [
+ {
+ "date": "Thu, 16 Mar 2023 14:36:59 GMT",
+ "tag": "@fluentui/react-positioning_v9.5.5",
+ "version": "9.5.5",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-positioning",
+ "comment": "Bump @fluentui/react-utilities to v9.7.1",
+ "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81"
+ }
+ ]
+ }
+ },
{
"date": "Wed, 15 Mar 2023 10:19:53 GMT",
"tag": "@fluentui/react-positioning_v9.5.4",
diff --git a/packages/react-components/react-positioning/CHANGELOG.md b/packages/react-components/react-positioning/CHANGELOG.md
index bb5d2f4e6268c..d7c67f0b3f40a 100644
--- a/packages/react-components/react-positioning/CHANGELOG.md
+++ b/packages/react-components/react-positioning/CHANGELOG.md
@@ -1,9 +1,18 @@
# Change Log - @fluentui/react-positioning
-This log was last generated on Wed, 15 Mar 2023 10:19:53 GMT and should not be manually modified.
+This log was last generated on Thu, 16 Mar 2023 14:36:59 GMT and should not be manually modified.
+## [9.5.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.5.5)
+
+Thu, 16 Mar 2023 14:36:59 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.5.4..@fluentui/react-positioning_v9.5.5)
+
+### Patches
+
+- Bump @fluentui/react-utilities to v9.7.1 ([PR #27229](https://github.com/microsoft/fluentui/pull/27229) by beachball)
+
## [9.5.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.5.4)
Wed, 15 Mar 2023 10:19:53 GMT
diff --git a/packages/react-components/react-positioning/package.json b/packages/react-components/react-positioning/package.json
index 1c8c90ba6e436..95650568a8300 100644
--- a/packages/react-components/react-positioning/package.json
+++ b/packages/react-components/react-positioning/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-positioning",
- "version": "9.5.4",
+ "version": "9.5.5",
"description": "A react wrapper around Popper.js for Fluent UI",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -31,7 +31,7 @@
"@floating-ui/dom": "^1.2.0",
"@fluentui/react-shared-contexts": "^9.3.1",
"@fluentui/react-theme": "^9.1.6",
- "@fluentui/react-utilities": "^9.7.0",
+ "@fluentui/react-utilities": "^9.7.1",
"@griffel/react": "^1.5.2",
"@swc/helpers": "^0.4.14"
},
diff --git a/packages/react-components/react-progress/CHANGELOG.json b/packages/react-components/react-progress/CHANGELOG.json
index b491307609432..227ea84a979f0 100644
--- a/packages/react-components/react-progress/CHANGELOG.json
+++ b/packages/react-components/react-progress/CHANGELOG.json
@@ -1,6 +1,27 @@
{
"name": "@fluentui/react-progress",
"entries": [
+ {
+ "date": "Thu, 16 Mar 2023 14:36:59 GMT",
+ "tag": "@fluentui/react-progress_v9.1.4",
+ "version": "9.1.4",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-progress",
+ "comment": "Bump @fluentui/react-field to v9.0.0-alpha.26",
+ "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-progress",
+ "comment": "Bump @fluentui/react-utilities to v9.7.1",
+ "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81"
+ }
+ ]
+ }
+ },
{
"date": "Wed, 15 Mar 2023 10:19:52 GMT",
"tag": "@fluentui/react-progress_v9.1.3",
diff --git a/packages/react-components/react-progress/CHANGELOG.md b/packages/react-components/react-progress/CHANGELOG.md
index 96edb835d0c77..33ad7724de6a9 100644
--- a/packages/react-components/react-progress/CHANGELOG.md
+++ b/packages/react-components/react-progress/CHANGELOG.md
@@ -1,9 +1,19 @@
# Change Log - @fluentui/react-progress
-This log was last generated on Wed, 15 Mar 2023 10:19:52 GMT and should not be manually modified.
+This log was last generated on Thu, 16 Mar 2023 14:36:59 GMT and should not be manually modified.
+## [9.1.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-progress_v9.1.4)
+
+Thu, 16 Mar 2023 14:36:59 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-progress_v9.1.3..@fluentui/react-progress_v9.1.4)
+
+### Patches
+
+- Bump @fluentui/react-field to v9.0.0-alpha.26 ([PR #27229](https://github.com/microsoft/fluentui/pull/27229) by beachball)
+- Bump @fluentui/react-utilities to v9.7.1 ([PR #27229](https://github.com/microsoft/fluentui/pull/27229) by beachball)
+
## [9.1.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-progress_v9.1.3)
Wed, 15 Mar 2023 10:19:52 GMT
diff --git a/packages/react-components/react-progress/package.json b/packages/react-components/react-progress/package.json
index 0e8cdffad8f9b..7fafdb7e85510 100644
--- a/packages/react-components/react-progress/package.json
+++ b/packages/react-components/react-progress/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-progress",
- "version": "9.1.3",
+ "version": "9.1.4",
"description": "Progress component for FluentUI v9",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -32,10 +32,10 @@
"@fluentui/scripts-tasks": "*"
},
"dependencies": {
- "@fluentui/react-field": "9.0.0-alpha.25",
+ "@fluentui/react-field": "9.0.0-alpha.26",
"@fluentui/react-shared-contexts": "^9.3.1",
"@fluentui/react-theme": "^9.1.6",
- "@fluentui/react-utilities": "^9.7.0",
+ "@fluentui/react-utilities": "^9.7.1",
"@griffel/react": "^1.5.2",
"@swc/helpers": "^0.4.14"
},
diff --git a/packages/react-components/react-provider/CHANGELOG.json b/packages/react-components/react-provider/CHANGELOG.json
index 186c9ad6eebb9..1a19fe371b36c 100644
--- a/packages/react-components/react-provider/CHANGELOG.json
+++ b/packages/react-components/react-provider/CHANGELOG.json
@@ -1,6 +1,33 @@
{
"name": "@fluentui/react-provider",
"entries": [
+ {
+ "date": "Thu, 16 Mar 2023 14:36:58 GMT",
+ "tag": "@fluentui/react-provider_v9.4.4",
+ "version": "9.4.4",
+ "comments": {
+ "patch": [
+ {
+ "author": "olfedias@microsoft.com",
+ "package": "@fluentui/react-provider",
+ "commit": "fe1014bbcd770a7b38a3a9a09595e93297c2da26",
+ "comment": "fix: pass proper document instance to useFocusVisible()"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-provider",
+ "comment": "Bump @fluentui/react-tabster to v9.6.0",
+ "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-provider",
+ "comment": "Bump @fluentui/react-utilities to v9.7.1",
+ "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81"
+ }
+ ]
+ }
+ },
{
"date": "Wed, 15 Mar 2023 10:19:53 GMT",
"tag": "@fluentui/react-provider_v9.4.3",
diff --git a/packages/react-components/react-provider/CHANGELOG.md b/packages/react-components/react-provider/CHANGELOG.md
index 8dec44008cde2..9ebf254e21f76 100644
--- a/packages/react-components/react-provider/CHANGELOG.md
+++ b/packages/react-components/react-provider/CHANGELOG.md
@@ -1,9 +1,20 @@
# Change Log - @fluentui/react-provider
-This log was last generated on Wed, 15 Mar 2023 10:19:53 GMT and should not be manually modified.
+This log was last generated on Thu, 16 Mar 2023 14:36:58 GMT and should not be manually modified.
+## [9.4.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.4.4)
+
+Thu, 16 Mar 2023 14:36:58 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.4.3..@fluentui/react-provider_v9.4.4)
+
+### Patches
+
+- fix: pass proper document instance to useFocusVisible() ([PR #27198](https://github.com/microsoft/fluentui/pull/27198) by olfedias@microsoft.com)
+- Bump @fluentui/react-tabster to v9.6.0 ([PR #27229](https://github.com/microsoft/fluentui/pull/27229) by beachball)
+- Bump @fluentui/react-utilities to v9.7.1 ([PR #27229](https://github.com/microsoft/fluentui/pull/27229) by beachball)
+
## [9.4.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.4.3)
Wed, 15 Mar 2023 10:19:53 GMT
diff --git a/packages/react-components/react-provider/package.json b/packages/react-components/react-provider/package.json
index 90c137c12dffa..bcaacada58db5 100644
--- a/packages/react-components/react-provider/package.json
+++ b/packages/react-components/react-provider/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-provider",
- "version": "9.4.3",
+ "version": "9.4.4",
"description": "Fluent UI React provider component",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -35,9 +35,9 @@
"@griffel/core": "^1.9.0",
"@griffel/react": "^1.5.2",
"@fluentui/react-shared-contexts": "^9.3.1",
- "@fluentui/react-tabster": "^9.5.7",
+ "@fluentui/react-tabster": "^9.6.0",
"@fluentui/react-theme": "^9.1.6",
- "@fluentui/react-utilities": "^9.7.0",
+ "@fluentui/react-utilities": "^9.7.1",
"@swc/helpers": "^0.4.14"
},
"peerDependencies": {
diff --git a/packages/react-components/react-provider/src/components/FluentProvider/useFluentProvider.ts b/packages/react-components/react-provider/src/components/FluentProvider/useFluentProvider.ts
index 8cae31ead09df..faf476bb6b2b2 100644
--- a/packages/react-components/react-provider/src/components/FluentProvider/useFluentProvider.ts
+++ b/packages/react-components/react-provider/src/components/FluentProvider/useFluentProvider.ts
@@ -87,7 +87,7 @@ export const useFluentProvider_unstable = (
root: getNativeElementProps('div', {
...props,
dir,
- ref: useMergedRefs(ref, useFocusVisible