Skip to content

Commit

Permalink
applying package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
UI-Fabric-RN-Bot committed Nov 13, 2024
1 parent 1ea45d6 commit c14156c
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 17 deletions.
2 changes: 1 addition & 1 deletion apps/fluent-tester/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/tester",
"version": "0.170.11",
"version": "0.170.12",
"description": "A test app to test FluentUI React Native Components during development",
"license": "MIT",
"author": "Microsoft <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion apps/win32/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/tester-win32",
"version": "0.38.28",
"version": "0.38.29",
"main": "src/index.tsx",
"module": "src/index.tsx",
"typings": "lib/index.d.ts",
Expand Down

This file was deleted.

15 changes: 15 additions & 0 deletions packages/components/Link/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@fluentui-react-native/link",
"entries": [
{
"date": "Wed, 13 Nov 2024 19:00:29 GMT",
"version": "0.23.2",
"tag": "@fluentui-react-native/link_v0.23.2",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@fluentui-react-native/link",
"commit": "1ea45d6e95889fec5975271c03210032852632ac",
"comment": "Port logic for inline link for macOS"
}
]
}
},
{
"date": "Mon, 15 Jul 2024 20:20:33 GMT",
"version": "0.23.0",
Expand Down
10 changes: 9 additions & 1 deletion packages/components/Link/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @fluentui-react-native/link

This log was last generated on Mon, 15 Jul 2024 20:20:33 GMT and should not be manually modified.
<!-- This log was last generated on Wed, 13 Nov 2024 19:00:29 GMT and should not be manually modified. -->

<!-- Start content -->

## 0.23.2

Wed, 13 Nov 2024 19:00:29 GMT

### Patches

- Port logic for inline link for macOS ([email protected])

## 0.23.0

Mon, 15 Jul 2024 20:20:33 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/components/Link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/link",
"version": "0.23.1",
"version": "0.23.2",
"description": "A cross-platform Link component using the Fluent Design System",
"main": "src/index.ts",
"module": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/dependency-profiles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui-react-native/dependency-profiles",
"version": "0.8.28",
"version": "0.8.29",
"description": "@rnx-kit/align-deps profiles covering packages published from FluentUI-React-Native",
"license": "MIT",
"files": [
Expand Down
8 changes: 4 additions & 4 deletions packages/dependency-profiles/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ module.exports = {
},
"@fluentui-react-native/tester": {
"name": "@fluentui-react-native/tester",
"version": "0.170.11"
"version": "0.170.12"
},
"@fluentui-react-native/tester-win32": {
"name": "@fluentui-react-native/tester-win32",
"version": "0.38.28"
"version": "0.38.29"
},
"@fluentui-react-native/avatar": {
"name": "@fluentui-react-native/avatar",
Expand Down Expand Up @@ -64,7 +64,7 @@ module.exports = {
},
"@fluentui-react-native/link": {
"name": "@fluentui-react-native/link",
"version": "0.23.1"
"version": "0.23.2"
},
"@fluentui-react-native/menu": {
"name": "@fluentui-react-native/menu",
Expand Down Expand Up @@ -264,7 +264,7 @@ module.exports = {
},
"@fluentui/react-native": {
"name": "@fluentui/react-native",
"version": "0.42.2"
"version": "0.42.3"
},
"@fluentui-react-native/android-theme": {
"name": "@fluentui-react-native/android-theme",
Expand Down
2 changes: 1 addition & 1 deletion packages/libraries/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-native",
"version": "0.42.2",
"version": "0.42.3",
"description": "A react-native component library that implements the Fluent Design System.",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit c14156c

Please sign in to comment.