Skip to content

Commit 28916be

Browse files
📦 applying package updates ***NO_CI***
1 parent e524662 commit 28916be

File tree

147 files changed

+1368
-277
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

147 files changed

+1368
-277
lines changed

apps/android/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@fluentui-react-native/tester-android",
33
"entries": [
4+
{
5+
"date": "Thu, 12 Aug 2021 17:23:44 GMT",
6+
"tag": "@fluentui-react-native/tester-android_v0.0.1",
7+
"version": "0.0.1",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Bump @fluentui-react-native/tester to v0.35.6",
12+
"author": "[email protected]",
13+
"commit": "e524662e3e40fe45a2dcc6e2acd3aca1197b5b5a",
14+
"package": "@fluentui-react-native/tester-android"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Wed, 11 Aug 2021 18:38:07 GMT",
621
"tag": "@fluentui-react-native/tester-android_v0.0.1",

apps/android/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
# Change Log - @fluentui-react-native/tester-android
22

3-
This log was last generated on Wed, 11 Aug 2021 18:38:07 GMT and should not be manually modified.
3+
This log was last generated on Thu, 12 Aug 2021 17:23:44 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

77
## 0.0.1
88

9+
Thu, 12 Aug 2021 17:23:44 GMT
10+
11+
### Patches
12+
13+
- Bump @fluentui-react-native/tester to v0.35.6 ([email protected])
14+
15+
## 0.0.1
16+
917
Wed, 11 Aug 2021 18:38:07 GMT
1018

1119
### Patches

apps/android/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"prettier-fix": "fluentui-scripts prettier --fix true"
2222
},
2323
"dependencies": {
24-
"@fluentui-react-native/tester": "^0.35.5",
24+
"@fluentui-react-native/tester": "^0.35.6",
2525
"@react-native-community/slider": "^3.0.3",
2626
"@react-native-picker/picker": "^1.9.11",
2727
"hermes-engine": "~0.5.0",

apps/fluent-tester/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@fluentui-react-native/tester",
33
"entries": [
4+
{
5+
"date": "Thu, 12 Aug 2021 17:23:44 GMT",
6+
"tag": "@fluentui-react-native/tester_v0.35.6",
7+
"version": "0.35.6",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Patch up the tester",
12+
"author": "[email protected]",
13+
"commit": "e524662e3e40fe45a2dcc6e2acd3aca1197b5b5a",
14+
"package": "@fluentui-react-native/tester"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Wed, 11 Aug 2021 18:38:07 GMT",
621
"tag": "@fluentui-react-native/tester_v0.35.5",

apps/fluent-tester/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# Change Log - @fluentui-react-native/tester
22

3-
This log was last generated on Wed, 11 Aug 2021 18:38:07 GMT and should not be manually modified.
3+
This log was last generated on Thu, 12 Aug 2021 17:23:44 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 0.35.6
8+
9+
Thu, 12 Aug 2021 17:23:44 GMT
10+
11+
### Patches
12+
13+
- Patch up the tester ([email protected])
14+
715
## 0.35.5
816

917
Wed, 11 Aug 2021 18:38:07 GMT

apps/fluent-tester/package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui-react-native/tester",
3-
"version": "0.35.5",
3+
"version": "0.35.6",
44
"description": "A test app to test FluentUI React Native Components during development",
55
"license": "MIT",
66
"author": "Microsoft <[email protected]>",
@@ -26,28 +26,28 @@
2626
"prettier-fix": "fluentui-scripts prettier --fix true"
2727
},
2828
"dependencies": {
29-
"@fluentui-react-native/android-theme": ">=0.4.8 <1.0.0",
30-
"@fluentui-react-native/apple-theme": ">=0.7.15 <1.0.0",
31-
"@fluentui-react-native/button": ">=0.18.7 <1.0.0",
32-
"@fluentui-react-native/default-theme": ">=0.7.9 <1.0.0",
33-
"@fluentui-react-native/experimental-activity-indicator": ">=0.3.6 <1.0.0",
34-
"@fluentui-react-native/experimental-avatar": ">=0.11.5 <1.0.0",
35-
"@fluentui-react-native/experimental-button": "0.8.8",
36-
"@fluentui-react-native/experimental-native-button": ">=0.7.8 <1.0.0",
29+
"@fluentui-react-native/android-theme": ">=0.4.9 <1.0.0",
30+
"@fluentui-react-native/apple-theme": ">=0.7.16 <1.0.0",
31+
"@fluentui-react-native/button": ">=0.18.8 <1.0.0",
32+
"@fluentui-react-native/default-theme": ">=0.7.10 <1.0.0",
33+
"@fluentui-react-native/experimental-activity-indicator": ">=0.3.7 <1.0.0",
34+
"@fluentui-react-native/experimental-avatar": ">=0.11.6 <1.0.0",
35+
"@fluentui-react-native/experimental-button": "0.8.9",
36+
"@fluentui-react-native/experimental-native-button": ">=0.7.9 <1.0.0",
3737
"@fluentui-react-native/experimental-native-date-picker": ">=0.3.2 <1.0.0",
38-
"@fluentui-react-native/experimental-shimmer": "0.5.3",
39-
"@fluentui-react-native/experimental-text": ">=0.6.8 <1.0.0",
40-
"@fluentui-react-native/framework": ">=0.5.27 <1.0.0",
41-
"@fluentui-react-native/icon": "0.8.7",
42-
"@fluentui-react-native/interactive-hooks": ">=0.10.30 <1.0.0",
43-
"@fluentui-react-native/native-radio-button": ">=0.1.8 <1.0.0",
44-
"@fluentui-react-native/stack": ">=0.5.23 <1.0.0",
45-
"@fluentui-react-native/theme": ">=0.5.13 <1.0.0",
46-
"@fluentui-react-native/theme-types": ">=0.10.0 <1.0.0",
38+
"@fluentui-react-native/experimental-shimmer": "0.5.4",
39+
"@fluentui-react-native/experimental-text": ">=0.6.9 <1.0.0",
40+
"@fluentui-react-native/framework": ">=0.5.28 <1.0.0",
41+
"@fluentui-react-native/icon": "0.8.8",
42+
"@fluentui-react-native/interactive-hooks": ">=0.10.31 <1.0.0",
43+
"@fluentui-react-native/native-radio-button": ">=0.1.9 <1.0.0",
44+
"@fluentui-react-native/stack": ">=0.5.24 <1.0.0",
45+
"@fluentui-react-native/theme": ">=0.5.14 <1.0.0",
46+
"@fluentui-react-native/theme-types": ">=0.11.0 <1.0.0",
4747
"@fluentui-react-native/themed-stylesheet": "^1.2.3",
48-
"@fluentui-react-native/theming-utils": ">=0.4.0 <1.0.0",
49-
"@fluentui-react-native/win32-theme": ">=0.10.0 <1.0.0",
50-
"@fluentui/react-native": ">=0.24.33 <1.0.0",
48+
"@fluentui-react-native/theming-utils": ">=0.5.0 <1.0.0",
49+
"@fluentui-react-native/win32-theme": ">=0.11.0 <1.0.0",
50+
"@fluentui/react-native": ">=0.24.34 <1.0.0",
5151
"@react-native-community/slider": "^3.0.3",
5252
"@react-native-menu/menu": "^0.1.2",
5353
"@react-native-picker/picker": "^1.9.11"

apps/ios/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@fluentui-react-native/tester-ios",
33
"entries": [
4+
{
5+
"date": "Thu, 12 Aug 2021 17:23:44 GMT",
6+
"tag": "@fluentui-react-native/tester-ios_v0.0.1",
7+
"version": "0.0.1",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Bump @fluentui-react-native/tester to v0.35.6",
12+
"author": "[email protected]",
13+
"commit": "e524662e3e40fe45a2dcc6e2acd3aca1197b5b5a",
14+
"package": "@fluentui-react-native/tester-ios"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Wed, 11 Aug 2021 18:38:07 GMT",
621
"tag": "@fluentui-react-native/tester-ios_v0.0.1",

apps/ios/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
# Change Log - @fluentui-react-native/tester-ios
22

3-
This log was last generated on Wed, 11 Aug 2021 18:38:07 GMT and should not be manually modified.
3+
This log was last generated on Thu, 12 Aug 2021 17:23:44 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

77
## 0.0.1
88

9+
Thu, 12 Aug 2021 17:23:44 GMT
10+
11+
### Patches
12+
13+
- Bump @fluentui-react-native/tester to v0.35.6 ([email protected])
14+
15+
## 0.0.1
16+
917
Wed, 11 Aug 2021 18:38:07 GMT
1018

1119
### Patches

apps/ios/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"prettier-fix": "fluentui-scripts prettier --fix true"
2222
},
2323
"dependencies": {
24-
"@fluentui-react-native/tester": "^0.35.5",
24+
"@fluentui-react-native/tester": "^0.35.6",
2525
"@react-native-community/slider": "^3.0.3",
2626
"react": "16.13.1",
2727
"react-native": "^0.63.2",

apps/macos/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@fluentui-react-native/tester-macos",
33
"entries": [
4+
{
5+
"date": "Thu, 12 Aug 2021 17:23:44 GMT",
6+
"tag": "@fluentui-react-native/tester-macos_v0.0.1",
7+
"version": "0.0.1",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Bump @fluentui-react-native/tester to v0.35.6",
12+
"author": "[email protected]",
13+
"commit": "e524662e3e40fe45a2dcc6e2acd3aca1197b5b5a",
14+
"package": "@fluentui-react-native/tester-macos"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Wed, 11 Aug 2021 18:38:07 GMT",
621
"tag": "@fluentui-react-native/tester-macos_v0.0.1",

apps/macos/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
# Change Log - @fluentui-react-native/tester-macos
22

3-
This log was last generated on Wed, 11 Aug 2021 18:38:07 GMT and should not be manually modified.
3+
This log was last generated on Thu, 12 Aug 2021 17:23:44 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

77
## 0.0.1
88

9+
Thu, 12 Aug 2021 17:23:44 GMT
10+
11+
### Patches
12+
13+
- Bump @fluentui-react-native/tester to v0.35.6 ([email protected])
14+
15+
## 0.0.1
16+
917
Wed, 11 Aug 2021 18:38:07 GMT
1018

1119
### Patches

apps/macos/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"prettier-fix": "fluentui-scripts prettier --fix true"
2121
},
2222
"dependencies": {
23-
"@fluentui-react-native/tester": "^0.35.5",
23+
"@fluentui-react-native/tester": "^0.35.6",
2424
"react": "16.13.1",
2525
"react-native": "^0.63.2",
2626
"react-native-macos": "^0.63.0",

apps/web/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@fluentui-react-native/tester-web",
33
"entries": [
4+
{
5+
"date": "Thu, 12 Aug 2021 17:23:44 GMT",
6+
"tag": "@fluentui-react-native/tester-web_v0.1.0",
7+
"version": "0.1.0",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Bump @fluentui-react-native/tester to v0.35.6",
12+
"author": "[email protected]",
13+
"commit": "e524662e3e40fe45a2dcc6e2acd3aca1197b5b5a",
14+
"package": "@fluentui-react-native/tester-web"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Wed, 11 Aug 2021 18:38:07 GMT",
621
"tag": "@fluentui-react-native/tester-web_v0.1.0",

apps/web/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
# Change Log - @fluentui-react-native/tester-web
22

3-
This log was last generated on Wed, 11 Aug 2021 18:38:07 GMT and should not be manually modified.
3+
This log was last generated on Thu, 12 Aug 2021 17:23:44 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

77
## 0.1.0
88

9+
Thu, 12 Aug 2021 17:23:44 GMT
10+
11+
### Patches
12+
13+
- Bump @fluentui-react-native/tester to v0.35.6 ([email protected])
14+
15+
## 0.1.0
16+
917
Wed, 11 Aug 2021 18:38:07 GMT
1018

1119
### Patches

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"extends": "react-app"
1414
},
1515
"dependencies": {
16-
"@fluentui-react-native/tester": ">=0.35.5 <1.0.0",
16+
"@fluentui-react-native/tester": ">=0.35.6 <1.0.0",
1717
"react": "16.13.1",
1818
"react-art": "^16.13.1",
1919
"react-dom": "^16.13.1",

apps/win32/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@fluentui-react-native/tester-win32",
33
"entries": [
4+
{
5+
"date": "Thu, 12 Aug 2021 17:23:44 GMT",
6+
"tag": "@fluentui-react-native/tester-win32_v0.12.12",
7+
"version": "0.12.12",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Bump @fluentui-react-native/tester to v0.35.6",
12+
"author": "[email protected]",
13+
"commit": "e524662e3e40fe45a2dcc6e2acd3aca1197b5b5a",
14+
"package": "@fluentui-react-native/tester-win32"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Wed, 11 Aug 2021 18:38:07 GMT",
621
"tag": "@fluentui-react-native/tester-win32_v0.12.11",

apps/win32/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# Change Log - @fluentui-react-native/tester-win32
22

3-
This log was last generated on Wed, 11 Aug 2021 18:38:07 GMT and should not be manually modified.
3+
This log was last generated on Thu, 12 Aug 2021 17:23:44 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 0.12.12
8+
9+
Thu, 12 Aug 2021 17:23:44 GMT
10+
11+
### Patches
12+
13+
- Bump @fluentui-react-native/tester to v0.35.6 ([email protected])
14+
715
## 0.12.11
816

917
Wed, 11 Aug 2021 18:38:07 GMT

apps/win32/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui-react-native/tester-win32",
3-
"version": "0.12.11",
3+
"version": "0.12.12",
44
"main": "src/index.tsx",
55
"module": "src/index.tsx",
66
"typings": "lib/index.d.ts",
@@ -30,7 +30,7 @@
3030
"prettier-fix": "fluentui-scripts prettier --fix true"
3131
},
3232
"dependencies": {
33-
"@fluentui-react-native/tester": "^0.35.5",
33+
"@fluentui-react-native/tester": "^0.35.6",
3434
"react": "16.13.1",
3535
"react-native": "^0.63.2",
3636
"react-native-svg": "^12.1.1"

apps/windows/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@fluentui-react-native/tester-windows",
33
"entries": [
4+
{
5+
"date": "Thu, 12 Aug 2021 17:23:44 GMT",
6+
"tag": "@fluentui-react-native/tester-windows_v0.0.1",
7+
"version": "0.0.1",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Bump @fluentui-react-native/tester to v0.35.6",
12+
"author": "[email protected]",
13+
"commit": "e524662e3e40fe45a2dcc6e2acd3aca1197b5b5a",
14+
"package": "@fluentui-react-native/tester-windows"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Wed, 11 Aug 2021 18:38:07 GMT",
621
"tag": "@fluentui-react-native/tester-windows_v0.0.1",

0 commit comments

Comments
 (0)