This commit is contained in:
UI-Fabric-RN-Bot 2024-07-15 20:20:36 +00:00
Родитель c429c9c9df
Коммит b01fdace21
12 изменённых файлов: 57 добавлений и 25 удалений

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

@ -1,6 +1,21 @@
{
"name": "@fluentui-react-native/tester",
"entries": [
{
"date": "Mon, 15 Jul 2024 20:20:33 GMT",
"version": "0.170.0",
"tag": "@fluentui-react-native/tester_v0.170.0",
"comments": {
"minor": [
{
"author": "ruaraki@microsoft.com",
"package": "@fluentui-react-native/tester",
"commit": "c429c9c9dfb1a55e27290ff50d7318e5f36cd43f",
"comment": "Enable inline link support for win32"
}
]
}
},
{
"date": "Fri, 12 Jul 2024 17:42:46 GMT",
"version": "0.169.7",

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

@ -1,9 +1,17 @@
# Change Log - @fluentui-react-native/tester
This log was last generated on Fri, 12 Jul 2024 17:42:46 GMT and should not be manually modified.
This log was last generated on Mon, 15 Jul 2024 20:20:33 GMT and should not be manually modified.
<!-- Start content -->
## 0.170.0
Mon, 15 Jul 2024 20:20:33 GMT
### Minor changes
- Enable inline link support for win32 (ruaraki@microsoft.com)
## 0.169.7
Fri, 12 Jul 2024 17:42:46 GMT

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

@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/tester",
"version": "0.169.7",
"version": "0.170.0",
"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.16",
"version": "0.38.17",
"main": "src/index.tsx",
"module": "src/index.tsx",
"typings": "lib/index.d.ts",

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

@ -1,7 +0,0 @@
{
"type": "minor",
"comment": "Enable inline link support for win32",
"packageName": "@fluentui-react-native/link",
"email": "ruaraki@microsoft.com",
"dependentChangeType": "patch"
}

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

@ -1,7 +0,0 @@
{
"type": "minor",
"comment": "Enable inline link support for win32",
"packageName": "@fluentui-react-native/tester",
"email": "ruaraki@microsoft.com",
"dependentChangeType": "patch"
}

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

@ -1,6 +1,21 @@
{
"name": "@fluentui-react-native/link",
"entries": [
{
"date": "Mon, 15 Jul 2024 20:20:33 GMT",
"version": "0.23.0",
"tag": "@fluentui-react-native/link_v0.23.0",
"comments": {
"minor": [
{
"author": "ruaraki@microsoft.com",
"package": "@fluentui-react-native/link",
"commit": "c429c9c9dfb1a55e27290ff50d7318e5f36cd43f",
"comment": "Enable inline link support for win32"
}
]
}
},
{
"date": "Fri, 12 Jul 2024 17:42:46 GMT",
"version": "0.22.2",

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

@ -1,9 +1,17 @@
# Change Log - @fluentui-react-native/link
This log was last generated on Fri, 12 Jul 2024 17:42:46 GMT and should not be manually modified.
This log was last generated on Mon, 15 Jul 2024 20:20:33 GMT and should not be manually modified.
<!-- Start content -->
## 0.23.0
Mon, 15 Jul 2024 20:20:33 GMT
### Minor changes
- Enable inline link support for win32 (ruaraki@microsoft.com)
## 0.22.2
Fri, 12 Jul 2024 17:42:46 GMT

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

@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/link",
"version": "0.22.2",
"version": "0.23.0",
"description": "A cross-platform Link 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.16",
"version": "0.8.17",
"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.7"
"version": "0.170.0"
},
"@fluentui-react-native/tester-win32": {
"name": "@fluentui-react-native/tester-win32",
"version": "0.38.16"
"version": "0.38.17"
},
"@fluentui-react-native/avatar": {
"name": "@fluentui-react-native/avatar",
@ -64,7 +64,7 @@ module.exports = {
},
"@fluentui-react-native/link": {
"name": "@fluentui-react-native/link",
"version": "0.22.2"
"version": "0.23.0"
},
"@fluentui-react-native/menu": {
"name": "@fluentui-react-native/menu",
@ -264,7 +264,7 @@ module.exports = {
},
"@fluentui/react-native": {
"name": "@fluentui/react-native",
"version": "0.41.7"
"version": "0.41.8"
},
"@fluentui-react-native/android-theme": {
"name": "@fluentui-react-native/android-theme",

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

@ -1,6 +1,6 @@
{
"name": "@fluentui/react-native",
"version": "0.41.7",
"version": "0.41.8",
"description": "A react-native component library that implements the Fluent Design System.",
"license": "MIT",
"repository": {