Skip to content

Commit 404f9dc

Browse files
📦 applying package updates ***NO_CI***
1 parent 2638c6f commit 404f9dc

13 files changed

+88
-26
lines changed

apps/fluent-tester/CHANGELOG.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
{
22
"name": "@fluentui-react-native/tester",
33
"entries": [
4+
{
5+
"date": "Fri, 23 Dec 2022 05:52:48 GMT",
6+
"tag": "@fluentui-react-native/tester_v0.123.0",
7+
"version": "0.123.0",
8+
"comments": {
9+
"minor": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@fluentui-react-native/tester",
13+
"commit": "2638c6fd2d5b9ba0fe89430af62de570eea80704",
14+
"comment": "doc update for switch - android"
15+
},
16+
{
17+
"author": "beachball",
18+
"package": "@fluentui-react-native/tester",
19+
"comment": "Bump @fluentui-react-native/switch to v0.8.2",
20+
"commit": "2638c6fd2d5b9ba0fe89430af62de570eea80704"
21+
}
22+
]
23+
}
24+
},
425
{
526
"date": "Thu, 22 Dec 2022 23:12:13 GMT",
627
"tag": "@fluentui-react-native/tester_v0.122.0",

apps/fluent-tester/CHANGELOG.md

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

3-
This log was last generated on Thu, 22 Dec 2022 23:12:13 GMT and should not be manually modified.
3+
This log was last generated on Fri, 23 Dec 2022 05:52:48 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 0.123.0
8+
9+
Fri, 23 Dec 2022 05:52:48 GMT
10+
11+
### Minor changes
12+
13+
- doc update for switch - android ([email protected])
14+
- Bump @fluentui-react-native/switch to v0.8.2
15+
716
## 0.122.0
817

918
Thu, 22 Dec 2022 23:12:13 GMT

apps/fluent-tester/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",
3-
"version": "0.122.0",
3+
"version": "0.123.0",
44
"description": "A test app to test FluentUI React Native Components during development",
55
"license": "MIT",
66
"author": "Microsoft <[email protected]>",
@@ -65,7 +65,7 @@
6565
"@fluentui-react-native/merge-props": ">=0.5.1 <1.0.0",
6666
"@fluentui-react-native/notification": "0.21.2",
6767
"@fluentui-react-native/stack": ">=0.7.32 <1.0.0",
68-
"@fluentui-react-native/switch": "^0.8.1",
68+
"@fluentui-react-native/switch": "^0.8.2",
6969
"@fluentui-react-native/text": ">=0.19.0 <1.0.0",
7070
"@fluentui-react-native/theme": ">=0.7.12 <1.0.0",
7171
"@fluentui-react-native/theme-tokens": "^0.22.2",

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": "Fri, 23 Dec 2022 05:52:48 GMT",
6+
"tag": "@fluentui-react-native/tester-win32_v0.31.17",
7+
"version": "0.31.17",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@fluentui-react-native/tester-win32",
13+
"comment": "Bump @fluentui-react-native/tester to v0.123.0",
14+
"commit": "2638c6fd2d5b9ba0fe89430af62de570eea80704"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Thu, 22 Dec 2022 23:12:13 GMT",
621
"tag": "@fluentui-react-native/tester-win32_v0.31.16",

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 Thu, 22 Dec 2022 23:12:13 GMT and should not be manually modified.
3+
This log was last generated on Fri, 23 Dec 2022 05:52:48 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 0.31.17
8+
9+
Fri, 23 Dec 2022 05:52:48 GMT
10+
11+
### Patches
12+
13+
- Bump @fluentui-react-native/tester to v0.123.0
14+
715
## 0.31.16
816

917
Thu, 22 Dec 2022 23:12:13 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.31.16",
3+
"version": "0.31.17",
44
"main": "src/index.tsx",
55
"module": "src/index.tsx",
66
"typings": "lib/index.d.ts",
@@ -31,7 +31,7 @@
3131
"directory": "apps/win32"
3232
},
3333
"dependencies": {
34-
"@fluentui-react-native/tester": "^0.122.0",
34+
"@fluentui-react-native/tester": "^0.123.0",
3535
"react": "17.0.2",
3636
"react-native": "^0.68.0",
3737
"react-native-svg": "12.5.0",

change/@fluentui-react-native-switch-012238f0-f27c-4ecd-9cc2-afc6deaeb91d.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

change/@fluentui-react-native-tester-213d33a0-c09b-4761-b66e-f65a9aba9bc6.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/dependency-profiles/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui-react-native/dependency-profiles",
3-
"version": "0.2.16",
3+
"version": "0.2.17",
44
"description": "@rnx-kit/align-deps profiles covering packages published from FluentUI-React-Native",
55
"license": "MIT",
66
"files": [

packages/dependency-profiles/src/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ module.exports = {
88
},
99
"@fluentui-react-native/tester": {
1010
"name": "@fluentui-react-native/tester",
11-
"version": "0.122.0"
11+
"version": "0.123.0"
1212
},
1313
"@fluentui-react-native/tester-win32": {
1414
"name": "@fluentui-react-native/tester-win32",
15-
"version": "0.31.16"
15+
"version": "0.31.17"
1616
},
1717
"@fluentui-react-native/avatar": {
1818
"name": "@fluentui-react-native/avatar",
@@ -196,7 +196,7 @@ module.exports = {
196196
},
197197
"@fluentui-react-native/switch": {
198198
"name": "@fluentui-react-native/switch",
199-
"version": "0.8.1"
199+
"version": "0.8.2"
200200
},
201201
"@fluentui-react-native/experimental-tabs": {
202202
"name": "@fluentui-react-native/experimental-tabs",

0 commit comments

Comments
 (0)