This commit is contained in:
UI-Fabric-RN-Bot 2024-07-02 21:36:39 +00:00
Родитель 9e5c6cb490
Коммит 10299f1d10
9 изменённых файлов: 33 добавлений и 17 удалений

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

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

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

@ -1,7 +0,0 @@
{
"type": "patch",
"comment": "Cache results of theme module getConstants",
"packageName": "@fluentui-react-native/win32-theme",
"email": "30809111+acoates-ms@users.noreply.github.com",
"dependentChangeType": "patch"
}

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

@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/dependency-profiles",
"version": "0.8.12",
"version": "0.8.13",
"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.3"
"version": "0.169.4"
},
"@fluentui-react-native/tester-win32": {
"name": "@fluentui-react-native/tester-win32",
"version": "0.38.12"
"version": "0.38.13"
},
"@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.1"
"version": "0.20.2"
},
"@fluentui-react-native/experimental-activity-indicator": {
"name": "@fluentui-react-native/experimental-activity-indicator",
@ -292,7 +292,7 @@ module.exports = {
},
"@fluentui-react-native/win32-theme": {
"name": "@fluentui-react-native/win32-theme",
"version": "0.34.1"
"version": "0.34.2"
},
"@fluentui-react-native/adapters": {
"name": "@fluentui-react-native/adapters",

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

@ -1,6 +1,6 @@
{
"name": "@uifabricshared/theming-react-native",
"version": "0.20.1",
"version": "0.20.2",
"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/win32-theme",
"entries": [
{
"date": "Tue, 02 Jul 2024 21:36:35 GMT",
"version": "0.34.2",
"tag": "@fluentui-react-native/win32-theme_v0.34.2",
"comments": {
"patch": [
{
"author": "30809111+acoates-ms@users.noreply.github.com",
"package": "@fluentui-react-native/win32-theme",
"commit": "9e5c6cb490f30dcbd865c8db613a11904ff42a4b",
"comment": "Cache results of theme module getConstants"
}
]
}
},
{
"date": "Thu, 02 May 2024 03:33:29 GMT",
"version": "0.34.1",

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

@ -1,9 +1,17 @@
# Change Log - @fluentui-react-native/win32-theme
This log was last generated on Thu, 02 May 2024 03:33:29 GMT and should not be manually modified.
This log was last generated on Tue, 02 Jul 2024 21:36:35 GMT and should not be manually modified.
<!-- Start content -->
## 0.34.2
Tue, 02 Jul 2024 21:36:35 GMT
### Patches
- Cache results of theme module getConstants (30809111+acoates-ms@users.noreply.github.com)
## 0.34.1
Thu, 02 May 2024 03:33:29 GMT

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

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