-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
14 changed files
with
76 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@fluentui-react-native/tester", | ||
"version": "0.170.15", | ||
"version": "0.170.16", | ||
"description": "A test app to test FluentUI React Native Components during development", | ||
"license": "MIT", | ||
"author": "Microsoft <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-native-b13dda82-6f3e-432b-a8d2-dcf56d51e2c4.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"type": "none", | ||
"comment": "Manually bump packages", | ||
"packageName": "@fluentui/react-native", | ||
"email": "[email protected]", | ||
"dependentChangeType": "none" | ||
} |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-native-dependency-profiles-c606797d-284d-49e4-a078-9199855cd411.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"type": "none", | ||
"comment": "Manually bump packages", | ||
"packageName": "@fluentui-react-native/dependency-profiles", | ||
"email": "[email protected]", | ||
"dependentChangeType": "none" | ||
} |
7 changes: 0 additions & 7 deletions
7
change/@fluentui-react-native-tablist-1728f13f-0b8a-4a97-8107-39f08f25947b.json
This file was deleted.
Oops, something went wrong.
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-native-tablist-e2a3909b-134c-4837-985c-5dee34a6e57b.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"type": "none", | ||
"comment": "Manually bump packages", | ||
"packageName": "@fluentui-react-native/tablist", | ||
"email": "[email protected]", | ||
"dependentChangeType": "none" | ||
} |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-native-tester-67e3a18f-ecd0-43eb-b4e1-a248fc97d025.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"type": "none", | ||
"comment": "Manually bump packages", | ||
"packageName": "@fluentui-react-native/tester", | ||
"email": "[email protected]", | ||
"dependentChangeType": "none" | ||
} |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-native-tester-win32-6cba6d6d-1bdc-4eef-a276-477e7d2bb1d3.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"type": "none", | ||
"comment": "Manually bump packages", | ||
"packageName": "@fluentui-react-native/tester-win32", | ||
"email": "[email protected]", | ||
"dependentChangeType": "none" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,21 @@ | ||
{ | ||
"name": "@fluentui-react-native/tablist", | ||
"entries": [ | ||
{ | ||
"date": "Tue, 28 Jan 2025 23:24:31 GMT", | ||
"version": "0.7.0", | ||
"tag": "@fluentui-react-native/tablist_v0.7.0", | ||
"comments": { | ||
"minor": [ | ||
{ | ||
"author": "[email protected]", | ||
"package": "@fluentui-react-native/tablist", | ||
"commit": "2c1345c7d0c3bdea816aeedfb5570e8fa3105623", | ||
"comment": "Add native \"Ctrl + Tab\" keyboard shortcut for TabList component." | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Thu, 16 Jan 2025 19:12:11 GMT", | ||
"version": "0.6.12", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,17 @@ | ||
# Change Log - @fluentui-react-native/tablist | ||
|
||
<!-- This log was last generated on Thu, 16 Jan 2025 19:12:11 GMT and should not be manually modified. --> | ||
<!-- This log was last generated on Tue, 28 Jan 2025 23:24:31 GMT and should not be manually modified. --> | ||
|
||
<!-- Start content --> | ||
|
||
## 0.7.0 | ||
|
||
Tue, 28 Jan 2025 23:24:31 GMT | ||
|
||
### Minor changes | ||
|
||
- Add native "Ctrl + Tab" keyboard shortcut for TabList component. ([email protected]) | ||
|
||
## 0.6.12 | ||
|
||
Thu, 16 Jan 2025 19:12:11 GMT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters