This commit is contained in:
UI-Fabric-RN-Bot 2024-05-02 03:33:32 +00:00
Родитель adf19a343e
Коммит 8cac7cc05a
16 изменённых файлов: 83 добавлений и 35 удалений

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

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

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

@ -1,7 +0,0 @@
{
"type": "patch",
"comment": "Use getConstants() when accessing constants from TurboModules/NativeModules",
"packageName": "@fluentui-react-native/experimental-avatar",
"email": "30809111+acoates-ms@users.noreply.github.com",
"dependentChangeType": "patch"
}

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

@ -1,7 +0,0 @@
{
"type": "patch",
"comment": "Use getConstants() when accessing constants from TurboModules/NativeModules",
"packageName": "@fluentui-react-native/win32-theme",
"email": "30809111+acoates-ms@users.noreply.github.com",
"dependentChangeType": "patch"
}

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

@ -1,7 +0,0 @@
{
"type": "patch",
"comment": "Use getConstants() when accessing constants from TurboModules/NativeModules",
"packageName": "@uifabricshared/theming-react-native",
"email": "30809111+acoates-ms@users.noreply.github.com",
"dependentChangeType": "patch"
}

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

@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/dependency-profiles",
"version": "0.8.5",
"version": "0.8.6",
"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.168.4"
"version": "0.168.5"
},
"@fluentui-react-native/tester-win32": {
"name": "@fluentui-react-native/tester-win32",
"version": "0.38.5"
"version": "0.38.6"
},
"@fluentui-react-native/avatar": {
"name": "@fluentui-react-native/avatar",
@ -144,7 +144,7 @@ module.exports = {
},
"@uifabricshared/theming-react-native": {
"name": "@uifabricshared/theming-react-native",
"version": "0.20.0"
"version": "0.20.1"
},
"@fluentui-react-native/experimental-activity-indicator": {
"name": "@fluentui-react-native/experimental-activity-indicator",
@ -156,7 +156,7 @@ module.exports = {
},
"@fluentui-react-native/experimental-avatar": {
"name": "@fluentui-react-native/experimental-avatar",
"version": "0.21.1"
"version": "0.21.2"
},
"@fluentui-react-native/experimental-checkbox": {
"name": "@fluentui-react-native/experimental-checkbox",
@ -292,7 +292,7 @@ module.exports = {
},
"@fluentui-react-native/win32-theme": {
"name": "@fluentui-react-native/win32-theme",
"version": "0.34.0"
"version": "0.34.1"
},
"@fluentui-react-native/adapters": {
"name": "@fluentui-react-native/adapters",

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

@ -1,6 +1,21 @@
{
"name": "@uifabricshared/theming-react-native",
"entries": [
{
"date": "Thu, 02 May 2024 03:33:29 GMT",
"version": "0.20.1",
"tag": "@uifabricshared/theming-react-native_v0.20.1",
"comments": {
"patch": [
{
"author": "30809111+acoates-ms@users.noreply.github.com",
"package": "@uifabricshared/theming-react-native",
"commit": "adf19a343e46309046f45943751a166e8da77e75",
"comment": "Use getConstants() when accessing constants from TurboModules/NativeModules"
}
]
}
},
{
"date": "Thu, 11 Apr 2024 18:08:41 GMT",
"version": "0.20.0",

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

@ -1,9 +1,17 @@
# Change Log - @uifabricshared/theming-react-native
This log was last generated on Thu, 11 Apr 2024 18:08:41 GMT and should not be manually modified.
This log was last generated on Thu, 02 May 2024 03:33:29 GMT and should not be manually modified.
<!-- Start content -->
## 0.20.1
Thu, 02 May 2024 03:33:29 GMT
### Patches
- Use getConstants() when accessing constants from TurboModules/NativeModules (30809111+acoates-ms@users.noreply.github.com)
## 0.20.0
Thu, 11 Apr 2024 18:08:41 GMT

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

@ -1,6 +1,6 @@
{
"name": "@uifabricshared/theming-react-native",
"version": "0.20.0",
"version": "0.20.1",
"description": "A library of functions which produce React Native styles from a Theme",
"main": "src/index.ts",
"module": "src/index.ts",

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

@ -1,6 +1,21 @@
{
"name": "@fluentui-react-native/experimental-avatar",
"entries": [
{
"date": "Thu, 02 May 2024 03:33:29 GMT",
"version": "0.21.2",
"tag": "@fluentui-react-native/experimental-avatar_v0.21.2",
"comments": {
"patch": [
{
"author": "30809111+acoates-ms@users.noreply.github.com",
"package": "@fluentui-react-native/experimental-avatar",
"commit": "adf19a343e46309046f45943751a166e8da77e75",
"comment": "Use getConstants() when accessing constants from TurboModules/NativeModules"
}
]
}
},
{
"date": "Wed, 24 Apr 2024 00:03:01 GMT",
"version": "0.21.1",

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

@ -1,9 +1,17 @@
# Change Log - @fluentui-react-native/experimental-avatar
This log was last generated on Mon, 15 Apr 2024 21:31:43 GMT and should not be manually modified.
This log was last generated on Thu, 02 May 2024 03:33:29 GMT and should not be manually modified.
<!-- Start content -->
## 0.21.2
Thu, 02 May 2024 03:33:29 GMT
### Patches
- Use getConstants() when accessing constants from TurboModules/NativeModules (30809111+acoates-ms@users.noreply.github.com)
## 0.21.1
Mon, 15 Apr 2024 21:31:43 GMT

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

@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/experimental-avatar",
"version": "0.21.1",
"version": "0.21.2",
"description": "A cross-platform Avatar component using the Fluent Design System. Currently only implemented on iOS",
"license": "MIT",
"author": "Microsoft <fluentuinativeowners@microsoft.com>",

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

@ -1,6 +1,21 @@
{
"name": "@fluentui-react-native/win32-theme",
"entries": [
{
"date": "Thu, 02 May 2024 03:33:29 GMT",
"version": "0.34.1",
"tag": "@fluentui-react-native/win32-theme_v0.34.1",
"comments": {
"patch": [
{
"author": "30809111+acoates-ms@users.noreply.github.com",
"package": "@fluentui-react-native/win32-theme",
"commit": "adf19a343e46309046f45943751a166e8da77e75",
"comment": "Use getConstants() when accessing constants from TurboModules/NativeModules"
}
]
}
},
{
"date": "Thu, 11 Apr 2024 18:08:40 GMT",
"version": "0.34.0",

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

@ -1,9 +1,17 @@
# Change Log - @fluentui-react-native/win32-theme
This log was last generated on Thu, 11 Apr 2024 18:08:40 GMT and should not be manually modified.
This log was last generated on Thu, 02 May 2024 03:33:29 GMT and should not be manually modified.
<!-- Start content -->
## 0.34.1
Thu, 02 May 2024 03:33:29 GMT
### Patches
- Use getConstants() when accessing constants from TurboModules/NativeModules (30809111+acoates-ms@users.noreply.github.com)
## 0.34.0
Thu, 11 Apr 2024 18:08:40 GMT

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

@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/win32-theme",
"version": "0.34.0",
"version": "0.34.1",
"description": "Win32 office theme that works with the theming native module",
"repository": {
"type": "git",