Π·Π΅ΡΠΊΠ°Π»ΠΎ ΠΈΠ· https://github.com/microsoft/fluentui-react-native.git
π¦ applying package updates ***NO_CI***
This commit is contained in:
Π ΠΎΠ΄ΠΈΡΠ΅Π»Ρ
ba7edabb7e
ΠΠΎΠΌΠΌΠΈΡ
ff5d63bd8f
|
@ -24,7 +24,7 @@
|
|||
"run-win32-devmain": "rex-win32 --bundle RNTester --component RNTesterApp --basePath ./dist --useDevMain --windowTitle \"FluentUI Tester\" --pluginProps"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluentui/react-native": "0.15.3",
|
||||
"@fluentui/react-native": "0.15.4",
|
||||
"@fluentui-react-native/stack": "0.1.0",
|
||||
"@uifabricshared/theming-react-native": "0.7.0",
|
||||
"@uifabricshared/themed-stylesheet": "0.3.2",
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Fix package publishing (#163)",
|
||||
"packageName": "@fluentui-react-native/adapters",
|
||||
"email": "jasonmo@microsoft.com",
|
||||
"dependentChangeType": "patch",
|
||||
"date": "2020-04-21T22:29:54.035Z"
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Fix package publishing (#163)",
|
||||
"packageName": "@fluentui-react-native/text",
|
||||
"email": "jasonmo@microsoft.com",
|
||||
"dependentChangeType": "patch",
|
||||
"date": "2020-04-21T22:30:09.469Z"
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fluent-rn-website",
|
||||
"version": "0.3.3",
|
||||
"version": "0.3.4",
|
||||
"description": "Fluent website content",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -66,7 +66,7 @@
|
|||
"gatsby-plugin-emotion": "^4.1.23",
|
||||
"react": "^16.13.0",
|
||||
"react-dom": "^16.13.0",
|
||||
"@fluentui/react-native": "^0.15.3",
|
||||
"@fluentui/react-native": "^0.15.4",
|
||||
"@mdx-js/loader": "^1.5.5"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/button",
|
||||
"version": "0.5.0",
|
||||
"version": "0.5.1",
|
||||
"description": "A cross-platform opinionated Fluent Text component",
|
||||
"main": "src/index.ts",
|
||||
"module": "src/index.ts",
|
||||
|
@ -19,10 +19,10 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@uifabricshared/foundation-compose": "^1.6.3",
|
||||
"@fluentui-react-native/adapters": "^0.2.1",
|
||||
"@fluentui-react-native/adapters": "^0.2.2",
|
||||
"@fluentui-react-native/interactive-hooks": "^0.3.1",
|
||||
"@fluentui-react-native/pressable": "^0.3.3",
|
||||
"@fluentui-react-native/text": "^0.5.0",
|
||||
"@fluentui-react-native/pressable": "^0.3.4",
|
||||
"@fluentui-react-native/text": "^0.5.1",
|
||||
"@fluentui-react-native/tokens": "^0.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/callout",
|
||||
"version": "0.4.3",
|
||||
"version": "0.4.4",
|
||||
"description": "A cross-platform opinionated Fluent Callout component",
|
||||
"main": "src/index.ts",
|
||||
"module": "src/index.ts",
|
||||
|
@ -19,7 +19,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@uifabricshared/foundation-compose": "^1.6.3",
|
||||
"@fluentui-react-native/adapters": "^0.2.1",
|
||||
"@fluentui-react-native/adapters": "^0.2.2",
|
||||
"@fluentui-react-native/interactive-hooks": "^0.3.1",
|
||||
"@fluentui-react-native/tokens": "^0.4.0"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/checkbox",
|
||||
"version": "0.3.3",
|
||||
"version": "0.3.4",
|
||||
"description": "A cross-platform opinionated Fluent Checkbox component",
|
||||
"main": "src/index.ts",
|
||||
"module": "src/index.ts",
|
||||
|
@ -19,10 +19,10 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@uifabricshared/foundation-compose": "^1.6.3",
|
||||
"@fluentui-react-native/adapters": "^0.2.1",
|
||||
"@fluentui-react-native/adapters": "^0.2.2",
|
||||
"@fluentui-react-native/interactive-hooks": "^0.3.1",
|
||||
"@fluentui-react-native/pressable": "^0.3.3",
|
||||
"@fluentui-react-native/text": "^0.5.0",
|
||||
"@fluentui-react-native/pressable": "^0.3.4",
|
||||
"@fluentui-react-native/text": "^0.5.1",
|
||||
"@fluentui-react-native/tokens": "^0.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/focus-trap-zone",
|
||||
"version": "0.3.3",
|
||||
"version": "0.3.4",
|
||||
"description": "A cross-platform opinionated Fluent Text component",
|
||||
"main": "src/index.ts",
|
||||
"module": "src/index.ts",
|
||||
|
@ -19,7 +19,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@uifabricshared/foundation-compose": "^1.6.3",
|
||||
"@fluentui-react-native/adapters": "^0.2.1",
|
||||
"@fluentui-react-native/adapters": "^0.2.2",
|
||||
"@fluentui-react-native/interactive-hooks": "^0.3.1",
|
||||
"@fluentui-react-native/tokens": "^0.4.0"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/link",
|
||||
"version": "0.5.0",
|
||||
"version": "0.5.1",
|
||||
"description": "A cross-platform opinionated Fluent Text component",
|
||||
"main": "src/index.ts",
|
||||
"module": "src/index.ts",
|
||||
|
@ -19,9 +19,9 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@uifabricshared/foundation-compose": "^1.6.3",
|
||||
"@fluentui-react-native/adapters": "^0.2.1",
|
||||
"@fluentui-react-native/adapters": "^0.2.2",
|
||||
"@fluentui-react-native/interactive-hooks": "^0.3.1",
|
||||
"@fluentui-react-native/text": "^0.5.0",
|
||||
"@fluentui-react-native/text": "^0.5.1",
|
||||
"@fluentui-react-native/tokens": "^0.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/persona",
|
||||
"version": "0.5.0",
|
||||
"version": "0.5.1",
|
||||
"description": "A cross-platform opinionated Fluent Text component",
|
||||
"main": "src/index.ts",
|
||||
"module": "src/index.ts",
|
||||
|
@ -19,8 +19,8 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@uifabricshared/foundation-compose": "^1.6.3",
|
||||
"@fluentui-react-native/adapters": "^0.2.1",
|
||||
"@fluentui-react-native/persona-coin": "^0.3.3",
|
||||
"@fluentui-react-native/adapters": "^0.2.2",
|
||||
"@fluentui-react-native/persona-coin": "^0.3.4",
|
||||
"@fluentui-react-native/tokens": "^0.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/persona-coin",
|
||||
"version": "0.3.3",
|
||||
"version": "0.3.4",
|
||||
"description": "A cross-platform opinionated Fluent Text component",
|
||||
"main": "src/index.ts",
|
||||
"module": "src/index.ts",
|
||||
|
@ -19,7 +19,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@uifabricshared/foundation-compose": "^1.6.3",
|
||||
"@fluentui-react-native/adapters": "^0.2.1",
|
||||
"@fluentui-react-native/adapters": "^0.2.2",
|
||||
"@fluentui-react-native/tokens": "^0.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/pressable",
|
||||
"version": "0.3.3",
|
||||
"version": "0.3.4",
|
||||
"description": "A cross-platform opinionated Fluent Text component",
|
||||
"main": "src/index.ts",
|
||||
"module": "src/index.ts",
|
||||
|
@ -19,7 +19,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@uifabricshared/foundation-compose": "^1.6.3",
|
||||
"@fluentui-react-native/adapters": "^0.2.1",
|
||||
"@fluentui-react-native/adapters": "^0.2.2",
|
||||
"@fluentui-react-native/interactive-hooks": "^0.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/radio-group",
|
||||
"version": "0.3.3",
|
||||
"version": "0.3.4",
|
||||
"description": "A cross-platform opinionated Radio Group component",
|
||||
"main": "src/index.ts",
|
||||
"module": "src/index.ts",
|
||||
|
@ -19,9 +19,9 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@uifabricshared/foundation-compose": "^1.6.3",
|
||||
"@fluentui-react-native/adapters": "^0.2.1",
|
||||
"@fluentui-react-native/pressable": "^0.3.3",
|
||||
"@fluentui-react-native/text": "^0.5.0",
|
||||
"@fluentui-react-native/adapters": "^0.2.2",
|
||||
"@fluentui-react-native/pressable": "^0.3.4",
|
||||
"@fluentui-react-native/text": "^0.5.1",
|
||||
"@fluentui-react-native/tokens": "^0.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/separator",
|
||||
"version": "0.3.3",
|
||||
"version": "0.3.4",
|
||||
"description": "A cross-platform opinionated Fluent Text component",
|
||||
"main": "src/index.ts",
|
||||
"module": "src/index.ts",
|
||||
|
@ -19,7 +19,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@uifabricshared/foundation-compose": "^1.6.3",
|
||||
"@fluentui-react-native/adapters": "^0.2.1",
|
||||
"@fluentui-react-native/adapters": "^0.2.2",
|
||||
"@fluentui-react-native/tokens": "^0.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -20,13 +20,13 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@uifabricshared/foundation-compose": "^1.6.3",
|
||||
"@fluentui-react-native/adapters": "^0.2.1",
|
||||
"@fluentui-react-native/adapters": "^0.2.2",
|
||||
"@fluentui-react-native/tokens": "^0.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@office-iss/react-native-win32": "0.27.3",
|
||||
"@types/react-native": "^0.60.0",
|
||||
"@fluentui-react-native/text": "^0.5.0",
|
||||
"@fluentui-react-native/text": "^0.5.1",
|
||||
"@uifabricshared/build-native": "^0.1.1",
|
||||
"@uifabricshared/eslint-config-rules": "^0.1.1",
|
||||
"react-native": "^0.60.0"
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/text",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Tue, 21 Apr 2020 23:50:25 GMT",
|
||||
"tag": "@fluentui-react-native/text_v0.5.1",
|
||||
"version": "0.5.1",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"comment": "Fix package publishing (#163)",
|
||||
"author": "jasonmo@microsoft.com",
|
||||
"commit": "15de6fbb8ff5f9a46cd4178be9d1223105f47fd1",
|
||||
"package": "@fluentui-react-native/text"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Tue, 21 Apr 2020 17:03:45 GMT",
|
||||
"tag": "@fluentui-react-native/text_v0.5.0",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# Change Log - @fluentui-react-native/text
|
||||
|
||||
This log was last generated on Tue, 21 Apr 2020 17:03:45 GMT and should not be manually modified.
|
||||
This log was last generated on Tue, 21 Apr 2020 23:50:25 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 0.5.1
|
||||
|
||||
Tue, 21 Apr 2020 23:50:25 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Fix package publishing (#163) (jasonmo@microsoft.com)
|
||||
|
||||
## 0.5.0
|
||||
|
||||
Tue, 21 Apr 2020 17:03:45 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/text",
|
||||
"version": "0.5.0",
|
||||
"version": "0.5.1",
|
||||
"description": "A cross-platform opinionated Fluent Text component",
|
||||
"main": "src/index.ts",
|
||||
"module": "src/index.ts",
|
||||
|
@ -19,7 +19,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@uifabricshared/foundation-compose": "^1.6.3",
|
||||
"@fluentui-react-native/adapters": "^0.2.1",
|
||||
"@fluentui-react-native/adapters": "^0.2.2",
|
||||
"@fluentui-react-native/tokens": "^0.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluentui/react-native",
|
||||
"version": "0.15.3",
|
||||
"version": "0.15.4",
|
||||
"description": "A react-native companion to fabric web that only depends on stock controls and theming",
|
||||
"main": "src/index.ts",
|
||||
"module": "src/index.ts",
|
||||
|
@ -30,19 +30,19 @@
|
|||
"@uifabricshared/immutable-merge": "0.5.2",
|
||||
"@uifabricshared/theming-ramp": "0.9.0",
|
||||
"@uifabricshared/theming-react-native": "0.7.0",
|
||||
"@fluentui-react-native/adapters": "0.2.1",
|
||||
"@fluentui-react-native/adapters": "0.2.2",
|
||||
"@fluentui-react-native/interactive-hooks": "0.3.1",
|
||||
"@fluentui-react-native/button": "0.5.0",
|
||||
"@fluentui-react-native/callout": "0.4.3",
|
||||
"@fluentui-react-native/checkbox": "0.3.3",
|
||||
"@fluentui-react-native/focus-trap-zone": "0.3.3",
|
||||
"@fluentui-react-native/link": "0.5.0",
|
||||
"@fluentui-react-native/persona": "0.5.0",
|
||||
"@fluentui-react-native/persona-coin": "0.3.3",
|
||||
"@fluentui-react-native/pressable": "0.3.3",
|
||||
"@fluentui-react-native/radio-group": "0.3.3",
|
||||
"@fluentui-react-native/separator": "0.3.3",
|
||||
"@fluentui-react-native/text": "0.5.0",
|
||||
"@fluentui-react-native/button": "0.5.1",
|
||||
"@fluentui-react-native/callout": "0.4.4",
|
||||
"@fluentui-react-native/checkbox": "0.3.4",
|
||||
"@fluentui-react-native/focus-trap-zone": "0.3.4",
|
||||
"@fluentui-react-native/link": "0.5.1",
|
||||
"@fluentui-react-native/persona": "0.5.1",
|
||||
"@fluentui-react-native/persona-coin": "0.3.4",
|
||||
"@fluentui-react-native/pressable": "0.3.4",
|
||||
"@fluentui-react-native/radio-group": "0.3.4",
|
||||
"@fluentui-react-native/separator": "0.3.4",
|
||||
"@fluentui-react-native/text": "0.5.1",
|
||||
"@fluentui-react-native/tokens": "0.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/adapters",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Tue, 21 Apr 2020 23:50:25 GMT",
|
||||
"tag": "@fluentui-react-native/adapters_v0.2.2",
|
||||
"version": "0.2.2",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"comment": "Fix package publishing (#163)",
|
||||
"author": "jasonmo@microsoft.com",
|
||||
"commit": "15de6fbb8ff5f9a46cd4178be9d1223105f47fd1",
|
||||
"package": "@fluentui-react-native/adapters"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Tue, 21 Apr 2020 00:41:10 GMT",
|
||||
"tag": "@fluentui-react-native/adapters_v0.2.1",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# Change Log - @fluentui-react-native/adapters
|
||||
|
||||
This log was last generated on Tue, 21 Apr 2020 00:41:10 GMT and should not be manually modified.
|
||||
This log was last generated on Tue, 21 Apr 2020 23:50:25 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 0.2.2
|
||||
|
||||
Tue, 21 Apr 2020 23:50:25 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Fix package publishing (#163) (jasonmo@microsoft.com)
|
||||
|
||||
## 0.2.1
|
||||
|
||||
Tue, 21 Apr 2020 00:41:10 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fluentui-react-native/adapters",
|
||||
"version": "0.2.1",
|
||||
"version": "0.2.2",
|
||||
"description": "Adapters for working with react-native types",
|
||||
"main": "src/index.ts",
|
||||
"module": "src/index.ts",
|
||||
|
|
ΠΠ°Π³ΡΡΠ·ΠΊΠ°β¦
Π‘ΡΡΠ»ΠΊΠ° Π² Π½ΠΎΠ²ΠΎΠΉ Π·Π°Π΄Π°ΡΠ΅