Skip to content

Commit b308d31

Browse files
applying package updates
1 parent 525b7ad commit b308d31

File tree

17 files changed

+49
-33
lines changed

17 files changed

+49
-33
lines changed

apps/E2E/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui-react-native/e2e-testing",
3-
"version": "1.40.6",
3+
"version": "1.40.7",
44
"description": "Package containing E2E testing specs",
55
"license": "MIT",
66
"scripts": {

apps/fluent-tester/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui-react-native/tester",
3-
"version": "0.170.24",
3+
"version": "0.170.25",
44
"description": "A test app to test FluentUI React Native Components during development",
55
"license": "MIT",
66
"author": "Microsoft <[email protected]>",

apps/win32/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui-react-native/tester-win32",
3-
"version": "0.38.41",
3+
"version": "0.38.42",
44
"main": "src/index.tsx",
55
"module": "src/index.tsx",
66
"typings": "lib/index.d.ts",

change/@fluentui-react-native-focus-zone-69fa6b84-8c7a-4db8-8a7f-02484425756a.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/components/ContextualMenu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui-react-native/contextual-menu",
3-
"version": "0.24.15",
3+
"version": "0.24.16",
44
"description": "A cross-platform ContextualMenu component using the Fluent Design System",
55
"license": "MIT",
66
"author": "",

packages/components/FocusZone/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@fluentui-react-native/focus-zone",
33
"entries": [
4+
{
5+
"date": "Mon, 10 Mar 2025 18:14:09 GMT",
6+
"version": "0.21.0",
7+
"tag": "@fluentui-react-native/focus-zone_v0.21.0",
8+
"comments": {
9+
"minor": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@fluentui-react-native/focus-zone",
13+
"commit": "525b7ad0cf989c4d9a9db2efd70ade0431a48f7b",
14+
"comment": "Add static typing to the FocusZoneNativeComponent defaultTabbableElement type for fabric usage of the id/nativeID string type"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Fri, 07 Mar 2025 17:23:29 GMT",
621
"version": "0.20.0",

packages/components/FocusZone/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# Change Log - @fluentui-react-native/focus-zone
22

3-
<!-- This log was last generated on Fri, 07 Mar 2025 17:23:29 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Mon, 10 Mar 2025 18:14:09 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 0.21.0
8+
9+
Mon, 10 Mar 2025 18:14:09 GMT
10+
11+
### Minor changes
12+
13+
- Add static typing to the FocusZoneNativeComponent defaultTabbableElement type for fabric usage of the id/nativeID string type ([email protected])
14+
715
## 0.20.0
816

917
Fri, 07 Mar 2025 17:23:29 GMT

packages/components/FocusZone/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui-react-native/focus-zone",
3-
"version": "0.20.0",
3+
"version": "0.21.0",
44
"description": "A cross-platform FocusZone component using the Fluent Design System",
55
"main": "src/index.ts",
66
"module": "src/index.ts",

packages/components/Menu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui-react-native/menu",
3-
"version": "1.14.21",
3+
"version": "1.14.22",
44
"description": "A cross-platform Menu component using the Fluent Design System",
55
"main": "src/index.ts",
66
"module": "src/index.ts",

packages/components/MenuButton/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui-react-native/menu-button",
3-
"version": "0.13.18",
3+
"version": "0.13.19",
44
"description": "A cross-platform MenuButton component using the Fluent Design System",
55
"license": "MIT",
66
"author": "Microsoft <[email protected]>",

0 commit comments

Comments
 (0)