Π·Π΅ΡΠΊΠ°Π»ΠΎ ΠΈΠ· https://github.com/microsoft/fluentui-react-native.git
π¦ applying package updates ***NO_CI***
This commit is contained in:
Π ΠΎΠ΄ΠΈΡΠ΅Π»Ρ
4a2991bd1d
ΠΠΎΠΌΠΌΠΈΡ
5e7a28207b
|
@ -24,7 +24,7 @@
|
|||
"directory": "apps/android"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluentui-react-native/tester": "^0.75.2",
|
||||
"@fluentui-react-native/tester": "^0.75.3",
|
||||
"@react-native-community/slider": "^4.2.0",
|
||||
"@react-native-picker/picker": "^2.2.1",
|
||||
"hermes-engine": "~0.9.0",
|
||||
|
|
|
@ -1,6 +1,63 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/tester",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Fri, 15 Jul 2022 01:22:54 GMT",
|
||||
"tag": "@fluentui-react-native/tester_v0.75.3",
|
||||
"version": "0.75.3",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"author": "78454019+lyzhan7@users.noreply.github.com",
|
||||
"package": "@fluentui-react-native/tester",
|
||||
"commit": "b3e63050f4b326ea7326a7d8e5c956537e9f5141",
|
||||
"comment": "Replace shadowDepth with shadowToken"
|
||||
},
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@fluentui-react-native/tester",
|
||||
"comment": "Bump @fluentui-react-native/button to v0.24.3",
|
||||
"commit": "4a2991bd1d5bbcc38cfb023c84845557f4791de9"
|
||||
},
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@fluentui-react-native/tester",
|
||||
"comment": "Bump @fluentui-react-native/experimental-button to v0.16.3",
|
||||
"commit": "4a2991bd1d5bbcc38cfb023c84845557f4791de9"
|
||||
},
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@fluentui-react-native/tester",
|
||||
"comment": "Bump @fluentui-react-native/experimental-menu-button to v0.4.3",
|
||||
"commit": "4a2991bd1d5bbcc38cfb023c84845557f4791de9"
|
||||
},
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@fluentui-react-native/tester",
|
||||
"comment": "Bump @fluentui-react-native/experimental-shadow to v0.2.7",
|
||||
"commit": "4a2991bd1d5bbcc38cfb023c84845557f4791de9"
|
||||
},
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@fluentui-react-native/tester",
|
||||
"comment": "Bump @fluentui-react-native/menu to v1.0.12",
|
||||
"commit": "4a2991bd1d5bbcc38cfb023c84845557f4791de9"
|
||||
},
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@fluentui-react-native/tester",
|
||||
"comment": "Bump @fluentui-react-native/notification to v0.6.7",
|
||||
"commit": "4a2991bd1d5bbcc38cfb023c84845557f4791de9"
|
||||
},
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@fluentui-react-native/tester",
|
||||
"comment": "Bump @fluentui/react-native to v0.31.3",
|
||||
"commit": "4a2991bd1d5bbcc38cfb023c84845557f4791de9"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Fri, 15 Jul 2022 00:29:27 GMT",
|
||||
"tag": "@fluentui-react-native/tester_v0.75.2",
|
||||
|
|
|
@ -1,9 +1,24 @@
|
|||
# Change Log - @fluentui-react-native/tester
|
||||
|
||||
This log was last generated on Fri, 15 Jul 2022 00:29:27 GMT and should not be manually modified.
|
||||
This log was last generated on Fri, 15 Jul 2022 01:22:54 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 0.75.3
|
||||
|
||||
Fri, 15 Jul 2022 01:22:54 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Replace shadowDepth with shadowToken (78454019+lyzhan7@users.noreply.github.com)
|
||||
- Bump @fluentui-react-native/button to v0.24.3
|
||||
- Bump @fluentui-react-native/experimental-button to v0.16.3
|
||||
- Bump @fluentui-react-native/experimental-menu-button to v0.4.3
|
||||
- Bump @fluentui-react-native/experimental-shadow to v0.2.7
|
||||
- Bump @fluentui-react-native/menu to v1.0.12
|
||||
- Bump @fluentui-react-native/notification to v0.6.7
|
||||
- Bump @fluentui/react-native to v0.31.3
|
||||
|
||||
## 0.75.2
|
||||
|
||||
Fri, 15 Jul 2022 00:29:27 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/tester",
|
||||
"version": "0.75.2",
|
||||
"version": "0.75.3",
|
||||
"description": "A test app to test FluentUI React Native Components during development",
|
||||
"license": "MIT",
|
||||
"author": "Microsoft <fluentuinativeowners@microsoft.com>",
|
||||
|
@ -33,32 +33,32 @@
|
|||
"@fluentui-react-native/apple-theme": ">=0.13.0 <1.0.0",
|
||||
"@fluentui-react-native/avatar": "^1.1.13",
|
||||
"@fluentui-react-native/badge": ">=0.1.1 <1.0.0",
|
||||
"@fluentui-react-native/button": ">=0.24.2 <1.0.0",
|
||||
"@fluentui-react-native/button": ">=0.24.3 <1.0.0",
|
||||
"@fluentui-react-native/default-theme": ">=0.14.0 <1.0.0",
|
||||
"@fluentui-react-native/experimental-activity-indicator": ">=0.6.0 <1.0.0",
|
||||
"@fluentui-react-native/experimental-avatar": ">=0.16.0 <1.0.0",
|
||||
"@fluentui-react-native/experimental-button": "0.16.2",
|
||||
"@fluentui-react-native/experimental-button": "0.16.3",
|
||||
"@fluentui-react-native/experimental-checkbox": "0.12.1",
|
||||
"@fluentui-react-native/experimental-drawer": ">=0.2.0 <1.0.0",
|
||||
"@fluentui-react-native/experimental-native-date-picker": ">=0.6.0 <1.0.0",
|
||||
"@fluentui-react-native/experimental-expander": "0.4.0",
|
||||
"@fluentui-react-native/experimental-menu-button": ">=0.4.2 <1.0.0",
|
||||
"@fluentui-react-native/experimental-shadow": "0.2.6",
|
||||
"@fluentui-react-native/experimental-menu-button": ">=0.4.3 <1.0.0",
|
||||
"@fluentui-react-native/experimental-shadow": "0.2.7",
|
||||
"@fluentui-react-native/experimental-shimmer": "0.7.0",
|
||||
"@fluentui-react-native/experimental-tabs": "0.5.1",
|
||||
"@fluentui-react-native/experimental-text": ">=0.10.1 <1.0.0",
|
||||
"@fluentui-react-native/framework": ">=0.8.0 <1.0.0",
|
||||
"@fluentui-react-native/icon": "0.13.0",
|
||||
"@fluentui-react-native/interactive-hooks": ">=0.17.0 <1.0.0",
|
||||
"@fluentui-react-native/menu": "^1.0.11",
|
||||
"@fluentui-react-native/notification": "0.6.6",
|
||||
"@fluentui-react-native/menu": "^1.0.12",
|
||||
"@fluentui-react-native/notification": "0.6.7",
|
||||
"@fluentui-react-native/stack": ">=0.7.0 <1.0.0",
|
||||
"@fluentui-react-native/theme": ">=0.7.0 <1.0.0",
|
||||
"@fluentui-react-native/theme-types": ">=0.18.0 <1.0.0",
|
||||
"@fluentui-react-native/themed-stylesheet": "^1.4.0",
|
||||
"@fluentui-react-native/theming-utils": ">=0.14.0 <1.0.0",
|
||||
"@fluentui-react-native/win32-theme": ">=0.20.0 <1.0.0",
|
||||
"@fluentui/react-native": ">=0.31.2 <1.0.0",
|
||||
"@fluentui/react-native": ">=0.31.3 <1.0.0",
|
||||
"@react-native-community/slider": "^4.2.0",
|
||||
"@react-native-menu/menu": "^0.1.2",
|
||||
"@react-native-picker/picker": "^2.2.1",
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
"directory": "apps/ios"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluentui-react-native/tester": "^0.75.2",
|
||||
"@fluentui-react-native/tester": "^0.75.3",
|
||||
"@react-native-community/slider": "^4.2.0",
|
||||
"@react-native-picker/picker": "^2.2.1",
|
||||
"react": "17.0.2",
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
"directory": "apps/macos"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluentui-react-native/tester": "^0.75.2",
|
||||
"@fluentui-react-native/tester": "^0.75.3",
|
||||
"react": "17.0.2",
|
||||
"react-native": "^0.66.0",
|
||||
"react-native-macos": "^0.66.0",
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/tester-win32",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Fri, 15 Jul 2022 01:22:54 GMT",
|
||||
"tag": "@fluentui-react-native/tester-win32_v0.21.3",
|
||||
"version": "0.21.3",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@fluentui-react-native/tester-win32",
|
||||
"comment": "Bump @fluentui-react-native/tester to v0.75.3",
|
||||
"commit": "4a2991bd1d5bbcc38cfb023c84845557f4791de9"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Fri, 15 Jul 2022 00:29:27 GMT",
|
||||
"tag": "@fluentui-react-native/tester-win32_v0.21.2",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# Change Log - @fluentui-react-native/tester-win32
|
||||
|
||||
This log was last generated on Fri, 15 Jul 2022 00:29:27 GMT and should not be manually modified.
|
||||
This log was last generated on Fri, 15 Jul 2022 01:22:54 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 0.21.3
|
||||
|
||||
Fri, 15 Jul 2022 01:22:54 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/tester to v0.75.3
|
||||
|
||||
## 0.21.2
|
||||
|
||||
Fri, 15 Jul 2022 00:29:27 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/tester-win32",
|
||||
"version": "0.21.2",
|
||||
"version": "0.21.3",
|
||||
"main": "src/index.tsx",
|
||||
"module": "src/index.tsx",
|
||||
"typings": "lib/index.d.ts",
|
||||
|
@ -31,7 +31,7 @@
|
|||
"directory": "apps/win32"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluentui-react-native/tester": "^0.75.2",
|
||||
"@fluentui-react-native/tester": "^0.75.3",
|
||||
"react": "17.0.2",
|
||||
"react-native": "^0.66.0",
|
||||
"react-native-svg": "^12.3.0",
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
"directory": "apps/windows"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluentui-react-native/tester": "^0.75.2",
|
||||
"@fluentui-react-native/tester": "^0.75.3",
|
||||
"react": "17.0.2",
|
||||
"react-native": "^0.66.0",
|
||||
"react-native-svg": "^12.3.0",
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Replace shadowDepth with shadowToken",
|
||||
"packageName": "@fluentui-react-native/button",
|
||||
"email": "78454019+lyzhan7@users.noreply.github.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Replace shadowDepth with shadowToken",
|
||||
"packageName": "@fluentui-react-native/experimental-shadow",
|
||||
"email": "78454019+lyzhan7@users.noreply.github.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Replace shadowDepth with shadowToken",
|
||||
"packageName": "@fluentui-react-native/tester",
|
||||
"email": "78454019+lyzhan7@users.noreply.github.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -1,6 +1,27 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/button",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Fri, 15 Jul 2022 01:22:54 GMT",
|
||||
"tag": "@fluentui-react-native/button_v0.24.3",
|
||||
"version": "0.24.3",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"author": "78454019+lyzhan7@users.noreply.github.com",
|
||||
"package": "@fluentui-react-native/button",
|
||||
"commit": "b3e63050f4b326ea7326a7d8e5c956537e9f5141",
|
||||
"comment": "Replace shadowDepth with shadowToken"
|
||||
},
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@fluentui-react-native/button",
|
||||
"comment": "Bump @fluentui-react-native/experimental-shadow to v0.2.7",
|
||||
"commit": "4a2991bd1d5bbcc38cfb023c84845557f4791de9"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Fri, 15 Jul 2022 00:29:27 GMT",
|
||||
"tag": "@fluentui-react-native/button_v0.24.2",
|
||||
|
|
|
@ -1,9 +1,18 @@
|
|||
# Change Log - @fluentui-react-native/button
|
||||
|
||||
This log was last generated on Fri, 15 Jul 2022 00:29:27 GMT and should not be manually modified.
|
||||
This log was last generated on Fri, 15 Jul 2022 01:22:54 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 0.24.3
|
||||
|
||||
Fri, 15 Jul 2022 01:22:54 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Replace shadowDepth with shadowToken (78454019+lyzhan7@users.noreply.github.com)
|
||||
- Bump @fluentui-react-native/experimental-shadow to v0.2.7
|
||||
|
||||
## 0.24.2
|
||||
|
||||
Fri, 15 Jul 2022 00:29:27 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/button",
|
||||
"version": "0.24.2",
|
||||
"version": "0.24.3",
|
||||
"description": "A cross-platform Button component using the Fluent Design System",
|
||||
"main": "src/index.ts",
|
||||
"module": "src/index.ts",
|
||||
|
@ -30,7 +30,7 @@
|
|||
"@fluentui-react-native/adapters": ">=0.9.0 <1.0.0",
|
||||
"@fluentui-react-native/experimental-activity-indicator": "^0.6.0",
|
||||
"@fluentui-react-native/experimental-text": ">=0.10.1 <1.0.0",
|
||||
"@fluentui-react-native/experimental-shadow": "0.2.6",
|
||||
"@fluentui-react-native/experimental-shadow": "0.2.7",
|
||||
"@fluentui-react-native/framework": "0.8.0",
|
||||
"@fluentui-react-native/icon": "0.13.0",
|
||||
"@fluentui-react-native/interactive-hooks": ">=0.17.0 <1.0.0",
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/menu",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Fri, 15 Jul 2022 01:22:54 GMT",
|
||||
"tag": "@fluentui-react-native/menu_v1.0.12",
|
||||
"version": "1.0.12",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@fluentui-react-native/menu",
|
||||
"comment": "Bump @fluentui-react-native/button to v0.24.3",
|
||||
"commit": "4a2991bd1d5bbcc38cfb023c84845557f4791de9"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Fri, 15 Jul 2022 00:29:27 GMT",
|
||||
"tag": "@fluentui-react-native/menu_v1.0.11",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# Change Log - @fluentui-react-native/menu
|
||||
|
||||
This log was last generated on Fri, 15 Jul 2022 00:29:27 GMT and should not be manually modified.
|
||||
This log was last generated on Fri, 15 Jul 2022 01:22:54 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 1.0.12
|
||||
|
||||
Fri, 15 Jul 2022 01:22:54 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/button to v0.24.3
|
||||
|
||||
## 1.0.11
|
||||
|
||||
Fri, 15 Jul 2022 00:29:27 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/menu",
|
||||
"version": "1.0.11",
|
||||
"version": "1.0.12",
|
||||
"description": "A cross-platform Menu component using the Fluent Design System",
|
||||
"main": "src/index.ts",
|
||||
"module": "src/index.ts",
|
||||
|
@ -38,7 +38,7 @@
|
|||
"tslib": "^2.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluentui-react-native/button": ">=0.24.2 <1.0.0",
|
||||
"@fluentui-react-native/button": ">=0.24.3 <1.0.0",
|
||||
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
|
||||
"@fluentui-react-native/scripts": "^0.1.1",
|
||||
"@fluentui-react-native/test-tools": ">=0.1.1 <1.0.0",
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/menu-button",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Fri, 15 Jul 2022 01:22:54 GMT",
|
||||
"tag": "@fluentui-react-native/menu-button_v0.8.3",
|
||||
"version": "0.8.3",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@fluentui-react-native/menu-button",
|
||||
"comment": "Bump @fluentui-react-native/button to v0.24.3",
|
||||
"commit": "4a2991bd1d5bbcc38cfb023c84845557f4791de9"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Fri, 15 Jul 2022 00:29:27 GMT",
|
||||
"tag": "@fluentui-react-native/menu-button_v0.8.2",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# Change Log - @fluentui-react-native/menu-button
|
||||
|
||||
This log was last generated on Fri, 15 Jul 2022 00:29:27 GMT and should not be manually modified.
|
||||
This log was last generated on Fri, 15 Jul 2022 01:22:54 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 0.8.3
|
||||
|
||||
Fri, 15 Jul 2022 01:22:54 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/button to v0.24.3
|
||||
|
||||
## 0.8.2
|
||||
|
||||
Fri, 15 Jul 2022 00:29:27 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/menu-button",
|
||||
"version": "0.8.2",
|
||||
"version": "0.8.3",
|
||||
"description": "A cross-platform MenuButton component using the Fluent Design System",
|
||||
"license": "MIT",
|
||||
"author": "Microsoft <fluentuinativeowners@microsoft.com>",
|
||||
|
@ -29,7 +29,7 @@
|
|||
"directory": "packages/components/MenuButton"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluentui-react-native/button": "^0.24.2",
|
||||
"@fluentui-react-native/button": "^0.24.3",
|
||||
"@fluentui-react-native/component-cache": "^1.4.0",
|
||||
"@fluentui-react-native/contextual-menu": "^0.17.0",
|
||||
"@fluentui-react-native/icon": "^0.13.0",
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/notification",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Fri, 15 Jul 2022 01:22:54 GMT",
|
||||
"tag": "@fluentui-react-native/notification_v0.6.7",
|
||||
"version": "0.6.7",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@fluentui-react-native/notification",
|
||||
"comment": "Bump @fluentui-react-native/button to v0.24.3",
|
||||
"commit": "4a2991bd1d5bbcc38cfb023c84845557f4791de9"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Fri, 15 Jul 2022 00:29:27 GMT",
|
||||
"tag": "@fluentui-react-native/notification_v0.6.6",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# Change Log - @fluentui-react-native/notification
|
||||
|
||||
This log was last generated on Fri, 15 Jul 2022 00:29:27 GMT and should not be manually modified.
|
||||
This log was last generated on Fri, 15 Jul 2022 01:22:54 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 0.6.7
|
||||
|
||||
Fri, 15 Jul 2022 01:22:54 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/button to v0.24.3
|
||||
|
||||
## 0.6.6
|
||||
|
||||
Fri, 15 Jul 2022 00:29:27 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/notification",
|
||||
"version": "0.6.6",
|
||||
"version": "0.6.7",
|
||||
"description": "add component-description",
|
||||
"main": "src/index.ts",
|
||||
"module": "src/index.ts",
|
||||
|
@ -27,7 +27,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@fluentui-react-native/adapters": "^0.9.0",
|
||||
"@fluentui-react-native/button": ">=0.24.2 <1.0.0",
|
||||
"@fluentui-react-native/button": ">=0.24.3 <1.0.0",
|
||||
"@fluentui-react-native/experimental-text": ">=0.10.1 <1.0.0",
|
||||
"@fluentui-react-native/framework": "0.8.0",
|
||||
"@fluentui-react-native/icon": "0.13.0",
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/experimental-button",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Fri, 15 Jul 2022 01:22:54 GMT",
|
||||
"tag": "@fluentui-react-native/experimental-button_v0.16.3",
|
||||
"version": "0.16.3",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@fluentui-react-native/experimental-button",
|
||||
"comment": "Bump @fluentui-react-native/button to v0.24.3",
|
||||
"commit": "4a2991bd1d5bbcc38cfb023c84845557f4791de9"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Fri, 15 Jul 2022 00:29:27 GMT",
|
||||
"tag": "@fluentui-react-native/experimental-button_v0.16.2",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# Change Log - @fluentui-react-native/experimental-button
|
||||
|
||||
This log was last generated on Fri, 15 Jul 2022 00:29:27 GMT and should not be manually modified.
|
||||
This log was last generated on Fri, 15 Jul 2022 01:22:54 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 0.16.3
|
||||
|
||||
Fri, 15 Jul 2022 01:22:54 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/button to v0.24.3
|
||||
|
||||
## 0.16.2
|
||||
|
||||
Fri, 15 Jul 2022 00:29:27 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/experimental-button",
|
||||
"version": "0.16.2",
|
||||
"version": "0.16.3",
|
||||
"description": "A cross-platform Button component using the Fluent Design System",
|
||||
"main": "src/index.ts",
|
||||
"module": "src/index.ts",
|
||||
|
@ -26,7 +26,7 @@
|
|||
"directory": "packages/experimental/Button"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluentui-react-native/button": "^0.24.2"
|
||||
"@fluentui-react-native/button": "^0.24.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/experimental-menu-button",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Fri, 15 Jul 2022 01:22:54 GMT",
|
||||
"tag": "@fluentui-react-native/experimental-menu-button_v0.4.3",
|
||||
"version": "0.4.3",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@fluentui-react-native/experimental-menu-button",
|
||||
"comment": "Bump @fluentui-react-native/experimental-button to v0.16.3",
|
||||
"commit": "4a2991bd1d5bbcc38cfb023c84845557f4791de9"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Fri, 15 Jul 2022 00:29:27 GMT",
|
||||
"tag": "@fluentui-react-native/experimental-menu-button_v0.4.2",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# Change Log - @fluentui-react-native/experimental-menu-button
|
||||
|
||||
This log was last generated on Fri, 15 Jul 2022 00:29:27 GMT and should not be manually modified.
|
||||
This log was last generated on Fri, 15 Jul 2022 01:22:54 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 0.4.3
|
||||
|
||||
Fri, 15 Jul 2022 01:22:54 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/experimental-button to v0.16.3
|
||||
|
||||
## 0.4.2
|
||||
|
||||
Fri, 15 Jul 2022 00:29:27 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/experimental-menu-button",
|
||||
"version": "0.4.2",
|
||||
"version": "0.4.3",
|
||||
"description": "A cross-platform MenuButton component using the Fluent Design System",
|
||||
"main": "src/index.ts",
|
||||
"module": "src/index.ts",
|
||||
|
@ -27,7 +27,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@fluentui-react-native/contextual-menu": "^0.17.0",
|
||||
"@fluentui-react-native/experimental-button": "^0.16.2",
|
||||
"@fluentui-react-native/experimental-button": "^0.16.3",
|
||||
"@fluentui-react-native/framework": "0.8.0",
|
||||
"@fluentui-react-native/tokens": ">=0.16.0 <1.0.0",
|
||||
"react-native-svg": "^12.3.0"
|
||||
|
|
|
@ -1,6 +1,27 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/experimental-shadow",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Fri, 15 Jul 2022 01:22:54 GMT",
|
||||
"tag": "@fluentui-react-native/experimental-shadow_v0.2.7",
|
||||
"version": "0.2.7",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"author": "78454019+lyzhan7@users.noreply.github.com",
|
||||
"package": "@fluentui-react-native/experimental-shadow",
|
||||
"commit": "b3e63050f4b326ea7326a7d8e5c956537e9f5141",
|
||||
"comment": "Replace shadowDepth with shadowToken"
|
||||
},
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@fluentui-react-native/experimental-shadow",
|
||||
"comment": "Bump @fluentui-react-native/theme-types to v0.18.0",
|
||||
"commit": "4a2991bd1d5bbcc38cfb023c84845557f4791de9"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Fri, 15 Jul 2022 00:29:27 GMT",
|
||||
"tag": "@fluentui-react-native/experimental-shadow_v0.2.6",
|
||||
|
|
|
@ -1,9 +1,18 @@
|
|||
# Change Log - @fluentui-react-native/experimental-shadow
|
||||
|
||||
This log was last generated on Fri, 15 Jul 2022 00:29:27 GMT and should not be manually modified.
|
||||
This log was last generated on Fri, 15 Jul 2022 01:22:54 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 0.2.7
|
||||
|
||||
Fri, 15 Jul 2022 01:22:54 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Replace shadowDepth with shadowToken (78454019+lyzhan7@users.noreply.github.com)
|
||||
- Bump @fluentui-react-native/theme-types to v0.18.0
|
||||
|
||||
## 0.2.6
|
||||
|
||||
Fri, 15 Jul 2022 00:29:27 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/experimental-shadow",
|
||||
"version": "0.2.6",
|
||||
"version": "0.2.7",
|
||||
"description": "A cross-platform Shadow component using the Fluent Design System",
|
||||
"main": "src/index.ts",
|
||||
"module": "src/index.ts",
|
||||
|
|
|
@ -1,6 +1,27 @@
|
|||
{
|
||||
"name": "@fluentui/react-native",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Fri, 15 Jul 2022 01:22:54 GMT",
|
||||
"tag": "@fluentui/react-native_v0.31.3",
|
||||
"version": "0.31.3",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@fluentui/react-native",
|
||||
"comment": "Bump @fluentui-react-native/button to v0.24.3",
|
||||
"commit": "4a2991bd1d5bbcc38cfb023c84845557f4791de9"
|
||||
},
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@fluentui/react-native",
|
||||
"comment": "Bump @fluentui-react-native/menu-button to v0.8.3",
|
||||
"commit": "4a2991bd1d5bbcc38cfb023c84845557f4791de9"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Fri, 15 Jul 2022 00:29:27 GMT",
|
||||
"tag": "@fluentui/react-native_v0.31.2",
|
||||
|
|
|
@ -1,9 +1,18 @@
|
|||
# Change Log - @fluentui/react-native
|
||||
|
||||
This log was last generated on Fri, 15 Jul 2022 00:29:27 GMT and should not be manually modified.
|
||||
This log was last generated on Fri, 15 Jul 2022 01:22:54 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 0.31.3
|
||||
|
||||
Fri, 15 Jul 2022 01:22:54 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @fluentui-react-native/button to v0.24.3
|
||||
- Bump @fluentui-react-native/menu-button to v0.8.3
|
||||
|
||||
## 0.31.2
|
||||
|
||||
Fri, 15 Jul 2022 00:29:27 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluentui/react-native",
|
||||
"version": "0.31.2",
|
||||
"version": "0.31.3",
|
||||
"description": "A react-native component library that implements the Fluent Design System.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -28,7 +28,7 @@
|
|||
"prettier-fix": "fluentui-scripts prettier --fix true"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluentui-react-native/button": "0.24.2",
|
||||
"@fluentui-react-native/button": "0.24.3",
|
||||
"@fluentui-react-native/callout": "0.21.0",
|
||||
"@fluentui-react-native/checkbox": "0.16.1",
|
||||
"@fluentui-react-native/contextual-menu": "0.17.0",
|
||||
|
@ -36,7 +36,7 @@
|
|||
"@fluentui-react-native/focus-zone": "0.10.0",
|
||||
"@fluentui-react-native/interactive-hooks": "0.17.0",
|
||||
"@fluentui-react-native/link": "0.16.0",
|
||||
"@fluentui-react-native/menu-button": "0.8.2",
|
||||
"@fluentui-react-native/menu-button": "0.8.3",
|
||||
"@fluentui-react-native/persona": "0.13.0",
|
||||
"@fluentui-react-native/persona-coin": "0.11.0",
|
||||
"@fluentui-react-native/pressable": "0.9.0",
|
||||
|
|
ΠΠ°Π³ΡΡΠ·ΠΊΠ°β¦
Π‘ΡΡΠ»ΠΊΠ° Π² Π½ΠΎΠ²ΠΎΠΉ Π·Π°Π΄Π°ΡΠ΅