diff --git a/apps/fluent-tester/CHANGELOG.json b/apps/fluent-tester/CHANGELOG.json index ab4de9949f..16752a86c4 100644 --- a/apps/fluent-tester/CHANGELOG.json +++ b/apps/fluent-tester/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/tester", "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", "version": "0.167.30", diff --git a/apps/fluent-tester/CHANGELOG.md b/apps/fluent-tester/CHANGELOG.md index d9b8f26323..9fcd714aa2 100644 --- a/apps/fluent-tester/CHANGELOG.md +++ b/apps/fluent-tester/CHANGELOG.md @@ -1,9 +1,17 @@ # 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. +## 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 Wed, 27 Mar 2024 00:51:04 GMT diff --git a/apps/fluent-tester/package.json b/apps/fluent-tester/package.json index bbb4e07eb9..565bb57802 100644 --- a/apps/fluent-tester/package.json +++ b/apps/fluent-tester/package.json @@ -1,6 +1,6 @@ { "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", "license": "MIT", "author": "Microsoft ", diff --git a/apps/win32/package.json b/apps/win32/package.json index b765dca823..57055203df 100644 --- a/apps/win32/package.json +++ b/apps/win32/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/tester-win32", - "version": "0.37.61", + "version": "0.37.62", "main": "src/index.tsx", "module": "src/index.tsx", "typings": "lib/index.d.ts", diff --git a/change/@fluentui-react-native-overflow-c9160def-58d6-495d-9fe5-704b67107ddd.json b/change/@fluentui-react-native-overflow-c9160def-58d6-495d-9fe5-704b67107ddd.json deleted file mode 100644 index 151253897e..0000000000 --- a/change/@fluentui-react-native-overflow-c9160def-58d6-495d-9fe5-704b67107ddd.json +++ /dev/null @@ -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" -} diff --git a/change/@fluentui-react-native-tester-c37b36a9-f01b-4ffb-9312-cef526855a0f.json b/change/@fluentui-react-native-tester-c37b36a9-f01b-4ffb-9312-cef526855a0f.json deleted file mode 100644 index 685529cbe2..0000000000 --- a/change/@fluentui-react-native-tester-c37b36a9-f01b-4ffb-9312-cef526855a0f.json +++ /dev/null @@ -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" -} diff --git a/packages/dependency-profiles/package.json b/packages/dependency-profiles/package.json index 187236cd65..f30b019528 100644 --- a/packages/dependency-profiles/package.json +++ b/packages/dependency-profiles/package.json @@ -1,6 +1,6 @@ { "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", "license": "MIT", "files": [ diff --git a/packages/dependency-profiles/src/index.js b/packages/dependency-profiles/src/index.js index 6939cb57ea..aa48ffe1df 100644 --- a/packages/dependency-profiles/src/index.js +++ b/packages/dependency-profiles/src/index.js @@ -8,11 +8,11 @@ module.exports = { }, "@fluentui-react-native/tester": { "name": "@fluentui-react-native/tester", - "version": "0.167.30" + "version": "0.167.31" }, "@fluentui-react-native/tester-win32": { "name": "@fluentui-react-native/tester-win32", - "version": "0.37.61" + "version": "0.37.62" }, "@fluentui-react-native/avatar": { "name": "@fluentui-react-native/avatar", @@ -188,7 +188,7 @@ module.exports = { }, "@fluentui-react-native/overflow": { "name": "@fluentui-react-native/overflow", - "version": "0.2.8" + "version": "0.2.9" }, "@fluentui-react-native/popover": { "name": "@fluentui-react-native/popover", diff --git a/packages/experimental/Overflow/CHANGELOG.json b/packages/experimental/Overflow/CHANGELOG.json index 408cd86191..ea31766ce3 100644 --- a/packages/experimental/Overflow/CHANGELOG.json +++ b/packages/experimental/Overflow/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/overflow", "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", "version": "0.2.7", diff --git a/packages/experimental/Overflow/CHANGELOG.md b/packages/experimental/Overflow/CHANGELOG.md index 782d1ce5a5..e9e8a7fe3d 100644 --- a/packages/experimental/Overflow/CHANGELOG.md +++ b/packages/experimental/Overflow/CHANGELOG.md @@ -1,9 +1,17 @@ # 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. +## 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 Wed, 20 Mar 2024 22:58:12 GMT diff --git a/packages/experimental/Overflow/package.json b/packages/experimental/Overflow/package.json index 4e81467f4c..9c7717daba 100644 --- a/packages/experimental/Overflow/package.json +++ b/packages/experimental/Overflow/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/overflow", - "version": "0.2.8", + "version": "0.2.9", "description": "A cross-platform Overflow component for React Native.", "main": "src/index.ts", "module": "src/index.ts",