Skip to content

Commit

Permalink
applying package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
UI-Fabric-RN-Bot committed Jul 23, 2024
1 parent ddf90fa commit abc3768
Show file tree
Hide file tree
Showing 20 changed files with 73 additions and 41 deletions.
2 changes: 1 addition & 1 deletion apps/E2E/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/e2e-testing",
"version": "1.39.0",
"version": "1.39.1",
"description": "Package containing E2E testing specs",
"license": "MIT",
"scripts": {
Expand Down
15 changes: 15 additions & 0 deletions apps/fluent-tester/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@fluentui-react-native/tester",
"entries": [
{
"date": "Tue, 23 Jul 2024 16:56:54 GMT",
"version": "0.170.1",
"tag": "@fluentui-react-native/tester_v0.170.1",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@fluentui-react-native/tester",
"commit": "ddf90fafdfaccd6318bb66f1d114f632bc5eb485",
"comment": "Minor tweaks for Mac behavior"
}
]
}
},
{
"date": "Mon, 15 Jul 2024 20:20:33 GMT",
"version": "0.170.0",
Expand Down
10 changes: 9 additions & 1 deletion apps/fluent-tester/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @fluentui-react-native/tester

This log was last generated on Mon, 15 Jul 2024 20:20:33 GMT and should not be manually modified.
This log was last generated on Tue, 23 Jul 2024 16:56:54 GMT and should not be manually modified.

<!-- Start content -->

## 0.170.1

Tue, 23 Jul 2024 16:56:54 GMT

### Patches

- Minor tweaks for Mac behavior ([email protected])

## 0.170.0

Mon, 15 Jul 2024 20:20:33 GMT
Expand Down
2 changes: 1 addition & 1 deletion apps/fluent-tester/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/tester",
"version": "0.170.0",
"version": "0.170.1",
"description": "A test app to test FluentUI React Native Components during development",
"license": "MIT",
"author": "Microsoft <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion apps/win32/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/tester-win32",
"version": "0.38.17",
"version": "0.38.18",
"main": "src/index.tsx",
"module": "src/index.tsx",
"typings": "lib/index.d.ts",
Expand Down

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion packages/components/ContextualMenu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/contextual-menu",
"version": "0.24.4",
"version": "0.24.5",
"description": "A cross-platform ContextualMenu component using the Fluent Design System",
"license": "MIT",
"author": "",
Expand Down
15 changes: 15 additions & 0 deletions packages/components/FocusZone/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@fluentui-react-native/focus-zone",
"entries": [
{
"date": "Tue, 23 Jul 2024 16:56:54 GMT",
"version": "0.18.0",
"tag": "@fluentui-react-native/focus-zone_v0.18.0",
"comments": {
"minor": [
{
"author": "[email protected]",
"package": "@fluentui-react-native/focus-zone",
"commit": "ddf90fafdfaccd6318bb66f1d114f632bc5eb485",
"comment": "Implement Focus Zone circular navigation and tab key behaviors for macOS"
}
]
}
},
{
"date": "Mon, 15 Apr 2024 21:31:44 GMT",
"version": "0.17.1",
Expand Down
10 changes: 9 additions & 1 deletion packages/components/FocusZone/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @fluentui-react-native/focus-zone

This log was last generated on Mon, 15 Apr 2024 21:31:44 GMT and should not be manually modified.
This log was last generated on Tue, 23 Jul 2024 16:56:54 GMT and should not be manually modified.

<!-- Start content -->

## 0.18.0

Tue, 23 Jul 2024 16:56:54 GMT

### Minor changes

- Implement Focus Zone circular navigation and tab key behaviors for macOS ([email protected])

## 0.17.1

Mon, 15 Apr 2024 21:31:44 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/components/FocusZone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/focus-zone",
"version": "0.17.1",
"version": "0.18.0",
"description": "A cross-platform FocusZone component using the Fluent Design System",
"main": "src/index.ts",
"module": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/Menu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/menu",
"version": "1.14.7",
"version": "1.14.8",
"description": "A cross-platform Menu component using the Fluent Design System",
"main": "src/index.ts",
"module": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/MenuButton/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/menu-button",
"version": "0.13.5",
"version": "0.13.6",
"description": "A cross-platform MenuButton component using the Fluent Design System",
"license": "MIT",
"author": "Microsoft <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/RadioGroup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/radio-group",
"version": "0.21.5",
"version": "0.21.6",
"description": "A cross-platform Radio Group component using the Fluent Design System",
"main": "src/index.ts",
"module": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/TabList/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/tablist",
"version": "0.6.4",
"version": "0.6.5",
"description": "A cross-platform TabList component using the Fluent Design System",
"main": "src/index.ts",
"module": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/dependency-profiles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/dependency-profiles",
"version": "0.8.17",
"version": "0.8.18",
"description": "@rnx-kit/align-deps profiles covering packages published from FluentUI-React-Native",
"license": "MIT",
"files": [
Expand Down
24 changes: 12 additions & 12 deletions packages/dependency-profiles/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ module.exports = {
"0.73": {
"@fluentui-react-native/e2e-testing": {
"name": "@fluentui-react-native/e2e-testing",
"version": "1.39.0"
"version": "1.39.1"
},
"@fluentui-react-native/tester": {
"name": "@fluentui-react-native/tester",
"version": "0.170.0"
"version": "0.170.1"
},
"@fluentui-react-native/tester-win32": {
"name": "@fluentui-react-native/tester-win32",
"version": "0.38.17"
"version": "0.38.18"
},
"@fluentui-react-native/avatar": {
"name": "@fluentui-react-native/avatar",
Expand Down Expand Up @@ -40,7 +40,7 @@ module.exports = {
},
"@fluentui-react-native/contextual-menu": {
"name": "@fluentui-react-native/contextual-menu",
"version": "0.24.4"
"version": "0.24.5"
},
"@fluentui-react-native/divider": {
"name": "@fluentui-react-native/divider",
Expand All @@ -52,7 +52,7 @@ module.exports = {
},
"@fluentui-react-native/focus-zone": {
"name": "@fluentui-react-native/focus-zone",
"version": "0.17.1"
"version": "0.18.0"
},
"@fluentui-react-native/icon": {
"name": "@fluentui-react-native/icon",
Expand All @@ -68,11 +68,11 @@ module.exports = {
},
"@fluentui-react-native/menu": {
"name": "@fluentui-react-native/menu",
"version": "1.14.7"
"version": "1.14.8"
},
"@fluentui-react-native/menu-button": {
"name": "@fluentui-react-native/menu-button",
"version": "0.13.5"
"version": "0.13.6"
},
"@fluentui-react-native/notification": {
"name": "@fluentui-react-native/notification",
Expand All @@ -92,7 +92,7 @@ module.exports = {
},
"@fluentui-react-native/radio-group": {
"name": "@fluentui-react-native/radio-group",
"version": "0.21.5"
"version": "0.21.6"
},
"@fluentui-react-native/separator": {
"name": "@fluentui-react-native/separator",
Expand All @@ -108,7 +108,7 @@ module.exports = {
},
"@fluentui-react-native/tablist": {
"name": "@fluentui-react-native/tablist",
"version": "0.6.4"
"version": "0.6.5"
},
"@fluentui-react-native/text": {
"name": "@fluentui-react-native/text",
Expand Down Expand Up @@ -176,7 +176,7 @@ module.exports = {
},
"@fluentui-react-native/experimental-menu-button": {
"name": "@fluentui-react-native/experimental-menu-button",
"version": "0.10.5"
"version": "0.10.6"
},
"@fluentui-react-native/experimental-native-date-picker": {
"name": "@fluentui-react-native/experimental-native-date-picker",
Expand All @@ -188,7 +188,7 @@ module.exports = {
},
"@fluentui-react-native/overflow": {
"name": "@fluentui-react-native/overflow",
"version": "0.3.7"
"version": "0.3.8"
},
"@fluentui-react-native/popover": {
"name": "@fluentui-react-native/popover",
Expand Down Expand Up @@ -264,7 +264,7 @@ module.exports = {
},
"@fluentui/react-native": {
"name": "@fluentui/react-native",
"version": "0.41.8"
"version": "0.41.9"
},
"@fluentui-react-native/android-theme": {
"name": "@fluentui-react-native/android-theme",
Expand Down
2 changes: 1 addition & 1 deletion packages/experimental/MenuButton/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/experimental-menu-button",
"version": "0.10.5",
"version": "0.10.6",
"description": "A cross-platform MenuButton component using the Fluent Design System",
"main": "src/index.ts",
"module": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/experimental/Overflow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/overflow",
"version": "0.3.7",
"version": "0.3.8",
"description": "A cross-platform Overflow component for React Native.",
"main": "src/index.ts",
"module": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/libraries/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-native",
"version": "0.41.8",
"version": "0.41.9",
"description": "A react-native component library that implements the Fluent Design System.",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit abc3768

Please sign in to comment.