applying package updates
This commit is contained in:
Родитель
c5596acb22
Коммит
50c1f2074b
|
@ -1,6 +1,21 @@
|
||||||
{
|
{
|
||||||
"name": "@fluentui-react-native/tester",
|
"name": "@fluentui-react-native/tester",
|
||||||
"entries": [
|
"entries": [
|
||||||
|
{
|
||||||
|
"date": "Fri, 29 Mar 2024 00:57:12 GMT",
|
||||||
|
"version": "0.167.31",
|
||||||
|
"tag": "@fluentui-react-native/tester_v0.167.31",
|
||||||
|
"comments": {
|
||||||
|
"patch": [
|
||||||
|
{
|
||||||
|
"author": "winlarry@microsoft.com",
|
||||||
|
"package": "@fluentui-react-native/tester",
|
||||||
|
"commit": "c5596acb22cd132870d924fc39dae18f71807aab",
|
||||||
|
"comment": "Add new Overflow example for dynamic addition / removal of items."
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"date": "Wed, 27 Mar 2024 00:51:04 GMT",
|
"date": "Wed, 27 Mar 2024 00:51:04 GMT",
|
||||||
"version": "0.167.30",
|
"version": "0.167.30",
|
||||||
|
|
|
@ -1,9 +1,17 @@
|
||||||
# Change Log - @fluentui-react-native/tester
|
# Change Log - @fluentui-react-native/tester
|
||||||
|
|
||||||
This log was last generated on Wed, 27 Mar 2024 00:51:04 GMT and should not be manually modified.
|
This log was last generated on Fri, 29 Mar 2024 00:57:12 GMT and should not be manually modified.
|
||||||
|
|
||||||
<!-- Start content -->
|
<!-- Start content -->
|
||||||
|
|
||||||
|
## 0.167.31
|
||||||
|
|
||||||
|
Fri, 29 Mar 2024 00:57:12 GMT
|
||||||
|
|
||||||
|
### Patches
|
||||||
|
|
||||||
|
- Add new Overflow example for dynamic addition / removal of items. (winlarry@microsoft.com)
|
||||||
|
|
||||||
## 0.167.30
|
## 0.167.30
|
||||||
|
|
||||||
Wed, 27 Mar 2024 00:51:04 GMT
|
Wed, 27 Mar 2024 00:51:04 GMT
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@fluentui-react-native/tester",
|
"name": "@fluentui-react-native/tester",
|
||||||
"version": "0.167.30",
|
"version": "0.167.31",
|
||||||
"description": "A test app to test FluentUI React Native Components during development",
|
"description": "A test app to test FluentUI React Native Components during development",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "Microsoft <fluentuinativeowners@microsoft.com>",
|
"author": "Microsoft <fluentuinativeowners@microsoft.com>",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@fluentui-react-native/tester-win32",
|
"name": "@fluentui-react-native/tester-win32",
|
||||||
"version": "0.37.61",
|
"version": "0.37.62",
|
||||||
"main": "src/index.tsx",
|
"main": "src/index.tsx",
|
||||||
"module": "src/index.tsx",
|
"module": "src/index.tsx",
|
||||||
"typings": "lib/index.d.ts",
|
"typings": "lib/index.d.ts",
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
{
|
|
||||||
"type": "patch",
|
|
||||||
"comment": "Fix dynamic removal and addition of OverflowItems not causing overflow updates.",
|
|
||||||
"packageName": "@fluentui-react-native/overflow",
|
|
||||||
"email": "winlarry@microsoft.com",
|
|
||||||
"dependentChangeType": "patch"
|
|
||||||
}
|
|
|
@ -1,7 +0,0 @@
|
||||||
{
|
|
||||||
"type": "patch",
|
|
||||||
"comment": "Add new Overflow example for dynamic addition / removal of items.",
|
|
||||||
"packageName": "@fluentui-react-native/tester",
|
|
||||||
"email": "winlarry@microsoft.com",
|
|
||||||
"dependentChangeType": "patch"
|
|
||||||
}
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@fluentui-react-native/dependency-profiles",
|
"name": "@fluentui-react-native/dependency-profiles",
|
||||||
"version": "0.7.32",
|
"version": "0.7.33",
|
||||||
"description": "@rnx-kit/align-deps profiles covering packages published from FluentUI-React-Native",
|
"description": "@rnx-kit/align-deps profiles covering packages published from FluentUI-React-Native",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"files": [
|
"files": [
|
||||||
|
|
|
@ -8,11 +8,11 @@ module.exports = {
|
||||||
},
|
},
|
||||||
"@fluentui-react-native/tester": {
|
"@fluentui-react-native/tester": {
|
||||||
"name": "@fluentui-react-native/tester",
|
"name": "@fluentui-react-native/tester",
|
||||||
"version": "0.167.30"
|
"version": "0.167.31"
|
||||||
},
|
},
|
||||||
"@fluentui-react-native/tester-win32": {
|
"@fluentui-react-native/tester-win32": {
|
||||||
"name": "@fluentui-react-native/tester-win32",
|
"name": "@fluentui-react-native/tester-win32",
|
||||||
"version": "0.37.61"
|
"version": "0.37.62"
|
||||||
},
|
},
|
||||||
"@fluentui-react-native/avatar": {
|
"@fluentui-react-native/avatar": {
|
||||||
"name": "@fluentui-react-native/avatar",
|
"name": "@fluentui-react-native/avatar",
|
||||||
|
@ -188,7 +188,7 @@ module.exports = {
|
||||||
},
|
},
|
||||||
"@fluentui-react-native/overflow": {
|
"@fluentui-react-native/overflow": {
|
||||||
"name": "@fluentui-react-native/overflow",
|
"name": "@fluentui-react-native/overflow",
|
||||||
"version": "0.2.8"
|
"version": "0.2.9"
|
||||||
},
|
},
|
||||||
"@fluentui-react-native/popover": {
|
"@fluentui-react-native/popover": {
|
||||||
"name": "@fluentui-react-native/popover",
|
"name": "@fluentui-react-native/popover",
|
||||||
|
|
|
@ -1,6 +1,21 @@
|
||||||
{
|
{
|
||||||
"name": "@fluentui-react-native/overflow",
|
"name": "@fluentui-react-native/overflow",
|
||||||
"entries": [
|
"entries": [
|
||||||
|
{
|
||||||
|
"date": "Fri, 29 Mar 2024 00:57:12 GMT",
|
||||||
|
"version": "0.2.9",
|
||||||
|
"tag": "@fluentui-react-native/overflow_v0.2.9",
|
||||||
|
"comments": {
|
||||||
|
"patch": [
|
||||||
|
{
|
||||||
|
"author": "winlarry@microsoft.com",
|
||||||
|
"package": "@fluentui-react-native/overflow",
|
||||||
|
"commit": "c5596acb22cd132870d924fc39dae18f71807aab",
|
||||||
|
"comment": "Fix dynamic removal and addition of OverflowItems not causing overflow updates."
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"date": "Wed, 20 Mar 2024 22:58:12 GMT",
|
"date": "Wed, 20 Mar 2024 22:58:12 GMT",
|
||||||
"version": "0.2.7",
|
"version": "0.2.7",
|
||||||
|
|
|
@ -1,9 +1,17 @@
|
||||||
# Change Log - @fluentui-react-native/overflow
|
# Change Log - @fluentui-react-native/overflow
|
||||||
|
|
||||||
This log was last generated on Wed, 20 Mar 2024 22:58:12 GMT and should not be manually modified.
|
This log was last generated on Fri, 29 Mar 2024 00:57:12 GMT and should not be manually modified.
|
||||||
|
|
||||||
<!-- Start content -->
|
<!-- Start content -->
|
||||||
|
|
||||||
|
## 0.2.9
|
||||||
|
|
||||||
|
Fri, 29 Mar 2024 00:57:12 GMT
|
||||||
|
|
||||||
|
### Patches
|
||||||
|
|
||||||
|
- Fix dynamic removal and addition of OverflowItems not causing overflow updates. (winlarry@microsoft.com)
|
||||||
|
|
||||||
## 0.2.7
|
## 0.2.7
|
||||||
|
|
||||||
Wed, 20 Mar 2024 22:58:12 GMT
|
Wed, 20 Mar 2024 22:58:12 GMT
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@fluentui-react-native/overflow",
|
"name": "@fluentui-react-native/overflow",
|
||||||
"version": "0.2.8",
|
"version": "0.2.9",
|
||||||
"description": "A cross-platform Overflow component for React Native.",
|
"description": "A cross-platform Overflow component for React Native.",
|
||||||
"main": "src/index.ts",
|
"main": "src/index.ts",
|
||||||
"module": "src/index.ts",
|
"module": "src/index.ts",
|
||||||
|
|
Загрузка…
Ссылка в новой задаче