Skip to content

Commit 5ff648e

Browse files
📦 applying package updates ***NO_CI***
1 parent c6f0fea commit 5ff648e

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": "Wed, 21 Dec 2022 23:00:53 GMT",
6+
"tag": "@fluentui-react-native/tester_v0.121.0",
7+
"version": "0.121.0",
8+
"comments": {
9+
"minor": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@fluentui-react-native/tester",
13+
"commit": "c6f0feaa01969cab2a902cd4c4c603729e39ef24",
14+
"comment": "Add ScrollView to Menu (macOS)"
15+
},
16+
{
17+
"author": "beachball",
18+
"package": "@fluentui-react-native/tester",
19+
"comment": "Bump @fluentui-react-native/menu to v1.2.0",
20+
"commit": "c6f0feaa01969cab2a902cd4c4c603729e39ef24"
21+
}
22+
]
23+
}
24+
},
425
{
526
"date": "Wed, 21 Dec 2022 17:18:46 GMT",
627
"tag": "@fluentui-react-native/tester_v0.120.2",

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 Wed, 21 Dec 2022 17:18:46 GMT and should not be manually modified.
3+
This log was last generated on Wed, 21 Dec 2022 23:00:53 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 0.121.0
8+
9+
Wed, 21 Dec 2022 23:00:53 GMT
10+
11+
### Minor changes
12+
13+
- Add ScrollView to Menu (macOS) ([email protected])
14+
- Bump @fluentui-react-native/menu to v1.2.0
15+
716
## 0.120.2
817

918
Wed, 21 Dec 2022 17:18:46 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.120.2",
3+
"version": "0.121.0",
44
"description": "A test app to test FluentUI React Native Components during development",
55
"license": "MIT",
66
"author": "Microsoft <[email protected]>",
@@ -61,7 +61,7 @@
6161
"@fluentui-react-native/framework": ">=0.8.26 <1.0.0",
6262
"@fluentui-react-native/icon": "0.16.3",
6363
"@fluentui-react-native/interactive-hooks": ">=0.22.1 <1.0.0",
64-
"@fluentui-react-native/menu": "^1.1.3",
64+
"@fluentui-react-native/menu": "^1.2.0",
6565
"@fluentui-react-native/merge-props": ">=0.5.1 <1.0.0",
6666
"@fluentui-react-native/notification": "0.21.1",
6767
"@fluentui-react-native/stack": ">=0.7.32 <1.0.0",

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": "Wed, 21 Dec 2022 23:00:53 GMT",
6+
"tag": "@fluentui-react-native/tester-win32_v0.31.12",
7+
"version": "0.31.12",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@fluentui-react-native/tester-win32",
13+
"comment": "Bump @fluentui-react-native/tester to v0.121.0",
14+
"commit": "c6f0feaa01969cab2a902cd4c4c603729e39ef24"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Wed, 21 Dec 2022 17:18:46 GMT",
621
"tag": "@fluentui-react-native/tester-win32_v0.31.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, 21 Dec 2022 17:18:46 GMT and should not be manually modified.
3+
This log was last generated on Wed, 21 Dec 2022 23:00:53 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 0.31.12
8+
9+
Wed, 21 Dec 2022 23:00:53 GMT
10+
11+
### Patches
12+
13+
- Bump @fluentui-react-native/tester to v0.121.0
14+
715
## 0.31.11
816

917
Wed, 21 Dec 2022 17:18:46 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.11",
3+
"version": "0.31.12",
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.120.2",
34+
"@fluentui-react-native/tester": "^0.121.0",
3535
"react": "17.0.2",
3636
"react-native": "^0.68.0",
3737
"react-native-svg": "12.5.0",

change/@fluentui-react-native-menu-f0158c6c-85dc-4e9e-af31-0b7625b2c8b9.json

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

change/@fluentui-react-native-tester-b0707461-b0b0-4910-87f8-c10284dc8568.json

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

packages/components/Menu/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/menu",
33
"entries": [
4+
{
5+
"date": "Wed, 21 Dec 2022 23:00:53 GMT",
6+
"tag": "@fluentui-react-native/menu_v1.2.0",
7+
"version": "1.2.0",
8+
"comments": {
9+
"minor": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@fluentui-react-native/menu",
13+
"commit": "c6f0feaa01969cab2a902cd4c4c603729e39ef24",
14+
"comment": "Add ScrollView to Menu (macOS)"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Thu, 15 Dec 2022 14:50:50 GMT",
621
"tag": "@fluentui-react-native/menu_v1.1.3",

packages/components/Menu/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/menu
22

3-
This log was last generated on Thu, 15 Dec 2022 14:50:50 GMT and should not be manually modified.
3+
This log was last generated on Wed, 21 Dec 2022 23:00:53 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 1.2.0
8+
9+
Wed, 21 Dec 2022 23:00:53 GMT
10+
11+
### Minor changes
12+
13+
- Add ScrollView to Menu (macOS) ([email protected])
14+
715
## 1.1.3
816

917
Thu, 15 Dec 2022 14:50:50 GMT

0 commit comments

Comments
 (0)