Π·Π΅ΡΠΊΠ°Π»ΠΎ ΠΈΠ· https://github.com/microsoft/fluentui-react-native.git
π¦ applying package updates ***NO_CI***
This commit is contained in:
Π ΠΎΠ΄ΠΈΡΠ΅Π»Ρ
dac663b7d7
ΠΠΎΠΌΠΌΠΈΡ
ff0babf4a8
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@fluentui-react-native/tester",
|
"name": "@fluentui-react-native/tester",
|
||||||
"version": "0.3.3",
|
"version": "0.3.4",
|
||||||
"main": "src/index.ts",
|
"main": "src/index.ts",
|
||||||
"module": "src/index.ts",
|
"module": "src/index.ts",
|
||||||
"typings": "lib/index.d.ts",
|
"typings": "lib/index.d.ts",
|
||||||
|
@ -19,11 +19,11 @@
|
||||||
"bundle": "fluentui-scripts bundle"
|
"bundle": "fluentui-scripts bundle"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fluentui/react-native": ">=0.15.83 <1.0.0",
|
"@fluentui/react-native": ">=0.15.84 <1.0.0",
|
||||||
"@fluentui-react-native/stack": ">=0.2.5 <1.0.0",
|
"@fluentui-react-native/stack": ">=0.2.5 <1.0.0",
|
||||||
"@fluentui-react-native/button": ">=0.10.6 <1.0.0",
|
"@fluentui-react-native/button": ">=0.10.6 <1.0.0",
|
||||||
"@fluentui-react-native/separator": ">=0.4.5 <1.0.0",
|
"@fluentui-react-native/separator": ">=0.4.5 <1.0.0",
|
||||||
"@fluentui-react-native/checkbox": ">=0.4.8 <1.0.0",
|
"@fluentui-react-native/checkbox": ">=0.5.0 <1.0.0",
|
||||||
"@fluentui-react-native/text": ">=0.6.5 <1.0.0",
|
"@fluentui-react-native/text": ">=0.6.5 <1.0.0",
|
||||||
"@fluentui-react-native/interactive-hooks": ">=0.5.0 <1.0.0",
|
"@fluentui-react-native/interactive-hooks": ">=0.5.0 <1.0.0",
|
||||||
"@fluentui-react-native/pressable": ">=0.3.82 <1.0.0",
|
"@fluentui-react-native/pressable": ">=0.3.82 <1.0.0",
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
"ios": "react-native run-ios --scheme ReactTestApp --project-path src"
|
"ios": "react-native run-ios --scheme ReactTestApp --project-path src"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fluentui-react-native/tester": "^0.3.3",
|
"@fluentui-react-native/tester": "^0.3.4",
|
||||||
"@uifabricshared/theming-react-native": "0.7.73",
|
"@uifabricshared/theming-react-native": "0.7.73",
|
||||||
"@uifabricshared/themed-stylesheet": "0.3.67",
|
"@uifabricshared/themed-stylesheet": "0.3.67",
|
||||||
"react": "16.11.0",
|
"react": "16.11.0",
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
"macos": "react-native run-macos --scheme ReactTestApp --project-path src"
|
"macos": "react-native run-macos --scheme ReactTestApp --project-path src"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fluentui-react-native/tester": "^0.3.3",
|
"@fluentui-react-native/tester": "^0.3.4",
|
||||||
"@uifabricshared/theming-react-native": "0.7.73",
|
"@uifabricshared/theming-react-native": "0.7.73",
|
||||||
"@uifabricshared/themed-stylesheet": "0.3.67",
|
"@uifabricshared/themed-stylesheet": "0.3.67",
|
||||||
"react-native-macos": "^0.61.0-0",
|
"react-native-macos": "^0.61.0-0",
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fluentui-react-native/checkbox": "0.4.8",
|
"@fluentui-react-native/checkbox": "0.5.0",
|
||||||
"@types/jest": "^24.0.0",
|
"@types/jest": "^24.0.0",
|
||||||
"@types/node": "^12.0.0",
|
"@types/node": "^12.0.0",
|
||||||
"@types/react": "^16.9.0",
|
"@types/react": "^16.9.0",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@fluentui-react-native/tester-win32",
|
"name": "@fluentui-react-native/tester-win32",
|
||||||
"version": "0.3.3",
|
"version": "0.3.4",
|
||||||
"main": "src/index.tsx",
|
"main": "src/index.tsx",
|
||||||
"module": "src/index.tsx",
|
"module": "src/index.tsx",
|
||||||
"typings": "lib/index.d.ts",
|
"typings": "lib/index.d.ts",
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
"generate-report": "allure generate allure-results --clean && allure open"
|
"generate-report": "allure generate allure-results --clean && allure open"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fluentui-react-native/tester": "^0.3.3",
|
"@fluentui-react-native/tester": "^0.3.4",
|
||||||
"@uifabricshared/theming-react-native": "0.7.73",
|
"@uifabricshared/theming-react-native": "0.7.73",
|
||||||
"@uifabricshared/themed-stylesheet": "0.3.67",
|
"@uifabricshared/themed-stylesheet": "0.3.67",
|
||||||
"react": "16.11.0",
|
"react": "16.11.0",
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
"windows": "react-native run-windows"
|
"windows": "react-native run-windows"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fluentui-react-native/tester": "^0.3.3",
|
"@fluentui-react-native/tester": "^0.3.4",
|
||||||
"@uifabricshared/theming-react-native": "0.7.73",
|
"@uifabricshared/theming-react-native": "0.7.73",
|
||||||
"react": "16.11.0",
|
"react": "16.11.0",
|
||||||
"react-native": "0.62.2",
|
"react-native": "0.62.2",
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
{
|
|
||||||
"type": "minor",
|
|
||||||
"comment": "Aligning checkbox text centered vertically",
|
|
||||||
"packageName": "@fluentui-react-native/checkbox",
|
|
||||||
"email": "safreibe@microsoft.com",
|
|
||||||
"dependentChangeType": "patch",
|
|
||||||
"date": "2020-08-14T16:40:09.749Z"
|
|
||||||
}
|
|
|
@ -1,6 +1,21 @@
|
||||||
{
|
{
|
||||||
"name": "@fluentui-react-native/checkbox",
|
"name": "@fluentui-react-native/checkbox",
|
||||||
"entries": [
|
"entries": [
|
||||||
|
{
|
||||||
|
"date": "Fri, 14 Aug 2020 17:26:00 GMT",
|
||||||
|
"tag": "@fluentui-react-native/checkbox_v0.5.0",
|
||||||
|
"version": "0.5.0",
|
||||||
|
"comments": {
|
||||||
|
"minor": [
|
||||||
|
{
|
||||||
|
"comment": "Aligning checkbox text centered vertically",
|
||||||
|
"author": "safreibe@microsoft.com",
|
||||||
|
"commit": "dac663b7d74d60f3c71911e8c4b395ac89e8acc6",
|
||||||
|
"package": "@fluentui-react-native/checkbox"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"date": "Thu, 13 Aug 2020 19:49:20 GMT",
|
"date": "Thu, 13 Aug 2020 19:49:20 GMT",
|
||||||
"tag": "@fluentui-react-native/checkbox_v0.4.8",
|
"tag": "@fluentui-react-native/checkbox_v0.4.8",
|
||||||
|
|
|
@ -1,9 +1,17 @@
|
||||||
# Change Log - @fluentui-react-native/checkbox
|
# Change Log - @fluentui-react-native/checkbox
|
||||||
|
|
||||||
This log was last generated on Tue, 11 Aug 2020 19:53:33 GMT and should not be manually modified.
|
This log was last generated on Fri, 14 Aug 2020 17:26:00 GMT and should not be manually modified.
|
||||||
|
|
||||||
<!-- Start content -->
|
<!-- Start content -->
|
||||||
|
|
||||||
|
## 0.5.0
|
||||||
|
|
||||||
|
Fri, 14 Aug 2020 17:26:00 GMT
|
||||||
|
|
||||||
|
### Minor changes
|
||||||
|
|
||||||
|
- Aligning checkbox text centered vertically (safreibe@microsoft.com)
|
||||||
|
|
||||||
## 0.4.6
|
## 0.4.6
|
||||||
|
|
||||||
Tue, 11 Aug 2020 19:53:33 GMT
|
Tue, 11 Aug 2020 19:53:33 GMT
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@fluentui-react-native/checkbox",
|
"name": "@fluentui-react-native/checkbox",
|
||||||
"version": "0.4.8",
|
"version": "0.5.0",
|
||||||
"description": "A cross-platform Checkbox component using the Fluent Design System",
|
"description": "A cross-platform Checkbox component using the Fluent Design System",
|
||||||
"main": "src/index.ts",
|
"main": "src/index.ts",
|
||||||
"module": "src/index.ts",
|
"module": "src/index.ts",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@fluentui/react-native",
|
"name": "@fluentui/react-native",
|
||||||
"version": "0.15.83",
|
"version": "0.15.84",
|
||||||
"description": "A react-native component library that implements the Fluent Design System.",
|
"description": "A react-native component library that implements the Fluent Design System.",
|
||||||
"main": "src/index.ts",
|
"main": "src/index.ts",
|
||||||
"module": "src/index.ts",
|
"module": "src/index.ts",
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
"@fluentui-react-native/interactive-hooks": ">=0.5.0 <1.0.0",
|
"@fluentui-react-native/interactive-hooks": ">=0.5.0 <1.0.0",
|
||||||
"@fluentui-react-native/button": ">=0.10.6 <1.0.0",
|
"@fluentui-react-native/button": ">=0.10.6 <1.0.0",
|
||||||
"@fluentui-react-native/callout": ">=0.11.6 <1.0.0",
|
"@fluentui-react-native/callout": ">=0.11.6 <1.0.0",
|
||||||
"@fluentui-react-native/checkbox": ">=0.4.8 <1.0.0",
|
"@fluentui-react-native/checkbox": ">=0.5.0 <1.0.0",
|
||||||
"@fluentui-react-native/contextual-menu": "0.3.6",
|
"@fluentui-react-native/contextual-menu": "0.3.6",
|
||||||
"@fluentui-react-native/focus-trap-zone": ">=0.4.6 <1.0.0",
|
"@fluentui-react-native/focus-trap-zone": ">=0.4.6 <1.0.0",
|
||||||
"@fluentui-react-native/link": ">=0.8.7 <1.0.0",
|
"@fluentui-react-native/link": ">=0.8.7 <1.0.0",
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
"run-win32-devmain": "rex-win32 --bundle index --component BasicWin32Test --basePath . --useDevMain --pluginProps"
|
"run-win32-devmain": "rex-win32 --bundle index --component BasicWin32Test --basePath . --useDevMain --pluginProps"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fluentui/react-native": ">=0.15.83 <1.0.0",
|
"@fluentui/react-native": ">=0.15.84 <1.0.0",
|
||||||
"@office-iss/react-native-win32": "0.62.0-preview.3",
|
"@office-iss/react-native-win32": "0.62.0-preview.3",
|
||||||
"@uifabricshared/theming-react-native": "0.7.73",
|
"@uifabricshared/theming-react-native": "0.7.73",
|
||||||
"@uifabricshared/themed-stylesheet": "0.3.67",
|
"@uifabricshared/themed-stylesheet": "0.3.67",
|
||||||
|
|
ΠΠ°Π³ΡΡΠ·ΠΊΠ°β¦
Π‘ΡΡΠ»ΠΊΠ° Π² Π½ΠΎΠ²ΠΎΠΉ Π·Π°Π΄Π°ΡΠ΅