Skip to content

Commit f81ed0d

Browse files
applying package updates
1 parent 5124492 commit f81ed0d

7 files changed

Lines changed: 29 additions & 13 deletions

File tree

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, 21 Aug 2025 23:55:10 GMT",
6+
"version": "0.170.40",
7+
"tag": "@fluentui-react-native/tester_v0.170.40",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "rofang@microsoft.com",
12+
"package": "@fluentui-react-native/tester",
13+
"commit": "5124492f486614a0f63c6cd92754a6c2c5ddaf3c",
14+
"comment": "Swap chevron to balloon to avoid icon confusion"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Tue, 05 Aug 2025 18:50:41 GMT",
621
"version": "0.170.38",

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 Tue, 05 Aug 2025 18:50:41 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Thu, 21 Aug 2025 23:55:10 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 0.170.40
8+
9+
Thu, 21 Aug 2025 23:55:10 GMT
10+
11+
### Patches
12+
13+
- Swap chevron to balloon to avoid icon confusion (rofang@microsoft.com)
14+
715
## 0.170.38
816

917
Tue, 05 Aug 2025 18:50:41 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.39",
3+
"version": "0.170.40",
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.58",
3+
"version": "0.38.59",
44
"main": "lib-commonjs/index.js",
55
"module": "lib/index.js",
66
"react-native": "src/index.ts",

change/@fluentui-react-native-tester-3a0dc7bc-77d3-441d-9410-56f8bc480e9b.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.58",
3+
"version": "0.8.59",
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.39"
11+
"version": "0.170.40"
1212
},
1313
"@fluentui-react-native/tester-win32": {
1414
"name": "@fluentui-react-native/tester-win32",
15-
"version": "0.38.58"
15+
"version": "0.38.59"
1616
},
1717
"@fluentui-react-native/avatar": {
1818
"name": "@fluentui-react-native/avatar",

0 commit comments

Comments
 (0)