Skip to content

Commit c8862e2

Browse files
applying package updates
1 parent 8eabe41 commit c8862e2

File tree

7 files changed

+29
-13
lines changed

7 files changed

+29
-13
lines changed

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": "Tue, 16 Sep 2025 18:24:03 GMT",
6+
"version": "0.170.43",
7+
"tag": "@fluentui-react-native/tester_v0.170.43",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "krsiler@microsoft.com",
12+
"package": "@fluentui-react-native/tester",
13+
"commit": "8eabe41db4031c129c699511c72975b0fc9bca6e",
14+
"comment": "Fix custom callout example"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Thu, 11 Sep 2025 23:57:37 GMT",
621
"version": "0.170.42",

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 Thu, 11 Sep 2025 23:57:37 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Tue, 16 Sep 2025 18:24:03 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 0.170.43
8+
9+
Tue, 16 Sep 2025 18:24:03 GMT
10+
11+
### Patches
12+
13+
- Fix custom callout example (krsiler@microsoft.com)
14+
715
## 0.170.42
816

917
Thu, 11 Sep 2025 23:57:37 GMT

apps/fluent-tester/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/tester",
3-
"version": "0.170.42",
3+
"version": "0.170.43",
44
"description": "A test app to test FluentUI React Native Components during development",
55
"license": "MIT",
66
"author": "Microsoft <fluentuinativeowners@microsoft.com>",

apps/win32/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/tester-win32",
3-
"version": "0.38.61",
3+
"version": "0.38.62",
44
"main": "lib-commonjs/index.js",
55
"module": "lib/index.js",
66
"react-native": "src/index.ts",

change/@fluentui-react-native-tester-78450674-4274-4fca-a61c-3ae7e8f4d826.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.8.61",
3+
"version": "0.8.62",
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: 2 additions & 2 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.170.42"
11+
"version": "0.170.43"
1212
},
1313
"@fluentui-react-native/tester-win32": {
1414
"name": "@fluentui-react-native/tester-win32",
15-
"version": "0.38.61"
15+
"version": "0.38.62"
1616
},
1717
"@fluentui-react-native/avatar": {
1818
"name": "@fluentui-react-native/avatar",

0 commit comments

Comments
 (0)