diff --git a/apps/E2E/CHANGELOG.json b/apps/E2E/CHANGELOG.json index a17def46ac..aed34586ca 100644 --- a/apps/E2E/CHANGELOG.json +++ b/apps/E2E/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "@fluentui-react-native/e2e-testing", "entries": [ + { + "date": "Tue, 31 Oct 2023 19:11:10 GMT", + "version": "1.32.6", + "tag": "@fluentui-react-native/e2e-testing_v1.32.6", + "comments": { + "patch": [ + { + "author": "ruaraki@microsoft.com", + "package": "@fluentui-react-native/e2e-testing", + "commit": "e66e88aa687589668526066da35ca8b1abc6287c", + "comment": "Add test and a tiny bit of cleanup" + }, + { + "author": "beachball", + "package": "@fluentui-react-native/e2e-testing", + "comment": "Bump @fluentui-react-native/focus-zone to v0.13.3", + "commit": "not available" + } + ] + } + }, { "date": "Mon, 30 Oct 2023 21:26:06 GMT", "version": "1.32.5", diff --git a/apps/E2E/CHANGELOG.md b/apps/E2E/CHANGELOG.md index bc41d5c82b..0cec57aa53 100644 --- a/apps/E2E/CHANGELOG.md +++ b/apps/E2E/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui-react-native/e2e-testing -This log was last generated on Mon, 30 Oct 2023 21:26:06 GMT and should not be manually modified. +This log was last generated on Tue, 31 Oct 2023 19:11:10 GMT and should not be manually modified. +## 1.32.6 + +Tue, 31 Oct 2023 19:11:10 GMT + +### Patches + +- Add test and a tiny bit of cleanup (ruaraki@microsoft.com) +- Bump @fluentui-react-native/focus-zone to v0.13.3 + ## 1.32.5 Mon, 30 Oct 2023 21:26:06 GMT diff --git a/apps/E2E/package.json b/apps/E2E/package.json index 7f8462e7c9..d9a94e1582 100644 --- a/apps/E2E/package.json +++ b/apps/E2E/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/e2e-testing", - "version": "1.32.5", + "version": "1.32.6", "description": "Package containing E2E testing specs", "license": "MIT", "scripts": { @@ -29,7 +29,7 @@ "@babel/core": "^7.8.0", "@babel/runtime": "^7.8.0", "@fluentui-react-native/eslint-config-rules": "^0.1.1", - "@fluentui-react-native/focus-zone": "^0.13.2", + "@fluentui-react-native/focus-zone": "^0.13.3", "@fluentui-react-native/scripts": "^0.1.1", "@rnx-kit/metro-config": "^1.3.1", "@types/jasmine": "3.10.3", diff --git a/apps/fluent-tester/CHANGELOG.json b/apps/fluent-tester/CHANGELOG.json index 0ef28f6623..e88139e1d9 100644 --- a/apps/fluent-tester/CHANGELOG.json +++ b/apps/fluent-tester/CHANGELOG.json @@ -1,6 +1,63 @@ { "name": "@fluentui-react-native/tester", "entries": [ + { + "date": "Tue, 31 Oct 2023 19:11:10 GMT", + "version": "0.157.8", + "tag": "@fluentui-react-native/tester_v0.157.8", + "comments": { + "patch": [ + { + "author": "ruaraki@microsoft.com", + "package": "@fluentui-react-native/tester", + "commit": "e66e88aa687589668526066da35ca8b1abc6287c", + "comment": "Add test and a tiny bit of cleanup" + }, + { + "author": "beachball", + "package": "@fluentui-react-native/tester", + "comment": "Bump @fluentui-react-native/experimental-menu-button to v0.7.29", + "commit": "not available" + }, + { + "author": "beachball", + "package": "@fluentui-react-native/tester", + "comment": "Bump @fluentui-react-native/experimental-tabs to v0.9.19", + "commit": "not available" + }, + { + "author": "beachball", + "package": "@fluentui-react-native/tester", + "comment": "Bump @fluentui-react-native/menu to v1.11.28", + "commit": "not available" + }, + { + "author": "beachball", + "package": "@fluentui-react-native/tester", + "comment": "Bump @fluentui-react-native/radio-group to v0.19.7", + "commit": "not available" + }, + { + "author": "beachball", + "package": "@fluentui-react-native/tester", + "comment": "Bump @fluentui-react-native/tablist to v0.4.8", + "commit": "not available" + }, + { + "author": "beachball", + "package": "@fluentui-react-native/tester", + "comment": "Bump @fluentui/react-native to v0.38.4", + "commit": "not available" + }, + { + "author": "beachball", + "package": "@fluentui-react-native/tester", + "comment": "Bump @fluentui-react-native/focus-zone to v0.13.3", + "commit": "not available" + } + ] + } + }, { "date": "Mon, 30 Oct 2023 21:26:06 GMT", "version": "0.157.7", diff --git a/apps/fluent-tester/CHANGELOG.md b/apps/fluent-tester/CHANGELOG.md index dd4b4fac78..5abf26d472 100644 --- a/apps/fluent-tester/CHANGELOG.md +++ b/apps/fluent-tester/CHANGELOG.md @@ -1,9 +1,24 @@ # Change Log - @fluentui-react-native/tester -This log was last generated on Mon, 30 Oct 2023 21:26:06 GMT and should not be manually modified. +This log was last generated on Tue, 31 Oct 2023 19:11:10 GMT and should not be manually modified. +## 0.157.8 + +Tue, 31 Oct 2023 19:11:10 GMT + +### Patches + +- Add test and a tiny bit of cleanup (ruaraki@microsoft.com) +- Bump @fluentui-react-native/experimental-menu-button to v0.7.29 +- Bump @fluentui-react-native/experimental-tabs to v0.9.19 +- Bump @fluentui-react-native/menu to v1.11.28 +- Bump @fluentui-react-native/radio-group to v0.19.7 +- Bump @fluentui-react-native/tablist to v0.4.8 +- Bump @fluentui/react-native to v0.38.4 +- Bump @fluentui-react-native/focus-zone to v0.13.3 + ## 0.157.7 Mon, 30 Oct 2023 21:26:06 GMT diff --git a/apps/fluent-tester/package.json b/apps/fluent-tester/package.json index 0835cd2926..112c4b3f73 100644 --- a/apps/fluent-tester/package.json +++ b/apps/fluent-tester/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/tester", - "version": "0.157.7", + "version": "0.157.8", "description": "A test app to test FluentUI React Native Components during development", "license": "MIT", "author": "Microsoft ", @@ -53,25 +53,25 @@ "@fluentui-react-native/experimental-button": "0.18.20", "@fluentui-react-native/experimental-checkbox": "0.15.15", "@fluentui-react-native/experimental-expander": "0.6.11", - "@fluentui-react-native/experimental-menu-button": ">=0.7.28 <1.0.0", + "@fluentui-react-native/experimental-menu-button": ">=0.7.29 <1.0.0", "@fluentui-react-native/experimental-native-date-picker": ">=0.9.1 <1.0.0", "@fluentui-react-native/experimental-shadow": "0.4.10", "@fluentui-react-native/experimental-shimmer": "0.11.4", - "@fluentui-react-native/experimental-tabs": "0.9.18", + "@fluentui-react-native/experimental-tabs": "0.9.19", "@fluentui-react-native/experimental-text": ">=0.13.12 <1.0.0", "@fluentui-react-native/framework": ">=0.11.8 <1.0.0", "@fluentui-react-native/icon": "0.19.14", "@fluentui-react-native/input": "^0.4.7", "@fluentui-react-native/interactive-hooks": ">=0.24.10 <1.0.0", - "@fluentui-react-native/menu": "^1.11.27", + "@fluentui-react-native/menu": "^1.11.28", "@fluentui-react-native/merge-props": ">=0.7.1 <1.0.0", "@fluentui-react-native/notification": "0.23.20", - "@fluentui-react-native/radio-group": ">=0.19.6 <1.0.0", + "@fluentui-react-native/radio-group": ">=0.19.7 <1.0.0", "@fluentui-react-native/separator": "^0.16.8", "@fluentui-react-native/spinner": "^0.7.13", "@fluentui-react-native/stack": ">=0.8.14 <1.0.0", "@fluentui-react-native/switch": "^0.11.5", - "@fluentui-react-native/tablist": "0.4.7", + "@fluentui-react-native/tablist": "0.4.8", "@fluentui-react-native/text": ">=0.21.12 <1.0.0", "@fluentui-react-native/theme": ">=0.9.2 <1.0.0", "@fluentui-react-native/theme-tokens": "^0.25.2", @@ -80,7 +80,7 @@ "@fluentui-react-native/theming-utils": ">=0.24.5 <1.0.0", "@fluentui-react-native/vibrancy-view": ">=0.0.3 <1.0.0", "@fluentui-react-native/win32-theme": ">=0.27.8 <1.0.0", - "@fluentui/react-native": ">=0.38.3 <1.0.0", + "@fluentui/react-native": ">=0.38.4 <1.0.0", "@fortawesome/fontawesome-svg-core": "^6.2.0", "@fortawesome/free-solid-svg-icons": "^6.2.0", "@fortawesome/react-native-fontawesome": "^0.3.0", @@ -99,7 +99,7 @@ "@babel/core": "^7.8.0", "@babel/runtime": "^7.8.0", "@fluentui-react-native/eslint-config-rules": "^0.1.1", - "@fluentui-react-native/focus-zone": "^0.13.2", + "@fluentui-react-native/focus-zone": "^0.13.3", "@fluentui-react-native/scripts": "^0.1.1", "@rnx-kit/cli": "^0.16.2", "@rnx-kit/metro-config": "^1.3.1", diff --git a/apps/win32/CHANGELOG.json b/apps/win32/CHANGELOG.json index e6d0f29ab6..837c81d065 100644 --- a/apps/win32/CHANGELOG.json +++ b/apps/win32/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "@fluentui-react-native/tester-win32", "entries": [ + { + "date": "Tue, 31 Oct 2023 19:11:10 GMT", + "version": "0.36.15", + "tag": "@fluentui-react-native/tester-win32_v0.36.15", + "comments": { + "patch": [ + { + "author": "ruaraki@microsoft.com", + "package": "@fluentui-react-native/tester-win32", + "commit": "e66e88aa687589668526066da35ca8b1abc6287c", + "comment": "Update rex-win32" + }, + { + "author": "beachball", + "package": "@fluentui-react-native/tester-win32", + "comment": "Bump @fluentui-react-native/tester to v0.157.8", + "commit": "not available" + } + ] + } + }, { "date": "Mon, 30 Oct 2023 21:26:06 GMT", "version": "0.36.14", diff --git a/apps/win32/CHANGELOG.md b/apps/win32/CHANGELOG.md index 7ee15b1cf6..5d713dcf45 100644 --- a/apps/win32/CHANGELOG.md +++ b/apps/win32/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui-react-native/tester-win32 -This log was last generated on Mon, 30 Oct 2023 21:26:06 GMT and should not be manually modified. +This log was last generated on Tue, 31 Oct 2023 19:11:10 GMT and should not be manually modified. +## 0.36.15 + +Tue, 31 Oct 2023 19:11:10 GMT + +### Patches + +- Update rex-win32 (ruaraki@microsoft.com) +- Bump @fluentui-react-native/tester to v0.157.8 + ## 0.36.14 Mon, 30 Oct 2023 21:26:06 GMT diff --git a/apps/win32/package.json b/apps/win32/package.json index 3811746c89..d23d2efbbf 100644 --- a/apps/win32/package.json +++ b/apps/win32/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/tester-win32", - "version": "0.36.14", + "version": "0.36.15", "main": "src/index.tsx", "module": "src/index.tsx", "typings": "lib/index.d.ts", @@ -30,7 +30,7 @@ "directory": "apps/win32" }, "dependencies": { - "@fluentui-react-native/tester": "^0.157.7", + "@fluentui-react-native/tester": "^0.157.8", "react": "18.2.0", "react-native": "^0.71.0", "react-native-svg": "^13.9.0", diff --git a/change/@fluentui-react-native-e2e-testing-98efa3f8-8a58-41d0-ae51-84ae00149104.json b/change/@fluentui-react-native-e2e-testing-98efa3f8-8a58-41d0-ae51-84ae00149104.json deleted file mode 100644 index 668b507567..0000000000 --- a/change/@fluentui-react-native-e2e-testing-98efa3f8-8a58-41d0-ae51-84ae00149104.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add test and a tiny bit of cleanup", - "packageName": "@fluentui-react-native/e2e-testing", - "email": "ruaraki@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-focus-zone-ed378e33-55e4-48bc-822e-f31a921cfb9c.json b/change/@fluentui-react-native-focus-zone-ed378e33-55e4-48bc-822e-f31a921cfb9c.json deleted file mode 100644 index 03e3750433..0000000000 --- a/change/@fluentui-react-native-focus-zone-ed378e33-55e4-48bc-822e-f31a921cfb9c.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Fix keyboarding behavior", - "packageName": "@fluentui-react-native/focus-zone", - "email": "ruaraki@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-menu-25201e2a-f966-483f-8135-4ac201ae8d9e.json b/change/@fluentui-react-native-menu-25201e2a-f966-483f-8135-4ac201ae8d9e.json deleted file mode 100644 index 1d36333888..0000000000 --- a/change/@fluentui-react-native-menu-25201e2a-f966-483f-8135-4ac201ae8d9e.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Fix keyboarding behavior", - "packageName": "@fluentui-react-native/menu", - "email": "ruaraki@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-tester-9ed38b60-4594-4e77-bbcb-25f5ff58a66e.json b/change/@fluentui-react-native-tester-9ed38b60-4594-4e77-bbcb-25f5ff58a66e.json deleted file mode 100644 index 70b105bb9e..0000000000 --- a/change/@fluentui-react-native-tester-9ed38b60-4594-4e77-bbcb-25f5ff58a66e.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add test and a tiny bit of cleanup", - "packageName": "@fluentui-react-native/tester", - "email": "ruaraki@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-tester-win32-7cedee8a-a8cf-4294-b78f-4dd41170417c.json b/change/@fluentui-react-native-tester-win32-7cedee8a-a8cf-4294-b78f-4dd41170417c.json deleted file mode 100644 index 32df7c14ad..0000000000 --- a/change/@fluentui-react-native-tester-win32-7cedee8a-a8cf-4294-b78f-4dd41170417c.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Update rex-win32", - "packageName": "@fluentui-react-native/tester-win32", - "email": "ruaraki@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/packages/components/ContextualMenu/CHANGELOG.json b/packages/components/ContextualMenu/CHANGELOG.json index 606eedf9fb..86cc083e41 100644 --- a/packages/components/ContextualMenu/CHANGELOG.json +++ b/packages/components/ContextualMenu/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/contextual-menu", "entries": [ + { + "date": "Tue, 31 Oct 2023 19:11:10 GMT", + "version": "0.22.23", + "tag": "@fluentui-react-native/contextual-menu_v0.22.23", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@fluentui-react-native/contextual-menu", + "comment": "Bump @fluentui-react-native/focus-zone to v0.13.3", + "commit": "not available" + } + ] + } + }, { "date": "Mon, 30 Oct 2023 21:26:06 GMT", "version": "0.22.22", diff --git a/packages/components/ContextualMenu/CHANGELOG.md b/packages/components/ContextualMenu/CHANGELOG.md index 1d00850712..5cfee639a6 100644 --- a/packages/components/ContextualMenu/CHANGELOG.md +++ b/packages/components/ContextualMenu/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @fluentui-react-native/contextual-menu -This log was last generated on Mon, 30 Oct 2023 21:26:06 GMT and should not be manually modified. +This log was last generated on Tue, 31 Oct 2023 19:11:10 GMT and should not be manually modified. +## 0.22.23 + +Tue, 31 Oct 2023 19:11:10 GMT + +### Patches + +- Bump @fluentui-react-native/focus-zone to v0.13.3 + ## 0.22.22 Mon, 30 Oct 2023 21:26:06 GMT diff --git a/packages/components/ContextualMenu/package.json b/packages/components/ContextualMenu/package.json index e1217c8d0d..b143624033 100644 --- a/packages/components/ContextualMenu/package.json +++ b/packages/components/ContextualMenu/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/contextual-menu", - "version": "0.22.22", + "version": "0.22.23", "description": "A cross-platform ContextualMenu component using the Fluent Design System", "license": "MIT", "author": "", @@ -31,7 +31,7 @@ "dependencies": { "@fluentui-react-native/adapters": "^0.11.3", "@fluentui-react-native/callout": ">=0.24.17 <1.0.0", - "@fluentui-react-native/focus-zone": "^0.13.2", + "@fluentui-react-native/focus-zone": "^0.13.3", "@fluentui-react-native/icon": "0.19.14", "@fluentui-react-native/interactive-hooks": ">=0.24.10 <1.0.0", "@fluentui-react-native/text": ">=0.21.12 <1.0.0", diff --git a/packages/components/FocusZone/CHANGELOG.json b/packages/components/FocusZone/CHANGELOG.json index 6361b6be24..197bc26fb3 100644 --- a/packages/components/FocusZone/CHANGELOG.json +++ b/packages/components/FocusZone/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/focus-zone", "entries": [ + { + "date": "Tue, 31 Oct 2023 19:11:10 GMT", + "version": "0.13.3", + "tag": "@fluentui-react-native/focus-zone_v0.13.3", + "comments": { + "patch": [ + { + "author": "ruaraki@microsoft.com", + "package": "@fluentui-react-native/focus-zone", + "commit": "e66e88aa687589668526066da35ca8b1abc6287c", + "comment": "Fix keyboarding behavior" + } + ] + } + }, { "date": "Mon, 30 Oct 2023 21:26:06 GMT", "version": "0.13.2", diff --git a/packages/components/FocusZone/CHANGELOG.md b/packages/components/FocusZone/CHANGELOG.md index 8f4d215e2c..0bd0a32c7d 100644 --- a/packages/components/FocusZone/CHANGELOG.md +++ b/packages/components/FocusZone/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @fluentui-react-native/focus-zone -This log was last generated on Mon, 30 Oct 2023 21:26:06 GMT and should not be manually modified. +This log was last generated on Tue, 31 Oct 2023 19:11:10 GMT and should not be manually modified. +## 0.13.3 + +Tue, 31 Oct 2023 19:11:10 GMT + +### Patches + +- Fix keyboarding behavior (ruaraki@microsoft.com) + ## 0.13.2 Mon, 30 Oct 2023 21:26:06 GMT diff --git a/packages/components/FocusZone/package.json b/packages/components/FocusZone/package.json index 2cf5b4823c..8d542c1a5f 100644 --- a/packages/components/FocusZone/package.json +++ b/packages/components/FocusZone/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/focus-zone", - "version": "0.13.2", + "version": "0.13.3", "description": "A cross-platform FocusZone component using the Fluent Design System", "main": "src/index.ts", "module": "src/index.ts", diff --git a/packages/components/Menu/CHANGELOG.json b/packages/components/Menu/CHANGELOG.json index a262222d6e..7bc9658511 100644 --- a/packages/components/Menu/CHANGELOG.json +++ b/packages/components/Menu/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "@fluentui-react-native/menu", "entries": [ + { + "date": "Tue, 31 Oct 2023 19:11:10 GMT", + "version": "1.11.28", + "tag": "@fluentui-react-native/menu_v1.11.28", + "comments": { + "patch": [ + { + "author": "ruaraki@microsoft.com", + "package": "@fluentui-react-native/menu", + "commit": "e66e88aa687589668526066da35ca8b1abc6287c", + "comment": "Fix keyboarding behavior" + }, + { + "author": "beachball", + "package": "@fluentui-react-native/menu", + "comment": "Bump @fluentui-react-native/focus-zone to v0.13.3", + "commit": "not available" + } + ] + } + }, { "date": "Mon, 30 Oct 2023 21:26:06 GMT", "version": "1.11.27", diff --git a/packages/components/Menu/CHANGELOG.md b/packages/components/Menu/CHANGELOG.md index 34544eb19a..2439573bdb 100644 --- a/packages/components/Menu/CHANGELOG.md +++ b/packages/components/Menu/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui-react-native/menu -This log was last generated on Mon, 30 Oct 2023 21:26:06 GMT and should not be manually modified. +This log was last generated on Tue, 31 Oct 2023 19:11:10 GMT and should not be manually modified. +## 1.11.28 + +Tue, 31 Oct 2023 19:11:10 GMT + +### Patches + +- Fix keyboarding behavior (ruaraki@microsoft.com) +- Bump @fluentui-react-native/focus-zone to v0.13.3 + ## 1.11.27 Mon, 30 Oct 2023 21:26:06 GMT diff --git a/packages/components/Menu/package.json b/packages/components/Menu/package.json index 363bfa81a8..a7c2bf130c 100644 --- a/packages/components/Menu/package.json +++ b/packages/components/Menu/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/menu", - "version": "1.11.27", + "version": "1.11.28", "description": "A cross-platform Menu component using the Fluent Design System", "main": "src/index.ts", "module": "src/index.ts", @@ -28,7 +28,7 @@ "dependencies": { "@fluentui-react-native/adapters": ">=0.11.3 <1.0.0", "@fluentui-react-native/callout": ">=0.24.17 <1.0.0", - "@fluentui-react-native/focus-zone": ">=0.13.2 <1.0.0", + "@fluentui-react-native/focus-zone": ">=0.13.3 <1.0.0", "@fluentui-react-native/framework": "0.11.8", "@fluentui-react-native/icon": "^0.19.14", "@fluentui-react-native/interactive-hooks": ">=0.24.10 <1.0.0", diff --git a/packages/components/MenuButton/CHANGELOG.json b/packages/components/MenuButton/CHANGELOG.json index d20b43f67e..aaf4814133 100644 --- a/packages/components/MenuButton/CHANGELOG.json +++ b/packages/components/MenuButton/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/menu-button", "entries": [ + { + "date": "Tue, 31 Oct 2023 19:11:10 GMT", + "version": "0.11.29", + "tag": "@fluentui-react-native/menu-button_v0.11.29", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@fluentui-react-native/menu-button", + "comment": "Bump @fluentui-react-native/contextual-menu to v0.22.23", + "commit": "not available" + } + ] + } + }, { "date": "Mon, 30 Oct 2023 21:26:06 GMT", "version": "0.11.28", diff --git a/packages/components/MenuButton/CHANGELOG.md b/packages/components/MenuButton/CHANGELOG.md index fc72a57c06..df440d7190 100644 --- a/packages/components/MenuButton/CHANGELOG.md +++ b/packages/components/MenuButton/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @fluentui-react-native/menu-button -This log was last generated on Mon, 30 Oct 2023 21:26:06 GMT and should not be manually modified. +This log was last generated on Tue, 31 Oct 2023 19:11:10 GMT and should not be manually modified. +## 0.11.29 + +Tue, 31 Oct 2023 19:11:10 GMT + +### Patches + +- Bump @fluentui-react-native/contextual-menu to v0.22.23 + ## 0.11.28 Mon, 30 Oct 2023 21:26:06 GMT diff --git a/packages/components/MenuButton/package.json b/packages/components/MenuButton/package.json index b447325e20..f42e51775a 100644 --- a/packages/components/MenuButton/package.json +++ b/packages/components/MenuButton/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/menu-button", - "version": "0.11.28", + "version": "0.11.29", "description": "A cross-platform MenuButton component using the Fluent Design System", "license": "MIT", "author": "Microsoft ", @@ -31,7 +31,7 @@ "dependencies": { "@fluentui-react-native/button": "^0.35.9", "@fluentui-react-native/component-cache": "^1.5.1", - "@fluentui-react-native/contextual-menu": "^0.22.22", + "@fluentui-react-native/contextual-menu": "^0.22.23", "@fluentui-react-native/icon": "^0.19.14", "@fluentui-react-native/tokens": "^0.21.4", "@uifabricshared/foundation-composable": ">=0.12.2 <1.0.0", diff --git a/packages/components/RadioGroup/CHANGELOG.json b/packages/components/RadioGroup/CHANGELOG.json index d5275c250e..5fab39d245 100644 --- a/packages/components/RadioGroup/CHANGELOG.json +++ b/packages/components/RadioGroup/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/radio-group", "entries": [ + { + "date": "Tue, 31 Oct 2023 19:11:10 GMT", + "version": "0.19.7", + "tag": "@fluentui-react-native/radio-group_v0.19.7", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@fluentui-react-native/radio-group", + "comment": "Bump @fluentui-react-native/focus-zone to v0.13.3", + "commit": "not available" + } + ] + } + }, { "date": "Mon, 30 Oct 2023 21:26:06 GMT", "version": "0.19.6", diff --git a/packages/components/RadioGroup/CHANGELOG.md b/packages/components/RadioGroup/CHANGELOG.md index ec22c7028f..3dba8007d4 100644 --- a/packages/components/RadioGroup/CHANGELOG.md +++ b/packages/components/RadioGroup/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @fluentui-react-native/radio-group -This log was last generated on Mon, 30 Oct 2023 21:26:06 GMT and should not be manually modified. +This log was last generated on Tue, 31 Oct 2023 19:11:10 GMT and should not be manually modified. +## 0.19.7 + +Tue, 31 Oct 2023 19:11:10 GMT + +### Patches + +- Bump @fluentui-react-native/focus-zone to v0.13.3 + ## 0.19.6 Mon, 30 Oct 2023 21:26:06 GMT diff --git a/packages/components/RadioGroup/package.json b/packages/components/RadioGroup/package.json index f4f8432580..b43d0d4061 100644 --- a/packages/components/RadioGroup/package.json +++ b/packages/components/RadioGroup/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/radio-group", - "version": "0.19.6", + "version": "0.19.7", "description": "A cross-platform Radio Group component using the Fluent Design System", "main": "src/index.ts", "module": "src/index.ts", @@ -28,7 +28,7 @@ "dependencies": { "@fluentui-react-native/adapters": ">=0.11.3 <1.0.0", "@fluentui-react-native/component-cache": "^1.5.1", - "@fluentui-react-native/focus-zone": ">=0.13.2 <1.0.0", + "@fluentui-react-native/focus-zone": ">=0.13.3 <1.0.0", "@fluentui-react-native/framework": "0.11.8", "@fluentui-react-native/interactive-hooks": ">=0.24.10 <1.0.0", "@fluentui-react-native/pressable": ">=0.10.11 <1.0.0", diff --git a/packages/components/Tabs/CHANGELOG.json b/packages/components/Tabs/CHANGELOG.json index 891fc06aa1..2969a4f874 100644 --- a/packages/components/Tabs/CHANGELOG.json +++ b/packages/components/Tabs/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/tabs", "entries": [ + { + "date": "Tue, 31 Oct 2023 19:11:10 GMT", + "version": "0.13.17", + "tag": "@fluentui-react-native/tabs_v0.13.17", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@fluentui-react-native/tabs", + "comment": "Bump @fluentui-react-native/focus-zone to v0.13.3", + "commit": "not available" + } + ] + } + }, { "date": "Mon, 30 Oct 2023 21:26:06 GMT", "version": "0.13.16", diff --git a/packages/components/Tabs/CHANGELOG.md b/packages/components/Tabs/CHANGELOG.md index cc89609526..afd117f8dc 100644 --- a/packages/components/Tabs/CHANGELOG.md +++ b/packages/components/Tabs/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @fluentui-react-native/tabs -This log was last generated on Mon, 30 Oct 2023 21:26:06 GMT and should not be manually modified. +This log was last generated on Tue, 31 Oct 2023 19:11:10 GMT and should not be manually modified. +## 0.13.17 + +Tue, 31 Oct 2023 19:11:10 GMT + +### Patches + +- Bump @fluentui-react-native/focus-zone to v0.13.3 + ## 0.13.16 Mon, 30 Oct 2023 21:26:06 GMT diff --git a/packages/components/Tabs/package.json b/packages/components/Tabs/package.json index fb140c1688..42d7b79f78 100644 --- a/packages/components/Tabs/package.json +++ b/packages/components/Tabs/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/tabs", - "version": "0.13.16", + "version": "0.13.17", "description": "A cross-platform Tabs component using the Fluent Design System", "main": "src/index.ts", "module": "src/index.ts", @@ -29,7 +29,7 @@ }, "dependencies": { "@fluentui-react-native/adapters": ">=0.11.3 <1.0.0", - "@fluentui-react-native/focus-zone": ">=0.13.2 <1.0.0", + "@fluentui-react-native/focus-zone": ">=0.13.3 <1.0.0", "@fluentui-react-native/icon": "0.19.14", "@fluentui-react-native/interactive-hooks": ">=0.24.10 <1.0.0", "@fluentui-react-native/text": ">=0.21.12 <1.0.0", diff --git a/packages/dependency-profiles/package.json b/packages/dependency-profiles/package.json index 022c3c21d2..2ea2f40bdb 100644 --- a/packages/dependency-profiles/package.json +++ b/packages/dependency-profiles/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/dependency-profiles", - "version": "0.4.63", + "version": "0.4.64", "description": "@rnx-kit/align-deps profiles covering packages published from FluentUI-React-Native", "license": "MIT", "files": [ diff --git a/packages/dependency-profiles/src/index.js b/packages/dependency-profiles/src/index.js index dec2cc7706..c38864b309 100644 --- a/packages/dependency-profiles/src/index.js +++ b/packages/dependency-profiles/src/index.js @@ -4,15 +4,15 @@ module.exports = { "0.71": { "@fluentui-react-native/e2e-testing": { "name": "@fluentui-react-native/e2e-testing", - "version": "1.32.5" + "version": "1.32.6" }, "@fluentui-react-native/tester": { "name": "@fluentui-react-native/tester", - "version": "0.157.7" + "version": "0.157.8" }, "@fluentui-react-native/tester-win32": { "name": "@fluentui-react-native/tester-win32", - "version": "0.36.14" + "version": "0.36.15" }, "@fluentui-react-native/avatar": { "name": "@fluentui-react-native/avatar", @@ -40,7 +40,7 @@ module.exports = { }, "@fluentui-react-native/contextual-menu": { "name": "@fluentui-react-native/contextual-menu", - "version": "0.22.22" + "version": "0.22.23" }, "@fluentui-react-native/divider": { "name": "@fluentui-react-native/divider", @@ -52,7 +52,7 @@ module.exports = { }, "@fluentui-react-native/focus-zone": { "name": "@fluentui-react-native/focus-zone", - "version": "0.13.2" + "version": "0.13.3" }, "@fluentui-react-native/icon": { "name": "@fluentui-react-native/icon", @@ -68,11 +68,11 @@ module.exports = { }, "@fluentui-react-native/menu": { "name": "@fluentui-react-native/menu", - "version": "1.11.27" + "version": "1.11.28" }, "@fluentui-react-native/menu-button": { "name": "@fluentui-react-native/menu-button", - "version": "0.11.28" + "version": "0.11.29" }, "@fluentui-react-native/notification": { "name": "@fluentui-react-native/notification", @@ -92,7 +92,7 @@ module.exports = { }, "@fluentui-react-native/radio-group": { "name": "@fluentui-react-native/radio-group", - "version": "0.19.6" + "version": "0.19.7" }, "@fluentui-react-native/separator": { "name": "@fluentui-react-native/separator", @@ -108,7 +108,7 @@ module.exports = { }, "@fluentui-react-native/tabs": { "name": "@fluentui-react-native/tabs", - "version": "0.13.16" + "version": "0.13.17" }, "@fluentui-react-native/text": { "name": "@fluentui-react-native/text", @@ -184,7 +184,7 @@ module.exports = { }, "@fluentui-react-native/experimental-menu-button": { "name": "@fluentui-react-native/experimental-menu-button", - "version": "0.7.28" + "version": "0.7.29" }, "@fluentui-react-native/experimental-native-date-picker": { "name": "@fluentui-react-native/experimental-native-date-picker", @@ -200,7 +200,7 @@ module.exports = { }, "@fluentui-react-native/experimental-radio-group": { "name": "@fluentui-react-native/experimental-radio-group", - "version": "0.11.16" + "version": "0.11.17" }, "@fluentui-react-native/experimental-shadow": { "name": "@fluentui-react-native/experimental-shadow", @@ -216,11 +216,11 @@ module.exports = { }, "@fluentui-react-native/tablist": { "name": "@fluentui-react-native/tablist", - "version": "0.4.7" + "version": "0.4.8" }, "@fluentui-react-native/experimental-tabs": { "name": "@fluentui-react-native/experimental-tabs", - "version": "0.9.18" + "version": "0.9.19" }, "@fluentui-react-native/experimental-text": { "name": "@fluentui-react-native/experimental-text", @@ -284,7 +284,7 @@ module.exports = { }, "@fluentui/react-native": { "name": "@fluentui/react-native", - "version": "0.38.3" + "version": "0.38.4" }, "@fluentui-react-native/android-theme": { "name": "@fluentui-react-native/android-theme", diff --git a/packages/experimental/MenuButton/CHANGELOG.json b/packages/experimental/MenuButton/CHANGELOG.json index c72887761a..ff2d6a7e07 100644 --- a/packages/experimental/MenuButton/CHANGELOG.json +++ b/packages/experimental/MenuButton/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/experimental-menu-button", "entries": [ + { + "date": "Tue, 31 Oct 2023 19:11:10 GMT", + "version": "0.7.29", + "tag": "@fluentui-react-native/experimental-menu-button_v0.7.29", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@fluentui-react-native/experimental-menu-button", + "comment": "Bump @fluentui-react-native/contextual-menu to v0.22.23", + "commit": "not available" + } + ] + } + }, { "date": "Mon, 30 Oct 2023 21:26:06 GMT", "version": "0.7.28", diff --git a/packages/experimental/MenuButton/CHANGELOG.md b/packages/experimental/MenuButton/CHANGELOG.md index b7fd90f092..4706fc086b 100644 --- a/packages/experimental/MenuButton/CHANGELOG.md +++ b/packages/experimental/MenuButton/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @fluentui-react-native/experimental-menu-button -This log was last generated on Mon, 30 Oct 2023 21:26:06 GMT and should not be manually modified. +This log was last generated on Tue, 31 Oct 2023 19:11:10 GMT and should not be manually modified. +## 0.7.29 + +Tue, 31 Oct 2023 19:11:10 GMT + +### Patches + +- Bump @fluentui-react-native/contextual-menu to v0.22.23 + ## 0.7.28 Mon, 30 Oct 2023 21:26:06 GMT diff --git a/packages/experimental/MenuButton/package.json b/packages/experimental/MenuButton/package.json index b554aac894..6b6972cf7b 100644 --- a/packages/experimental/MenuButton/package.json +++ b/packages/experimental/MenuButton/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/experimental-menu-button", - "version": "0.7.28", + "version": "0.7.29", "description": "A cross-platform MenuButton component using the Fluent Design System", "main": "src/index.ts", "module": "src/index.ts", @@ -26,7 +26,7 @@ "directory": "packages/experimental/MenuButton" }, "dependencies": { - "@fluentui-react-native/contextual-menu": "^0.22.22", + "@fluentui-react-native/contextual-menu": "^0.22.23", "@fluentui-react-native/experimental-button": "^0.18.20", "@fluentui-react-native/framework": "0.11.8", "@fluentui-react-native/tokens": ">=0.21.4 <1.0.0" diff --git a/packages/experimental/RadioGroup/CHANGELOG.json b/packages/experimental/RadioGroup/CHANGELOG.json index 0c06a6a293..f29ae4c40d 100644 --- a/packages/experimental/RadioGroup/CHANGELOG.json +++ b/packages/experimental/RadioGroup/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/experimental-radio-group", "entries": [ + { + "date": "Tue, 31 Oct 2023 19:11:10 GMT", + "version": "0.11.17", + "tag": "@fluentui-react-native/experimental-radio-group_v0.11.17", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@fluentui-react-native/experimental-radio-group", + "comment": "Bump @fluentui-react-native/radio-group to v0.19.7", + "commit": "not available" + } + ] + } + }, { "date": "Mon, 30 Oct 2023 21:26:06 GMT", "version": "0.11.16", diff --git a/packages/experimental/RadioGroup/CHANGELOG.md b/packages/experimental/RadioGroup/CHANGELOG.md index e3af916362..5afafc8ef8 100644 --- a/packages/experimental/RadioGroup/CHANGELOG.md +++ b/packages/experimental/RadioGroup/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @fluentui-react-native/experimental-radio-group -This log was last generated on Mon, 30 Oct 2023 21:26:06 GMT and should not be manually modified. +This log was last generated on Tue, 31 Oct 2023 19:11:10 GMT and should not be manually modified. +## 0.11.17 + +Tue, 31 Oct 2023 19:11:10 GMT + +### Patches + +- Bump @fluentui-react-native/radio-group to v0.19.7 + ## 0.11.16 Mon, 30 Oct 2023 21:26:06 GMT diff --git a/packages/experimental/RadioGroup/package.json b/packages/experimental/RadioGroup/package.json index 526a6a43ff..6fa30fdbba 100644 --- a/packages/experimental/RadioGroup/package.json +++ b/packages/experimental/RadioGroup/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/experimental-radio-group", - "version": "0.11.16", + "version": "0.11.17", "description": "A cross-platform RadioGroup component using the Fluent Design System. Currently only implemented in win32.", "main": "src/index.ts", "module": "src/index.ts", @@ -26,7 +26,7 @@ "directory": "packages/experimental/RadioGroup" }, "dependencies": { - "@fluentui-react-native/radio-group": ">=0.19.6 <1.0.0" + "@fluentui-react-native/radio-group": ">=0.19.7 <1.0.0" }, "devDependencies": { "@fluentui-react-native/eslint-config-rules": "^0.1.1", diff --git a/packages/experimental/TabList/CHANGELOG.json b/packages/experimental/TabList/CHANGELOG.json index 0dafa1bc79..ca78829daf 100644 --- a/packages/experimental/TabList/CHANGELOG.json +++ b/packages/experimental/TabList/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/tablist", "entries": [ + { + "date": "Tue, 31 Oct 2023 19:11:10 GMT", + "version": "0.4.8", + "tag": "@fluentui-react-native/tablist_v0.4.8", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@fluentui-react-native/tablist", + "comment": "Bump @fluentui-react-native/focus-zone to v0.13.3", + "commit": "not available" + } + ] + } + }, { "date": "Mon, 30 Oct 2023 21:26:06 GMT", "version": "0.4.7", diff --git a/packages/experimental/TabList/CHANGELOG.md b/packages/experimental/TabList/CHANGELOG.md index 72a96729af..de8ab9ba0a 100644 --- a/packages/experimental/TabList/CHANGELOG.md +++ b/packages/experimental/TabList/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @fluentui-react-native/tablist -This log was last generated on Mon, 30 Oct 2023 21:26:06 GMT and should not be manually modified. +This log was last generated on Tue, 31 Oct 2023 19:11:10 GMT and should not be manually modified. +## 0.4.8 + +Tue, 31 Oct 2023 19:11:10 GMT + +### Patches + +- Bump @fluentui-react-native/focus-zone to v0.13.3 + ## 0.4.7 Mon, 30 Oct 2023 21:26:06 GMT diff --git a/packages/experimental/TabList/package.json b/packages/experimental/TabList/package.json index 709806442a..5e02f571de 100644 --- a/packages/experimental/TabList/package.json +++ b/packages/experimental/TabList/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/tablist", - "version": "0.4.7", + "version": "0.4.8", "description": "A cross-platform TabList component using the Fluent Design System", "main": "src/index.ts", "module": "src/index.ts", @@ -27,7 +27,7 @@ }, "dependencies": { "@fluentui-react-native/adapters": "0.11.3", - "@fluentui-react-native/focus-zone": ">=0.13.2 <1.0.0", + "@fluentui-react-native/focus-zone": ">=0.13.3 <1.0.0", "@fluentui-react-native/framework": "0.11.8", "@fluentui-react-native/icon": "0.19.14", "@fluentui-react-native/interactive-hooks": ">=0.24.10 <1.0.0", diff --git a/packages/experimental/Tabs/CHANGELOG.json b/packages/experimental/Tabs/CHANGELOG.json index 0a0f01396b..c948e0f412 100644 --- a/packages/experimental/Tabs/CHANGELOG.json +++ b/packages/experimental/Tabs/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/experimental-tabs", "entries": [ + { + "date": "Tue, 31 Oct 2023 19:11:10 GMT", + "version": "0.9.19", + "tag": "@fluentui-react-native/experimental-tabs_v0.9.19", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@fluentui-react-native/experimental-tabs", + "comment": "Bump @fluentui-react-native/focus-zone to v0.13.3", + "commit": "not available" + } + ] + } + }, { "date": "Mon, 30 Oct 2023 21:26:06 GMT", "version": "0.9.18", diff --git a/packages/experimental/Tabs/CHANGELOG.md b/packages/experimental/Tabs/CHANGELOG.md index 2c37db7035..fea098e1c5 100644 --- a/packages/experimental/Tabs/CHANGELOG.md +++ b/packages/experimental/Tabs/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @fluentui-react-native/experimental-tabs -This log was last generated on Mon, 30 Oct 2023 21:26:06 GMT and should not be manually modified. +This log was last generated on Tue, 31 Oct 2023 19:11:10 GMT and should not be manually modified. +## 0.9.19 + +Tue, 31 Oct 2023 19:11:10 GMT + +### Patches + +- Bump @fluentui-react-native/focus-zone to v0.13.3 + ## 0.9.18 Mon, 30 Oct 2023 21:26:06 GMT diff --git a/packages/experimental/Tabs/package.json b/packages/experimental/Tabs/package.json index 8c912e2152..e3b9061de6 100644 --- a/packages/experimental/Tabs/package.json +++ b/packages/experimental/Tabs/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/experimental-tabs", - "version": "0.9.18", + "version": "0.9.19", "description": "A cross-platform Experimental Tabs component using the Fluent Design System", "main": "src/index.ts", "module": "src/index.ts", @@ -27,7 +27,7 @@ }, "dependencies": { "@fluentui-react-native/adapters": "0.11.3", - "@fluentui-react-native/focus-zone": ">=0.13.2 <1.0.0", + "@fluentui-react-native/focus-zone": ">=0.13.3 <1.0.0", "@fluentui-react-native/framework": "0.11.8", "@fluentui-react-native/icon": "0.19.14", "@fluentui-react-native/interactive-hooks": ">=0.24.10 <1.0.0", diff --git a/packages/libraries/core/CHANGELOG.json b/packages/libraries/core/CHANGELOG.json index bb8bc0cea3..f8e6149181 100644 --- a/packages/libraries/core/CHANGELOG.json +++ b/packages/libraries/core/CHANGELOG.json @@ -1,6 +1,45 @@ { "name": "@fluentui/react-native", "entries": [ + { + "date": "Tue, 31 Oct 2023 19:11:10 GMT", + "version": "0.38.4", + "tag": "@fluentui/react-native_v0.38.4", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@fluentui/react-native", + "comment": "Bump @fluentui-react-native/contextual-menu to v0.22.23", + "commit": "not available" + }, + { + "author": "beachball", + "package": "@fluentui/react-native", + "comment": "Bump @fluentui-react-native/focus-zone to v0.13.3", + "commit": "not available" + }, + { + "author": "beachball", + "package": "@fluentui/react-native", + "comment": "Bump @fluentui-react-native/menu-button to v0.11.29", + "commit": "not available" + }, + { + "author": "beachball", + "package": "@fluentui/react-native", + "comment": "Bump @fluentui-react-native/radio-group to v0.19.7", + "commit": "not available" + }, + { + "author": "beachball", + "package": "@fluentui/react-native", + "comment": "Bump @fluentui-react-native/tabs to v0.13.17", + "commit": "not available" + } + ] + } + }, { "date": "Mon, 30 Oct 2023 21:26:06 GMT", "version": "0.38.3", diff --git a/packages/libraries/core/CHANGELOG.md b/packages/libraries/core/CHANGELOG.md index 58da81d565..d617e591e0 100644 --- a/packages/libraries/core/CHANGELOG.md +++ b/packages/libraries/core/CHANGELOG.md @@ -1,9 +1,21 @@ # Change Log - @fluentui/react-native -This log was last generated on Mon, 30 Oct 2023 21:26:06 GMT and should not be manually modified. +This log was last generated on Tue, 31 Oct 2023 19:11:10 GMT and should not be manually modified. +## 0.38.4 + +Tue, 31 Oct 2023 19:11:10 GMT + +### Patches + +- Bump @fluentui-react-native/contextual-menu to v0.22.23 +- Bump @fluentui-react-native/focus-zone to v0.13.3 +- Bump @fluentui-react-native/menu-button to v0.11.29 +- Bump @fluentui-react-native/radio-group to v0.19.7 +- Bump @fluentui-react-native/tabs to v0.13.17 + ## 0.38.3 Mon, 30 Oct 2023 21:26:06 GMT diff --git a/packages/libraries/core/package.json b/packages/libraries/core/package.json index 5090c4c798..bcc5c9681f 100644 --- a/packages/libraries/core/package.json +++ b/packages/libraries/core/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-native", - "version": "0.38.3", + "version": "0.38.4", "description": "A react-native component library that implements the Fluent Design System.", "repository": { "type": "git", @@ -31,18 +31,18 @@ "@fluentui-react-native/button": "0.35.9", "@fluentui-react-native/callout": "0.24.17", "@fluentui-react-native/checkbox": "0.21.5", - "@fluentui-react-native/contextual-menu": "0.22.22", + "@fluentui-react-native/contextual-menu": "0.22.23", "@fluentui-react-native/focus-trap-zone": "0.10.12", - "@fluentui-react-native/focus-zone": "0.13.2", + "@fluentui-react-native/focus-zone": "0.13.3", "@fluentui-react-native/interactive-hooks": "0.24.10", "@fluentui-react-native/link": "0.20.5", - "@fluentui-react-native/menu-button": "0.11.28", + "@fluentui-react-native/menu-button": "0.11.29", "@fluentui-react-native/persona": "0.14.10", "@fluentui-react-native/persona-coin": "0.13.10", "@fluentui-react-native/pressable": "0.10.11", - "@fluentui-react-native/radio-group": "0.19.6", + "@fluentui-react-native/radio-group": "0.19.7", "@fluentui-react-native/separator": "0.16.8", - "@fluentui-react-native/tabs": "0.13.16", + "@fluentui-react-native/tabs": "0.13.17", "@fluentui-react-native/text": "0.21.12" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 3f7604526f..816556e22a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2500,14 +2500,14 @@ __metadata: languageName: unknown linkType: soft -"@fluentui-react-native/contextual-menu@*, @fluentui-react-native/contextual-menu@0.22.22, @fluentui-react-native/contextual-menu@^0.22.22, @fluentui-react-native/contextual-menu@workspace:packages/components/ContextualMenu": +"@fluentui-react-native/contextual-menu@*, @fluentui-react-native/contextual-menu@0.22.23, @fluentui-react-native/contextual-menu@^0.22.23, @fluentui-react-native/contextual-menu@workspace:packages/components/ContextualMenu": version: 0.0.0-use.local resolution: "@fluentui-react-native/contextual-menu@workspace:packages/components/ContextualMenu" dependencies: "@fluentui-react-native/adapters": ^0.11.3 "@fluentui-react-native/callout": ">=0.24.17 <1.0.0" "@fluentui-react-native/eslint-config-rules": ^0.1.1 - "@fluentui-react-native/focus-zone": ^0.13.2 + "@fluentui-react-native/focus-zone": ^0.13.3 "@fluentui-react-native/icon": 0.19.14 "@fluentui-react-native/interactive-hooks": ">=0.24.10 <1.0.0" "@fluentui-react-native/pressable": ">=0.10.11 <1.0.0" @@ -2738,7 +2738,7 @@ __metadata: "@babel/core": ^7.8.0 "@babel/runtime": ^7.8.0 "@fluentui-react-native/eslint-config-rules": ^0.1.1 - "@fluentui-react-native/focus-zone": ^0.13.2 + "@fluentui-react-native/focus-zone": ^0.13.3 "@fluentui-react-native/scripts": ^0.1.1 "@rnx-kit/metro-config": ^1.3.1 "@types/jasmine": 3.10.3 @@ -2894,11 +2894,11 @@ __metadata: languageName: unknown linkType: soft -"@fluentui-react-native/experimental-menu-button@*, @fluentui-react-native/experimental-menu-button@>=0.7.28 <1.0.0, @fluentui-react-native/experimental-menu-button@workspace:packages/experimental/MenuButton": +"@fluentui-react-native/experimental-menu-button@*, @fluentui-react-native/experimental-menu-button@>=0.7.29 <1.0.0, @fluentui-react-native/experimental-menu-button@workspace:packages/experimental/MenuButton": version: 0.0.0-use.local resolution: "@fluentui-react-native/experimental-menu-button@workspace:packages/experimental/MenuButton" dependencies: - "@fluentui-react-native/contextual-menu": ^0.22.22 + "@fluentui-react-native/contextual-menu": ^0.22.23 "@fluentui-react-native/eslint-config-rules": ^0.1.1 "@fluentui-react-native/experimental-button": ^0.18.20 "@fluentui-react-native/framework": 0.11.8 @@ -2950,7 +2950,7 @@ __metadata: resolution: "@fluentui-react-native/experimental-radio-group@workspace:packages/experimental/RadioGroup" dependencies: "@fluentui-react-native/eslint-config-rules": ^0.1.1 - "@fluentui-react-native/radio-group": ">=0.19.6 <1.0.0" + "@fluentui-react-native/radio-group": ">=0.19.7 <1.0.0" "@fluentui-react-native/scripts": ^0.1.1 "@office-iss/react-native-win32": ^0.71.0 react: 18.2.0 @@ -3020,13 +3020,13 @@ __metadata: languageName: unknown linkType: soft -"@fluentui-react-native/experimental-tabs@*, @fluentui-react-native/experimental-tabs@0.9.18, @fluentui-react-native/experimental-tabs@workspace:packages/experimental/Tabs": +"@fluentui-react-native/experimental-tabs@*, @fluentui-react-native/experimental-tabs@0.9.19, @fluentui-react-native/experimental-tabs@workspace:packages/experimental/Tabs": version: 0.0.0-use.local resolution: "@fluentui-react-native/experimental-tabs@workspace:packages/experimental/Tabs" dependencies: "@fluentui-react-native/adapters": 0.11.3 "@fluentui-react-native/eslint-config-rules": ^0.1.1 - "@fluentui-react-native/focus-zone": ">=0.13.2 <1.0.0" + "@fluentui-react-native/focus-zone": ">=0.13.3 <1.0.0" "@fluentui-react-native/framework": 0.11.8 "@fluentui-react-native/icon": 0.19.14 "@fluentui-react-native/interactive-hooks": ">=0.24.10 <1.0.0" @@ -3081,7 +3081,7 @@ __metadata: languageName: unknown linkType: soft -"@fluentui-react-native/focus-zone@*, @fluentui-react-native/focus-zone@0.13.2, @fluentui-react-native/focus-zone@>=0.13.2 <1.0.0, @fluentui-react-native/focus-zone@^0.13.2, @fluentui-react-native/focus-zone@workspace:packages/components/FocusZone": +"@fluentui-react-native/focus-zone@*, @fluentui-react-native/focus-zone@0.13.3, @fluentui-react-native/focus-zone@>=0.13.3 <1.0.0, @fluentui-react-native/focus-zone@^0.13.3, @fluentui-react-native/focus-zone@workspace:packages/components/FocusZone": version: 0.0.0-use.local resolution: "@fluentui-react-native/focus-zone@workspace:packages/components/FocusZone" dependencies: @@ -3250,13 +3250,13 @@ __metadata: languageName: unknown linkType: soft -"@fluentui-react-native/menu-button@*, @fluentui-react-native/menu-button@0.11.28, @fluentui-react-native/menu-button@workspace:packages/components/MenuButton": +"@fluentui-react-native/menu-button@*, @fluentui-react-native/menu-button@0.11.29, @fluentui-react-native/menu-button@workspace:packages/components/MenuButton": version: 0.0.0-use.local resolution: "@fluentui-react-native/menu-button@workspace:packages/components/MenuButton" dependencies: "@fluentui-react-native/button": ^0.35.9 "@fluentui-react-native/component-cache": ^1.5.1 - "@fluentui-react-native/contextual-menu": ^0.22.22 + "@fluentui-react-native/contextual-menu": ^0.22.23 "@fluentui-react-native/eslint-config-rules": ^0.1.1 "@fluentui-react-native/icon": ^0.19.14 "@fluentui-react-native/scripts": ^0.1.1 @@ -3275,7 +3275,7 @@ __metadata: languageName: unknown linkType: soft -"@fluentui-react-native/menu@*, @fluentui-react-native/menu@^1.11.27, @fluentui-react-native/menu@workspace:packages/components/Menu": +"@fluentui-react-native/menu@*, @fluentui-react-native/menu@^1.11.28, @fluentui-react-native/menu@workspace:packages/components/Menu": version: 0.0.0-use.local resolution: "@fluentui-react-native/menu@workspace:packages/components/Menu" dependencies: @@ -3283,7 +3283,7 @@ __metadata: "@fluentui-react-native/button": ">=0.35.9 <1.0.0" "@fluentui-react-native/callout": ">=0.24.17 <1.0.0" "@fluentui-react-native/eslint-config-rules": ^0.1.1 - "@fluentui-react-native/focus-zone": ">=0.13.2 <1.0.0" + "@fluentui-react-native/focus-zone": ">=0.13.3 <1.0.0" "@fluentui-react-native/framework": 0.11.8 "@fluentui-react-native/icon": ^0.19.14 "@fluentui-react-native/interactive-hooks": ">=0.24.10 <1.0.0" @@ -3434,14 +3434,14 @@ __metadata: languageName: unknown linkType: soft -"@fluentui-react-native/radio-group@*, @fluentui-react-native/radio-group@0.19.6, @fluentui-react-native/radio-group@>=0.19.6 <1.0.0, @fluentui-react-native/radio-group@workspace:packages/components/RadioGroup": +"@fluentui-react-native/radio-group@*, @fluentui-react-native/radio-group@0.19.7, @fluentui-react-native/radio-group@>=0.19.7 <1.0.0, @fluentui-react-native/radio-group@workspace:packages/components/RadioGroup": version: 0.0.0-use.local resolution: "@fluentui-react-native/radio-group@workspace:packages/components/RadioGroup" dependencies: "@fluentui-react-native/adapters": ">=0.11.3 <1.0.0" "@fluentui-react-native/component-cache": ^1.5.1 "@fluentui-react-native/eslint-config-rules": ^0.1.1 - "@fluentui-react-native/focus-zone": ">=0.13.2 <1.0.0" + "@fluentui-react-native/focus-zone": ">=0.13.3 <1.0.0" "@fluentui-react-native/framework": 0.11.8 "@fluentui-react-native/interactive-hooks": ">=0.24.10 <1.0.0" "@fluentui-react-native/pressable": ">=0.10.11 <1.0.0" @@ -3634,13 +3634,13 @@ __metadata: languageName: unknown linkType: soft -"@fluentui-react-native/tablist@0.4.7, @fluentui-react-native/tablist@workspace:packages/experimental/TabList": +"@fluentui-react-native/tablist@0.4.8, @fluentui-react-native/tablist@workspace:packages/experimental/TabList": version: 0.0.0-use.local resolution: "@fluentui-react-native/tablist@workspace:packages/experimental/TabList" dependencies: "@fluentui-react-native/adapters": 0.11.3 "@fluentui-react-native/eslint-config-rules": ^0.1.1 - "@fluentui-react-native/focus-zone": ">=0.13.2 <1.0.0" + "@fluentui-react-native/focus-zone": ">=0.13.3 <1.0.0" "@fluentui-react-native/framework": 0.11.8 "@fluentui-react-native/icon": 0.19.14 "@fluentui-react-native/interactive-hooks": ">=0.24.10 <1.0.0" @@ -3659,13 +3659,13 @@ __metadata: languageName: unknown linkType: soft -"@fluentui-react-native/tabs@*, @fluentui-react-native/tabs@0.13.16, @fluentui-react-native/tabs@workspace:packages/components/Tabs": +"@fluentui-react-native/tabs@*, @fluentui-react-native/tabs@0.13.17, @fluentui-react-native/tabs@workspace:packages/components/Tabs": version: 0.0.0-use.local resolution: "@fluentui-react-native/tabs@workspace:packages/components/Tabs" dependencies: "@fluentui-react-native/adapters": ">=0.11.3 <1.0.0" "@fluentui-react-native/eslint-config-rules": ^0.1.1 - "@fluentui-react-native/focus-zone": ">=0.13.2 <1.0.0" + "@fluentui-react-native/focus-zone": ">=0.13.3 <1.0.0" "@fluentui-react-native/icon": 0.19.14 "@fluentui-react-native/interactive-hooks": ">=0.24.10 <1.0.0" "@fluentui-react-native/scripts": ^0.1.1 @@ -3706,7 +3706,7 @@ __metadata: dependencies: "@fluentui-react-native/eslint-config-rules": ^0.1.1 "@fluentui-react-native/scripts": ^0.1.1 - "@fluentui-react-native/tester": ^0.157.7 + "@fluentui-react-native/tester": ^0.157.8 "@office-iss/react-native-win32": ^0.71.0 "@office-iss/rex-win32": 0.71.41-devmain.17024.10000 "@rnx-kit/cli": ^0.16.2 @@ -3726,7 +3726,7 @@ __metadata: languageName: unknown linkType: soft -"@fluentui-react-native/tester@*, @fluentui-react-native/tester@^0.157.7, @fluentui-react-native/tester@workspace:apps/fluent-tester": +"@fluentui-react-native/tester@*, @fluentui-react-native/tester@^0.157.8, @fluentui-react-native/tester@workspace:apps/fluent-tester": version: 0.0.0-use.local resolution: "@fluentui-react-native/tester@workspace:apps/fluent-tester" dependencies: @@ -3749,27 +3749,27 @@ __metadata: "@fluentui-react-native/experimental-button": 0.18.20 "@fluentui-react-native/experimental-checkbox": 0.15.15 "@fluentui-react-native/experimental-expander": 0.6.11 - "@fluentui-react-native/experimental-menu-button": ">=0.7.28 <1.0.0" + "@fluentui-react-native/experimental-menu-button": ">=0.7.29 <1.0.0" "@fluentui-react-native/experimental-native-date-picker": ">=0.9.1 <1.0.0" "@fluentui-react-native/experimental-shadow": 0.4.10 "@fluentui-react-native/experimental-shimmer": 0.11.4 - "@fluentui-react-native/experimental-tabs": 0.9.18 + "@fluentui-react-native/experimental-tabs": 0.9.19 "@fluentui-react-native/experimental-text": ">=0.13.12 <1.0.0" - "@fluentui-react-native/focus-zone": ^0.13.2 + "@fluentui-react-native/focus-zone": ^0.13.3 "@fluentui-react-native/framework": ">=0.11.8 <1.0.0" "@fluentui-react-native/icon": 0.19.14 "@fluentui-react-native/input": ^0.4.7 "@fluentui-react-native/interactive-hooks": ">=0.24.10 <1.0.0" - "@fluentui-react-native/menu": ^1.11.27 + "@fluentui-react-native/menu": ^1.11.28 "@fluentui-react-native/merge-props": ">=0.7.1 <1.0.0" "@fluentui-react-native/notification": 0.23.20 - "@fluentui-react-native/radio-group": ">=0.19.6 <1.0.0" + "@fluentui-react-native/radio-group": ">=0.19.7 <1.0.0" "@fluentui-react-native/scripts": ^0.1.1 "@fluentui-react-native/separator": ^0.16.8 "@fluentui-react-native/spinner": ^0.7.13 "@fluentui-react-native/stack": ">=0.8.14 <1.0.0" "@fluentui-react-native/switch": ^0.11.5 - "@fluentui-react-native/tablist": 0.4.7 + "@fluentui-react-native/tablist": 0.4.8 "@fluentui-react-native/text": ">=0.21.12 <1.0.0" "@fluentui-react-native/theme": ">=0.9.2 <1.0.0" "@fluentui-react-native/theme-tokens": ^0.25.2 @@ -3778,7 +3778,7 @@ __metadata: "@fluentui-react-native/theming-utils": ">=0.24.5 <1.0.0" "@fluentui-react-native/vibrancy-view": ">=0.0.3 <1.0.0" "@fluentui-react-native/win32-theme": ">=0.27.8 <1.0.0" - "@fluentui/react-native": ">=0.38.3 <1.0.0" + "@fluentui/react-native": ">=0.38.4 <1.0.0" "@fortawesome/fontawesome-svg-core": ^6.2.0 "@fortawesome/free-solid-svg-icons": ^6.2.0 "@fortawesome/react-native-fontawesome": ^0.3.0 @@ -4040,27 +4040,27 @@ __metadata: languageName: unknown linkType: soft -"@fluentui/react-native@*, @fluentui/react-native@>=0.38.3 <1.0.0, @fluentui/react-native@workspace:packages/libraries/core": +"@fluentui/react-native@*, @fluentui/react-native@>=0.38.4 <1.0.0, @fluentui/react-native@workspace:packages/libraries/core": version: 0.0.0-use.local resolution: "@fluentui/react-native@workspace:packages/libraries/core" dependencies: "@fluentui-react-native/button": 0.35.9 "@fluentui-react-native/callout": 0.24.17 "@fluentui-react-native/checkbox": 0.21.5 - "@fluentui-react-native/contextual-menu": 0.22.22 + "@fluentui-react-native/contextual-menu": 0.22.23 "@fluentui-react-native/eslint-config-rules": ^0.1.1 "@fluentui-react-native/focus-trap-zone": 0.10.12 - "@fluentui-react-native/focus-zone": 0.13.2 + "@fluentui-react-native/focus-zone": 0.13.3 "@fluentui-react-native/interactive-hooks": 0.24.10 "@fluentui-react-native/link": 0.20.5 - "@fluentui-react-native/menu-button": 0.11.28 + "@fluentui-react-native/menu-button": 0.11.29 "@fluentui-react-native/persona": 0.14.10 "@fluentui-react-native/persona-coin": 0.13.10 "@fluentui-react-native/pressable": 0.10.11 - "@fluentui-react-native/radio-group": 0.19.6 + "@fluentui-react-native/radio-group": 0.19.7 "@fluentui-react-native/scripts": ^0.1.1 "@fluentui-react-native/separator": 0.16.8 - "@fluentui-react-native/tabs": 0.13.16 + "@fluentui-react-native/tabs": 0.13.17 "@fluentui-react-native/text": 0.21.12 react: 18.2.0 react-native: ^0.71.0