Skip to content

Commit 7490520

Browse files
applying package updates
1 parent 91d4ef1 commit 7490520

File tree

9 files changed

+33
-17
lines changed

9 files changed

+33
-17
lines changed

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.19",
3+
"version": "0.170.20",
44
"description": "A test app to test FluentUI React Native Components during development",
55
"license": "MIT",
66
"author": "Microsoft <[email protected]>",

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.36",
3+
"version": "0.38.37",
44
"main": "src/index.tsx",
55
"module": "src/index.tsx",
66
"typings": "lib/index.d.ts",

change/@fluentui-react-native-link-c18251d2-05a6-485f-a6bc-f471efef105e.json

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

packages/components/Link/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/link",
33
"entries": [
4+
{
5+
"date": "Thu, 20 Feb 2025 23:25:58 GMT",
6+
"version": "0.23.8",
7+
"tag": "@fluentui-react-native/link_v0.23.8",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@fluentui-react-native/link",
13+
"commit": "91d4ef15af189dfc64145c6907f4403ae2977e40",
14+
"comment": "Simplify code to find child string of LinkV1"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Tue, 11 Feb 2025 00:34:01 GMT",
621
"version": "0.23.7",

packages/components/Link/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/link
22

3-
<!-- This log was last generated on Tue, 11 Feb 2025 00:34:01 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Thu, 20 Feb 2025 23:25:58 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 0.23.8
8+
9+
Thu, 20 Feb 2025 23:25:58 GMT
10+
11+
### Patches
12+
13+
- Simplify code to find child string of LinkV1 ([email protected])
14+
715
## 0.23.7
816

917
Tue, 11 Feb 2025 00:34:01 GMT

packages/components/Link/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/link",
3-
"version": "0.23.7",
3+
"version": "0.23.8",
44
"description": "A cross-platform Link component using the Fluent Design System",
55
"main": "src/index.ts",
66
"module": "src/index.ts",

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.36",
3+
"version": "0.8.37",
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: 4 additions & 4 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.19"
11+
"version": "0.170.20"
1212
},
1313
"@fluentui-react-native/tester-win32": {
1414
"name": "@fluentui-react-native/tester-win32",
15-
"version": "0.38.36"
15+
"version": "0.38.37"
1616
},
1717
"@fluentui-react-native/avatar": {
1818
"name": "@fluentui-react-native/avatar",
@@ -64,7 +64,7 @@ module.exports = {
6464
},
6565
"@fluentui-react-native/link": {
6666
"name": "@fluentui-react-native/link",
67-
"version": "0.23.7"
67+
"version": "0.23.8"
6868
},
6969
"@fluentui-react-native/menu": {
7070
"name": "@fluentui-react-native/menu",
@@ -264,7 +264,7 @@ module.exports = {
264264
},
265265
"@fluentui/react-native": {
266266
"name": "@fluentui/react-native",
267-
"version": "0.42.10"
267+
"version": "0.42.11"
268268
},
269269
"@fluentui-react-native/android-theme": {
270270
"name": "@fluentui-react-native/android-theme",

packages/libraries/core/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",
3-
"version": "0.42.10",
3+
"version": "0.42.11",
44
"description": "A react-native component library that implements the Fluent Design System.",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)