-
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.
- Loading branch information
1 parent
b9867d7
commit a9d39e9
Showing
36 changed files
with
365 additions
and
93 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,63 @@ | ||
{ | ||
"name": "@fluentui-react-native/tester", | ||
"entries": [ | ||
{ | ||
"date": "Thu, 30 Nov 2023 19:44:57 GMT", | ||
"version": "0.158.4", | ||
"tag": "@fluentui-react-native/tester_v0.158.4", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"author": "[email protected]", | ||
"package": "@fluentui-react-native/tester", | ||
"commit": "b9867d70b31d309406e461989161da94f0991886", | ||
"comment": "alwaysShowToolTip prop" | ||
}, | ||
{ | ||
"author": "beachball", | ||
"package": "@fluentui-react-native/tester", | ||
"comment": "Bump @fluentui-react-native/button to v0.36.1", | ||
"commit": "not available" | ||
}, | ||
{ | ||
"author": "beachball", | ||
"package": "@fluentui-react-native/tester", | ||
"comment": "Bump @fluentui-react-native/dropdown to v0.9.1", | ||
"commit": "not available" | ||
}, | ||
{ | ||
"author": "beachball", | ||
"package": "@fluentui-react-native/tester", | ||
"comment": "Bump @fluentui-react-native/experimental-button to v0.19.1", | ||
"commit": "not available" | ||
}, | ||
{ | ||
"author": "beachball", | ||
"package": "@fluentui-react-native/tester", | ||
"comment": "Bump @fluentui-react-native/experimental-menu-button to v0.8.1", | ||
"commit": "not available" | ||
}, | ||
{ | ||
"author": "beachball", | ||
"package": "@fluentui-react-native/tester", | ||
"comment": "Bump @fluentui-react-native/menu to v1.12.2", | ||
"commit": "not available" | ||
}, | ||
{ | ||
"author": "beachball", | ||
"package": "@fluentui-react-native/tester", | ||
"comment": "Bump @fluentui-react-native/notification to v0.24.1", | ||
"commit": "not available" | ||
}, | ||
{ | ||
"author": "beachball", | ||
"package": "@fluentui-react-native/tester", | ||
"comment": "Bump @fluentui/react-native to v0.39.1", | ||
"commit": "not available" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Wed, 29 Nov 2023 19:35:13 GMT", | ||
"version": "0.158.3", | ||
|
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,24 @@ | ||
# Change Log - @fluentui-react-native/tester | ||
|
||
This log was last generated on Wed, 29 Nov 2023 19:35:13 GMT and should not be manually modified. | ||
This log was last generated on Thu, 30 Nov 2023 19:44:57 GMT and should not be manually modified. | ||
|
||
<!-- Start content --> | ||
|
||
## 0.158.4 | ||
|
||
Thu, 30 Nov 2023 19:44:57 GMT | ||
|
||
### Patches | ||
|
||
- alwaysShowToolTip prop ([email protected]) | ||
- Bump @fluentui-react-native/button to v0.36.1 | ||
- Bump @fluentui-react-native/dropdown to v0.9.1 | ||
- Bump @fluentui-react-native/experimental-button to v0.19.1 | ||
- Bump @fluentui-react-native/experimental-menu-button to v0.8.1 | ||
- Bump @fluentui-react-native/menu to v1.12.2 | ||
- Bump @fluentui-react-native/notification to v0.24.1 | ||
- Bump @fluentui/react-native to v0.39.1 | ||
|
||
## 0.158.3 | ||
|
||
Wed, 29 Nov 2023 19:35:13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@fluentui-react-native/tester", | ||
"version": "0.158.3", | ||
"version": "0.158.4", | ||
"description": "A test app to test FluentUI React Native Components during development", | ||
"license": "MIT", | ||
"author": "Microsoft <[email protected]>", | ||
|
@@ -41,19 +41,19 @@ | |
"@fluentui-react-native/apple-theme": ">=0.22.0 <1.0.0", | ||
"@fluentui-react-native/avatar": "^1.11.0", | ||
"@fluentui-react-native/badge": ">=0.8.0 <1.0.0", | ||
"@fluentui-react-native/button": ">=0.36.0 <1.0.0", | ||
"@fluentui-react-native/button": ">=0.36.1 <1.0.0", | ||
"@fluentui-react-native/chip": "^0.3.0", | ||
"@fluentui-react-native/default-theme": ">=0.20.0 <1.0.0", | ||
"@fluentui-react-native/divider": "^0.6.0", | ||
"@fluentui-react-native/drawer": "^0.3.0", | ||
"@fluentui-react-native/dropdown": ">=0.9.0 <1.0.0", | ||
"@fluentui-react-native/dropdown": ">=0.9.1 <1.0.0", | ||
"@fluentui-react-native/experimental-activity-indicator": ">=0.9.0 <1.0.0", | ||
"@fluentui-react-native/experimental-appearance-additions": "^0.6.0", | ||
"@fluentui-react-native/experimental-avatar": ">=0.20.0 <1.0.0", | ||
"@fluentui-react-native/experimental-button": "0.19.0", | ||
"@fluentui-react-native/experimental-button": "0.19.1", | ||
"@fluentui-react-native/experimental-checkbox": "0.16.0", | ||
"@fluentui-react-native/experimental-expander": "0.7.0", | ||
"@fluentui-react-native/experimental-menu-button": ">=0.8.0 <1.0.0", | ||
"@fluentui-react-native/experimental-menu-button": ">=0.8.1 <1.0.0", | ||
"@fluentui-react-native/experimental-native-date-picker": ">=0.10.0 <1.0.0", | ||
"@fluentui-react-native/experimental-shadow": "0.5.0", | ||
"@fluentui-react-native/experimental-shimmer": "0.12.0", | ||
|
@@ -63,9 +63,9 @@ | |
"@fluentui-react-native/icon": "0.20.0", | ||
"@fluentui-react-native/input": "^0.5.0", | ||
"@fluentui-react-native/interactive-hooks": ">=0.25.0 <1.0.0", | ||
"@fluentui-react-native/menu": "^1.12.1", | ||
"@fluentui-react-native/menu": "^1.12.2", | ||
"@fluentui-react-native/merge-props": ">=0.8.0 <1.0.0", | ||
"@fluentui-react-native/notification": "0.24.0", | ||
"@fluentui-react-native/notification": "0.24.1", | ||
"@fluentui-react-native/radio-group": ">=0.20.0 <1.0.0", | ||
"@fluentui-react-native/separator": "^0.17.0", | ||
"@fluentui-react-native/spinner": "^0.8.0", | ||
|
@@ -80,7 +80,7 @@ | |
"@fluentui-react-native/theming-utils": ">=0.25.0 <1.0.0", | ||
"@fluentui-react-native/vibrancy-view": ">=0.1.0 <1.0.0", | ||
"@fluentui-react-native/win32-theme": ">=0.28.0 <1.0.0", | ||
"@fluentui/react-native": ">=0.39.0 <1.0.0", | ||
"@fluentui/react-native": ">=0.39.1 <1.0.0", | ||
"@fortawesome/fontawesome-svg-core": "^6.2.0", | ||
"@fortawesome/free-solid-svg-icons": "^6.2.0", | ||
"@fortawesome/react-native-fontawesome": "^0.3.0", | ||
|
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
7 changes: 0 additions & 7 deletions
7
change/@fluentui-react-native-button-00ccd513-e11f-44fd-8152-fc4c6d2bc3aa.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
change/@fluentui-react-native-menu-1b3990ef-54d6-4d90-83d2-4d4d7f699614.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
change/@fluentui-react-native-tester-9b1df892-71f0-47a0-a54e-3d6a12fd1b91.json
This file was deleted.
Oops, something went wrong.
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/button", | ||
"entries": [ | ||
{ | ||
"date": "Thu, 30 Nov 2023 19:44:57 GMT", | ||
"version": "0.36.1", | ||
"tag": "@fluentui-react-native/button_v0.36.1", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"author": "[email protected]", | ||
"package": "@fluentui-react-native/button", | ||
"commit": "b9867d70b31d309406e461989161da94f0991886", | ||
"comment": "alwaysShowToolTip prop" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Thu, 09 Nov 2023 02:39:07 GMT", | ||
"version": "0.36.0", | ||
|
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/button | ||
|
||
This log was last generated on Thu, 09 Nov 2023 02:39:07 GMT and should not be manually modified. | ||
This log was last generated on Thu, 30 Nov 2023 19:44:57 GMT and should not be manually modified. | ||
|
||
<!-- Start content --> | ||
|
||
## 0.36.1 | ||
|
||
Thu, 30 Nov 2023 19:44:57 GMT | ||
|
||
### Patches | ||
|
||
- alwaysShowToolTip prop ([email protected]) | ||
|
||
## 0.36.0 | ||
|
||
Thu, 09 Nov 2023 02:39:07 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,27 @@ | ||
{ | ||
"name": "@fluentui-react-native/menu", | ||
"entries": [ | ||
{ | ||
"date": "Thu, 30 Nov 2023 19:44:57 GMT", | ||
"version": "1.12.2", | ||
"tag": "@fluentui-react-native/menu_v1.12.2", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"author": "[email protected]", | ||
"package": "@fluentui-react-native/menu", | ||
"commit": "b9867d70b31d309406e461989161da94f0991886", | ||
"comment": "alwaysShowToolTip prop" | ||
}, | ||
{ | ||
"author": "beachball", | ||
"package": "@fluentui-react-native/menu", | ||
"comment": "Bump @fluentui-react-native/button to v0.36.1", | ||
"commit": "not available" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Tue, 21 Nov 2023 18:57:38 GMT", | ||
"version": "1.12.1", | ||
|
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,18 @@ | ||
# Change Log - @fluentui-react-native/menu | ||
|
||
This log was last generated on Tue, 21 Nov 2023 18:57:38 GMT and should not be manually modified. | ||
This log was last generated on Thu, 30 Nov 2023 19:44:57 GMT and should not be manually modified. | ||
|
||
<!-- Start content --> | ||
|
||
## 1.12.2 | ||
|
||
Thu, 30 Nov 2023 19:44:57 GMT | ||
|
||
### Patches | ||
|
||
- alwaysShowToolTip prop ([email protected]) | ||
- Bump @fluentui-react-native/button to v0.36.1 | ||
|
||
## 1.12.1 | ||
|
||
Tue, 21 Nov 2023 18:57:38 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@fluentui-react-native/menu-button", | ||
"version": "0.12.0", | ||
"version": "0.12.1", | ||
"description": "A cross-platform MenuButton component using the Fluent Design System", | ||
"license": "MIT", | ||
"author": "Microsoft <[email protected]>", | ||
|
@@ -29,7 +29,7 @@ | |
"directory": "packages/components/MenuButton" | ||
}, | ||
"dependencies": { | ||
"@fluentui-react-native/button": "^0.36.0", | ||
"@fluentui-react-native/button": "^0.36.1", | ||
"@fluentui-react-native/component-cache": "^1.6.0", | ||
"@fluentui-react-native/contextual-menu": "^0.23.0", | ||
"@fluentui-react-native/icon": "^0.20.0", | ||
|
Oops, something went wrong.