This commit is contained in:
UI-Fabric-RN-Bot 2024-06-21 22:15:14 +00:00
Родитель 2ee44d8449
Коммит 06ba243db3
9 изменённых файлов: 33 добавлений и 17 удалений

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/tester",
"version": "0.169.2",
"version": "0.169.3",
"description": "A test app to test FluentUI React Native Components during development",
"license": "MIT",
"author": "Microsoft <fluentuinativeowners@microsoft.com>",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/tester-win32",
"version": "0.38.11",
"version": "0.38.12",
"main": "src/index.tsx",
"module": "src/index.tsx",
"typings": "lib/index.d.ts",

Просмотреть файл

@ -1,7 +0,0 @@
{
"type": "patch",
"comment": "fix(menu): Add High Contrast border on macOS",
"packageName": "@fluentui-react-native/menu",
"email": "sanajmi@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -1,6 +1,21 @@
{
"name": "@fluentui-react-native/menu",
"entries": [
{
"date": "Fri, 21 Jun 2024 22:15:10 GMT",
"version": "1.14.5",
"tag": "@fluentui-react-native/menu_v1.14.5",
"comments": {
"patch": [
{
"author": "sanajmi@microsoft.com",
"package": "@fluentui-react-native/menu",
"commit": "2ee44d844984d42bc6acce8589b1a7e171efc74b",
"comment": "fix(menu): Add High Contrast border on macOS"
}
]
}
},
{
"date": "Wed, 19 Jun 2024 18:09:31 GMT",
"version": "1.14.4",

Просмотреть файл

@ -1,9 +1,17 @@
# Change Log - @fluentui-react-native/menu
This log was last generated on Wed, 19 Jun 2024 18:09:31 GMT and should not be manually modified.
This log was last generated on Fri, 21 Jun 2024 22:15:10 GMT and should not be manually modified.
<!-- Start content -->
## 1.14.5
Fri, 21 Jun 2024 22:15:10 GMT
### Patches
- fix(menu): Add High Contrast border on macOS (sanajmi@microsoft.com)
## 1.14.4
Wed, 19 Jun 2024 18:09:31 GMT

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/menu",
"version": "1.14.4",
"version": "1.14.5",
"description": "A cross-platform Menu component using the Fluent Design System",
"main": "src/index.ts",
"module": "src/index.ts",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/dependency-profiles",
"version": "0.8.11",
"version": "0.8.12",
"description": "@rnx-kit/align-deps profiles covering packages published from FluentUI-React-Native",
"license": "MIT",
"files": [

Просмотреть файл

@ -8,11 +8,11 @@ module.exports = {
},
"@fluentui-react-native/tester": {
"name": "@fluentui-react-native/tester",
"version": "0.169.2"
"version": "0.169.3"
},
"@fluentui-react-native/tester-win32": {
"name": "@fluentui-react-native/tester-win32",
"version": "0.38.11"
"version": "0.38.12"
},
"@fluentui-react-native/avatar": {
"name": "@fluentui-react-native/avatar",
@ -68,7 +68,7 @@ module.exports = {
},
"@fluentui-react-native/menu": {
"name": "@fluentui-react-native/menu",
"version": "1.14.4"
"version": "1.14.5"
},
"@fluentui-react-native/menu-button": {
"name": "@fluentui-react-native/menu-button",
@ -188,7 +188,7 @@ module.exports = {
},
"@fluentui-react-native/overflow": {
"name": "@fluentui-react-native/overflow",
"version": "0.3.4"
"version": "0.3.5"
},
"@fluentui-react-native/popover": {
"name": "@fluentui-react-native/popover",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/overflow",
"version": "0.3.4",
"version": "0.3.5",
"description": "A cross-platform Overflow component for React Native.",
"main": "src/index.ts",
"module": "src/index.ts",