Skip to content

Commit

Permalink
📦 applying package updates ***NO_CI***
Browse files Browse the repository at this point in the history
  • Loading branch information
UI-Fabric-RN-Bot committed Jul 25, 2022
1 parent 7e99ecd commit af4148c
Show file tree
Hide file tree
Showing 11 changed files with 55 additions and 16 deletions.
2 changes: 1 addition & 1 deletion apps/android/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"directory": "apps/android"
},
"dependencies": {
"@fluentui-react-native/tester": "^0.78.3",
"@fluentui-react-native/tester": "^0.78.4",
"@react-native-community/slider": "^4.2.0",
"@react-native-picker/picker": "^2.2.1",
"hermes-engine": "~0.9.0",
Expand Down
15 changes: 15 additions & 0 deletions apps/fluent-tester/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@fluentui-react-native/tester",
"entries": [
{
"date": "Mon, 25 Jul 2022 19:49:02 GMT",
"tag": "@fluentui-react-native/tester_v0.78.4",
"version": "0.78.4",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@fluentui-react-native/tester",
"commit": "7e99ecd5bf4d3208adf86f1ba76c31b25eda0c32",
"comment": "Add accessibilityLabels to all text inputs"
}
]
}
},
{
"date": "Mon, 25 Jul 2022 18:59:03 GMT",
"tag": "@fluentui-react-native/tester_v0.78.3",
Expand Down
10 changes: 9 additions & 1 deletion apps/fluent-tester/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @fluentui-react-native/tester

This log was last generated on Mon, 25 Jul 2022 18:59:03 GMT and should not be manually modified.
This log was last generated on Mon, 25 Jul 2022 19:49:02 GMT and should not be manually modified.

<!-- Start content -->

## 0.78.4

Mon, 25 Jul 2022 19:49:02 GMT

### Patches

- Add accessibilityLabels to all text inputs ([email protected])

## 0.78.3

Mon, 25 Jul 2022 18:59:03 GMT
Expand Down
2 changes: 1 addition & 1 deletion apps/fluent-tester/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/tester",
"version": "0.78.3",
"version": "0.78.4",
"description": "A test app to test FluentUI React Native Components during development",
"license": "MIT",
"author": "Microsoft <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion apps/ios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"directory": "apps/ios"
},
"dependencies": {
"@fluentui-react-native/tester": "^0.78.3",
"@fluentui-react-native/tester": "^0.78.4",
"@react-native-community/slider": "^4.2.0",
"@react-native-picker/picker": "^2.2.1",
"react": "17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion apps/macos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"directory": "apps/macos"
},
"dependencies": {
"@fluentui-react-native/tester": "^0.78.3",
"@fluentui-react-native/tester": "^0.78.4",
"react": "17.0.2",
"react-native": "^0.66.0",
"react-native-macos": "^0.66.0",
Expand Down
15 changes: 15 additions & 0 deletions apps/win32/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@fluentui-react-native/tester-win32",
"entries": [
{
"date": "Mon, 25 Jul 2022 19:49:02 GMT",
"tag": "@fluentui-react-native/tester-win32_v0.21.11",
"version": "0.21.11",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@fluentui-react-native/tester-win32",
"comment": "Bump @fluentui-react-native/tester to v0.78.4",
"commit": "7e99ecd5bf4d3208adf86f1ba76c31b25eda0c32"
}
]
}
},
{
"date": "Mon, 25 Jul 2022 18:59:03 GMT",
"tag": "@fluentui-react-native/tester-win32_v0.21.10",
Expand Down
10 changes: 9 additions & 1 deletion apps/win32/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @fluentui-react-native/tester-win32

This log was last generated on Mon, 25 Jul 2022 18:59:03 GMT and should not be manually modified.
This log was last generated on Mon, 25 Jul 2022 19:49:02 GMT and should not be manually modified.

<!-- Start content -->

## 0.21.11

Mon, 25 Jul 2022 19:49:02 GMT

### Patches

- Bump @fluentui-react-native/tester to v0.78.4

## 0.21.10

Mon, 25 Jul 2022 18:59:03 GMT
Expand Down
4 changes: 2 additions & 2 deletions apps/win32/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/tester-win32",
"version": "0.21.10",
"version": "0.21.11",
"main": "src/index.tsx",
"module": "src/index.tsx",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
"directory": "apps/win32"
},
"dependencies": {
"@fluentui-react-native/tester": "^0.78.3",
"@fluentui-react-native/tester": "^0.78.4",
"react": "17.0.2",
"react-native": "^0.66.0",
"react-native-svg": "^12.3.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/windows/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"directory": "apps/windows"
},
"dependencies": {
"@fluentui-react-native/tester": "^0.78.3",
"@fluentui-react-native/tester": "^0.78.4",
"react": "17.0.2",
"react-native": "^0.66.0",
"react-native-svg": "^12.3.0",
Expand Down

This file was deleted.

0 comments on commit af4148c

Please sign in to comment.