diff --git a/apps/E2E/CHANGELOG.json b/apps/E2E/CHANGELOG.json index 14ab0308d0..1e66fd3b46 100644 --- a/apps/E2E/CHANGELOG.json +++ b/apps/E2E/CHANGELOG.json @@ -1,6 +1,49 @@ { "name": "@fluentui-react-native/e2e-testing", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:41:01 GMT", + "version": "1.41.0", + "tag": "@fluentui-react-native/e2e-testing_v1.41.0", + "comments": { + "minor": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/e2e-testing", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "rework e2e and fluent-tester to avoid direct references across packages" + }, + { + "author": "gulnazsayed@microsoft.com", + "package": "@fluentui-react-native/e2e-testing", + "commit": "70eb7468c21b57c69ddc6a6d206325cfb128038f", + "comment": "updated wdio versions and fixed tests" + } + ], + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/e2e-testing", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/e2e-testing", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ], + "patch": [ + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/e2e-testing", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:34:58 GMT", "version": "1.40.8", diff --git a/apps/E2E/CHANGELOG.md b/apps/E2E/CHANGELOG.md index e5fe2f6231..dc64751381 100644 --- a/apps/E2E/CHANGELOG.md +++ b/apps/E2E/CHANGELOG.md @@ -1,9 +1,22 @@ # Change Log - @fluentui-react-native/e2e-testing - + +## 1.41.0 + +Wed, 09 Jul 2025 21:41:01 GMT + +### Minor changes + +- rework e2e and fluent-tester to avoid direct references across packages (jasonmo@microsoft.com) +- updated wdio versions and fixed tests (gulnazsayed@microsoft.com) + +### Patches + +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 1.40.8 Mon, 10 Mar 2025 20:26:46 GMT diff --git a/apps/E2E/package.json b/apps/E2E/package.json index a5f0fb19ab..0dd7bca2a5 100644 --- a/apps/E2E/package.json +++ b/apps/E2E/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/e2e-testing", - "version": "1.40.8", + "version": "1.41.0", "description": "Package containing E2E testing specs", "license": "MIT", "main": "lib-commonjs/index.js", diff --git a/apps/fluent-tester/CHANGELOG.json b/apps/fluent-tester/CHANGELOG.json index 8b36de656f..a99dcfee3f 100644 --- a/apps/fluent-tester/CHANGELOG.json +++ b/apps/fluent-tester/CHANGELOG.json @@ -1,6 +1,59 @@ { "name": "@fluentui-react-native/tester", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:40:53 GMT", + "version": "0.170.27", + "tag": "@fluentui-react-native/tester_v0.170.27", + "comments": { + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/tester", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/tester", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ], + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/tester", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "gulnazsayed@microsoft.com", + "package": "@fluentui-react-native/tester", + "commit": "f0fc169bd79964247524d714c36bee7b01c261e9", + "comment": "added accessibility to icon button" + }, + { + "author": "gulnazsayed@microsoft.com", + "package": "@fluentui-react-native/tester", + "commit": "7c4322db4ff21666e4d8202f1aab69e05e1fd500", + "comment": "remove caterpillar theme" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/tester", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + }, + { + "author": "gulnazsayed@microsoft.com", + "package": "@fluentui-react-native/tester", + "commit": "fc21bff2110cf0fc56060dfced73965bf6f6d955", + "comment": "fix narrator bug" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:34:50 GMT", "version": "0.170.26", diff --git a/apps/fluent-tester/CHANGELOG.md b/apps/fluent-tester/CHANGELOG.md index 40d93c6a38..4cb13fc2dd 100644 --- a/apps/fluent-tester/CHANGELOG.md +++ b/apps/fluent-tester/CHANGELOG.md @@ -1,9 +1,21 @@ # Change Log - @fluentui-react-native/tester - + +## 0.170.27 + +Wed, 09 Jul 2025 21:40:53 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- added accessibility to icon button (gulnazsayed@microsoft.com) +- remove caterpillar theme (gulnazsayed@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) +- fix narrator bug (gulnazsayed@microsoft.com) + ## 0.170.26 Mon, 10 Mar 2025 20:26:46 GMT diff --git a/apps/fluent-tester/package.json b/apps/fluent-tester/package.json index a320470548..e5b34139f5 100644 --- a/apps/fluent-tester/package.json +++ b/apps/fluent-tester/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/tester", - "version": "0.170.26", + "version": "0.170.27", "description": "A test app to test FluentUI React Native Components during development", "license": "MIT", "author": "Microsoft ", diff --git a/apps/win32/CHANGELOG.json b/apps/win32/CHANGELOG.json index 1480bc8078..21882fe3a6 100644 --- a/apps/win32/CHANGELOG.json +++ b/apps/win32/CHANGELOG.json @@ -1,6 +1,41 @@ { "name": "@fluentui-react-native/tester-win32", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:40:53 GMT", + "version": "0.38.46", + "tag": "@fluentui-react-native/tester-win32_v0.38.46", + "comments": { + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/tester-win32", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/tester-win32", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ], + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/tester-win32", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/tester-win32", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:34:43 GMT", "version": "0.38.45", diff --git a/apps/win32/CHANGELOG.md b/apps/win32/CHANGELOG.md index 2536e8c0b6..6a7eb7e6c3 100644 --- a/apps/win32/CHANGELOG.md +++ b/apps/win32/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui-react-native/tester-win32 - + +## 0.38.46 + +Wed, 09 Jul 2025 21:40:53 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.38.45 Wed, 11 Jun 2025 19:34:43 GMT diff --git a/apps/win32/package.json b/apps/win32/package.json index 048b67a90b..033f1c2a50 100644 --- a/apps/win32/package.json +++ b/apps/win32/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/tester-win32", - "version": "0.38.45", + "version": "0.38.46", "main": "lib-commonjs/index.js", "module": "lib/index.js", "typings": "lib/index.d.ts", diff --git a/change/@fluentui-react-native-545e197d-0cf6-4d9c-a634-2bc2f2fa79b1.json b/change/@fluentui-react-native-545e197d-0cf6-4d9c-a634-2bc2f2fa79b1.json new file mode 100644 index 0000000000..a0f865a37e --- /dev/null +++ b/change/@fluentui-react-native-545e197d-0cf6-4d9c-a634-2bc2f2fa79b1.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "run `yarn bump-versions`", + "packageName": "@fluentui/react-native", + "email": "sanajmi@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-native-5769a9ef-4186-4228-9a93-40df0cfa3e02.json b/change/@fluentui-react-native-5769a9ef-4186-4228-9a93-40df0cfa3e02.json deleted file mode 100644 index 4dc39095e9..0000000000 --- a/change/@fluentui-react-native-5769a9ef-4186-4228-9a93-40df0cfa3e02.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui/react-native", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-6d538e6f-abb1-4800-97f5-24b335bfd156.json b/change/@fluentui-react-native-6d538e6f-abb1-4800-97f5-24b335bfd156.json deleted file mode 100644 index 3189445024..0000000000 --- a/change/@fluentui-react-native-6d538e6f-abb1-4800-97f5-24b335bfd156.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui/react-native", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-728ccc54-59aa-4cf6-aa09-88d99c70857e.json b/change/@fluentui-react-native-728ccc54-59aa-4cf6-aa09-88d99c70857e.json deleted file mode 100644 index e2c6922067..0000000000 --- a/change/@fluentui-react-native-728ccc54-59aa-4cf6-aa09-88d99c70857e.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "Fixed `align-deps` warnings", - "packageName": "@fluentui/react-native", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-76b28866-a3bf-45f5-a1bc-de7c8a3fb6f4.json b/change/@fluentui-react-native-76b28866-a3bf-45f5-a1bc-de7c8a3fb6f4.json deleted file mode 100644 index 9d577f68e2..0000000000 --- a/change/@fluentui-react-native-76b28866-a3bf-45f5-a1bc-de7c8a3fb6f4.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui/react-native", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-adapters-49950de6-df1b-428a-98dd-9fa59c7b9102.json b/change/@fluentui-react-native-adapters-49950de6-df1b-428a-98dd-9fa59c7b9102.json deleted file mode 100644 index 866a446846..0000000000 --- a/change/@fluentui-react-native-adapters-49950de6-df1b-428a-98dd-9fa59c7b9102.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/adapters", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-adapters-0fa4fb83-6fcb-4d9e-81b2-23a04ffb6979.json b/change/@fluentui-react-native-adapters-ade128f6-e956-4a75-b71a-4f0beabf4f0b.json similarity index 51% rename from change/@fluentui-react-native-adapters-0fa4fb83-6fcb-4d9e-81b2-23a04ffb6979.json rename to change/@fluentui-react-native-adapters-ade128f6-e956-4a75-b71a-4f0beabf4f0b.json index 590ec272c8..852efb5b96 100644 --- a/change/@fluentui-react-native-adapters-0fa4fb83-6fcb-4d9e-81b2-23a04ffb6979.json +++ b/change/@fluentui-react-native-adapters-ade128f6-e956-4a75-b71a-4f0beabf4f0b.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@fluentui-react-native/adapters", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@fluentui-react-native-adapters-eea29f9a-49ae-4f44-bd36-f1765b8bf1d0.json b/change/@fluentui-react-native-adapters-eea29f9a-49ae-4f44-bd36-f1765b8bf1d0.json deleted file mode 100644 index 146a3c5346..0000000000 --- a/change/@fluentui-react-native-adapters-eea29f9a-49ae-4f44-bd36-f1765b8bf1d0.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/adapters", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-adapters-feb5a0f3-7400-480a-bce9-f2d3853e1072.json b/change/@fluentui-react-native-adapters-feb5a0f3-7400-480a-bce9-f2d3853e1072.json deleted file mode 100644 index f3b3b2c8ae..0000000000 --- a/change/@fluentui-react-native-adapters-feb5a0f3-7400-480a-bce9-f2d3853e1072.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui-react-native/adapters", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-android-theme-01d03054-15c9-4c5d-900a-4be1b7639c20.json b/change/@fluentui-react-native-android-theme-01d03054-15c9-4c5d-900a-4be1b7639c20.json deleted file mode 100644 index ed902d6eb5..0000000000 --- a/change/@fluentui-react-native-android-theme-01d03054-15c9-4c5d-900a-4be1b7639c20.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/android-theme", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-android-theme-252480bd-5955-4299-8cde-e99630f57dc0.json b/change/@fluentui-react-native-android-theme-252480bd-5955-4299-8cde-e99630f57dc0.json deleted file mode 100644 index ca7e923ce1..0000000000 --- a/change/@fluentui-react-native-android-theme-252480bd-5955-4299-8cde-e99630f57dc0.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/android-theme", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-android-theme-4acf7599-7d88-460c-abaa-04002de42bfd.json b/change/@fluentui-react-native-android-theme-80b42a2e-f442-45ad-9307-dbd3e39c50b0.json similarity index 53% rename from change/@fluentui-react-native-android-theme-4acf7599-7d88-460c-abaa-04002de42bfd.json rename to change/@fluentui-react-native-android-theme-80b42a2e-f442-45ad-9307-dbd3e39c50b0.json index 73703e6115..0a364409e9 100644 --- a/change/@fluentui-react-native-android-theme-4acf7599-7d88-460c-abaa-04002de42bfd.json +++ b/change/@fluentui-react-native-android-theme-80b42a2e-f442-45ad-9307-dbd3e39c50b0.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@fluentui-react-native/android-theme", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@fluentui-react-native-android-theme-aef5affb-1cba-489b-a6f9-0a30a23df2c9.json b/change/@fluentui-react-native-android-theme-aef5affb-1cba-489b-a6f9-0a30a23df2c9.json deleted file mode 100644 index 92fd518a08..0000000000 --- a/change/@fluentui-react-native-android-theme-aef5affb-1cba-489b-a6f9-0a30a23df2c9.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui-react-native/android-theme", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-apple-theme-121f6822-2b51-4ba8-a15c-31ebcd2d8418.json b/change/@fluentui-react-native-apple-theme-121f6822-2b51-4ba8-a15c-31ebcd2d8418.json deleted file mode 100644 index 538266d382..0000000000 --- a/change/@fluentui-react-native-apple-theme-121f6822-2b51-4ba8-a15c-31ebcd2d8418.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/apple-theme", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-apple-theme-116414ff-d444-4d38-8f3d-b678eb2115c2.json b/change/@fluentui-react-native-apple-theme-2d76b633-33e3-4195-b2dc-0ed1a753ae81.json similarity index 52% rename from change/@fluentui-react-native-apple-theme-116414ff-d444-4d38-8f3d-b678eb2115c2.json rename to change/@fluentui-react-native-apple-theme-2d76b633-33e3-4195-b2dc-0ed1a753ae81.json index a4d3ed18c9..f92958fb3a 100644 --- a/change/@fluentui-react-native-apple-theme-116414ff-d444-4d38-8f3d-b678eb2115c2.json +++ b/change/@fluentui-react-native-apple-theme-2d76b633-33e3-4195-b2dc-0ed1a753ae81.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@fluentui-react-native/apple-theme", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@fluentui-react-native-apple-theme-cbc26795-26bf-43db-a131-f80437389c62.json b/change/@fluentui-react-native-apple-theme-cbc26795-26bf-43db-a131-f80437389c62.json deleted file mode 100644 index 05849cece0..0000000000 --- a/change/@fluentui-react-native-apple-theme-cbc26795-26bf-43db-a131-f80437389c62.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui-react-native/apple-theme", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-apple-theme-e53bba75-663d-486d-b5a7-88612b6328bc.json b/change/@fluentui-react-native-apple-theme-e53bba75-663d-486d-b5a7-88612b6328bc.json deleted file mode 100644 index 94ca02a91e..0000000000 --- a/change/@fluentui-react-native-apple-theme-e53bba75-663d-486d-b5a7-88612b6328bc.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/apple-theme", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-avatar-1d377590-0d9f-46fd-bdeb-9b942a63bc27.json b/change/@fluentui-react-native-avatar-1d377590-0d9f-46fd-bdeb-9b942a63bc27.json deleted file mode 100644 index 7f73d81cc8..0000000000 --- a/change/@fluentui-react-native-avatar-1d377590-0d9f-46fd-bdeb-9b942a63bc27.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/avatar", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-avatar-85a71c89-4f35-4d41-82fa-23fbd6774cdf.json b/change/@fluentui-react-native-avatar-85a71c89-4f35-4d41-82fa-23fbd6774cdf.json deleted file mode 100644 index 9f76e60617..0000000000 --- a/change/@fluentui-react-native-avatar-85a71c89-4f35-4d41-82fa-23fbd6774cdf.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui-react-native/avatar", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-avatar-8ddeac44-6016-4133-a82e-a9facfdb002b.json b/change/@fluentui-react-native-avatar-8ddeac44-6016-4133-a82e-a9facfdb002b.json deleted file mode 100644 index b4e53c00cb..0000000000 --- a/change/@fluentui-react-native-avatar-8ddeac44-6016-4133-a82e-a9facfdb002b.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/avatar", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-avatar-98e8cbcb-dd34-46d6-87d1-e3ec9222ea24.json b/change/@fluentui-react-native-avatar-ed160239-8778-4fe9-a5f6-d7da59fb4fb3.json similarity index 51% rename from change/@fluentui-react-native-avatar-98e8cbcb-dd34-46d6-87d1-e3ec9222ea24.json rename to change/@fluentui-react-native-avatar-ed160239-8778-4fe9-a5f6-d7da59fb4fb3.json index 89acb2a71f..287da0b849 100644 --- a/change/@fluentui-react-native-avatar-98e8cbcb-dd34-46d6-87d1-e3ec9222ea24.json +++ b/change/@fluentui-react-native-avatar-ed160239-8778-4fe9-a5f6-d7da59fb4fb3.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@fluentui-react-native/avatar", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@fluentui-react-native-badge-00e0312c-fec6-416d-8f7f-6ffef727fcb4.json b/change/@fluentui-react-native-badge-05ae5a5b-4729-43e4-9fd8-3f63bfe146e3.json similarity index 51% rename from change/@fluentui-react-native-badge-00e0312c-fec6-416d-8f7f-6ffef727fcb4.json rename to change/@fluentui-react-native-badge-05ae5a5b-4729-43e4-9fd8-3f63bfe146e3.json index 88fba245b8..9e7374679e 100644 --- a/change/@fluentui-react-native-badge-00e0312c-fec6-416d-8f7f-6ffef727fcb4.json +++ b/change/@fluentui-react-native-badge-05ae5a5b-4729-43e4-9fd8-3f63bfe146e3.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@fluentui-react-native/badge", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@fluentui-react-native-badge-42dce21b-ab93-476a-994d-f3f18624d24a.json b/change/@fluentui-react-native-badge-42dce21b-ab93-476a-994d-f3f18624d24a.json deleted file mode 100644 index a0d2ccd999..0000000000 --- a/change/@fluentui-react-native-badge-42dce21b-ab93-476a-994d-f3f18624d24a.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/badge", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-badge-5c15ad56-68fe-406a-b45d-8e7df0bf84c7.json b/change/@fluentui-react-native-badge-5c15ad56-68fe-406a-b45d-8e7df0bf84c7.json deleted file mode 100644 index 52fc38f508..0000000000 --- a/change/@fluentui-react-native-badge-5c15ad56-68fe-406a-b45d-8e7df0bf84c7.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/badge", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-badge-91f29459-f075-4388-b5eb-5b77efaf15dd.json b/change/@fluentui-react-native-badge-91f29459-f075-4388-b5eb-5b77efaf15dd.json deleted file mode 100644 index 5edd6d379a..0000000000 --- a/change/@fluentui-react-native-badge-91f29459-f075-4388-b5eb-5b77efaf15dd.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui-react-native/badge", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-button-0a85e8e9-6f12-43cf-bac2-b18daedc607f.json b/change/@fluentui-react-native-button-0a85e8e9-6f12-43cf-bac2-b18daedc607f.json deleted file mode 100644 index 198c6c3a88..0000000000 --- a/change/@fluentui-react-native-button-0a85e8e9-6f12-43cf-bac2-b18daedc607f.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/button", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-button-27c06b6d-3b55-4748-8bff-b67371a8c1b7.json b/change/@fluentui-react-native-button-27c06b6d-3b55-4748-8bff-b67371a8c1b7.json deleted file mode 100644 index 68b81ba4d7..0000000000 --- a/change/@fluentui-react-native-button-27c06b6d-3b55-4748-8bff-b67371a8c1b7.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/button", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-button-2c4e2655-68e3-4926-9b8b-4792e751f742.json b/change/@fluentui-react-native-button-2c4e2655-68e3-4926-9b8b-4792e751f742.json deleted file mode 100644 index 9cb7a60b66..0000000000 --- a/change/@fluentui-react-native-button-2c4e2655-68e3-4926-9b8b-4792e751f742.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui-react-native/button", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-button-e65c8b75-d43c-4fef-9d39-19068d61fe7d.json b/change/@fluentui-react-native-button-cdaae377-4097-445a-be10-329995dc6f04.json similarity index 51% rename from change/@fluentui-react-native-button-e65c8b75-d43c-4fef-9d39-19068d61fe7d.json rename to change/@fluentui-react-native-button-cdaae377-4097-445a-be10-329995dc6f04.json index 0a7c928da9..42d9259a3a 100644 --- a/change/@fluentui-react-native-button-e65c8b75-d43c-4fef-9d39-19068d61fe7d.json +++ b/change/@fluentui-react-native-button-cdaae377-4097-445a-be10-329995dc6f04.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@fluentui-react-native/button", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@fluentui-react-native-callout-160379a4-c200-4bb4-a7b1-d3ae8891dcae.json b/change/@fluentui-react-native-callout-160379a4-c200-4bb4-a7b1-d3ae8891dcae.json deleted file mode 100644 index dfecf022e7..0000000000 --- a/change/@fluentui-react-native-callout-160379a4-c200-4bb4-a7b1-d3ae8891dcae.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui-react-native/callout", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-callout-1c710c69-f872-49e4-a066-bc46b359ffa5.json b/change/@fluentui-react-native-callout-1c710c69-f872-49e4-a066-bc46b359ffa5.json deleted file mode 100644 index 4e0811b604..0000000000 --- a/change/@fluentui-react-native-callout-1c710c69-f872-49e4-a066-bc46b359ffa5.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/callout", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-callout-2c9f74af-f959-4cc5-877d-5dd7d91017f6.json b/change/@fluentui-react-native-callout-2c9f74af-f959-4cc5-877d-5dd7d91017f6.json deleted file mode 100644 index b69f0dca45..0000000000 --- a/change/@fluentui-react-native-callout-2c9f74af-f959-4cc5-877d-5dd7d91017f6.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/callout", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-callout-d8829c28-0bec-4a47-a662-7ea53a83b320.json b/change/@fluentui-react-native-callout-d3fc9a0a-f93d-4312-9dfd-f543214b25c2.json similarity index 51% rename from change/@fluentui-react-native-callout-d8829c28-0bec-4a47-a662-7ea53a83b320.json rename to change/@fluentui-react-native-callout-d3fc9a0a-f93d-4312-9dfd-f543214b25c2.json index 48004ad7e9..7d13821142 100644 --- a/change/@fluentui-react-native-callout-d8829c28-0bec-4a47-a662-7ea53a83b320.json +++ b/change/@fluentui-react-native-callout-d3fc9a0a-f93d-4312-9dfd-f543214b25c2.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@fluentui-react-native/callout", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@fluentui-react-native-checkbox-e3d26da3-cc89-43b5-bed0-f2fdd99f1e68.json b/change/@fluentui-react-native-checkbox-36572c68-ef53-4a31-9baf-3621cac5ffd0.json similarity index 51% rename from change/@fluentui-react-native-checkbox-e3d26da3-cc89-43b5-bed0-f2fdd99f1e68.json rename to change/@fluentui-react-native-checkbox-36572c68-ef53-4a31-9baf-3621cac5ffd0.json index 906896964f..893248cac4 100644 --- a/change/@fluentui-react-native-checkbox-e3d26da3-cc89-43b5-bed0-f2fdd99f1e68.json +++ b/change/@fluentui-react-native-checkbox-36572c68-ef53-4a31-9baf-3621cac5ffd0.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@fluentui-react-native/checkbox", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@fluentui-react-native-checkbox-c2700248-1188-4114-9656-b4f12fe1c372.json b/change/@fluentui-react-native-checkbox-c2700248-1188-4114-9656-b4f12fe1c372.json deleted file mode 100644 index 31bc5c5063..0000000000 --- a/change/@fluentui-react-native-checkbox-c2700248-1188-4114-9656-b4f12fe1c372.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/checkbox", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-checkbox-cf415740-f02a-416c-8135-49b220a5e61f.json b/change/@fluentui-react-native-checkbox-cf415740-f02a-416c-8135-49b220a5e61f.json deleted file mode 100644 index b3e62e9121..0000000000 --- a/change/@fluentui-react-native-checkbox-cf415740-f02a-416c-8135-49b220a5e61f.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui-react-native/checkbox", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-checkbox-f6dd61a6-a6a2-4c32-b9ed-a8091b3b17f2.json b/change/@fluentui-react-native-checkbox-f6dd61a6-a6a2-4c32-b9ed-a8091b3b17f2.json deleted file mode 100644 index 3b16440582..0000000000 --- a/change/@fluentui-react-native-checkbox-f6dd61a6-a6a2-4c32-b9ed-a8091b3b17f2.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/checkbox", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-chip-d5977e9b-6575-43fd-8120-ea96ac7f774a.json b/change/@fluentui-react-native-chip-d5977e9b-6575-43fd-8120-ea96ac7f774a.json deleted file mode 100644 index b24e7e7b58..0000000000 --- a/change/@fluentui-react-native-chip-d5977e9b-6575-43fd-8120-ea96ac7f774a.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/chip", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-chip-84633e52-48ca-4695-ba17-e3ca0e42fb0d.json b/change/@fluentui-react-native-chip-ea0b22bd-d8b6-4834-acb3-5d4dcee7b4e1.json similarity index 51% rename from change/@fluentui-react-native-chip-84633e52-48ca-4695-ba17-e3ca0e42fb0d.json rename to change/@fluentui-react-native-chip-ea0b22bd-d8b6-4834-acb3-5d4dcee7b4e1.json index 633c8fc7a0..37105306e7 100644 --- a/change/@fluentui-react-native-chip-84633e52-48ca-4695-ba17-e3ca0e42fb0d.json +++ b/change/@fluentui-react-native-chip-ea0b22bd-d8b6-4834-acb3-5d4dcee7b4e1.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@fluentui-react-native/chip", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@fluentui-react-native-chip-edf3151d-5fdf-42fb-9c06-02bed9827b24.json b/change/@fluentui-react-native-chip-edf3151d-5fdf-42fb-9c06-02bed9827b24.json deleted file mode 100644 index 84c3a4ca4b..0000000000 --- a/change/@fluentui-react-native-chip-edf3151d-5fdf-42fb-9c06-02bed9827b24.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui-react-native/chip", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-codemods-6665a446-b55e-4229-ba00-efaae66a0868.json b/change/@fluentui-react-native-codemods-6665a446-b55e-4229-ba00-efaae66a0868.json new file mode 100644 index 0000000000..9ce009d9ae --- /dev/null +++ b/change/@fluentui-react-native-codemods-6665a446-b55e-4229-ba00-efaae66a0868.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "run `yarn bump-versions`", + "packageName": "@fluentui-react-native/codemods", + "email": "sanajmi@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-native-codemods-7b00a9da-8095-4917-bd5c-14c5a0098f0b.json b/change/@fluentui-react-native-codemods-7b00a9da-8095-4917-bd5c-14c5a0098f0b.json deleted file mode 100644 index 6b657573ac..0000000000 --- a/change/@fluentui-react-native-codemods-7b00a9da-8095-4917-bd5c-14c5a0098f0b.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/codemods", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-codemods-7cd1ecb2-e4ae-438d-b51a-37ef13744659.json b/change/@fluentui-react-native-codemods-7cd1ecb2-e4ae-438d-b51a-37ef13744659.json deleted file mode 100644 index 08c904a6cd..0000000000 --- a/change/@fluentui-react-native-codemods-7cd1ecb2-e4ae-438d-b51a-37ef13744659.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/codemods", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-composition-386e47eb-dfa5-4dc4-8440-d8b9c07c3a12.json b/change/@fluentui-react-native-composition-386e47eb-dfa5-4dc4-8440-d8b9c07c3a12.json deleted file mode 100644 index 8daa6bfd9f..0000000000 --- a/change/@fluentui-react-native-composition-386e47eb-dfa5-4dc4-8440-d8b9c07c3a12.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/composition", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-composition-5a5fbc99-4050-4138-8024-36bce9dd94d0.json b/change/@fluentui-react-native-composition-5a5fbc99-4050-4138-8024-36bce9dd94d0.json deleted file mode 100644 index 99a67a7574..0000000000 --- a/change/@fluentui-react-native-composition-5a5fbc99-4050-4138-8024-36bce9dd94d0.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/composition", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-composition-0fe45f4c-fc13-4c69-a0ca-d16fa82f9110.json b/change/@fluentui-react-native-composition-7c58c795-d121-447b-b8f5-d99bef80bdbd.json similarity index 52% rename from change/@fluentui-react-native-composition-0fe45f4c-fc13-4c69-a0ca-d16fa82f9110.json rename to change/@fluentui-react-native-composition-7c58c795-d121-447b-b8f5-d99bef80bdbd.json index 2fb6d94c74..3baf28785a 100644 --- a/change/@fluentui-react-native-composition-0fe45f4c-fc13-4c69-a0ca-d16fa82f9110.json +++ b/change/@fluentui-react-native-composition-7c58c795-d121-447b-b8f5-d99bef80bdbd.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@fluentui-react-native/composition", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@fluentui-react-native-composition-f0f81bd5-ccdb-4cf4-908c-268956390d77.json b/change/@fluentui-react-native-composition-f0f81bd5-ccdb-4cf4-908c-268956390d77.json deleted file mode 100644 index 6947642f79..0000000000 --- a/change/@fluentui-react-native-composition-f0f81bd5-ccdb-4cf4-908c-268956390d77.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui-react-native/composition", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-contextual-menu-0c488544-08b4-416f-9231-70194a607b5f.json b/change/@fluentui-react-native-contextual-menu-0c488544-08b4-416f-9231-70194a607b5f.json deleted file mode 100644 index 886f9bf8c5..0000000000 --- a/change/@fluentui-react-native-contextual-menu-0c488544-08b4-416f-9231-70194a607b5f.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui-react-native/contextual-menu", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-contextual-menu-d0e00916-c036-4a15-9e92-b56b43932fa8.json b/change/@fluentui-react-native-contextual-menu-40c2f32f-4603-4811-b61d-4e9375609093.json similarity index 53% rename from change/@fluentui-react-native-contextual-menu-d0e00916-c036-4a15-9e92-b56b43932fa8.json rename to change/@fluentui-react-native-contextual-menu-40c2f32f-4603-4811-b61d-4e9375609093.json index be6f06fcda..bd9f601c2c 100644 --- a/change/@fluentui-react-native-contextual-menu-d0e00916-c036-4a15-9e92-b56b43932fa8.json +++ b/change/@fluentui-react-native-contextual-menu-40c2f32f-4603-4811-b61d-4e9375609093.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@fluentui-react-native/contextual-menu", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@fluentui-react-native-contextual-menu-8dedd493-9f2e-4326-82a5-e4fc202603e2.json b/change/@fluentui-react-native-contextual-menu-8dedd493-9f2e-4326-82a5-e4fc202603e2.json deleted file mode 100644 index ecfd56ec33..0000000000 --- a/change/@fluentui-react-native-contextual-menu-8dedd493-9f2e-4326-82a5-e4fc202603e2.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/contextual-menu", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-contextual-menu-afedfcb6-aa33-44d3-b8b8-34fdac7c6aac.json b/change/@fluentui-react-native-contextual-menu-afedfcb6-aa33-44d3-b8b8-34fdac7c6aac.json deleted file mode 100644 index 2356c5fe7c..0000000000 --- a/change/@fluentui-react-native-contextual-menu-afedfcb6-aa33-44d3-b8b8-34fdac7c6aac.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "fix narrator bug", - "packageName": "@fluentui-react-native/contextual-menu", - "email": "gulnazsayed@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-contextual-menu-d1ff47c5-ab9e-4e9b-ad3e-d58e8716ff3e.json b/change/@fluentui-react-native-contextual-menu-d1ff47c5-ab9e-4e9b-ad3e-d58e8716ff3e.json deleted file mode 100644 index 5028548b9f..0000000000 --- a/change/@fluentui-react-native-contextual-menu-d1ff47c5-ab9e-4e9b-ad3e-d58e8716ff3e.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/contextual-menu", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-default-theme-5aa4a4cb-b7ee-4dcc-8e14-d8d6361bc1e3.json b/change/@fluentui-react-native-default-theme-5aa4a4cb-b7ee-4dcc-8e14-d8d6361bc1e3.json deleted file mode 100644 index 3609d2ffeb..0000000000 --- a/change/@fluentui-react-native-default-theme-5aa4a4cb-b7ee-4dcc-8e14-d8d6361bc1e3.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/default-theme", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-default-theme-8d6692bd-4fd8-4348-93d8-d3c26488d95c.json b/change/@fluentui-react-native-default-theme-8d6692bd-4fd8-4348-93d8-d3c26488d95c.json deleted file mode 100644 index fa362d2a78..0000000000 --- a/change/@fluentui-react-native-default-theme-8d6692bd-4fd8-4348-93d8-d3c26488d95c.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui-react-native/default-theme", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-default-theme-17362e41-e5d1-4e64-bb3e-1d861722b614.json b/change/@fluentui-react-native-default-theme-8ee98367-c189-4954-b018-777e2bb9f1af.json similarity index 53% rename from change/@fluentui-react-native-default-theme-17362e41-e5d1-4e64-bb3e-1d861722b614.json rename to change/@fluentui-react-native-default-theme-8ee98367-c189-4954-b018-777e2bb9f1af.json index 72c1493cfd..4a1b200912 100644 --- a/change/@fluentui-react-native-default-theme-17362e41-e5d1-4e64-bb3e-1d861722b614.json +++ b/change/@fluentui-react-native-default-theme-8ee98367-c189-4954-b018-777e2bb9f1af.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@fluentui-react-native/default-theme", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@fluentui-react-native-default-theme-c0ca6527-1fea-4f83-9ae3-902180ebceed.json b/change/@fluentui-react-native-default-theme-c0ca6527-1fea-4f83-9ae3-902180ebceed.json deleted file mode 100644 index 92a8a54c64..0000000000 --- a/change/@fluentui-react-native-default-theme-c0ca6527-1fea-4f83-9ae3-902180ebceed.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/default-theme", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-dependency-profiles-541fc2f3-ec73-4a71-97c9-7964414ce1ce.json b/change/@fluentui-react-native-dependency-profiles-541fc2f3-ec73-4a71-97c9-7964414ce1ce.json deleted file mode 100644 index fd1c81ad68..0000000000 --- a/change/@fluentui-react-native-dependency-profiles-541fc2f3-ec73-4a71-97c9-7964414ce1ce.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui-react-native/dependency-profiles", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-dependency-profiles-fd5c2f87-dca9-417a-a883-aa2136e28c67.json b/change/@fluentui-react-native-dependency-profiles-fd5c2f87-dca9-417a-a883-aa2136e28c67.json new file mode 100644 index 0000000000..8b12706e75 --- /dev/null +++ b/change/@fluentui-react-native-dependency-profiles-fd5c2f87-dca9-417a-a883-aa2136e28c67.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "run `yarn bump-versions`", + "packageName": "@fluentui-react-native/dependency-profiles", + "email": "sanajmi@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-native-divider-28e317ae-232a-43dc-82d5-b3db60352b38.json b/change/@fluentui-react-native-divider-28e317ae-232a-43dc-82d5-b3db60352b38.json deleted file mode 100644 index 16cdf1d57a..0000000000 --- a/change/@fluentui-react-native-divider-28e317ae-232a-43dc-82d5-b3db60352b38.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/divider", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-divider-57e76e15-abab-4063-9fbc-6024ad7a682d.json b/change/@fluentui-react-native-divider-57e76e15-abab-4063-9fbc-6024ad7a682d.json deleted file mode 100644 index 8fbb9d8ace..0000000000 --- a/change/@fluentui-react-native-divider-57e76e15-abab-4063-9fbc-6024ad7a682d.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/divider", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-divider-74e2c6c4-fd94-4074-94f1-11c917c9d277.json b/change/@fluentui-react-native-divider-7709a28f-618e-4de6-94f8-15de33db3c7c.json similarity index 51% rename from change/@fluentui-react-native-divider-74e2c6c4-fd94-4074-94f1-11c917c9d277.json rename to change/@fluentui-react-native-divider-7709a28f-618e-4de6-94f8-15de33db3c7c.json index 923e981a4a..af216cc102 100644 --- a/change/@fluentui-react-native-divider-74e2c6c4-fd94-4074-94f1-11c917c9d277.json +++ b/change/@fluentui-react-native-divider-7709a28f-618e-4de6-94f8-15de33db3c7c.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@fluentui-react-native/divider", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@fluentui-react-native-divider-a334a310-af4a-4682-8fe8-7f88ea7218a9.json b/change/@fluentui-react-native-divider-a334a310-af4a-4682-8fe8-7f88ea7218a9.json deleted file mode 100644 index 75c597fe00..0000000000 --- a/change/@fluentui-react-native-divider-a334a310-af4a-4682-8fe8-7f88ea7218a9.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui-react-native/divider", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-drawer-48c09c7d-48bc-48a0-814f-f48029aafc47.json b/change/@fluentui-react-native-drawer-48c09c7d-48bc-48a0-814f-f48029aafc47.json deleted file mode 100644 index e44301f44c..0000000000 --- a/change/@fluentui-react-native-drawer-48c09c7d-48bc-48a0-814f-f48029aafc47.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui-react-native/drawer", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-drawer-7501e7d4-8cda-408d-8f4a-0c7042d0c4be.json b/change/@fluentui-react-native-drawer-7501e7d4-8cda-408d-8f4a-0c7042d0c4be.json deleted file mode 100644 index a0cbb00b96..0000000000 --- a/change/@fluentui-react-native-drawer-7501e7d4-8cda-408d-8f4a-0c7042d0c4be.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/drawer", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-drawer-7682d094-4003-4448-888d-07e869866850.json b/change/@fluentui-react-native-drawer-7682d094-4003-4448-888d-07e869866850.json deleted file mode 100644 index ceb59c1d35..0000000000 --- a/change/@fluentui-react-native-drawer-7682d094-4003-4448-888d-07e869866850.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/drawer", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-drawer-f809d5bb-6165-4049-9544-24a1654404d7.json b/change/@fluentui-react-native-drawer-a6ccc847-a052-4133-904a-c762ab96c024.json similarity index 51% rename from change/@fluentui-react-native-drawer-f809d5bb-6165-4049-9544-24a1654404d7.json rename to change/@fluentui-react-native-drawer-a6ccc847-a052-4133-904a-c762ab96c024.json index 27d5ba4bd3..ab2a20576c 100644 --- a/change/@fluentui-react-native-drawer-f809d5bb-6165-4049-9544-24a1654404d7.json +++ b/change/@fluentui-react-native-drawer-a6ccc847-a052-4133-904a-c762ab96c024.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@fluentui-react-native/drawer", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@fluentui-react-native-dropdown-22fc5727-2cc3-4588-8c8d-52f861c538b1.json b/change/@fluentui-react-native-dropdown-22fc5727-2cc3-4588-8c8d-52f861c538b1.json deleted file mode 100644 index e9d5273cab..0000000000 --- a/change/@fluentui-react-native-dropdown-22fc5727-2cc3-4588-8c8d-52f861c538b1.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/dropdown", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-dropdown-5a47e332-da5c-49c1-be66-ad5e37fbd6e6.json b/change/@fluentui-react-native-dropdown-5a47e332-da5c-49c1-be66-ad5e37fbd6e6.json deleted file mode 100644 index b4e2f25ed7..0000000000 --- a/change/@fluentui-react-native-dropdown-5a47e332-da5c-49c1-be66-ad5e37fbd6e6.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui-react-native/dropdown", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-dropdown-68c63997-d295-4e6a-b41c-d36aadf45d1f.json b/change/@fluentui-react-native-dropdown-611fe584-efb4-4473-a6e7-cb17547b9ebc.json similarity index 51% rename from change/@fluentui-react-native-dropdown-68c63997-d295-4e6a-b41c-d36aadf45d1f.json rename to change/@fluentui-react-native-dropdown-611fe584-efb4-4473-a6e7-cb17547b9ebc.json index cc3f7259ee..041da6fb7d 100644 --- a/change/@fluentui-react-native-dropdown-68c63997-d295-4e6a-b41c-d36aadf45d1f.json +++ b/change/@fluentui-react-native-dropdown-611fe584-efb4-4473-a6e7-cb17547b9ebc.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@fluentui-react-native/dropdown", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@fluentui-react-native-dropdown-8dd6fd80-8980-4fe6-a46b-47cc21653ff2.json b/change/@fluentui-react-native-dropdown-8dd6fd80-8980-4fe6-a46b-47cc21653ff2.json deleted file mode 100644 index 3c91099568..0000000000 --- a/change/@fluentui-react-native-dropdown-8dd6fd80-8980-4fe6-a46b-47cc21653ff2.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/dropdown", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-e2e-testing-0c24f2ff-88da-497b-b93b-78abdebeaab7.json b/change/@fluentui-react-native-e2e-testing-0c24f2ff-88da-497b-b93b-78abdebeaab7.json deleted file mode 100644 index 1680fc15ee..0000000000 --- a/change/@fluentui-react-native-e2e-testing-0c24f2ff-88da-497b-b93b-78abdebeaab7.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui-react-native/e2e-testing", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-e2e-testing-5fca839b-46e7-49f4-9a78-fa7ae5428e09.json b/change/@fluentui-react-native-e2e-testing-1f8cb6ce-735d-4cb0-85c4-01cde207dd91.json similarity index 52% rename from change/@fluentui-react-native-e2e-testing-5fca839b-46e7-49f4-9a78-fa7ae5428e09.json rename to change/@fluentui-react-native-e2e-testing-1f8cb6ce-735d-4cb0-85c4-01cde207dd91.json index 04b8cdb13b..14924432ef 100644 --- a/change/@fluentui-react-native-e2e-testing-5fca839b-46e7-49f4-9a78-fa7ae5428e09.json +++ b/change/@fluentui-react-native-e2e-testing-1f8cb6ce-735d-4cb0-85c4-01cde207dd91.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@fluentui-react-native/e2e-testing", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@fluentui-react-native-e2e-testing-69a4b615-a47b-484c-b281-38b35c10f547.json b/change/@fluentui-react-native-e2e-testing-69a4b615-a47b-484c-b281-38b35c10f547.json deleted file mode 100644 index f3a1cea409..0000000000 --- a/change/@fluentui-react-native-e2e-testing-69a4b615-a47b-484c-b281-38b35c10f547.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "minor", - "comment": "rework e2e and fluent-tester to avoid direct references across packages", - "packageName": "@fluentui-react-native/e2e-testing", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-e2e-testing-7f301f4c-d1ea-4632-9134-117262c2252b.json b/change/@fluentui-react-native-e2e-testing-7f301f4c-d1ea-4632-9134-117262c2252b.json deleted file mode 100644 index 331dc13cb8..0000000000 --- a/change/@fluentui-react-native-e2e-testing-7f301f4c-d1ea-4632-9134-117262c2252b.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/e2e-testing", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-e2e-testing-d29a7d09-1c67-4089-b849-50933e6b1ef5.json b/change/@fluentui-react-native-e2e-testing-d29a7d09-1c67-4089-b849-50933e6b1ef5.json deleted file mode 100644 index 1fb40b50ad..0000000000 --- a/change/@fluentui-react-native-e2e-testing-d29a7d09-1c67-4089-b849-50933e6b1ef5.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "minor", - "comment": "updated wdio versions and fixed tests", - "packageName": "@fluentui-react-native/e2e-testing", - "email": "gulnazsayed@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-experimental-activity-indicator-d3852313-82f7-4a3e-8a7d-8d50cff73407.json b/change/@fluentui-react-native-experimental-activity-indicator-4faf4c4d-bc94-4048-a92f-8f5eb05bd896.json similarity index 56% rename from change/@fluentui-react-native-experimental-activity-indicator-d3852313-82f7-4a3e-8a7d-8d50cff73407.json rename to change/@fluentui-react-native-experimental-activity-indicator-4faf4c4d-bc94-4048-a92f-8f5eb05bd896.json index 22972e4d57..e9737c2f8b 100644 --- a/change/@fluentui-react-native-experimental-activity-indicator-d3852313-82f7-4a3e-8a7d-8d50cff73407.json +++ b/change/@fluentui-react-native-experimental-activity-indicator-4faf4c4d-bc94-4048-a92f-8f5eb05bd896.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@fluentui-react-native/experimental-activity-indicator", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@fluentui-react-native-experimental-activity-indicator-9ba43107-da41-4695-b9e1-2ee5749a2098.json b/change/@fluentui-react-native-experimental-activity-indicator-9ba43107-da41-4695-b9e1-2ee5749a2098.json deleted file mode 100644 index d146f30dd9..0000000000 --- a/change/@fluentui-react-native-experimental-activity-indicator-9ba43107-da41-4695-b9e1-2ee5749a2098.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui-react-native/experimental-activity-indicator", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-experimental-activity-indicator-c8dfd34a-3827-4122-807a-5d48c9fb5384.json b/change/@fluentui-react-native-experimental-activity-indicator-c8dfd34a-3827-4122-807a-5d48c9fb5384.json deleted file mode 100644 index f0f7d83649..0000000000 --- a/change/@fluentui-react-native-experimental-activity-indicator-c8dfd34a-3827-4122-807a-5d48c9fb5384.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/experimental-activity-indicator", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-experimental-activity-indicator-e5ec8b51-31a5-493e-bbc2-cfca87406857.json b/change/@fluentui-react-native-experimental-activity-indicator-e5ec8b51-31a5-493e-bbc2-cfca87406857.json deleted file mode 100644 index 4c319e49a0..0000000000 --- a/change/@fluentui-react-native-experimental-activity-indicator-e5ec8b51-31a5-493e-bbc2-cfca87406857.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/experimental-activity-indicator", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-experimental-appearance-additions-96bffc84-29e7-422f-b5c9-32c41aa66b22.json b/change/@fluentui-react-native-experimental-appearance-additions-3a2f0bc0-1c98-45cf-a196-978e5a23dee0.json similarity index 57% rename from change/@fluentui-react-native-experimental-appearance-additions-96bffc84-29e7-422f-b5c9-32c41aa66b22.json rename to change/@fluentui-react-native-experimental-appearance-additions-3a2f0bc0-1c98-45cf-a196-978e5a23dee0.json index 4da118e332..11badb019e 100644 --- a/change/@fluentui-react-native-experimental-appearance-additions-96bffc84-29e7-422f-b5c9-32c41aa66b22.json +++ b/change/@fluentui-react-native-experimental-appearance-additions-3a2f0bc0-1c98-45cf-a196-978e5a23dee0.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@fluentui-react-native/experimental-appearance-additions", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@fluentui-react-native-experimental-appearance-additions-7401a651-e406-430d-9fbc-a32362cdce01.json b/change/@fluentui-react-native-experimental-appearance-additions-7401a651-e406-430d-9fbc-a32362cdce01.json deleted file mode 100644 index db72cba02f..0000000000 --- a/change/@fluentui-react-native-experimental-appearance-additions-7401a651-e406-430d-9fbc-a32362cdce01.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/experimental-appearance-additions", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-experimental-appearance-additions-b04b210d-0dd5-4b87-93f3-954859301f9b.json b/change/@fluentui-react-native-experimental-appearance-additions-b04b210d-0dd5-4b87-93f3-954859301f9b.json deleted file mode 100644 index 3038ef22d2..0000000000 --- a/change/@fluentui-react-native-experimental-appearance-additions-b04b210d-0dd5-4b87-93f3-954859301f9b.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/experimental-appearance-additions", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-experimental-appearance-additions-cd83f7e7-9794-4e07-810d-5e809945b6e0.json b/change/@fluentui-react-native-experimental-appearance-additions-cd83f7e7-9794-4e07-810d-5e809945b6e0.json deleted file mode 100644 index 649318ab90..0000000000 --- a/change/@fluentui-react-native-experimental-appearance-additions-cd83f7e7-9794-4e07-810d-5e809945b6e0.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Bump our version of use-subscription", - "packageName": "@fluentui-react-native/experimental-appearance-additions", - "email": "ruaraki@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-experimental-appearance-additions-dfcdd156-e6d3-4aa8-9b3a-5b3b85345863.json b/change/@fluentui-react-native-experimental-appearance-additions-dfcdd156-e6d3-4aa8-9b3a-5b3b85345863.json deleted file mode 100644 index 0a9a79fe77..0000000000 --- a/change/@fluentui-react-native-experimental-appearance-additions-dfcdd156-e6d3-4aa8-9b3a-5b3b85345863.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui-react-native/experimental-appearance-additions", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-experimental-avatar-02b0bfb9-7e75-4afe-87c0-e3ebe4d87c17.json b/change/@fluentui-react-native-experimental-avatar-02b0bfb9-7e75-4afe-87c0-e3ebe4d87c17.json deleted file mode 100644 index fcfb39e8be..0000000000 --- a/change/@fluentui-react-native-experimental-avatar-02b0bfb9-7e75-4afe-87c0-e3ebe4d87c17.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/experimental-avatar", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-experimental-avatar-0f8eb6a6-c326-4a79-937e-5ca345a2bb6e.json b/change/@fluentui-react-native-experimental-avatar-0f8eb6a6-c326-4a79-937e-5ca345a2bb6e.json deleted file mode 100644 index 9b9e7cb61e..0000000000 --- a/change/@fluentui-react-native-experimental-avatar-0f8eb6a6-c326-4a79-937e-5ca345a2bb6e.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/experimental-avatar", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-experimental-avatar-184997c8-5550-4342-8c14-76858ce9cc96.json b/change/@fluentui-react-native-experimental-avatar-184997c8-5550-4342-8c14-76858ce9cc96.json deleted file mode 100644 index c85d335a93..0000000000 --- a/change/@fluentui-react-native-experimental-avatar-184997c8-5550-4342-8c14-76858ce9cc96.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui-react-native/experimental-avatar", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-experimental-avatar-a8b1aae6-639e-4ab7-8333-be991959f51c.json b/change/@fluentui-react-native-experimental-avatar-f8d19321-5886-424d-acc1-cbc86051a7e3.json similarity index 54% rename from change/@fluentui-react-native-experimental-avatar-a8b1aae6-639e-4ab7-8333-be991959f51c.json rename to change/@fluentui-react-native-experimental-avatar-f8d19321-5886-424d-acc1-cbc86051a7e3.json index 47aa0dec0c..f175adf535 100644 --- a/change/@fluentui-react-native-experimental-avatar-a8b1aae6-639e-4ab7-8333-be991959f51c.json +++ b/change/@fluentui-react-native-experimental-avatar-f8d19321-5886-424d-acc1-cbc86051a7e3.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@fluentui-react-native/experimental-avatar", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@fluentui-react-native-experimental-checkbox-5867df6c-56f9-4240-badb-7c04a40c3ecc.json b/change/@fluentui-react-native-experimental-checkbox-5867df6c-56f9-4240-badb-7c04a40c3ecc.json deleted file mode 100644 index 1d185edb85..0000000000 --- a/change/@fluentui-react-native-experimental-checkbox-5867df6c-56f9-4240-badb-7c04a40c3ecc.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/experimental-checkbox", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-experimental-checkbox-bf158656-e226-4b49-ac15-821efb1b5d05.json b/change/@fluentui-react-native-experimental-checkbox-98f6d42a-aa55-4109-96f8-5229eb55af70.json similarity index 54% rename from change/@fluentui-react-native-experimental-checkbox-bf158656-e226-4b49-ac15-821efb1b5d05.json rename to change/@fluentui-react-native-experimental-checkbox-98f6d42a-aa55-4109-96f8-5229eb55af70.json index 57e5a61ac4..b677d11de6 100644 --- a/change/@fluentui-react-native-experimental-checkbox-bf158656-e226-4b49-ac15-821efb1b5d05.json +++ b/change/@fluentui-react-native-experimental-checkbox-98f6d42a-aa55-4109-96f8-5229eb55af70.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@fluentui-react-native/experimental-checkbox", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@fluentui-react-native-experimental-checkbox-a0648635-b197-4086-a6b3-cdd9cc6f923c.json b/change/@fluentui-react-native-experimental-checkbox-a0648635-b197-4086-a6b3-cdd9cc6f923c.json deleted file mode 100644 index 41a4896190..0000000000 --- a/change/@fluentui-react-native-experimental-checkbox-a0648635-b197-4086-a6b3-cdd9cc6f923c.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/experimental-checkbox", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-experimental-checkbox-c09ee8fa-1709-4c47-9cdb-e191bb2d8679.json b/change/@fluentui-react-native-experimental-checkbox-c09ee8fa-1709-4c47-9cdb-e191bb2d8679.json deleted file mode 100644 index 7f369a70cf..0000000000 --- a/change/@fluentui-react-native-experimental-checkbox-c09ee8fa-1709-4c47-9cdb-e191bb2d8679.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui-react-native/experimental-checkbox", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-experimental-expander-f8f14492-923b-452a-9a96-c19be77ba9be.json b/change/@fluentui-react-native-experimental-expander-7138f2bf-c6e1-450a-bed2-107b2d71d24a.json similarity index 54% rename from change/@fluentui-react-native-experimental-expander-f8f14492-923b-452a-9a96-c19be77ba9be.json rename to change/@fluentui-react-native-experimental-expander-7138f2bf-c6e1-450a-bed2-107b2d71d24a.json index 8c00ded47b..bcab25241f 100644 --- a/change/@fluentui-react-native-experimental-expander-f8f14492-923b-452a-9a96-c19be77ba9be.json +++ b/change/@fluentui-react-native-experimental-expander-7138f2bf-c6e1-450a-bed2-107b2d71d24a.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@fluentui-react-native/experimental-expander", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@fluentui-react-native-experimental-expander-b9d3cc18-20e2-4363-9b6a-4be8ebe83e49.json b/change/@fluentui-react-native-experimental-expander-b9d3cc18-20e2-4363-9b6a-4be8ebe83e49.json deleted file mode 100644 index a7f4e71892..0000000000 --- a/change/@fluentui-react-native-experimental-expander-b9d3cc18-20e2-4363-9b6a-4be8ebe83e49.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/experimental-expander", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-experimental-expander-d76a34e0-1dfb-488d-8f42-9a8372dca29e.json b/change/@fluentui-react-native-experimental-expander-d76a34e0-1dfb-488d-8f42-9a8372dca29e.json deleted file mode 100644 index 24fee8fc69..0000000000 --- a/change/@fluentui-react-native-experimental-expander-d76a34e0-1dfb-488d-8f42-9a8372dca29e.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui-react-native/experimental-expander", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-experimental-expander-ee956dbf-e0cf-41af-aa8c-63aef21c1c06.json b/change/@fluentui-react-native-experimental-expander-ee956dbf-e0cf-41af-aa8c-63aef21c1c06.json deleted file mode 100644 index 25e3237e4b..0000000000 --- a/change/@fluentui-react-native-experimental-expander-ee956dbf-e0cf-41af-aa8c-63aef21c1c06.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/experimental-expander", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-experimental-menu-button-24499b87-b805-4e3a-a82a-738d79528fc2.json b/change/@fluentui-react-native-experimental-menu-button-24499b87-b805-4e3a-a82a-738d79528fc2.json deleted file mode 100644 index 83dd95ec62..0000000000 --- a/change/@fluentui-react-native-experimental-menu-button-24499b87-b805-4e3a-a82a-738d79528fc2.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/experimental-menu-button", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-experimental-menu-button-6013a54d-26c3-4046-bdda-3828d29a7d10.json b/change/@fluentui-react-native-experimental-menu-button-6013a54d-26c3-4046-bdda-3828d29a7d10.json deleted file mode 100644 index 5d1a661f3c..0000000000 --- a/change/@fluentui-react-native-experimental-menu-button-6013a54d-26c3-4046-bdda-3828d29a7d10.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui-react-native/experimental-menu-button", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-experimental-menu-button-a35b6449-bef8-472c-a9d2-8e5163fbc266.json b/change/@fluentui-react-native-experimental-menu-button-a35b6449-bef8-472c-a9d2-8e5163fbc266.json deleted file mode 100644 index 4005881f88..0000000000 --- a/change/@fluentui-react-native-experimental-menu-button-a35b6449-bef8-472c-a9d2-8e5163fbc266.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/experimental-menu-button", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-experimental-menu-button-c9b218b6-9745-435f-bf0c-2aa3325fafd7.json b/change/@fluentui-react-native-experimental-menu-button-c9b218b6-9745-435f-bf0c-2aa3325fafd7.json deleted file mode 100644 index 152721af01..0000000000 --- a/change/@fluentui-react-native-experimental-menu-button-c9b218b6-9745-435f-bf0c-2aa3325fafd7.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "expand collapse", - "packageName": "@fluentui-react-native/experimental-menu-button", - "email": "gulnazsayed@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-experimental-menu-button-c9512a52-eb06-49c4-a631-5de178842e0d.json b/change/@fluentui-react-native-experimental-menu-button-e6c2842b-5007-4b9b-b50e-656f1031cdbf.json similarity index 55% rename from change/@fluentui-react-native-experimental-menu-button-c9512a52-eb06-49c4-a631-5de178842e0d.json rename to change/@fluentui-react-native-experimental-menu-button-e6c2842b-5007-4b9b-b50e-656f1031cdbf.json index 085f5b82d6..e4056ebfe0 100644 --- a/change/@fluentui-react-native-experimental-menu-button-c9512a52-eb06-49c4-a631-5de178842e0d.json +++ b/change/@fluentui-react-native-experimental-menu-button-e6c2842b-5007-4b9b-b50e-656f1031cdbf.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@fluentui-react-native/experimental-menu-button", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@fluentui-react-native-experimental-native-date-picker-030b455f-acbd-4f74-a919-64b7dc03458a.json b/change/@fluentui-react-native-experimental-native-date-picker-030b455f-acbd-4f74-a919-64b7dc03458a.json deleted file mode 100644 index 5d7b6d5271..0000000000 --- a/change/@fluentui-react-native-experimental-native-date-picker-030b455f-acbd-4f74-a919-64b7dc03458a.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/experimental-native-date-picker", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-experimental-native-date-picker-06822641-9161-4e44-a0cb-045e8a6abea8.json b/change/@fluentui-react-native-experimental-native-date-picker-06822641-9161-4e44-a0cb-045e8a6abea8.json deleted file mode 100644 index 9ec7e8816c..0000000000 --- a/change/@fluentui-react-native-experimental-native-date-picker-06822641-9161-4e44-a0cb-045e8a6abea8.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui-react-native/experimental-native-date-picker", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-experimental-native-date-picker-06d67c91-1700-4944-b973-0395b9566a74.json b/change/@fluentui-react-native-experimental-native-date-picker-06d67c91-1700-4944-b973-0395b9566a74.json deleted file mode 100644 index 8232a2d7ac..0000000000 --- a/change/@fluentui-react-native-experimental-native-date-picker-06d67c91-1700-4944-b973-0395b9566a74.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/experimental-native-date-picker", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-experimental-native-date-picker-6c1c901e-fc09-401a-8198-2b8d07a4a69f.json b/change/@fluentui-react-native-experimental-native-date-picker-4e7c46d0-2531-49fc-a8e5-47f948101069.json similarity index 56% rename from change/@fluentui-react-native-experimental-native-date-picker-6c1c901e-fc09-401a-8198-2b8d07a4a69f.json rename to change/@fluentui-react-native-experimental-native-date-picker-4e7c46d0-2531-49fc-a8e5-47f948101069.json index c90683a838..569687a93a 100644 --- a/change/@fluentui-react-native-experimental-native-date-picker-6c1c901e-fc09-401a-8198-2b8d07a4a69f.json +++ b/change/@fluentui-react-native-experimental-native-date-picker-4e7c46d0-2531-49fc-a8e5-47f948101069.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@fluentui-react-native/experimental-native-date-picker", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@fluentui-react-native-experimental-native-font-metrics-05b03532-e1ea-4a9b-881c-b60d0277c65c.json b/change/@fluentui-react-native-experimental-native-font-metrics-05b03532-e1ea-4a9b-881c-b60d0277c65c.json deleted file mode 100644 index f1f4df3749..0000000000 --- a/change/@fluentui-react-native-experimental-native-font-metrics-05b03532-e1ea-4a9b-881c-b60d0277c65c.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Bump our version of use-subscription", - "packageName": "@fluentui-react-native/experimental-native-font-metrics", - "email": "ruaraki@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-experimental-native-font-metrics-31a22229-158d-4bab-8fcd-3d6732c09597.json b/change/@fluentui-react-native-experimental-native-font-metrics-31a22229-158d-4bab-8fcd-3d6732c09597.json deleted file mode 100644 index 631f3fbe42..0000000000 --- a/change/@fluentui-react-native-experimental-native-font-metrics-31a22229-158d-4bab-8fcd-3d6732c09597.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/experimental-native-font-metrics", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-experimental-native-font-metrics-35545099-f801-4829-acf6-4e1bce940c06.json b/change/@fluentui-react-native-experimental-native-font-metrics-35545099-f801-4829-acf6-4e1bce940c06.json deleted file mode 100644 index 5ae41d6b02..0000000000 --- a/change/@fluentui-react-native-experimental-native-font-metrics-35545099-f801-4829-acf6-4e1bce940c06.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/experimental-native-font-metrics", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-experimental-native-font-metrics-997289d2-91c8-4c9d-a2f3-75d13288ce57.json b/change/@fluentui-react-native-experimental-native-font-metrics-9a7f1e2b-9c87-40c4-bb66-da045b2c823c.json similarity index 57% rename from change/@fluentui-react-native-experimental-native-font-metrics-997289d2-91c8-4c9d-a2f3-75d13288ce57.json rename to change/@fluentui-react-native-experimental-native-font-metrics-9a7f1e2b-9c87-40c4-bb66-da045b2c823c.json index e6a2d1f5e1..c4e2ffbcb8 100644 --- a/change/@fluentui-react-native-experimental-native-font-metrics-997289d2-91c8-4c9d-a2f3-75d13288ce57.json +++ b/change/@fluentui-react-native-experimental-native-font-metrics-9a7f1e2b-9c87-40c4-bb66-da045b2c823c.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@fluentui-react-native/experimental-native-font-metrics", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@fluentui-react-native-experimental-native-font-metrics-a1ec3f49-ff10-4380-b8b5-0510d2a3ff54.json b/change/@fluentui-react-native-experimental-native-font-metrics-a1ec3f49-ff10-4380-b8b5-0510d2a3ff54.json deleted file mode 100644 index bc9f7cc2ad..0000000000 --- a/change/@fluentui-react-native-experimental-native-font-metrics-a1ec3f49-ff10-4380-b8b5-0510d2a3ff54.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui-react-native/experimental-native-font-metrics", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-experimental-shadow-5760607b-591a-4936-8fa6-1e87abea6e1a.json b/change/@fluentui-react-native-experimental-shadow-06ead225-a001-4f4b-b6f5-560536c82613.json similarity index 54% rename from change/@fluentui-react-native-experimental-shadow-5760607b-591a-4936-8fa6-1e87abea6e1a.json rename to change/@fluentui-react-native-experimental-shadow-06ead225-a001-4f4b-b6f5-560536c82613.json index 5373829e6e..1282da3a78 100644 --- a/change/@fluentui-react-native-experimental-shadow-5760607b-591a-4936-8fa6-1e87abea6e1a.json +++ b/change/@fluentui-react-native-experimental-shadow-06ead225-a001-4f4b-b6f5-560536c82613.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@fluentui-react-native/experimental-shadow", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@fluentui-react-native-experimental-shadow-231962c0-a31f-431b-adf9-9989b0b9a6a0.json b/change/@fluentui-react-native-experimental-shadow-231962c0-a31f-431b-adf9-9989b0b9a6a0.json deleted file mode 100644 index 6c0f2c1608..0000000000 --- a/change/@fluentui-react-native-experimental-shadow-231962c0-a31f-431b-adf9-9989b0b9a6a0.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui-react-native/experimental-shadow", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-experimental-shadow-2a6bd5ec-0188-44fa-895d-3a7294aa781e.json b/change/@fluentui-react-native-experimental-shadow-2a6bd5ec-0188-44fa-895d-3a7294aa781e.json deleted file mode 100644 index e7caaab3a3..0000000000 --- a/change/@fluentui-react-native-experimental-shadow-2a6bd5ec-0188-44fa-895d-3a7294aa781e.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/experimental-shadow", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-experimental-shadow-c77301af-4d94-4930-8c37-f3ecbdb18406.json b/change/@fluentui-react-native-experimental-shadow-c77301af-4d94-4930-8c37-f3ecbdb18406.json deleted file mode 100644 index 709b98747a..0000000000 --- a/change/@fluentui-react-native-experimental-shadow-c77301af-4d94-4930-8c37-f3ecbdb18406.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/experimental-shadow", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-experimental-shimmer-135b0921-e12f-4691-b66b-d63d01f17055.json b/change/@fluentui-react-native-experimental-shimmer-135b0921-e12f-4691-b66b-d63d01f17055.json deleted file mode 100644 index 7028d6cc46..0000000000 --- a/change/@fluentui-react-native-experimental-shimmer-135b0921-e12f-4691-b66b-d63d01f17055.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui-react-native/experimental-shimmer", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-experimental-shimmer-5693983c-4b3c-4a1b-9b51-d1b240de8e47.json b/change/@fluentui-react-native-experimental-shimmer-970a4d6a-6126-44cf-984e-3f26005b4a93.json similarity index 54% rename from change/@fluentui-react-native-experimental-shimmer-5693983c-4b3c-4a1b-9b51-d1b240de8e47.json rename to change/@fluentui-react-native-experimental-shimmer-970a4d6a-6126-44cf-984e-3f26005b4a93.json index 0140e28708..e7aafcee2c 100644 --- a/change/@fluentui-react-native-experimental-shimmer-5693983c-4b3c-4a1b-9b51-d1b240de8e47.json +++ b/change/@fluentui-react-native-experimental-shimmer-970a4d6a-6126-44cf-984e-3f26005b4a93.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@fluentui-react-native/experimental-shimmer", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@fluentui-react-native-experimental-shimmer-a8249942-5b75-4e7b-b4c6-04b7bb9265d7.json b/change/@fluentui-react-native-experimental-shimmer-a8249942-5b75-4e7b-b4c6-04b7bb9265d7.json deleted file mode 100644 index 9d77be6a8a..0000000000 --- a/change/@fluentui-react-native-experimental-shimmer-a8249942-5b75-4e7b-b4c6-04b7bb9265d7.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/experimental-shimmer", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-experimental-shimmer-e11002a6-f996-43b0-b4c4-6a3f410011df.json b/change/@fluentui-react-native-experimental-shimmer-e11002a6-f996-43b0-b4c4-6a3f410011df.json deleted file mode 100644 index c0bad98f27..0000000000 --- a/change/@fluentui-react-native-experimental-shimmer-e11002a6-f996-43b0-b4c4-6a3f410011df.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/experimental-shimmer", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-focus-trap-zone-52521255-4fa3-4164-aee8-f59a6002d142.json b/change/@fluentui-react-native-focus-trap-zone-52521255-4fa3-4164-aee8-f59a6002d142.json deleted file mode 100644 index 47f907bd1a..0000000000 --- a/change/@fluentui-react-native-focus-trap-zone-52521255-4fa3-4164-aee8-f59a6002d142.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/focus-trap-zone", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-focus-trap-zone-65d02d1c-3b71-493b-8eb5-fe5e550f09dc.json b/change/@fluentui-react-native-focus-trap-zone-7f7e39d6-c8b0-462c-a57e-24bee3012d9f.json similarity index 53% rename from change/@fluentui-react-native-focus-trap-zone-65d02d1c-3b71-493b-8eb5-fe5e550f09dc.json rename to change/@fluentui-react-native-focus-trap-zone-7f7e39d6-c8b0-462c-a57e-24bee3012d9f.json index 4b2c90b388..5709ebae7d 100644 --- a/change/@fluentui-react-native-focus-trap-zone-65d02d1c-3b71-493b-8eb5-fe5e550f09dc.json +++ b/change/@fluentui-react-native-focus-trap-zone-7f7e39d6-c8b0-462c-a57e-24bee3012d9f.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@fluentui-react-native/focus-trap-zone", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@fluentui-react-native-focus-trap-zone-c7d99562-f911-4c6c-be6f-bf6960ebeec2.json b/change/@fluentui-react-native-focus-trap-zone-c7d99562-f911-4c6c-be6f-bf6960ebeec2.json deleted file mode 100644 index 835f4a9436..0000000000 --- a/change/@fluentui-react-native-focus-trap-zone-c7d99562-f911-4c6c-be6f-bf6960ebeec2.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/focus-trap-zone", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-focus-trap-zone-ec960686-e088-421e-b104-8f1aab07c051.json b/change/@fluentui-react-native-focus-trap-zone-ec960686-e088-421e-b104-8f1aab07c051.json deleted file mode 100644 index b33b2ccc05..0000000000 --- a/change/@fluentui-react-native-focus-trap-zone-ec960686-e088-421e-b104-8f1aab07c051.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui-react-native/focus-trap-zone", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-focus-zone-56fb22e5-70e0-49ef-a94d-348354518338.json b/change/@fluentui-react-native-focus-zone-56fb22e5-70e0-49ef-a94d-348354518338.json deleted file mode 100644 index 2ed3a1b0fc..0000000000 --- a/change/@fluentui-react-native-focus-zone-56fb22e5-70e0-49ef-a94d-348354518338.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/focus-zone", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-focus-zone-86b770d6-b329-4e78-b2b2-012761d7f02d.json b/change/@fluentui-react-native-focus-zone-5af40324-a556-4ee9-983a-0ed192d68267.json similarity index 52% rename from change/@fluentui-react-native-focus-zone-86b770d6-b329-4e78-b2b2-012761d7f02d.json rename to change/@fluentui-react-native-focus-zone-5af40324-a556-4ee9-983a-0ed192d68267.json index 8e0cceaada..9b9318a310 100644 --- a/change/@fluentui-react-native-focus-zone-86b770d6-b329-4e78-b2b2-012761d7f02d.json +++ b/change/@fluentui-react-native-focus-zone-5af40324-a556-4ee9-983a-0ed192d68267.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@fluentui-react-native/focus-zone", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@fluentui-react-native-focus-zone-9ab1531d-d3fe-4df5-96f9-4f75f1ed7b6d.json b/change/@fluentui-react-native-focus-zone-9ab1531d-d3fe-4df5-96f9-4f75f1ed7b6d.json deleted file mode 100644 index 03767ba070..0000000000 --- a/change/@fluentui-react-native-focus-zone-9ab1531d-d3fe-4df5-96f9-4f75f1ed7b6d.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/focus-zone", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-focus-zone-9f6e7f92-fcf3-4e1e-82f6-793a7d1913b9.json b/change/@fluentui-react-native-focus-zone-9f6e7f92-fcf3-4e1e-82f6-793a7d1913b9.json deleted file mode 100644 index 481a420ad4..0000000000 --- a/change/@fluentui-react-native-focus-zone-9f6e7f92-fcf3-4e1e-82f6-793a7d1913b9.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui-react-native/focus-zone", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-framework-aafca808-a718-4bae-aa2e-92db63b904dd.json b/change/@fluentui-react-native-framework-aafca808-a718-4bae-aa2e-92db63b904dd.json deleted file mode 100644 index 288699510e..0000000000 --- a/change/@fluentui-react-native-framework-aafca808-a718-4bae-aa2e-92db63b904dd.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "export missing type from framework to fix build error in Popover", - "packageName": "@fluentui-react-native/framework", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-framework-b57202df-4f8c-40b1-919b-0de9709a46ac.json b/change/@fluentui-react-native-framework-b57202df-4f8c-40b1-919b-0de9709a46ac.json deleted file mode 100644 index ca061fd2df..0000000000 --- a/change/@fluentui-react-native-framework-b57202df-4f8c-40b1-919b-0de9709a46ac.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui-react-native/framework", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-framework-b9238143-87ed-4e3c-807e-50e81a8300c0.json b/change/@fluentui-react-native-framework-b9238143-87ed-4e3c-807e-50e81a8300c0.json deleted file mode 100644 index 0bf0c5de33..0000000000 --- a/change/@fluentui-react-native-framework-b9238143-87ed-4e3c-807e-50e81a8300c0.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/framework", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-framework-6bfa74fb-8fff-4857-b225-aa6b82359505.json b/change/@fluentui-react-native-framework-c2c81832-b368-42ec-bfe0-5fdcb104f5e6.json similarity index 52% rename from change/@fluentui-react-native-framework-6bfa74fb-8fff-4857-b225-aa6b82359505.json rename to change/@fluentui-react-native-framework-c2c81832-b368-42ec-bfe0-5fdcb104f5e6.json index 667f5bea65..c1d2a2293a 100644 --- a/change/@fluentui-react-native-framework-6bfa74fb-8fff-4857-b225-aa6b82359505.json +++ b/change/@fluentui-react-native-framework-c2c81832-b368-42ec-bfe0-5fdcb104f5e6.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@fluentui-react-native/framework", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@fluentui-react-native-framework-f7ab74ca-a060-4d7c-a546-19db72d5f886.json b/change/@fluentui-react-native-framework-f7ab74ca-a060-4d7c-a546-19db72d5f886.json deleted file mode 100644 index e6cacbeea2..0000000000 --- a/change/@fluentui-react-native-framework-f7ab74ca-a060-4d7c-a546-19db72d5f886.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/framework", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-icon-b15e3dbd-b8b8-442f-b6a9-315c45dab59c.json b/change/@fluentui-react-native-icon-b15e3dbd-b8b8-442f-b6a9-315c45dab59c.json deleted file mode 100644 index 03f54d4639..0000000000 --- a/change/@fluentui-react-native-icon-b15e3dbd-b8b8-442f-b6a9-315c45dab59c.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui-react-native/icon", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-icon-b62348b9-0e76-4043-9968-bd3a8d7e18e5.json b/change/@fluentui-react-native-icon-b62348b9-0e76-4043-9968-bd3a8d7e18e5.json deleted file mode 100644 index 222c9ddf17..0000000000 --- a/change/@fluentui-react-native-icon-b62348b9-0e76-4043-9968-bd3a8d7e18e5.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/icon", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-icon-ed90b7d9-236d-4bbd-92c3-59341971ec6d.json b/change/@fluentui-react-native-icon-ed90b7d9-236d-4bbd-92c3-59341971ec6d.json deleted file mode 100644 index e12103f934..0000000000 --- a/change/@fluentui-react-native-icon-ed90b7d9-236d-4bbd-92c3-59341971ec6d.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/icon", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-icon-99b738b2-da35-41db-a2fb-aeac93de41d3.json b/change/@fluentui-react-native-icon-f6dbb29b-f53a-49d2-af57-ea147afeaf4d.json similarity index 51% rename from change/@fluentui-react-native-icon-99b738b2-da35-41db-a2fb-aeac93de41d3.json rename to change/@fluentui-react-native-icon-f6dbb29b-f53a-49d2-af57-ea147afeaf4d.json index d45c72b415..fa26e219f9 100644 --- a/change/@fluentui-react-native-icon-99b738b2-da35-41db-a2fb-aeac93de41d3.json +++ b/change/@fluentui-react-native-icon-f6dbb29b-f53a-49d2-af57-ea147afeaf4d.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@fluentui-react-native/icon", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@fluentui-react-native-immutable-merge-36c67694-3282-4333-914d-b80cb7ca6c57.json b/change/@fluentui-react-native-immutable-merge-36c67694-3282-4333-914d-b80cb7ca6c57.json deleted file mode 100644 index 73b5e5f701..0000000000 --- a/change/@fluentui-react-native-immutable-merge-36c67694-3282-4333-914d-b80cb7ca6c57.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/immutable-merge", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-immutable-merge-7b861d34-c997-41e8-99ea-1c8abd6819f2.json b/change/@fluentui-react-native-immutable-merge-7b861d34-c997-41e8-99ea-1c8abd6819f2.json new file mode 100644 index 0000000000..437ae86772 --- /dev/null +++ b/change/@fluentui-react-native-immutable-merge-7b861d34-c997-41e8-99ea-1c8abd6819f2.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "run `yarn bump-versions`", + "packageName": "@fluentui-react-native/immutable-merge", + "email": "sanajmi@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-native-immutable-merge-c7932b36-53f7-460c-b71c-de065a9f933c.json b/change/@fluentui-react-native-immutable-merge-c7932b36-53f7-460c-b71c-de065a9f933c.json deleted file mode 100644 index f3c7a06d66..0000000000 --- a/change/@fluentui-react-native-immutable-merge-c7932b36-53f7-460c-b71c-de065a9f933c.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/immutable-merge", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-input-007f8b8e-4815-4f52-b8c4-06a97cc9010c.json b/change/@fluentui-react-native-input-007f8b8e-4815-4f52-b8c4-06a97cc9010c.json deleted file mode 100644 index afc25b58aa..0000000000 --- a/change/@fluentui-react-native-input-007f8b8e-4815-4f52-b8c4-06a97cc9010c.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui-react-native/input", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-input-74871861-3653-4d88-aaeb-083203f33cc7.json b/change/@fluentui-react-native-input-74871861-3653-4d88-aaeb-083203f33cc7.json deleted file mode 100644 index 2ec4cb6143..0000000000 --- a/change/@fluentui-react-native-input-74871861-3653-4d88-aaeb-083203f33cc7.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/input", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-input-ac8fe835-df88-4ad3-bea4-a8bc3b72f050.json b/change/@fluentui-react-native-input-9136183a-e448-4e6d-bb06-4a9ad442e99d.json similarity index 51% rename from change/@fluentui-react-native-input-ac8fe835-df88-4ad3-bea4-a8bc3b72f050.json rename to change/@fluentui-react-native-input-9136183a-e448-4e6d-bb06-4a9ad442e99d.json index 52bfe44d5c..cc8f39b3cb 100644 --- a/change/@fluentui-react-native-input-ac8fe835-df88-4ad3-bea4-a8bc3b72f050.json +++ b/change/@fluentui-react-native-input-9136183a-e448-4e6d-bb06-4a9ad442e99d.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@fluentui-react-native/input", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@fluentui-react-native-input-c58d84a0-e7d1-4d99-a1c2-f2d02f7edaf8.json b/change/@fluentui-react-native-input-c58d84a0-e7d1-4d99-a1c2-f2d02f7edaf8.json deleted file mode 100644 index 78abf95b59..0000000000 --- a/change/@fluentui-react-native-input-c58d84a0-e7d1-4d99-a1c2-f2d02f7edaf8.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/input", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-interactive-hooks-12e9d675-1ca9-4fb1-97ee-4d6ad71714cd.json b/change/@fluentui-react-native-interactive-hooks-12e9d675-1ca9-4fb1-97ee-4d6ad71714cd.json deleted file mode 100644 index 7323fe117e..0000000000 --- a/change/@fluentui-react-native-interactive-hooks-12e9d675-1ca9-4fb1-97ee-4d6ad71714cd.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/interactive-hooks", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-interactive-hooks-a0b0fa88-ac48-4a01-a4ed-77ffa88461aa.json b/change/@fluentui-react-native-interactive-hooks-3b37c012-a9a4-41e2-af21-cdcaa0dc1a9e.json similarity index 53% rename from change/@fluentui-react-native-interactive-hooks-a0b0fa88-ac48-4a01-a4ed-77ffa88461aa.json rename to change/@fluentui-react-native-interactive-hooks-3b37c012-a9a4-41e2-af21-cdcaa0dc1a9e.json index 722031e9f2..83f1f5cf2a 100644 --- a/change/@fluentui-react-native-interactive-hooks-a0b0fa88-ac48-4a01-a4ed-77ffa88461aa.json +++ b/change/@fluentui-react-native-interactive-hooks-3b37c012-a9a4-41e2-af21-cdcaa0dc1a9e.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@fluentui-react-native/interactive-hooks", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@fluentui-react-native-interactive-hooks-8212cb7b-0b01-43c8-a2d5-ff9ae4f85190.json b/change/@fluentui-react-native-interactive-hooks-8212cb7b-0b01-43c8-a2d5-ff9ae4f85190.json deleted file mode 100644 index 2e52c7a451..0000000000 --- a/change/@fluentui-react-native-interactive-hooks-8212cb7b-0b01-43c8-a2d5-ff9ae4f85190.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/interactive-hooks", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-interactive-hooks-f15a6a34-d5ef-40f3-a64a-b9d30e6c794d.json b/change/@fluentui-react-native-interactive-hooks-f15a6a34-d5ef-40f3-a64a-b9d30e6c794d.json deleted file mode 100644 index c6d5b75cc9..0000000000 --- a/change/@fluentui-react-native-interactive-hooks-f15a6a34-d5ef-40f3-a64a-b9d30e6c794d.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui-react-native/interactive-hooks", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-link-372ab6e9-d98a-4122-be49-9d85dfdb8a30.json b/change/@fluentui-react-native-link-372ab6e9-d98a-4122-be49-9d85dfdb8a30.json deleted file mode 100644 index eb82e2e42b..0000000000 --- a/change/@fluentui-react-native-link-372ab6e9-d98a-4122-be49-9d85dfdb8a30.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui-react-native/link", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-link-47d8c4dd-877b-4a1a-bbfc-df2870ac1501.json b/change/@fluentui-react-native-link-47d8c4dd-877b-4a1a-bbfc-df2870ac1501.json deleted file mode 100644 index fdc159f8fb..0000000000 --- a/change/@fluentui-react-native-link-47d8c4dd-877b-4a1a-bbfc-df2870ac1501.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/link", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-link-9bc48d82-b58f-4e84-b7bd-1dba19dc761e.json b/change/@fluentui-react-native-link-5091d156-99fa-4ee1-ade9-1572be6962a8.json similarity index 51% rename from change/@fluentui-react-native-link-9bc48d82-b58f-4e84-b7bd-1dba19dc761e.json rename to change/@fluentui-react-native-link-5091d156-99fa-4ee1-ade9-1572be6962a8.json index 5b9064a1a4..0d15be1fa1 100644 --- a/change/@fluentui-react-native-link-9bc48d82-b58f-4e84-b7bd-1dba19dc761e.json +++ b/change/@fluentui-react-native-link-5091d156-99fa-4ee1-ade9-1572be6962a8.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@fluentui-react-native/link", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@fluentui-react-native-link-ac76a073-22fa-4265-91b1-9e061f7c2073.json b/change/@fluentui-react-native-link-ac76a073-22fa-4265-91b1-9e061f7c2073.json deleted file mode 100644 index 0902e9040b..0000000000 --- a/change/@fluentui-react-native-link-ac76a073-22fa-4265-91b1-9e061f7c2073.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/link", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-memo-cache-6d63b02e-d5df-41ea-833f-c3a529fbe170.json b/change/@fluentui-react-native-memo-cache-6d63b02e-d5df-41ea-833f-c3a529fbe170.json deleted file mode 100644 index 563bdd9635..0000000000 --- a/change/@fluentui-react-native-memo-cache-6d63b02e-d5df-41ea-833f-c3a529fbe170.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/memo-cache", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-memo-cache-d588ea1c-0b69-41bf-bf6a-6e3789b7b0ac.json b/change/@fluentui-react-native-memo-cache-d588ea1c-0b69-41bf-bf6a-6e3789b7b0ac.json new file mode 100644 index 0000000000..32d675579e --- /dev/null +++ b/change/@fluentui-react-native-memo-cache-d588ea1c-0b69-41bf-bf6a-6e3789b7b0ac.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "run `yarn bump-versions`", + "packageName": "@fluentui-react-native/memo-cache", + "email": "sanajmi@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-native-memo-cache-ff5dd3ce-76e4-4a20-bd76-d9222807622f.json b/change/@fluentui-react-native-memo-cache-ff5dd3ce-76e4-4a20-bd76-d9222807622f.json deleted file mode 100644 index badacb4d09..0000000000 --- a/change/@fluentui-react-native-memo-cache-ff5dd3ce-76e4-4a20-bd76-d9222807622f.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/memo-cache", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-menu-2afba275-8403-4281-92d6-56fce924a507.json b/change/@fluentui-react-native-menu-2afba275-8403-4281-92d6-56fce924a507.json deleted file mode 100644 index 2a6114b79f..0000000000 --- a/change/@fluentui-react-native-menu-2afba275-8403-4281-92d6-56fce924a507.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/menu", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-menu-caeca36c-6d69-41d1-acc0-a50625c39b93.json b/change/@fluentui-react-native-menu-55472ea2-f3a6-4fc6-b82f-9979a3ce695b.json similarity index 51% rename from change/@fluentui-react-native-menu-caeca36c-6d69-41d1-acc0-a50625c39b93.json rename to change/@fluentui-react-native-menu-55472ea2-f3a6-4fc6-b82f-9979a3ce695b.json index 9df593a3cc..bd2e68cfde 100644 --- a/change/@fluentui-react-native-menu-caeca36c-6d69-41d1-acc0-a50625c39b93.json +++ b/change/@fluentui-react-native-menu-55472ea2-f3a6-4fc6-b82f-9979a3ce695b.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@fluentui-react-native/menu", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@fluentui-react-native-menu-a0f16dff-1f1b-45b5-b77f-e2e8697e5d55.json b/change/@fluentui-react-native-menu-a0f16dff-1f1b-45b5-b77f-e2e8697e5d55.json deleted file mode 100644 index f3e2ad0c6d..0000000000 --- a/change/@fluentui-react-native-menu-a0f16dff-1f1b-45b5-b77f-e2e8697e5d55.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/menu", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-menu-button-3c1649a4-56d9-4c84-8893-5aa3f90a3f4c.json b/change/@fluentui-react-native-menu-button-3c1649a4-56d9-4c84-8893-5aa3f90a3f4c.json deleted file mode 100644 index a222daf5ce..0000000000 --- a/change/@fluentui-react-native-menu-button-3c1649a4-56d9-4c84-8893-5aa3f90a3f4c.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/menu-button", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-menu-button-44d92a7a-a7de-4cd0-97ca-9580529422bb.json b/change/@fluentui-react-native-menu-button-590160d9-eacb-4c85-b60a-3af8e5fc0d1e.json similarity index 52% rename from change/@fluentui-react-native-menu-button-44d92a7a-a7de-4cd0-97ca-9580529422bb.json rename to change/@fluentui-react-native-menu-button-590160d9-eacb-4c85-b60a-3af8e5fc0d1e.json index 988bd4ac7c..dd1984a324 100644 --- a/change/@fluentui-react-native-menu-button-44d92a7a-a7de-4cd0-97ca-9580529422bb.json +++ b/change/@fluentui-react-native-menu-button-590160d9-eacb-4c85-b60a-3af8e5fc0d1e.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@fluentui-react-native/menu-button", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@fluentui-react-native-menu-button-9928cbc7-b421-43a2-93d4-6f157b2aee82.json b/change/@fluentui-react-native-menu-button-9928cbc7-b421-43a2-93d4-6f157b2aee82.json deleted file mode 100644 index 568ff23d1c..0000000000 --- a/change/@fluentui-react-native-menu-button-9928cbc7-b421-43a2-93d4-6f157b2aee82.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/menu-button", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-menu-button-c4074d98-6a82-44dd-8ad7-57b76f7d2cdc.json b/change/@fluentui-react-native-menu-button-c4074d98-6a82-44dd-8ad7-57b76f7d2cdc.json deleted file mode 100644 index 05437e33f0..0000000000 --- a/change/@fluentui-react-native-menu-button-c4074d98-6a82-44dd-8ad7-57b76f7d2cdc.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui-react-native/menu-button", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-menu-e4c11298-1a7c-4047-bd26-bbbd6dbb493a.json b/change/@fluentui-react-native-menu-e4c11298-1a7c-4047-bd26-bbbd6dbb493a.json deleted file mode 100644 index 9fcd7b4ac1..0000000000 --- a/change/@fluentui-react-native-menu-e4c11298-1a7c-4047-bd26-bbbd6dbb493a.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui-react-native/menu", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-merge-props-39263d74-cac1-45df-9323-134f96138eb0.json b/change/@fluentui-react-native-merge-props-39263d74-cac1-45df-9323-134f96138eb0.json deleted file mode 100644 index 65f5b5fc05..0000000000 --- a/change/@fluentui-react-native-merge-props-39263d74-cac1-45df-9323-134f96138eb0.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui-react-native/merge-props", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-merge-props-52cb683f-6094-49df-9610-5fc108abc11f.json b/change/@fluentui-react-native-merge-props-ae6de51a-4e0a-4d89-b776-3c73f9eed89e.json similarity index 52% rename from change/@fluentui-react-native-merge-props-52cb683f-6094-49df-9610-5fc108abc11f.json rename to change/@fluentui-react-native-merge-props-ae6de51a-4e0a-4d89-b776-3c73f9eed89e.json index 32766ed1bb..fcabdc5243 100644 --- a/change/@fluentui-react-native-merge-props-52cb683f-6094-49df-9610-5fc108abc11f.json +++ b/change/@fluentui-react-native-merge-props-ae6de51a-4e0a-4d89-b776-3c73f9eed89e.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@fluentui-react-native/merge-props", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@fluentui-react-native-merge-props-d5202728-b1c2-4efb-a72c-3bd98e19cee5.json b/change/@fluentui-react-native-merge-props-d5202728-b1c2-4efb-a72c-3bd98e19cee5.json deleted file mode 100644 index cf2d9caf87..0000000000 --- a/change/@fluentui-react-native-merge-props-d5202728-b1c2-4efb-a72c-3bd98e19cee5.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/merge-props", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-merge-props-f75453d2-dcee-45e0-8899-a5d17df3891d.json b/change/@fluentui-react-native-merge-props-f75453d2-dcee-45e0-8899-a5d17df3891d.json deleted file mode 100644 index 9ada7eee8c..0000000000 --- a/change/@fluentui-react-native-merge-props-f75453d2-dcee-45e0-8899-a5d17df3891d.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/merge-props", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-notification-4c2b3fd9-fa19-41b7-8ecf-ea989303f963.json b/change/@fluentui-react-native-notification-4c2b3fd9-fa19-41b7-8ecf-ea989303f963.json deleted file mode 100644 index bbb16e0a0f..0000000000 --- a/change/@fluentui-react-native-notification-4c2b3fd9-fa19-41b7-8ecf-ea989303f963.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/notification", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-notification-567bf193-aa21-4b05-8207-51a4e13bcffa.json b/change/@fluentui-react-native-notification-567bf193-aa21-4b05-8207-51a4e13bcffa.json deleted file mode 100644 index 7198fb7fb4..0000000000 --- a/change/@fluentui-react-native-notification-567bf193-aa21-4b05-8207-51a4e13bcffa.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/notification", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-notification-bcc775b2-115e-4c6d-8048-6073fb9a5b53.json b/change/@fluentui-react-native-notification-7deb2027-1677-428d-a77a-25521b02cf44.json similarity index 52% rename from change/@fluentui-react-native-notification-bcc775b2-115e-4c6d-8048-6073fb9a5b53.json rename to change/@fluentui-react-native-notification-7deb2027-1677-428d-a77a-25521b02cf44.json index 2c3f07484e..a580228d69 100644 --- a/change/@fluentui-react-native-notification-bcc775b2-115e-4c6d-8048-6073fb9a5b53.json +++ b/change/@fluentui-react-native-notification-7deb2027-1677-428d-a77a-25521b02cf44.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@fluentui-react-native/notification", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@fluentui-react-native-notification-c82fe233-bdfb-43ae-9793-d158cbc1ffe1.json b/change/@fluentui-react-native-notification-c82fe233-bdfb-43ae-9793-d158cbc1ffe1.json deleted file mode 100644 index 74d4085ab4..0000000000 --- a/change/@fluentui-react-native-notification-c82fe233-bdfb-43ae-9793-d158cbc1ffe1.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui-react-native/notification", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-overflow-03207872-8be4-41b4-a75c-35110472ef53.json b/change/@fluentui-react-native-overflow-03207872-8be4-41b4-a75c-35110472ef53.json deleted file mode 100644 index df9547ea13..0000000000 --- a/change/@fluentui-react-native-overflow-03207872-8be4-41b4-a75c-35110472ef53.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/overflow", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-overflow-1c9715d0-84d9-4ed1-a6db-f98b4b91b286.json b/change/@fluentui-react-native-overflow-1c9715d0-84d9-4ed1-a6db-f98b4b91b286.json deleted file mode 100644 index 643dc9d177..0000000000 --- a/change/@fluentui-react-native-overflow-1c9715d0-84d9-4ed1-a6db-f98b4b91b286.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/overflow", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-overflow-04310c23-344d-48fb-93f1-8bc219113f14.json b/change/@fluentui-react-native-overflow-7c78d735-551a-4462-8ba1-2995ca573a14.json similarity index 51% rename from change/@fluentui-react-native-overflow-04310c23-344d-48fb-93f1-8bc219113f14.json rename to change/@fluentui-react-native-overflow-7c78d735-551a-4462-8ba1-2995ca573a14.json index 7bdf5b63eb..12f6a03e01 100644 --- a/change/@fluentui-react-native-overflow-04310c23-344d-48fb-93f1-8bc219113f14.json +++ b/change/@fluentui-react-native-overflow-7c78d735-551a-4462-8ba1-2995ca573a14.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@fluentui-react-native/overflow", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@fluentui-react-native-overflow-b15cbfc9-db6c-481c-af61-9b58dfeeda9e.json b/change/@fluentui-react-native-overflow-b15cbfc9-db6c-481c-af61-9b58dfeeda9e.json deleted file mode 100644 index f496a45d39..0000000000 --- a/change/@fluentui-react-native-overflow-b15cbfc9-db6c-481c-af61-9b58dfeeda9e.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui-react-native/overflow", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-persona-c3feb02a-1a37-4561-a0ca-f8d99f5c414b.json b/change/@fluentui-react-native-persona-393c531c-935c-43b1-aa06-c23214203a4a.json similarity index 51% rename from change/@fluentui-react-native-persona-c3feb02a-1a37-4561-a0ca-f8d99f5c414b.json rename to change/@fluentui-react-native-persona-393c531c-935c-43b1-aa06-c23214203a4a.json index ed7a272eb0..a5aa37028a 100644 --- a/change/@fluentui-react-native-persona-c3feb02a-1a37-4561-a0ca-f8d99f5c414b.json +++ b/change/@fluentui-react-native-persona-393c531c-935c-43b1-aa06-c23214203a4a.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@fluentui-react-native/persona", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@fluentui-react-native-persona-634310ef-0c6a-4367-b24a-8d5a2483ea9c.json b/change/@fluentui-react-native-persona-634310ef-0c6a-4367-b24a-8d5a2483ea9c.json deleted file mode 100644 index dbae928275..0000000000 --- a/change/@fluentui-react-native-persona-634310ef-0c6a-4367-b24a-8d5a2483ea9c.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/persona", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-persona-6b13f2b3-d7a9-4bdc-97a8-dd689dac5578.json b/change/@fluentui-react-native-persona-6b13f2b3-d7a9-4bdc-97a8-dd689dac5578.json deleted file mode 100644 index 02258526a6..0000000000 --- a/change/@fluentui-react-native-persona-6b13f2b3-d7a9-4bdc-97a8-dd689dac5578.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/persona", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-persona-9a05531d-4065-4d06-a54b-b1792055acad.json b/change/@fluentui-react-native-persona-9a05531d-4065-4d06-a54b-b1792055acad.json deleted file mode 100644 index d6cd58a281..0000000000 --- a/change/@fluentui-react-native-persona-9a05531d-4065-4d06-a54b-b1792055acad.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui-react-native/persona", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-persona-coin-01508f28-ebd8-4675-89e6-2eefe488eb29.json b/change/@fluentui-react-native-persona-coin-5565655e-73b9-4bd1-b268-a8409ef7d21e.json similarity index 52% rename from change/@fluentui-react-native-persona-coin-01508f28-ebd8-4675-89e6-2eefe488eb29.json rename to change/@fluentui-react-native-persona-coin-5565655e-73b9-4bd1-b268-a8409ef7d21e.json index 5c2547e835..d12cbfe06e 100644 --- a/change/@fluentui-react-native-persona-coin-01508f28-ebd8-4675-89e6-2eefe488eb29.json +++ b/change/@fluentui-react-native-persona-coin-5565655e-73b9-4bd1-b268-a8409ef7d21e.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@fluentui-react-native/persona-coin", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@fluentui-react-native-persona-coin-67f58116-bd2b-4657-99b8-3411964b3242.json b/change/@fluentui-react-native-persona-coin-67f58116-bd2b-4657-99b8-3411964b3242.json deleted file mode 100644 index e668d04f35..0000000000 --- a/change/@fluentui-react-native-persona-coin-67f58116-bd2b-4657-99b8-3411964b3242.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui-react-native/persona-coin", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-persona-coin-6c5594c9-4799-4225-88d4-6c6f3fc6aabd.json b/change/@fluentui-react-native-persona-coin-6c5594c9-4799-4225-88d4-6c6f3fc6aabd.json deleted file mode 100644 index e243f1dfb1..0000000000 --- a/change/@fluentui-react-native-persona-coin-6c5594c9-4799-4225-88d4-6c6f3fc6aabd.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/persona-coin", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-persona-coin-6e0e9ba6-2f4b-47a9-a00c-d43ed7af3ac9.json b/change/@fluentui-react-native-persona-coin-6e0e9ba6-2f4b-47a9-a00c-d43ed7af3ac9.json deleted file mode 100644 index aca17f9d33..0000000000 --- a/change/@fluentui-react-native-persona-coin-6e0e9ba6-2f4b-47a9-a00c-d43ed7af3ac9.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/persona-coin", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-popover-34efb404-0d9d-477e-b1c3-9e7230b6d49a.json b/change/@fluentui-react-native-popover-34efb404-0d9d-477e-b1c3-9e7230b6d49a.json deleted file mode 100644 index 220bb08c95..0000000000 --- a/change/@fluentui-react-native-popover-34efb404-0d9d-477e-b1c3-9e7230b6d49a.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/popover", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-popover-403642ac-7296-43c9-8921-ee5e0eb68f5c.json b/change/@fluentui-react-native-popover-403642ac-7296-43c9-8921-ee5e0eb68f5c.json deleted file mode 100644 index 27b6e728ff..0000000000 --- a/change/@fluentui-react-native-popover-403642ac-7296-43c9-8921-ee5e0eb68f5c.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/popover", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-popover-6b4ab3cd-84c8-4560-a064-b0c8257ba22f.json b/change/@fluentui-react-native-popover-6b4ab3cd-84c8-4560-a064-b0c8257ba22f.json deleted file mode 100644 index 4f538b3997..0000000000 --- a/change/@fluentui-react-native-popover-6b4ab3cd-84c8-4560-a064-b0c8257ba22f.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui-react-native/popover", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-popover-de50eecf-f471-4474-af75-f764be964408.json b/change/@fluentui-react-native-popover-e0431d05-f9b8-4e4e-b22f-59d1f13ad170.json similarity index 51% rename from change/@fluentui-react-native-popover-de50eecf-f471-4474-af75-f764be964408.json rename to change/@fluentui-react-native-popover-e0431d05-f9b8-4e4e-b22f-59d1f13ad170.json index b273f5be3a..26fe4ed8fb 100644 --- a/change/@fluentui-react-native-popover-de50eecf-f471-4474-af75-f764be964408.json +++ b/change/@fluentui-react-native-popover-e0431d05-f9b8-4e4e-b22f-59d1f13ad170.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@fluentui-react-native/popover", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@fluentui-react-native-pressable-0b6e1068-d066-4ca2-9184-81cbd20b4f92.json b/change/@fluentui-react-native-pressable-0b6e1068-d066-4ca2-9184-81cbd20b4f92.json deleted file mode 100644 index 22aa0b0bd4..0000000000 --- a/change/@fluentui-react-native-pressable-0b6e1068-d066-4ca2-9184-81cbd20b4f92.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/pressable", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-pressable-26b8730f-3969-4f5c-9fc0-8e7163bbc39a.json b/change/@fluentui-react-native-pressable-26b8730f-3969-4f5c-9fc0-8e7163bbc39a.json deleted file mode 100644 index e9216d1561..0000000000 --- a/change/@fluentui-react-native-pressable-26b8730f-3969-4f5c-9fc0-8e7163bbc39a.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui-react-native/pressable", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-pressable-ef4c29a0-c50d-4d43-8734-4a33744d3322.json b/change/@fluentui-react-native-pressable-3229fd43-b6ef-41ac-a8f3-7147b67b99cb.json similarity index 52% rename from change/@fluentui-react-native-pressable-ef4c29a0-c50d-4d43-8734-4a33744d3322.json rename to change/@fluentui-react-native-pressable-3229fd43-b6ef-41ac-a8f3-7147b67b99cb.json index 562bd20dad..4c50df5f03 100644 --- a/change/@fluentui-react-native-pressable-ef4c29a0-c50d-4d43-8734-4a33744d3322.json +++ b/change/@fluentui-react-native-pressable-3229fd43-b6ef-41ac-a8f3-7147b67b99cb.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@fluentui-react-native/pressable", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@fluentui-react-native-pressable-bad306c2-5f74-4935-8e48-9b040ac825a6.json b/change/@fluentui-react-native-pressable-bad306c2-5f74-4935-8e48-9b040ac825a6.json deleted file mode 100644 index e128c932fc..0000000000 --- a/change/@fluentui-react-native-pressable-bad306c2-5f74-4935-8e48-9b040ac825a6.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/pressable", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-radio-group-052033ef-8e50-44e6-bd86-c1939e5021a0.json b/change/@fluentui-react-native-radio-group-052033ef-8e50-44e6-bd86-c1939e5021a0.json deleted file mode 100644 index 9a887fdad0..0000000000 --- a/change/@fluentui-react-native-radio-group-052033ef-8e50-44e6-bd86-c1939e5021a0.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/radio-group", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-radio-group-9dc70f30-5ac8-465b-aae8-a5ebb6a2c0ba.json b/change/@fluentui-react-native-radio-group-9dc70f30-5ac8-465b-aae8-a5ebb6a2c0ba.json deleted file mode 100644 index c82d3fb043..0000000000 --- a/change/@fluentui-react-native-radio-group-9dc70f30-5ac8-465b-aae8-a5ebb6a2c0ba.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/radio-group", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-radio-group-0ba98509-75b9-4801-8cfb-da2eaa8ae323.json b/change/@fluentui-react-native-radio-group-c5aaa34f-89aa-4edd-8fcc-b396605ceb68.json similarity index 52% rename from change/@fluentui-react-native-radio-group-0ba98509-75b9-4801-8cfb-da2eaa8ae323.json rename to change/@fluentui-react-native-radio-group-c5aaa34f-89aa-4edd-8fcc-b396605ceb68.json index 96fab116ec..e42a7c1a8e 100644 --- a/change/@fluentui-react-native-radio-group-0ba98509-75b9-4801-8cfb-da2eaa8ae323.json +++ b/change/@fluentui-react-native-radio-group-c5aaa34f-89aa-4edd-8fcc-b396605ceb68.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@fluentui-react-native/radio-group", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@fluentui-react-native-radio-group-e1b78a29-1dc1-4ea5-9e2a-66353c2059c1.json b/change/@fluentui-react-native-radio-group-e1b78a29-1dc1-4ea5-9e2a-66353c2059c1.json deleted file mode 100644 index 8ec14efff6..0000000000 --- a/change/@fluentui-react-native-radio-group-e1b78a29-1dc1-4ea5-9e2a-66353c2059c1.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui-react-native/radio-group", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-separator-0e544b2e-a57a-43b0-b0e1-e42c3ab71082.json b/change/@fluentui-react-native-separator-0e544b2e-a57a-43b0-b0e1-e42c3ab71082.json deleted file mode 100644 index 618a5e7af7..0000000000 --- a/change/@fluentui-react-native-separator-0e544b2e-a57a-43b0-b0e1-e42c3ab71082.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui-react-native/separator", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-separator-2001ab8d-7c31-42a9-9a91-1a82e7358b4c.json b/change/@fluentui-react-native-separator-6381d2b9-83e0-4f28-9fac-06f7e0768873.json similarity index 52% rename from change/@fluentui-react-native-separator-2001ab8d-7c31-42a9-9a91-1a82e7358b4c.json rename to change/@fluentui-react-native-separator-6381d2b9-83e0-4f28-9fac-06f7e0768873.json index 34b3f2a562..3f4ebdfbff 100644 --- a/change/@fluentui-react-native-separator-2001ab8d-7c31-42a9-9a91-1a82e7358b4c.json +++ b/change/@fluentui-react-native-separator-6381d2b9-83e0-4f28-9fac-06f7e0768873.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@fluentui-react-native/separator", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@fluentui-react-native-separator-6a86465e-79d3-451e-99a7-95dbc14321e3.json b/change/@fluentui-react-native-separator-6a86465e-79d3-451e-99a7-95dbc14321e3.json deleted file mode 100644 index 15cd7a7159..0000000000 --- a/change/@fluentui-react-native-separator-6a86465e-79d3-451e-99a7-95dbc14321e3.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/separator", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-separator-84528c7d-9b1c-48de-8e7a-b94625eeae0f.json b/change/@fluentui-react-native-separator-84528c7d-9b1c-48de-8e7a-b94625eeae0f.json deleted file mode 100644 index 7d009ce2c2..0000000000 --- a/change/@fluentui-react-native-separator-84528c7d-9b1c-48de-8e7a-b94625eeae0f.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/separator", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-spinner-2dfa130d-1a57-42f2-b504-fa05783dd92b.json b/change/@fluentui-react-native-spinner-2dfa130d-1a57-42f2-b504-fa05783dd92b.json deleted file mode 100644 index f216c6c4be..0000000000 --- a/change/@fluentui-react-native-spinner-2dfa130d-1a57-42f2-b504-fa05783dd92b.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/spinner", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-spinner-9cf63dd8-e3ac-40c2-9c4f-92450c960598.json b/change/@fluentui-react-native-spinner-c50db4ce-fe06-4da0-8208-859acb11df7c.json similarity index 51% rename from change/@fluentui-react-native-spinner-9cf63dd8-e3ac-40c2-9c4f-92450c960598.json rename to change/@fluentui-react-native-spinner-c50db4ce-fe06-4da0-8208-859acb11df7c.json index c9a695fec6..9ead4fdd31 100644 --- a/change/@fluentui-react-native-spinner-9cf63dd8-e3ac-40c2-9c4f-92450c960598.json +++ b/change/@fluentui-react-native-spinner-c50db4ce-fe06-4da0-8208-859acb11df7c.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@fluentui-react-native/spinner", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@fluentui-react-native-spinner-d2b2da33-de34-4f6f-be5a-0f2b65b6613f.json b/change/@fluentui-react-native-spinner-d2b2da33-de34-4f6f-be5a-0f2b65b6613f.json deleted file mode 100644 index 1c4494d878..0000000000 --- a/change/@fluentui-react-native-spinner-d2b2da33-de34-4f6f-be5a-0f2b65b6613f.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/spinner", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-spinner-e8853c22-7c94-4396-869e-0fa86c14efe4.json b/change/@fluentui-react-native-spinner-e8853c22-7c94-4396-869e-0fa86c14efe4.json deleted file mode 100644 index a2d9ca1aee..0000000000 --- a/change/@fluentui-react-native-spinner-e8853c22-7c94-4396-869e-0fa86c14efe4.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui-react-native/spinner", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-stack-6187c656-bf6c-45a2-8553-d25f92564f8b.json b/change/@fluentui-react-native-stack-6187c656-bf6c-45a2-8553-d25f92564f8b.json deleted file mode 100644 index 79746bfc57..0000000000 --- a/change/@fluentui-react-native-stack-6187c656-bf6c-45a2-8553-d25f92564f8b.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/stack", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-stack-db8daae3-769d-442f-97eb-b059b8332e95.json b/change/@fluentui-react-native-stack-beb4deff-b8ea-4ff8-93d9-0f6876aac1b2.json similarity index 51% rename from change/@fluentui-react-native-stack-db8daae3-769d-442f-97eb-b059b8332e95.json rename to change/@fluentui-react-native-stack-beb4deff-b8ea-4ff8-93d9-0f6876aac1b2.json index 3165e61327..412ae6aecc 100644 --- a/change/@fluentui-react-native-stack-db8daae3-769d-442f-97eb-b059b8332e95.json +++ b/change/@fluentui-react-native-stack-beb4deff-b8ea-4ff8-93d9-0f6876aac1b2.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@fluentui-react-native/stack", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@fluentui-react-native-stack-bef2c626-6276-4e0a-8afc-e7ddee097f13.json b/change/@fluentui-react-native-stack-bef2c626-6276-4e0a-8afc-e7ddee097f13.json deleted file mode 100644 index 528fa52640..0000000000 --- a/change/@fluentui-react-native-stack-bef2c626-6276-4e0a-8afc-e7ddee097f13.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/stack", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-stack-ca49ff39-4f4d-444a-86d2-a25bb8c07f4a.json b/change/@fluentui-react-native-stack-ca49ff39-4f4d-444a-86d2-a25bb8c07f4a.json deleted file mode 100644 index 8ea33d901d..0000000000 --- a/change/@fluentui-react-native-stack-ca49ff39-4f4d-444a-86d2-a25bb8c07f4a.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui-react-native/stack", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-styling-utils-198b4cfc-06c8-4184-bd15-36a62ba36f03.json b/change/@fluentui-react-native-styling-utils-237e4772-c587-4bda-8f31-9c779e5a56a6.json similarity index 53% rename from change/@fluentui-react-native-styling-utils-198b4cfc-06c8-4184-bd15-36a62ba36f03.json rename to change/@fluentui-react-native-styling-utils-237e4772-c587-4bda-8f31-9c779e5a56a6.json index 323355851d..a28439a15d 100644 --- a/change/@fluentui-react-native-styling-utils-198b4cfc-06c8-4184-bd15-36a62ba36f03.json +++ b/change/@fluentui-react-native-styling-utils-237e4772-c587-4bda-8f31-9c779e5a56a6.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@fluentui-react-native/styling-utils", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@fluentui-react-native-styling-utils-a66a58b9-a4cf-43f7-a2a6-56d497079611.json b/change/@fluentui-react-native-styling-utils-a66a58b9-a4cf-43f7-a2a6-56d497079611.json deleted file mode 100644 index 6a4dc52d3e..0000000000 --- a/change/@fluentui-react-native-styling-utils-a66a58b9-a4cf-43f7-a2a6-56d497079611.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/styling-utils", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-styling-utils-c74eb36b-237b-49c3-9c37-42d37aa9bb74.json b/change/@fluentui-react-native-styling-utils-c74eb36b-237b-49c3-9c37-42d37aa9bb74.json deleted file mode 100644 index 138e711323..0000000000 --- a/change/@fluentui-react-native-styling-utils-c74eb36b-237b-49c3-9c37-42d37aa9bb74.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/styling-utils", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-styling-utils-c80035a7-14f2-402b-a462-d822f98ca902.json b/change/@fluentui-react-native-styling-utils-c80035a7-14f2-402b-a462-d822f98ca902.json deleted file mode 100644 index 7a6bed32ca..0000000000 --- a/change/@fluentui-react-native-styling-utils-c80035a7-14f2-402b-a462-d822f98ca902.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui-react-native/styling-utils", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-switch-d943aaf2-36db-4301-b59c-f85cf1aa612e.json b/change/@fluentui-react-native-switch-157662ff-ea1f-4cfd-8e2e-8327ac93459a.json similarity index 51% rename from change/@fluentui-react-native-switch-d943aaf2-36db-4301-b59c-f85cf1aa612e.json rename to change/@fluentui-react-native-switch-157662ff-ea1f-4cfd-8e2e-8327ac93459a.json index a1ed10fcc6..b5f309b891 100644 --- a/change/@fluentui-react-native-switch-d943aaf2-36db-4301-b59c-f85cf1aa612e.json +++ b/change/@fluentui-react-native-switch-157662ff-ea1f-4cfd-8e2e-8327ac93459a.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@fluentui-react-native/switch", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@fluentui-react-native-switch-84e49b7d-6efa-473e-81c9-c73b64bb9e05.json b/change/@fluentui-react-native-switch-84e49b7d-6efa-473e-81c9-c73b64bb9e05.json deleted file mode 100644 index e0abdc7641..0000000000 --- a/change/@fluentui-react-native-switch-84e49b7d-6efa-473e-81c9-c73b64bb9e05.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/switch", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-switch-d8df62aa-822e-4b71-9cb3-3e49da9ed419.json b/change/@fluentui-react-native-switch-d8df62aa-822e-4b71-9cb3-3e49da9ed419.json deleted file mode 100644 index be5577bb52..0000000000 --- a/change/@fluentui-react-native-switch-d8df62aa-822e-4b71-9cb3-3e49da9ed419.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/switch", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-switch-eeb1a358-3fa7-4597-9c43-4c1f27db1a22.json b/change/@fluentui-react-native-switch-eeb1a358-3fa7-4597-9c43-4c1f27db1a22.json deleted file mode 100644 index 497ffcdae7..0000000000 --- a/change/@fluentui-react-native-switch-eeb1a358-3fa7-4597-9c43-4c1f27db1a22.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui-react-native/switch", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-tablist-084812f9-e5f5-4e4c-a011-6989c5919b14.json b/change/@fluentui-react-native-tablist-084812f9-e5f5-4e4c-a011-6989c5919b14.json deleted file mode 100644 index 6fe35f9fc7..0000000000 --- a/change/@fluentui-react-native-tablist-084812f9-e5f5-4e4c-a011-6989c5919b14.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui-react-native/tablist", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-tablist-35e46b65-06c3-461d-8a69-953283bb4321.json b/change/@fluentui-react-native-tablist-35e46b65-06c3-461d-8a69-953283bb4321.json deleted file mode 100644 index 9eaaf036ee..0000000000 --- a/change/@fluentui-react-native-tablist-35e46b65-06c3-461d-8a69-953283bb4321.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/tablist", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-tablist-c232aac5-2006-41fb-b5d3-31a566e11603.json b/change/@fluentui-react-native-tablist-6a83783b-4d1d-47b9-9988-3e470a58078d.json similarity index 51% rename from change/@fluentui-react-native-tablist-c232aac5-2006-41fb-b5d3-31a566e11603.json rename to change/@fluentui-react-native-tablist-6a83783b-4d1d-47b9-9988-3e470a58078d.json index e834f1b0b4..906472b8fe 100644 --- a/change/@fluentui-react-native-tablist-c232aac5-2006-41fb-b5d3-31a566e11603.json +++ b/change/@fluentui-react-native-tablist-6a83783b-4d1d-47b9-9988-3e470a58078d.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@fluentui-react-native/tablist", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@fluentui-react-native-tablist-ca66a32d-3472-46e3-90ec-18bc2e839f55.json b/change/@fluentui-react-native-tablist-ca66a32d-3472-46e3-90ec-18bc2e839f55.json deleted file mode 100644 index 3a0faa116c..0000000000 --- a/change/@fluentui-react-native-tablist-ca66a32d-3472-46e3-90ec-18bc2e839f55.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/tablist", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-tester-01b725ba-a97d-4c08-9b5a-35e0bb4ccf8d.json b/change/@fluentui-react-native-tester-01b725ba-a97d-4c08-9b5a-35e0bb4ccf8d.json deleted file mode 100644 index b4c1f53159..0000000000 --- a/change/@fluentui-react-native-tester-01b725ba-a97d-4c08-9b5a-35e0bb4ccf8d.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/tester", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-tester-0444468e-02e4-4977-8f7a-8c302e46282a.json b/change/@fluentui-react-native-tester-0444468e-02e4-4977-8f7a-8c302e46282a.json deleted file mode 100644 index 3c9bd8c245..0000000000 --- a/change/@fluentui-react-native-tester-0444468e-02e4-4977-8f7a-8c302e46282a.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "remove caterpillar theme", - "packageName": "@fluentui-react-native/tester", - "email": "gulnazsayed@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-tester-9a10eda2-1fa9-4a17-8032-9f0b0e9e9dad.json b/change/@fluentui-react-native-tester-1298cd26-ca06-4950-b93e-a57e7db1f8d5.json similarity index 51% rename from change/@fluentui-react-native-tester-9a10eda2-1fa9-4a17-8032-9f0b0e9e9dad.json rename to change/@fluentui-react-native-tester-1298cd26-ca06-4950-b93e-a57e7db1f8d5.json index 13f58a890c..f6632f3b01 100644 --- a/change/@fluentui-react-native-tester-9a10eda2-1fa9-4a17-8032-9f0b0e9e9dad.json +++ b/change/@fluentui-react-native-tester-1298cd26-ca06-4950-b93e-a57e7db1f8d5.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@fluentui-react-native/tester", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@fluentui-react-native-tester-2eaad448-2e52-45c1-a3ad-4fca74c313a5.json b/change/@fluentui-react-native-tester-2eaad448-2e52-45c1-a3ad-4fca74c313a5.json deleted file mode 100644 index c78b91f8df..0000000000 --- a/change/@fluentui-react-native-tester-2eaad448-2e52-45c1-a3ad-4fca74c313a5.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "fix narrator bug", - "packageName": "@fluentui-react-native/tester", - "email": "gulnazsayed@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-tester-b3c3aa25-e835-4257-b649-768f420c4e43.json b/change/@fluentui-react-native-tester-b3c3aa25-e835-4257-b649-768f420c4e43.json deleted file mode 100644 index 1f7bf0e0c0..0000000000 --- a/change/@fluentui-react-native-tester-b3c3aa25-e835-4257-b649-768f420c4e43.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/tester", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-tester-c37d6855-80ad-423e-b163-26aec17742b5.json b/change/@fluentui-react-native-tester-c37d6855-80ad-423e-b163-26aec17742b5.json deleted file mode 100644 index 332912388a..0000000000 --- a/change/@fluentui-react-native-tester-c37d6855-80ad-423e-b163-26aec17742b5.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "added accessibility to icon button", - "packageName": "@fluentui-react-native/tester", - "email": "gulnazsayed@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-tester-e396df44-6822-4b7d-8486-38cf2ca068c6.json b/change/@fluentui-react-native-tester-e396df44-6822-4b7d-8486-38cf2ca068c6.json deleted file mode 100644 index 0e773d7750..0000000000 --- a/change/@fluentui-react-native-tester-e396df44-6822-4b7d-8486-38cf2ca068c6.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui-react-native/tester", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-tester-win32-26975a60-ef78-4674-a399-ce0981c4bf62.json b/change/@fluentui-react-native-tester-win32-26975a60-ef78-4674-a399-ce0981c4bf62.json deleted file mode 100644 index 438c4e42d7..0000000000 --- a/change/@fluentui-react-native-tester-win32-26975a60-ef78-4674-a399-ce0981c4bf62.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/tester-win32", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-tester-win32-dbc426f6-c852-4e9e-b47c-1c839a9a3d98.json b/change/@fluentui-react-native-tester-win32-dbc426f6-c852-4e9e-b47c-1c839a9a3d98.json deleted file mode 100644 index 512e4e5fb2..0000000000 --- a/change/@fluentui-react-native-tester-win32-dbc426f6-c852-4e9e-b47c-1c839a9a3d98.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/tester-win32", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-tester-win32-ff77d290-407d-4ab3-84d7-122f198fa23e.json b/change/@fluentui-react-native-tester-win32-e8ef6274-755c-4898-978b-10a213d0cc51.json similarity index 52% rename from change/@fluentui-react-native-tester-win32-ff77d290-407d-4ab3-84d7-122f198fa23e.json rename to change/@fluentui-react-native-tester-win32-e8ef6274-755c-4898-978b-10a213d0cc51.json index 35663f664c..d95d6996b5 100644 --- a/change/@fluentui-react-native-tester-win32-ff77d290-407d-4ab3-84d7-122f198fa23e.json +++ b/change/@fluentui-react-native-tester-win32-e8ef6274-755c-4898-978b-10a213d0cc51.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@fluentui-react-native/tester-win32", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@fluentui-react-native-tester-win32-fc6e28da-7f22-47e3-a392-53e0acbbec89.json b/change/@fluentui-react-native-tester-win32-fc6e28da-7f22-47e3-a392-53e0acbbec89.json deleted file mode 100644 index 055f0b9412..0000000000 --- a/change/@fluentui-react-native-tester-win32-fc6e28da-7f22-47e3-a392-53e0acbbec89.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui-react-native/tester-win32", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-text-929d4bb9-e077-4fc4-9815-5b49df5e8867.json b/change/@fluentui-react-native-text-11d1fc44-fe8f-437a-9989-a7f697978185.json similarity index 51% rename from change/@fluentui-react-native-text-929d4bb9-e077-4fc4-9815-5b49df5e8867.json rename to change/@fluentui-react-native-text-11d1fc44-fe8f-437a-9989-a7f697978185.json index 34c4c09c46..89436ef054 100644 --- a/change/@fluentui-react-native-text-929d4bb9-e077-4fc4-9815-5b49df5e8867.json +++ b/change/@fluentui-react-native-text-11d1fc44-fe8f-437a-9989-a7f697978185.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@fluentui-react-native/text", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@fluentui-react-native-text-6e08da61-4093-4ada-989b-819d9ac14d25.json b/change/@fluentui-react-native-text-6e08da61-4093-4ada-989b-819d9ac14d25.json deleted file mode 100644 index 3fb161c087..0000000000 --- a/change/@fluentui-react-native-text-6e08da61-4093-4ada-989b-819d9ac14d25.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui-react-native/text", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-text-8fd7149e-fee6-4dc5-b699-ed64a7c3cf7b.json b/change/@fluentui-react-native-text-8fd7149e-fee6-4dc5-b699-ed64a7c3cf7b.json deleted file mode 100644 index 997f5ab6a5..0000000000 --- a/change/@fluentui-react-native-text-8fd7149e-fee6-4dc5-b699-ed64a7c3cf7b.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/text", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-text-a9611ed5-aaec-4bdb-82b6-09606559c710.json b/change/@fluentui-react-native-text-a9611ed5-aaec-4bdb-82b6-09606559c710.json deleted file mode 100644 index 4d047bc530..0000000000 --- a/change/@fluentui-react-native-text-a9611ed5-aaec-4bdb-82b6-09606559c710.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/text", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-theme-5186ff5c-f306-410e-8c14-a3b322892ab2.json b/change/@fluentui-react-native-theme-5186ff5c-f306-410e-8c14-a3b322892ab2.json deleted file mode 100644 index abb35a66f9..0000000000 --- a/change/@fluentui-react-native-theme-5186ff5c-f306-410e-8c14-a3b322892ab2.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui-react-native/theme", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-theme-5e3f09e8-9a0b-4a2f-bc04-7ce3390f39c4.json b/change/@fluentui-react-native-theme-5e3f09e8-9a0b-4a2f-bc04-7ce3390f39c4.json deleted file mode 100644 index d215664888..0000000000 --- a/change/@fluentui-react-native-theme-5e3f09e8-9a0b-4a2f-bc04-7ce3390f39c4.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/theme", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-theme-a7153d8f-e21e-44df-b16b-cb1ae343a4d1.json b/change/@fluentui-react-native-theme-a7153d8f-e21e-44df-b16b-cb1ae343a4d1.json deleted file mode 100644 index 38b004da6b..0000000000 --- a/change/@fluentui-react-native-theme-a7153d8f-e21e-44df-b16b-cb1ae343a4d1.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/theme", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-theme-d5faecb8-d6e1-4013-ada4-3729bff4f1ac.json b/change/@fluentui-react-native-theme-e252d382-c2da-4237-887f-d12cf2011464.json similarity index 51% rename from change/@fluentui-react-native-theme-d5faecb8-d6e1-4013-ada4-3729bff4f1ac.json rename to change/@fluentui-react-native-theme-e252d382-c2da-4237-887f-d12cf2011464.json index 743420bcab..45e1a52757 100644 --- a/change/@fluentui-react-native-theme-d5faecb8-d6e1-4013-ada4-3729bff4f1ac.json +++ b/change/@fluentui-react-native-theme-e252d382-c2da-4237-887f-d12cf2011464.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@fluentui-react-native/theme", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@fluentui-react-native-theme-tokens-15366d07-84db-49ea-b136-129f8af231fa.json b/change/@fluentui-react-native-theme-tokens-15366d07-84db-49ea-b136-129f8af231fa.json deleted file mode 100644 index df024f3fa4..0000000000 --- a/change/@fluentui-react-native-theme-tokens-15366d07-84db-49ea-b136-129f8af231fa.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/theme-tokens", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-theme-tokens-3e3e92aa-6b2a-4181-9c13-3bb1350b52b1.json b/change/@fluentui-react-native-theme-tokens-3cf0d693-e2fd-40bf-a964-1d2540d4d0a8.json similarity index 52% rename from change/@fluentui-react-native-theme-tokens-3e3e92aa-6b2a-4181-9c13-3bb1350b52b1.json rename to change/@fluentui-react-native-theme-tokens-3cf0d693-e2fd-40bf-a964-1d2540d4d0a8.json index c6bad384c8..0f465306b5 100644 --- a/change/@fluentui-react-native-theme-tokens-3e3e92aa-6b2a-4181-9c13-3bb1350b52b1.json +++ b/change/@fluentui-react-native-theme-tokens-3cf0d693-e2fd-40bf-a964-1d2540d4d0a8.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@fluentui-react-native/theme-tokens", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@fluentui-react-native-theme-tokens-5fb7f3ee-93ef-4983-bada-a5618734b4d5.json b/change/@fluentui-react-native-theme-tokens-5fb7f3ee-93ef-4983-bada-a5618734b4d5.json deleted file mode 100644 index ed91fa2dd0..0000000000 --- a/change/@fluentui-react-native-theme-tokens-5fb7f3ee-93ef-4983-bada-a5618734b4d5.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui-react-native/theme-tokens", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-theme-tokens-673618cb-0b0d-4df4-b768-f6557e004fab.json b/change/@fluentui-react-native-theme-tokens-673618cb-0b0d-4df4-b768-f6557e004fab.json deleted file mode 100644 index 2f67b85a8f..0000000000 --- a/change/@fluentui-react-native-theme-tokens-673618cb-0b0d-4df4-b768-f6557e004fab.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/theme-tokens", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-theme-types-fec4be8b-ab9a-42d8-b611-44a15d6eb8c5.json b/change/@fluentui-react-native-theme-types-50221c35-93de-4efc-b25c-145648ca4cfc.json similarity index 52% rename from change/@fluentui-react-native-theme-types-fec4be8b-ab9a-42d8-b611-44a15d6eb8c5.json rename to change/@fluentui-react-native-theme-types-50221c35-93de-4efc-b25c-145648ca4cfc.json index f48ddf13cd..e042102615 100644 --- a/change/@fluentui-react-native-theme-types-fec4be8b-ab9a-42d8-b611-44a15d6eb8c5.json +++ b/change/@fluentui-react-native-theme-types-50221c35-93de-4efc-b25c-145648ca4cfc.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@fluentui-react-native/theme-types", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@fluentui-react-native-theme-types-7caea227-3b0a-47f5-b4d8-55c47d564365.json b/change/@fluentui-react-native-theme-types-7caea227-3b0a-47f5-b4d8-55c47d564365.json deleted file mode 100644 index 0e26f47f54..0000000000 --- a/change/@fluentui-react-native-theme-types-7caea227-3b0a-47f5-b4d8-55c47d564365.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui-react-native/theme-types", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-theme-types-d688bd40-c818-4747-8a79-cd96b8fb598a.json b/change/@fluentui-react-native-theme-types-d688bd40-c818-4747-8a79-cd96b8fb598a.json deleted file mode 100644 index 62d2162d11..0000000000 --- a/change/@fluentui-react-native-theme-types-d688bd40-c818-4747-8a79-cd96b8fb598a.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/theme-types", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-theme-types-f4603b66-7e62-485d-b87f-9ab4e1ce03cf.json b/change/@fluentui-react-native-theme-types-f4603b66-7e62-485d-b87f-9ab4e1ce03cf.json deleted file mode 100644 index 120d264fa8..0000000000 --- a/change/@fluentui-react-native-theme-types-f4603b66-7e62-485d-b87f-9ab4e1ce03cf.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/theme-types", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-themed-stylesheet-062a415f-4293-4b10-8fbd-e6fd3f79d908.json b/change/@fluentui-react-native-themed-stylesheet-062a415f-4293-4b10-8fbd-e6fd3f79d908.json deleted file mode 100644 index 4b9671ebda..0000000000 --- a/change/@fluentui-react-native-themed-stylesheet-062a415f-4293-4b10-8fbd-e6fd3f79d908.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui-react-native/themed-stylesheet", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-themed-stylesheet-957ef3db-b061-40e3-bd67-842f7b4b6c8c.json b/change/@fluentui-react-native-themed-stylesheet-957ef3db-b061-40e3-bd67-842f7b4b6c8c.json deleted file mode 100644 index ed3494908b..0000000000 --- a/change/@fluentui-react-native-themed-stylesheet-957ef3db-b061-40e3-bd67-842f7b4b6c8c.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/themed-stylesheet", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-themed-stylesheet-a2511519-efa4-40da-9df4-00db08b71e80.json b/change/@fluentui-react-native-themed-stylesheet-a2511519-efa4-40da-9df4-00db08b71e80.json deleted file mode 100644 index cb8bad0004..0000000000 --- a/change/@fluentui-react-native-themed-stylesheet-a2511519-efa4-40da-9df4-00db08b71e80.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/themed-stylesheet", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-themed-stylesheet-512e4518-02a2-49fe-a18d-ffae0ca91d77.json b/change/@fluentui-react-native-themed-stylesheet-fcd0ced8-62be-4276-91ee-06f72d2303c5.json similarity index 53% rename from change/@fluentui-react-native-themed-stylesheet-512e4518-02a2-49fe-a18d-ffae0ca91d77.json rename to change/@fluentui-react-native-themed-stylesheet-fcd0ced8-62be-4276-91ee-06f72d2303c5.json index 500be25902..c7b3a74166 100644 --- a/change/@fluentui-react-native-themed-stylesheet-512e4518-02a2-49fe-a18d-ffae0ca91d77.json +++ b/change/@fluentui-react-native-themed-stylesheet-fcd0ced8-62be-4276-91ee-06f72d2303c5.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@fluentui-react-native/themed-stylesheet", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@fluentui-react-native-theming-utils-24c56c9f-05d0-4530-80b6-262a2e0087b3.json b/change/@fluentui-react-native-theming-utils-24c56c9f-05d0-4530-80b6-262a2e0087b3.json deleted file mode 100644 index 2b18299c98..0000000000 --- a/change/@fluentui-react-native-theming-utils-24c56c9f-05d0-4530-80b6-262a2e0087b3.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui-react-native/theming-utils", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-theming-utils-eeebcca9-4694-459e-9e81-3f86ee87a35e.json b/change/@fluentui-react-native-theming-utils-89db1f5c-03b1-4bd2-bd20-f8f9756292ca.json similarity index 53% rename from change/@fluentui-react-native-theming-utils-eeebcca9-4694-459e-9e81-3f86ee87a35e.json rename to change/@fluentui-react-native-theming-utils-89db1f5c-03b1-4bd2-bd20-f8f9756292ca.json index 8f4f54718a..5a3a5d2c9e 100644 --- a/change/@fluentui-react-native-theming-utils-eeebcca9-4694-459e-9e81-3f86ee87a35e.json +++ b/change/@fluentui-react-native-theming-utils-89db1f5c-03b1-4bd2-bd20-f8f9756292ca.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@fluentui-react-native/theming-utils", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@fluentui-react-native-theming-utils-c31f2582-59b5-496f-92cf-65060a9750e9.json b/change/@fluentui-react-native-theming-utils-c31f2582-59b5-496f-92cf-65060a9750e9.json deleted file mode 100644 index b4db1e6a08..0000000000 --- a/change/@fluentui-react-native-theming-utils-c31f2582-59b5-496f-92cf-65060a9750e9.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/theming-utils", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-theming-utils-c4aecb2c-9288-49b9-ba17-76b34387a623.json b/change/@fluentui-react-native-theming-utils-c4aecb2c-9288-49b9-ba17-76b34387a623.json deleted file mode 100644 index d9dc35fb3b..0000000000 --- a/change/@fluentui-react-native-theming-utils-c4aecb2c-9288-49b9-ba17-76b34387a623.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/theming-utils", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-tokens-085a017e-3a1b-4799-8bff-36e7a76caa07.json b/change/@fluentui-react-native-tokens-085a017e-3a1b-4799-8bff-36e7a76caa07.json deleted file mode 100644 index 1cda03ef7d..0000000000 --- a/change/@fluentui-react-native-tokens-085a017e-3a1b-4799-8bff-36e7a76caa07.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/tokens", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-tokens-4c6c9263-9ae3-495a-ba29-186bdd17a0db.json b/change/@fluentui-react-native-tokens-4c6c9263-9ae3-495a-ba29-186bdd17a0db.json deleted file mode 100644 index c777d52d1a..0000000000 --- a/change/@fluentui-react-native-tokens-4c6c9263-9ae3-495a-ba29-186bdd17a0db.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui-react-native/tokens", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-tokens-e1646fc2-4967-4166-a33e-7fad2bf982d3.json b/change/@fluentui-react-native-tokens-e1646fc2-4967-4166-a33e-7fad2bf982d3.json deleted file mode 100644 index 115584a20f..0000000000 --- a/change/@fluentui-react-native-tokens-e1646fc2-4967-4166-a33e-7fad2bf982d3.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/tokens", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-tokens-c3458fd8-2bdd-4f24-8f14-46f97d0a48e5.json b/change/@fluentui-react-native-tokens-fd8db7c0-24bd-483a-8626-781106d40d07.json similarity index 51% rename from change/@fluentui-react-native-tokens-c3458fd8-2bdd-4f24-8f14-46f97d0a48e5.json rename to change/@fluentui-react-native-tokens-fd8db7c0-24bd-483a-8626-781106d40d07.json index e8110ca854..d4099112aa 100644 --- a/change/@fluentui-react-native-tokens-c3458fd8-2bdd-4f24-8f14-46f97d0a48e5.json +++ b/change/@fluentui-react-native-tokens-fd8db7c0-24bd-483a-8626-781106d40d07.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@fluentui-react-native/tokens", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@fluentui-react-native-tooltip-329d9ac8-5b6e-42ff-9e4e-65e9a28da363.json b/change/@fluentui-react-native-tooltip-329d9ac8-5b6e-42ff-9e4e-65e9a28da363.json deleted file mode 100644 index 38868c68fb..0000000000 --- a/change/@fluentui-react-native-tooltip-329d9ac8-5b6e-42ff-9e4e-65e9a28da363.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/tooltip", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-tooltip-88ffd28d-5a63-492c-a5fb-0bb506fb7f69.json b/change/@fluentui-react-native-tooltip-88ffd28d-5a63-492c-a5fb-0bb506fb7f69.json deleted file mode 100644 index 557c9994ee..0000000000 --- a/change/@fluentui-react-native-tooltip-88ffd28d-5a63-492c-a5fb-0bb506fb7f69.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui-react-native/tooltip", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-tooltip-9e5d9dfe-b9b0-4cc1-b215-36af231d249a.json b/change/@fluentui-react-native-tooltip-9e5d9dfe-b9b0-4cc1-b215-36af231d249a.json deleted file mode 100644 index e2a6735608..0000000000 --- a/change/@fluentui-react-native-tooltip-9e5d9dfe-b9b0-4cc1-b215-36af231d249a.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/tooltip", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-tooltip-a501363a-8c82-4e92-ab73-a3c2615c3a70.json b/change/@fluentui-react-native-tooltip-daa1acd6-c6eb-409a-ab71-34e674708650.json similarity index 51% rename from change/@fluentui-react-native-tooltip-a501363a-8c82-4e92-ab73-a3c2615c3a70.json rename to change/@fluentui-react-native-tooltip-daa1acd6-c6eb-409a-ab71-34e674708650.json index 7d69852542..cc1ac3d963 100644 --- a/change/@fluentui-react-native-tooltip-a501363a-8c82-4e92-ab73-a3c2615c3a70.json +++ b/change/@fluentui-react-native-tooltip-daa1acd6-c6eb-409a-ab71-34e674708650.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@fluentui-react-native/tooltip", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@fluentui-react-native-use-slot-bb2e7ae9-020c-4a46-8078-151fd0f3ddf8.json b/change/@fluentui-react-native-use-slot-0a5ecc2b-268a-4d84-a74e-3d56d041dc6b.json similarity index 51% rename from change/@fluentui-react-native-use-slot-bb2e7ae9-020c-4a46-8078-151fd0f3ddf8.json rename to change/@fluentui-react-native-use-slot-0a5ecc2b-268a-4d84-a74e-3d56d041dc6b.json index 995bdbbe66..78415bfd86 100644 --- a/change/@fluentui-react-native-use-slot-bb2e7ae9-020c-4a46-8078-151fd0f3ddf8.json +++ b/change/@fluentui-react-native-use-slot-0a5ecc2b-268a-4d84-a74e-3d56d041dc6b.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@fluentui-react-native/use-slot", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@fluentui-react-native-use-slot-52db34b5-b7cc-4473-8a8f-29328518e6dd.json b/change/@fluentui-react-native-use-slot-52db34b5-b7cc-4473-8a8f-29328518e6dd.json deleted file mode 100644 index 386658f0fd..0000000000 --- a/change/@fluentui-react-native-use-slot-52db34b5-b7cc-4473-8a8f-29328518e6dd.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/use-slot", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-use-slot-fb00fc8e-7174-4e56-9a38-f72c13a62e2e.json b/change/@fluentui-react-native-use-slot-fb00fc8e-7174-4e56-9a38-f72c13a62e2e.json deleted file mode 100644 index e69f86fd48..0000000000 --- a/change/@fluentui-react-native-use-slot-fb00fc8e-7174-4e56-9a38-f72c13a62e2e.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/use-slot", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-use-slot-ffe40160-413f-42c9-8a78-f012e3197de1.json b/change/@fluentui-react-native-use-slot-ffe40160-413f-42c9-8a78-f012e3197de1.json deleted file mode 100644 index 154aa37787..0000000000 --- a/change/@fluentui-react-native-use-slot-ffe40160-413f-42c9-8a78-f012e3197de1.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui-react-native/use-slot", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-use-slots-6e76b484-74a1-4abd-8019-8c021fb39368.json b/change/@fluentui-react-native-use-slots-4bc96570-e18e-43ab-b437-44b92612c91f.json similarity index 52% rename from change/@fluentui-react-native-use-slots-6e76b484-74a1-4abd-8019-8c021fb39368.json rename to change/@fluentui-react-native-use-slots-4bc96570-e18e-43ab-b437-44b92612c91f.json index 63d048821f..e1215fb080 100644 --- a/change/@fluentui-react-native-use-slots-6e76b484-74a1-4abd-8019-8c021fb39368.json +++ b/change/@fluentui-react-native-use-slots-4bc96570-e18e-43ab-b437-44b92612c91f.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@fluentui-react-native/use-slots", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@fluentui-react-native-use-slots-5a8f9efa-1da9-474e-b2c6-b05728f3fbfa.json b/change/@fluentui-react-native-use-slots-5a8f9efa-1da9-474e-b2c6-b05728f3fbfa.json deleted file mode 100644 index 0bb64be95f..0000000000 --- a/change/@fluentui-react-native-use-slots-5a8f9efa-1da9-474e-b2c6-b05728f3fbfa.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/use-slots", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-use-slots-960bbe8c-33e4-4a86-8f50-ff6781ddad43.json b/change/@fluentui-react-native-use-slots-960bbe8c-33e4-4a86-8f50-ff6781ddad43.json deleted file mode 100644 index c142133c99..0000000000 --- a/change/@fluentui-react-native-use-slots-960bbe8c-33e4-4a86-8f50-ff6781ddad43.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui-react-native/use-slots", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-use-slots-ec70bdd8-e5e4-4776-950c-40b32bc691fc.json b/change/@fluentui-react-native-use-slots-ec70bdd8-e5e4-4776-950c-40b32bc691fc.json deleted file mode 100644 index 9bbd0ff459..0000000000 --- a/change/@fluentui-react-native-use-slots-ec70bdd8-e5e4-4776-950c-40b32bc691fc.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/use-slots", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-use-styling-0cf5a402-4bdb-465d-a099-3082f7083a8b.json b/change/@fluentui-react-native-use-styling-0cf5a402-4bdb-465d-a099-3082f7083a8b.json deleted file mode 100644 index 3a2446b7b1..0000000000 --- a/change/@fluentui-react-native-use-styling-0cf5a402-4bdb-465d-a099-3082f7083a8b.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui-react-native/use-styling", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-use-styling-4e7ebf14-8e74-40a4-bdc8-ec9bfabb4e5a.json b/change/@fluentui-react-native-use-styling-4e7ebf14-8e74-40a4-bdc8-ec9bfabb4e5a.json deleted file mode 100644 index 83e3c7cbb8..0000000000 --- a/change/@fluentui-react-native-use-styling-4e7ebf14-8e74-40a4-bdc8-ec9bfabb4e5a.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/use-styling", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-use-styling-90495121-e6de-4b8b-baa8-62c4380274c4.json b/change/@fluentui-react-native-use-styling-90495121-e6de-4b8b-baa8-62c4380274c4.json deleted file mode 100644 index a7ef7ace1c..0000000000 --- a/change/@fluentui-react-native-use-styling-90495121-e6de-4b8b-baa8-62c4380274c4.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/use-styling", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-use-styling-e6f527ef-2b7a-4316-b862-ac019fe1d7ab.json b/change/@fluentui-react-native-use-styling-ef51efd9-c898-418e-8481-7dd2a708225c.json similarity index 52% rename from change/@fluentui-react-native-use-styling-e6f527ef-2b7a-4316-b862-ac019fe1d7ab.json rename to change/@fluentui-react-native-use-styling-ef51efd9-c898-418e-8481-7dd2a708225c.json index b5221847ed..0a563edaeb 100644 --- a/change/@fluentui-react-native-use-styling-e6f527ef-2b7a-4316-b862-ac019fe1d7ab.json +++ b/change/@fluentui-react-native-use-styling-ef51efd9-c898-418e-8481-7dd2a708225c.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@fluentui-react-native/use-styling", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@fluentui-react-native-use-tokens-038c0489-64e4-47ff-af93-a6c14da0dcdd.json b/change/@fluentui-react-native-use-tokens-038c0489-64e4-47ff-af93-a6c14da0dcdd.json deleted file mode 100644 index 8678839188..0000000000 --- a/change/@fluentui-react-native-use-tokens-038c0489-64e4-47ff-af93-a6c14da0dcdd.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/use-tokens", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-use-tokens-1f83a970-d837-43b2-b686-3fd447547678.json b/change/@fluentui-react-native-use-tokens-1f83a970-d837-43b2-b686-3fd447547678.json deleted file mode 100644 index 69249d2d4b..0000000000 --- a/change/@fluentui-react-native-use-tokens-1f83a970-d837-43b2-b686-3fd447547678.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui-react-native/use-tokens", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-use-tokens-75affb4a-8567-4589-a620-8882a9a73b80.json b/change/@fluentui-react-native-use-tokens-60508a30-90b4-4940-98f1-276cb0581a6e.json similarity index 52% rename from change/@fluentui-react-native-use-tokens-75affb4a-8567-4589-a620-8882a9a73b80.json rename to change/@fluentui-react-native-use-tokens-60508a30-90b4-4940-98f1-276cb0581a6e.json index b86043320f..bbd91d811b 100644 --- a/change/@fluentui-react-native-use-tokens-75affb4a-8567-4589-a620-8882a9a73b80.json +++ b/change/@fluentui-react-native-use-tokens-60508a30-90b4-4940-98f1-276cb0581a6e.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@fluentui-react-native/use-tokens", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@fluentui-react-native-use-tokens-89effe6d-5d27-4e44-bd0c-48fe255fb1b4.json b/change/@fluentui-react-native-use-tokens-89effe6d-5d27-4e44-bd0c-48fe255fb1b4.json deleted file mode 100644 index 7adffcca0e..0000000000 --- a/change/@fluentui-react-native-use-tokens-89effe6d-5d27-4e44-bd0c-48fe255fb1b4.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/use-tokens", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-vibrancy-view-1bbdaa1b-9420-47c9-81f0-fa6363c80f90.json b/change/@fluentui-react-native-vibrancy-view-1bbdaa1b-9420-47c9-81f0-fa6363c80f90.json deleted file mode 100644 index e6d6d27a43..0000000000 --- a/change/@fluentui-react-native-vibrancy-view-1bbdaa1b-9420-47c9-81f0-fa6363c80f90.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/vibrancy-view", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-react-native-vibrancy-view-36084fd6-b98c-4b03-ab8e-468a23426c82.json b/change/@fluentui-react-native-vibrancy-view-36084fd6-b98c-4b03-ab8e-468a23426c82.json deleted file mode 100644 index 9300f8acd6..0000000000 --- a/change/@fluentui-react-native-vibrancy-view-36084fd6-b98c-4b03-ab8e-468a23426c82.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui-react-native/vibrancy-view", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-vibrancy-view-98c99666-5a95-44d8-9970-43562212778f.json b/change/@fluentui-react-native-vibrancy-view-98c99666-5a95-44d8-9970-43562212778f.json deleted file mode 100644 index 85415f35ae..0000000000 --- a/change/@fluentui-react-native-vibrancy-view-98c99666-5a95-44d8-9970-43562212778f.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/vibrancy-view", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-vibrancy-view-5c0bbe08-ba42-43ab-84ec-2907e7074480.json b/change/@fluentui-react-native-vibrancy-view-bbf8da8f-3ada-4425-ae3b-5444065c326f.json similarity index 53% rename from change/@fluentui-react-native-vibrancy-view-5c0bbe08-ba42-43ab-84ec-2907e7074480.json rename to change/@fluentui-react-native-vibrancy-view-bbf8da8f-3ada-4425-ae3b-5444065c326f.json index 13cd30257d..b46e464f13 100644 --- a/change/@fluentui-react-native-vibrancy-view-5c0bbe08-ba42-43ab-84ec-2907e7074480.json +++ b/change/@fluentui-react-native-vibrancy-view-bbf8da8f-3ada-4425-ae3b-5444065c326f.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@fluentui-react-native/vibrancy-view", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@fluentui-react-native-win32-theme-6b0dc63f-6d04-44d5-9676-ad46be3b95f9.json b/change/@fluentui-react-native-win32-theme-6b0dc63f-6d04-44d5-9676-ad46be3b95f9.json deleted file mode 100644 index 1c15fadbf7..0000000000 --- a/change/@fluentui-react-native-win32-theme-6b0dc63f-6d04-44d5-9676-ad46be3b95f9.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@fluentui-react-native/win32-theme", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-win32-theme-27c83161-8fa0-47b1-828d-0de2c11c6379.json b/change/@fluentui-react-native-win32-theme-8b58d57f-2f88-4c10-934b-da2620048f39.json similarity index 52% rename from change/@fluentui-react-native-win32-theme-27c83161-8fa0-47b1-828d-0de2c11c6379.json rename to change/@fluentui-react-native-win32-theme-8b58d57f-2f88-4c10-934b-da2620048f39.json index 9de7e53609..4c4b9067a9 100644 --- a/change/@fluentui-react-native-win32-theme-27c83161-8fa0-47b1-828d-0de2c11c6379.json +++ b/change/@fluentui-react-native-win32-theme-8b58d57f-2f88-4c10-934b-da2620048f39.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@fluentui-react-native/win32-theme", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@fluentui-react-native-win32-theme-a34a2277-0a09-43d2-81b5-045a6eb8742f.json b/change/@fluentui-react-native-win32-theme-a34a2277-0a09-43d2-81b5-045a6eb8742f.json deleted file mode 100644 index 75e4a9bc49..0000000000 --- a/change/@fluentui-react-native-win32-theme-a34a2277-0a09-43d2-81b5-045a6eb8742f.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@fluentui-react-native/win32-theme", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-native-win32-theme-dcfff15d-d549-4417-93e8-abe6ee6eccd2.json b/change/@fluentui-react-native-win32-theme-dcfff15d-d549-4417-93e8-abe6ee6eccd2.json deleted file mode 100644 index 6f88868027..0000000000 --- a/change/@fluentui-react-native-win32-theme-dcfff15d-d549-4417-93e8-abe6ee6eccd2.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@fluentui-react-native/win32-theme", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@uifabricshared-foundation-composable-00a1d611-ea4d-4b6f-8e6a-e02d345377c8.json b/change/@uifabricshared-foundation-composable-00a1d611-ea4d-4b6f-8e6a-e02d345377c8.json deleted file mode 100644 index b1afe8ebec..0000000000 --- a/change/@uifabricshared-foundation-composable-00a1d611-ea4d-4b6f-8e6a-e02d345377c8.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@uifabricshared/foundation-composable", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@uifabricshared-foundation-composable-43a0e328-0d81-4a41-b438-d6591dd06b4f.json b/change/@uifabricshared-foundation-composable-43a0e328-0d81-4a41-b438-d6591dd06b4f.json new file mode 100644 index 0000000000..d933afd64b --- /dev/null +++ b/change/@uifabricshared-foundation-composable-43a0e328-0d81-4a41-b438-d6591dd06b4f.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "run `yarn bump-versions`", + "packageName": "@uifabricshared/foundation-composable", + "email": "sanajmi@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@uifabricshared-foundation-composable-60ad9ff9-6e44-4ed2-9cfd-df0203843824.json b/change/@uifabricshared-foundation-composable-60ad9ff9-6e44-4ed2-9cfd-df0203843824.json deleted file mode 100644 index c5473e4d5d..0000000000 --- a/change/@uifabricshared-foundation-composable-60ad9ff9-6e44-4ed2-9cfd-df0203843824.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@uifabricshared/foundation-composable", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@uifabricshared-foundation-composable-cfe1de4f-20c9-4d87-9481-cf5f8a318946.json b/change/@uifabricshared-foundation-composable-cfe1de4f-20c9-4d87-9481-cf5f8a318946.json deleted file mode 100644 index 50dec93c61..0000000000 --- a/change/@uifabricshared-foundation-composable-cfe1de4f-20c9-4d87-9481-cf5f8a318946.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@uifabricshared/foundation-composable", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@uifabricshared-foundation-compose-4921f816-7916-4f2c-9c0b-5185660124af.json b/change/@uifabricshared-foundation-compose-4921f816-7916-4f2c-9c0b-5185660124af.json deleted file mode 100644 index f4840f0168..0000000000 --- a/change/@uifabricshared-foundation-compose-4921f816-7916-4f2c-9c0b-5185660124af.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@uifabricshared/foundation-compose", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@uifabricshared-foundation-compose-4a007db8-975a-4d0f-8d7c-a94c103b0065.json b/change/@uifabricshared-foundation-compose-6914a260-80ba-4d2e-8276-425794ea1333.json similarity index 52% rename from change/@uifabricshared-foundation-compose-4a007db8-975a-4d0f-8d7c-a94c103b0065.json rename to change/@uifabricshared-foundation-compose-6914a260-80ba-4d2e-8276-425794ea1333.json index 696f778a75..8f02891224 100644 --- a/change/@uifabricshared-foundation-compose-4a007db8-975a-4d0f-8d7c-a94c103b0065.json +++ b/change/@uifabricshared-foundation-compose-6914a260-80ba-4d2e-8276-425794ea1333.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@uifabricshared/foundation-compose", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@uifabricshared-foundation-compose-80234927-b1fb-43f0-98f1-4ac1feacaf10.json b/change/@uifabricshared-foundation-compose-80234927-b1fb-43f0-98f1-4ac1feacaf10.json deleted file mode 100644 index 16fe56adc4..0000000000 --- a/change/@uifabricshared-foundation-compose-80234927-b1fb-43f0-98f1-4ac1feacaf10.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@uifabricshared/foundation-compose", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@uifabricshared-foundation-compose-d3148aa9-f99d-4106-a62c-6733234a7d11.json b/change/@uifabricshared-foundation-compose-d3148aa9-f99d-4106-a62c-6733234a7d11.json deleted file mode 100644 index 38f8273077..0000000000 --- a/change/@uifabricshared-foundation-compose-d3148aa9-f99d-4106-a62c-6733234a7d11.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@uifabricshared/foundation-compose", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@uifabricshared-foundation-settings-4a859eb0-8997-4b22-b3ae-de1f17ca4eb6.json b/change/@uifabricshared-foundation-settings-0b20828d-4e46-4f87-96dc-9107eb81ffa8.json similarity index 52% rename from change/@uifabricshared-foundation-settings-4a859eb0-8997-4b22-b3ae-de1f17ca4eb6.json rename to change/@uifabricshared-foundation-settings-0b20828d-4e46-4f87-96dc-9107eb81ffa8.json index ff72754079..3c67161571 100644 --- a/change/@uifabricshared-foundation-settings-4a859eb0-8997-4b22-b3ae-de1f17ca4eb6.json +++ b/change/@uifabricshared-foundation-settings-0b20828d-4e46-4f87-96dc-9107eb81ffa8.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@uifabricshared/foundation-settings", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@uifabricshared-foundation-settings-0d49d6fb-2cee-43c1-994d-c1380a83d32d.json b/change/@uifabricshared-foundation-settings-0d49d6fb-2cee-43c1-994d-c1380a83d32d.json deleted file mode 100644 index 37333ee807..0000000000 --- a/change/@uifabricshared-foundation-settings-0d49d6fb-2cee-43c1-994d-c1380a83d32d.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@uifabricshared/foundation-settings", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@uifabricshared-foundation-settings-71bee5e1-a2c3-4cfc-bce5-337afde711bd.json b/change/@uifabricshared-foundation-settings-71bee5e1-a2c3-4cfc-bce5-337afde711bd.json deleted file mode 100644 index a09822eb08..0000000000 --- a/change/@uifabricshared-foundation-settings-71bee5e1-a2c3-4cfc-bce5-337afde711bd.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@uifabricshared/foundation-settings", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@uifabricshared-foundation-settings-a91b1d9c-a9ce-4cfc-80e6-fffb14e69a20.json b/change/@uifabricshared-foundation-settings-a91b1d9c-a9ce-4cfc-80e6-fffb14e69a20.json deleted file mode 100644 index d483c978a9..0000000000 --- a/change/@uifabricshared-foundation-settings-a91b1d9c-a9ce-4cfc-80e6-fffb14e69a20.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@uifabricshared/foundation-settings", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@uifabricshared-foundation-tokens-53fe7dc2-6155-4620-9e72-a7e81c1d4f11.json b/change/@uifabricshared-foundation-tokens-53fe7dc2-6155-4620-9e72-a7e81c1d4f11.json deleted file mode 100644 index 799dffa224..0000000000 --- a/change/@uifabricshared-foundation-tokens-53fe7dc2-6155-4620-9e72-a7e81c1d4f11.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@uifabricshared/foundation-tokens", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@uifabricshared-foundation-tokens-6146f2c9-171c-4b45-9a70-9b49be3dccf6.json b/change/@uifabricshared-foundation-tokens-6146f2c9-171c-4b45-9a70-9b49be3dccf6.json deleted file mode 100644 index be8680b9d7..0000000000 --- a/change/@uifabricshared-foundation-tokens-6146f2c9-171c-4b45-9a70-9b49be3dccf6.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@uifabricshared/foundation-tokens", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@uifabricshared-foundation-tokens-9198686d-639e-49ea-9a35-2aec2267e804.json b/change/@uifabricshared-foundation-tokens-ab7e73de-a1f2-4f22-a9c2-10a7e7665008.json similarity index 52% rename from change/@uifabricshared-foundation-tokens-9198686d-639e-49ea-9a35-2aec2267e804.json rename to change/@uifabricshared-foundation-tokens-ab7e73de-a1f2-4f22-a9c2-10a7e7665008.json index 80c3dad34c..7d8633f06a 100644 --- a/change/@uifabricshared-foundation-tokens-9198686d-639e-49ea-9a35-2aec2267e804.json +++ b/change/@uifabricshared-foundation-tokens-ab7e73de-a1f2-4f22-a9c2-10a7e7665008.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@uifabricshared/foundation-tokens", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@uifabricshared-foundation-tokens-c547a0f9-560e-48a1-9521-19d1ff3538f4.json b/change/@uifabricshared-foundation-tokens-c547a0f9-560e-48a1-9521-19d1ff3538f4.json deleted file mode 100644 index cc28aa9b63..0000000000 --- a/change/@uifabricshared-foundation-tokens-c547a0f9-560e-48a1-9521-19d1ff3538f4.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@uifabricshared/foundation-tokens", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@uifabricshared-theme-registry-8e8ae677-6428-41cf-9d36-4e6e4fb52f88.json b/change/@uifabricshared-theme-registry-3041ddac-5cdb-434f-b2e8-a0a733f9241f.json similarity index 51% rename from change/@uifabricshared-theme-registry-8e8ae677-6428-41cf-9d36-4e6e4fb52f88.json rename to change/@uifabricshared-theme-registry-3041ddac-5cdb-434f-b2e8-a0a733f9241f.json index 6b8718e572..e0d5048b18 100644 --- a/change/@uifabricshared-theme-registry-8e8ae677-6428-41cf-9d36-4e6e4fb52f88.json +++ b/change/@uifabricshared-theme-registry-3041ddac-5cdb-434f-b2e8-a0a733f9241f.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@uifabricshared/theme-registry", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@uifabricshared-theme-registry-3806cb3e-8404-48f8-9e14-9b517c9683b2.json b/change/@uifabricshared-theme-registry-3806cb3e-8404-48f8-9e14-9b517c9683b2.json deleted file mode 100644 index 93b3f9aa8e..0000000000 --- a/change/@uifabricshared-theme-registry-3806cb3e-8404-48f8-9e14-9b517c9683b2.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@uifabricshared/theme-registry", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@uifabricshared-theme-registry-586f2eb1-e8ce-4953-9a93-e01dfc853c35.json b/change/@uifabricshared-theme-registry-586f2eb1-e8ce-4953-9a93-e01dfc853c35.json deleted file mode 100644 index c1843ac936..0000000000 --- a/change/@uifabricshared-theme-registry-586f2eb1-e8ce-4953-9a93-e01dfc853c35.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@uifabricshared/theme-registry", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@uifabricshared-theme-registry-fd5021aa-dc19-433d-8105-aaa702bfcbeb.json b/change/@uifabricshared-theme-registry-fd5021aa-dc19-433d-8105-aaa702bfcbeb.json deleted file mode 100644 index 2a3b4b7f4a..0000000000 --- a/change/@uifabricshared-theme-registry-fd5021aa-dc19-433d-8105-aaa702bfcbeb.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@uifabricshared/theme-registry", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@uifabricshared-themed-settings-18b475c7-8efe-44f8-a1ed-491c21d98e70.json b/change/@uifabricshared-themed-settings-18b475c7-8efe-44f8-a1ed-491c21d98e70.json deleted file mode 100644 index 23989452f0..0000000000 --- a/change/@uifabricshared-themed-settings-18b475c7-8efe-44f8-a1ed-491c21d98e70.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@uifabricshared/themed-settings", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@uifabricshared-themed-settings-4787adf8-ea2e-4899-ae65-ecb04d7807a5.json b/change/@uifabricshared-themed-settings-4787adf8-ea2e-4899-ae65-ecb04d7807a5.json deleted file mode 100644 index 8a9c2e7892..0000000000 --- a/change/@uifabricshared-themed-settings-4787adf8-ea2e-4899-ae65-ecb04d7807a5.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@uifabricshared/themed-settings", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@uifabricshared-themed-settings-8a7370c3-fdc7-430e-ac8d-502e11200f55.json b/change/@uifabricshared-themed-settings-5238e7fb-818c-437c-9164-d9431af1b76e.json similarity index 51% rename from change/@uifabricshared-themed-settings-8a7370c3-fdc7-430e-ac8d-502e11200f55.json rename to change/@uifabricshared-themed-settings-5238e7fb-818c-437c-9164-d9431af1b76e.json index 386016a7b7..04f70fd1c1 100644 --- a/change/@uifabricshared-themed-settings-8a7370c3-fdc7-430e-ac8d-502e11200f55.json +++ b/change/@uifabricshared-themed-settings-5238e7fb-818c-437c-9164-d9431af1b76e.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@uifabricshared/themed-settings", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/change/@uifabricshared-themed-settings-9f021bed-3419-45ca-bf0e-b3ca20044ed4.json b/change/@uifabricshared-themed-settings-9f021bed-3419-45ca-bf0e-b3ca20044ed4.json deleted file mode 100644 index 3335b5d35c..0000000000 --- a/change/@uifabricshared-themed-settings-9f021bed-3419-45ca-bf0e-b3ca20044ed4.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@uifabricshared/themed-settings", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@uifabricshared-theming-ramp-5664ae63-af45-45c3-82f6-222a2499d24e.json b/change/@uifabricshared-theming-ramp-5664ae63-af45-45c3-82f6-222a2499d24e.json deleted file mode 100644 index 6c63b3c6a3..0000000000 --- a/change/@uifabricshared-theming-ramp-5664ae63-af45-45c3-82f6-222a2499d24e.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@uifabricshared/theming-ramp", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@uifabricshared-theming-ramp-679692af-91e9-43c5-bb31-a3a34ca1d34f.json b/change/@uifabricshared-theming-ramp-679692af-91e9-43c5-bb31-a3a34ca1d34f.json new file mode 100644 index 0000000000..63139441ab --- /dev/null +++ b/change/@uifabricshared-theming-ramp-679692af-91e9-43c5-bb31-a3a34ca1d34f.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "run `yarn bump-versions`", + "packageName": "@uifabricshared/theming-ramp", + "email": "sanajmi@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@uifabricshared-theming-ramp-6dae95d8-59d3-48a1-ad2f-a51aff856fbd.json b/change/@uifabricshared-theming-ramp-6dae95d8-59d3-48a1-ad2f-a51aff856fbd.json deleted file mode 100644 index 4ce30df524..0000000000 --- a/change/@uifabricshared-theming-ramp-6dae95d8-59d3-48a1-ad2f-a51aff856fbd.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@uifabricshared/theming-ramp", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@uifabricshared-theming-ramp-7d52687e-13b9-4ffb-8894-82c566f38979.json b/change/@uifabricshared-theming-ramp-7d52687e-13b9-4ffb-8894-82c566f38979.json deleted file mode 100644 index d8e97b6320..0000000000 --- a/change/@uifabricshared-theming-ramp-7d52687e-13b9-4ffb-8894-82c566f38979.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@uifabricshared/theming-ramp", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@uifabricshared-theming-react-native-275de801-f5ee-48a6-8929-7fd79bc719e4.json b/change/@uifabricshared-theming-react-native-275de801-f5ee-48a6-8929-7fd79bc719e4.json deleted file mode 100644 index 03ec8ca062..0000000000 --- a/change/@uifabricshared-theming-react-native-275de801-f5ee-48a6-8929-7fd79bc719e4.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update eslint to 9.x and use new flat config format with security rules", - "packageName": "@uifabricshared/theming-react-native", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@uifabricshared-theming-react-native-2dd25c6e-3b18-438c-a0a5-9762ce5c5cee.json b/change/@uifabricshared-theming-react-native-2dd25c6e-3b18-438c-a0a5-9762ce5c5cee.json deleted file mode 100644 index b066cf1ec7..0000000000 --- a/change/@uifabricshared-theming-react-native-2dd25c6e-3b18-438c-a0a5-9762ce5c5cee.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for React Native 0.74", - "packageName": "@uifabricshared/theming-react-native", - "email": "4123478+tido64@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@uifabricshared-theming-react-native-4560d45e-c2ea-48c4-a71f-a661a55d4789.json b/change/@uifabricshared-theming-react-native-4560d45e-c2ea-48c4-a71f-a661a55d4789.json deleted file mode 100644 index 0d0e491903..0000000000 --- a/change/@uifabricshared-theming-react-native-4560d45e-c2ea-48c4-a71f-a661a55d4789.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "update builds to use node16 settings and modern export maps", - "packageName": "@uifabricshared/theming-react-native", - "email": "jasonmo@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@uifabricshared-theming-react-native-50535006-b383-4c4c-910a-7402f6786d46.json b/change/@uifabricshared-theming-react-native-c26011c5-1cb3-4c55-854d-a20d6a9adbcf.json similarity index 53% rename from change/@uifabricshared-theming-react-native-50535006-b383-4c4c-910a-7402f6786d46.json rename to change/@uifabricshared-theming-react-native-c26011c5-1cb3-4c55-854d-a20d6a9adbcf.json index 98ba087698..579b2ff5e8 100644 --- a/change/@uifabricshared-theming-react-native-50535006-b383-4c4c-910a-7402f6786d46.json +++ b/change/@uifabricshared-theming-react-native-c26011c5-1cb3-4c55-854d-a20d6a9adbcf.json @@ -1,7 +1,7 @@ { "type": "none", - "comment": "Fixed `align-deps` warnings", + "comment": "run `yarn bump-versions`", "packageName": "@uifabricshared/theming-react-native", - "email": "4123478+tido64@users.noreply.github.com", + "email": "sanajmi@microsoft.com", "dependentChangeType": "none" } diff --git a/packages/codemods/CHANGELOG.json b/packages/codemods/CHANGELOG.json index 87f09be85e..e02c67705c 100644 --- a/packages/codemods/CHANGELOG.json +++ b/packages/codemods/CHANGELOG.json @@ -1,6 +1,29 @@ { "name": "@fluentui-react-native/codemods", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:41:00 GMT", + "version": "0.5.15", + "tag": "@fluentui-react-native/codemods_v0.5.15", + "comments": { + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/codemods", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + } + ], + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/codemods", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + } + ] + } + }, { "date": "Wed, 29 Jan 2025 23:43:54 GMT", "version": "0.5.14", diff --git a/packages/codemods/CHANGELOG.md b/packages/codemods/CHANGELOG.md index 7d998feeed..ed9f466e8f 100644 --- a/packages/codemods/CHANGELOG.md +++ b/packages/codemods/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @fluentui-react-native/codemods - + +## 0.5.15 + +Wed, 09 Jul 2025 21:41:00 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) + ## 0.5.14 Wed, 29 Jan 2025 23:43:54 GMT diff --git a/packages/codemods/package.json b/packages/codemods/package.json index a92b06aa7e..01c4d00596 100644 --- a/packages/codemods/package.json +++ b/packages/codemods/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/codemods", - "version": "0.5.14", + "version": "0.5.15", "description": "Transform files to make refactoring FURN code easier", "license": "MIT", "author": "Microsoft ", diff --git a/packages/components/Avatar/CHANGELOG.json b/packages/components/Avatar/CHANGELOG.json index e93e5a83dc..63bb63dc23 100644 --- a/packages/components/Avatar/CHANGELOG.json +++ b/packages/components/Avatar/CHANGELOG.json @@ -1,6 +1,41 @@ { "name": "@fluentui-react-native/avatar", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:41:02 GMT", + "version": "1.12.9", + "tag": "@fluentui-react-native/avatar_v1.12.9", + "comments": { + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/avatar", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/avatar", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ], + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/avatar", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/avatar", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:35:01 GMT", "version": "1.12.8", diff --git a/packages/components/Avatar/CHANGELOG.md b/packages/components/Avatar/CHANGELOG.md index 2200194bbf..55a614b7ee 100644 --- a/packages/components/Avatar/CHANGELOG.md +++ b/packages/components/Avatar/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui-react-native/avatar - + +## 1.12.9 + +Wed, 09 Jul 2025 21:41:02 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 1.12.8 Wed, 29 Jan 2025 23:43:55 GMT diff --git a/packages/components/Avatar/package.json b/packages/components/Avatar/package.json index 29ec6fb59b..eea5452c3c 100644 --- a/packages/components/Avatar/package.json +++ b/packages/components/Avatar/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/avatar", - "version": "1.12.8", + "version": "1.12.9", "description": "A cross-platform Avatar component using the Fluent Design System", "license": "MIT", "author": "Microsoft ", diff --git a/packages/components/Badge/CHANGELOG.json b/packages/components/Badge/CHANGELOG.json index 49a8227437..6523463931 100644 --- a/packages/components/Badge/CHANGELOG.json +++ b/packages/components/Badge/CHANGELOG.json @@ -1,6 +1,41 @@ { "name": "@fluentui-react-native/badge", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:41:02 GMT", + "version": "0.11.3", + "tag": "@fluentui-react-native/badge_v0.11.3", + "comments": { + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/badge", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/badge", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ], + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/badge", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/badge", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:35:01 GMT", "version": "0.11.2", diff --git a/packages/components/Badge/CHANGELOG.md b/packages/components/Badge/CHANGELOG.md index b41e975996..66a022bd45 100644 --- a/packages/components/Badge/CHANGELOG.md +++ b/packages/components/Badge/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui-react-native/badge - + +## 0.11.3 + +Wed, 09 Jul 2025 21:41:02 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.11.2 Wed, 29 Jan 2025 23:43:56 GMT diff --git a/packages/components/Badge/package.json b/packages/components/Badge/package.json index b2c06bd466..52f869fcff 100644 --- a/packages/components/Badge/package.json +++ b/packages/components/Badge/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/badge", - "version": "0.11.2", + "version": "0.11.3", "description": "A cross-platform Badge component using the Fluent Design System. A badge is an additional visual descriptor for UI elements.", "license": "MIT", "author": "Microsoft ", diff --git a/packages/components/Button/CHANGELOG.json b/packages/components/Button/CHANGELOG.json index 70d72bd339..d7c1a9d11c 100644 --- a/packages/components/Button/CHANGELOG.json +++ b/packages/components/Button/CHANGELOG.json @@ -1,6 +1,41 @@ { "name": "@fluentui-react-native/button", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:41:02 GMT", + "version": "0.39.5", + "tag": "@fluentui-react-native/button_v0.39.5", + "comments": { + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/button", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/button", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ], + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/button", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/button", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:35:00 GMT", "version": "0.39.4", diff --git a/packages/components/Button/CHANGELOG.md b/packages/components/Button/CHANGELOG.md index b0e55fa56d..ff15e6429b 100644 --- a/packages/components/Button/CHANGELOG.md +++ b/packages/components/Button/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui-react-native/button - + +## 0.39.5 + +Wed, 09 Jul 2025 21:41:02 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.39.4 Wed, 29 Jan 2025 23:43:54 GMT diff --git a/packages/components/Button/package.json b/packages/components/Button/package.json index 5e6469a4a0..04bfeadd12 100644 --- a/packages/components/Button/package.json +++ b/packages/components/Button/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/button", - "version": "0.39.4", + "version": "0.39.5", "description": "A cross-platform Button component using the Fluent Design System", "main": "lib-commonjs/index.js", "module": "lib/index.js", diff --git a/packages/components/Callout/CHANGELOG.json b/packages/components/Callout/CHANGELOG.json index 79ccc59e21..9fffec4c4e 100644 --- a/packages/components/Callout/CHANGELOG.json +++ b/packages/components/Callout/CHANGELOG.json @@ -1,6 +1,41 @@ { "name": "@fluentui-react-native/callout", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:41:02 GMT", + "version": "0.27.3", + "tag": "@fluentui-react-native/callout_v0.27.3", + "comments": { + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/callout", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/callout", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ], + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/callout", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/callout", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:35:00 GMT", "version": "0.27.2", diff --git a/packages/components/Callout/CHANGELOG.md b/packages/components/Callout/CHANGELOG.md index aff4c43a22..17e77ab9b3 100644 --- a/packages/components/Callout/CHANGELOG.md +++ b/packages/components/Callout/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui-react-native/callout - + +## 0.27.3 + +Wed, 09 Jul 2025 21:41:02 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.27.2 Wed, 29 Jan 2025 23:43:54 GMT diff --git a/packages/components/Callout/package.json b/packages/components/Callout/package.json index ab8d848e2d..ae6cb4e94d 100644 --- a/packages/components/Callout/package.json +++ b/packages/components/Callout/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/callout", - "version": "0.27.2", + "version": "0.27.3", "description": "A cross-platform Callout component using the Fluent Design System", "license": "MIT", "author": "", diff --git a/packages/components/Checkbox/CHANGELOG.json b/packages/components/Checkbox/CHANGELOG.json index d607e0a529..6be35b0321 100644 --- a/packages/components/Checkbox/CHANGELOG.json +++ b/packages/components/Checkbox/CHANGELOG.json @@ -1,6 +1,41 @@ { "name": "@fluentui-react-native/checkbox", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:41:03 GMT", + "version": "0.23.9", + "tag": "@fluentui-react-native/checkbox_v0.23.9", + "comments": { + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/checkbox", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/checkbox", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ], + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/checkbox", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/checkbox", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:35:01 GMT", "version": "0.23.8", diff --git a/packages/components/Checkbox/CHANGELOG.md b/packages/components/Checkbox/CHANGELOG.md index 79216621f8..dc20dc17b3 100644 --- a/packages/components/Checkbox/CHANGELOG.md +++ b/packages/components/Checkbox/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui-react-native/checkbox - + +## 0.23.9 + +Wed, 09 Jul 2025 21:41:03 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.23.8 Wed, 29 Jan 2025 23:43:54 GMT diff --git a/packages/components/Checkbox/package.json b/packages/components/Checkbox/package.json index 44441beb22..6570c774a7 100644 --- a/packages/components/Checkbox/package.json +++ b/packages/components/Checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/checkbox", - "version": "0.23.8", + "version": "0.23.9", "description": "A cross-platform Checkbox component using the Fluent Design System", "main": "lib-commonjs/index.js", "module": "lib/index.js", diff --git a/packages/components/Chip/CHANGELOG.json b/packages/components/Chip/CHANGELOG.json index 5f09f0504f..b5a7bce074 100644 --- a/packages/components/Chip/CHANGELOG.json +++ b/packages/components/Chip/CHANGELOG.json @@ -1,6 +1,35 @@ { "name": "@fluentui-react-native/chip", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:41:03 GMT", + "version": "0.4.9", + "tag": "@fluentui-react-native/chip_v0.4.9", + "comments": { + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/chip", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/chip", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ], + "none": [ + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/chip", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:34:59 GMT", "version": "0.4.8", diff --git a/packages/components/Chip/CHANGELOG.md b/packages/components/Chip/CHANGELOG.md index d7c0827bba..7a361a7109 100644 --- a/packages/components/Chip/CHANGELOG.md +++ b/packages/components/Chip/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui-react-native/chip - + +## 0.4.9 + +Wed, 09 Jul 2025 21:41:03 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.4.8 Wed, 29 Jan 2025 23:43:54 GMT diff --git a/packages/components/Chip/package.json b/packages/components/Chip/package.json index 785fa010c7..5a195a16f3 100644 --- a/packages/components/Chip/package.json +++ b/packages/components/Chip/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/chip", - "version": "0.4.8", + "version": "0.4.9", "description": "A cross-platform Chip component using the Fluent Design System. A chip is a compact representations of entities (most commonly, people) that can be typed in, deleted or dragged easily.", "license": "MIT", "author": "Microsoft ", diff --git a/packages/components/ContextualMenu/CHANGELOG.json b/packages/components/ContextualMenu/CHANGELOG.json index 3593b33add..9e252d136b 100644 --- a/packages/components/ContextualMenu/CHANGELOG.json +++ b/packages/components/ContextualMenu/CHANGELOG.json @@ -1,6 +1,47 @@ { "name": "@fluentui-react-native/contextual-menu", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:41:00 GMT", + "version": "0.24.17", + "tag": "@fluentui-react-native/contextual-menu_v0.24.17", + "comments": { + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/contextual-menu", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/contextual-menu", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ], + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/contextual-menu", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/contextual-menu", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + }, + { + "author": "gulnazsayed@microsoft.com", + "package": "@fluentui-react-native/contextual-menu", + "commit": "fc21bff2110cf0fc56060dfced73965bf6f6d955", + "comment": "fix narrator bug" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:35:00 GMT", "version": "0.24.16", diff --git a/packages/components/ContextualMenu/CHANGELOG.md b/packages/components/ContextualMenu/CHANGELOG.md index 8f18f17b3d..476f75d22e 100644 --- a/packages/components/ContextualMenu/CHANGELOG.md +++ b/packages/components/ContextualMenu/CHANGELOG.md @@ -1,9 +1,19 @@ # Change Log - @fluentui-react-native/contextual-menu - + +## 0.24.17 + +Wed, 09 Jul 2025 21:41:00 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) +- fix narrator bug (gulnazsayed@microsoft.com) + ## 0.24.14 Wed, 29 Jan 2025 23:43:54 GMT diff --git a/packages/components/ContextualMenu/package.json b/packages/components/ContextualMenu/package.json index df792a202b..daaae094d4 100644 --- a/packages/components/ContextualMenu/package.json +++ b/packages/components/ContextualMenu/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/contextual-menu", - "version": "0.24.16", + "version": "0.24.17", "description": "A cross-platform ContextualMenu component using the Fluent Design System", "license": "MIT", "author": "", diff --git a/packages/components/Divider/CHANGELOG.json b/packages/components/Divider/CHANGELOG.json index c9b3fcd471..e6e8acc0ee 100644 --- a/packages/components/Divider/CHANGELOG.json +++ b/packages/components/Divider/CHANGELOG.json @@ -1,6 +1,41 @@ { "name": "@fluentui-react-native/divider", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:41:01 GMT", + "version": "0.7.9", + "tag": "@fluentui-react-native/divider_v0.7.9", + "comments": { + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/divider", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/divider", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ], + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/divider", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/divider", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:34:59 GMT", "version": "0.7.8", diff --git a/packages/components/Divider/CHANGELOG.md b/packages/components/Divider/CHANGELOG.md index ef4a56d7fc..a1e0db1261 100644 --- a/packages/components/Divider/CHANGELOG.md +++ b/packages/components/Divider/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui-react-native/divider - + +## 0.7.9 + +Wed, 09 Jul 2025 21:41:01 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.7.8 Wed, 29 Jan 2025 23:43:55 GMT diff --git a/packages/components/Divider/package.json b/packages/components/Divider/package.json index de3322eb73..b6b2bf8844 100644 --- a/packages/components/Divider/package.json +++ b/packages/components/Divider/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/divider", - "version": "0.7.8", + "version": "0.7.9", "description": "A cross-platform Divider component using the Fluent Design System", "main": "lib-commonjs/index.js", "module": "lib/index.js", diff --git a/packages/components/FocusTrapZone/CHANGELOG.json b/packages/components/FocusTrapZone/CHANGELOG.json index 0c30686ddd..09c66962e2 100644 --- a/packages/components/FocusTrapZone/CHANGELOG.json +++ b/packages/components/FocusTrapZone/CHANGELOG.json @@ -1,6 +1,41 @@ { "name": "@fluentui-react-native/focus-trap-zone", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:40:57 GMT", + "version": "0.12.6", + "tag": "@fluentui-react-native/focus-trap-zone_v0.12.6", + "comments": { + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/focus-trap-zone", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/focus-trap-zone", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ], + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/focus-trap-zone", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/focus-trap-zone", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:34:56 GMT", "version": "0.12.5", diff --git a/packages/components/FocusTrapZone/CHANGELOG.md b/packages/components/FocusTrapZone/CHANGELOG.md index ab2c499c89..1eb4fe82fe 100644 --- a/packages/components/FocusTrapZone/CHANGELOG.md +++ b/packages/components/FocusTrapZone/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui-react-native/focus-trap-zone - + +## 0.12.6 + +Wed, 09 Jul 2025 21:40:57 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.12.5 Wed, 29 Jan 2025 23:43:55 GMT diff --git a/packages/components/FocusTrapZone/package.json b/packages/components/FocusTrapZone/package.json index de5d0cc6c7..73062fd072 100644 --- a/packages/components/FocusTrapZone/package.json +++ b/packages/components/FocusTrapZone/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/focus-trap-zone", - "version": "0.12.5", + "version": "0.12.6", "description": "A cross-platform FocusTrapZone component using the Fluent Design System", "main": "lib-commonjs/index.js", "module": "lib/index.js", diff --git a/packages/components/FocusZone/CHANGELOG.json b/packages/components/FocusZone/CHANGELOG.json index ef4195c8db..45468eb570 100644 --- a/packages/components/FocusZone/CHANGELOG.json +++ b/packages/components/FocusZone/CHANGELOG.json @@ -1,6 +1,41 @@ { "name": "@fluentui-react-native/focus-zone", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:40:58 GMT", + "version": "0.21.1", + "tag": "@fluentui-react-native/focus-zone_v0.21.1", + "comments": { + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/focus-zone", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/focus-zone", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ], + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/focus-zone", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/focus-zone", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:34:54 GMT", "version": "0.21.0", diff --git a/packages/components/FocusZone/CHANGELOG.md b/packages/components/FocusZone/CHANGELOG.md index e3758f619c..1a9b52fcf6 100644 --- a/packages/components/FocusZone/CHANGELOG.md +++ b/packages/components/FocusZone/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui-react-native/focus-zone - + +## 0.21.1 + +Wed, 09 Jul 2025 21:40:58 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.21.0 Mon, 10 Mar 2025 18:14:09 GMT diff --git a/packages/components/FocusZone/package.json b/packages/components/FocusZone/package.json index dcc4b70bdb..0c9763ac0e 100644 --- a/packages/components/FocusZone/package.json +++ b/packages/components/FocusZone/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/focus-zone", - "version": "0.21.0", + "version": "0.21.1", "description": "A cross-platform FocusZone component using the Fluent Design System", "main": "lib-commonjs/index.js", "module": "lib/index.js", diff --git a/packages/components/Icon/CHANGELOG.json b/packages/components/Icon/CHANGELOG.json index 8b53b9b0fa..b5c00e7b52 100644 --- a/packages/components/Icon/CHANGELOG.json +++ b/packages/components/Icon/CHANGELOG.json @@ -1,6 +1,41 @@ { "name": "@fluentui-react-native/icon", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:40:58 GMT", + "version": "0.21.9", + "tag": "@fluentui-react-native/icon_v0.21.9", + "comments": { + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/icon", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/icon", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ], + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/icon", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/icon", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:34:55 GMT", "version": "0.21.8", diff --git a/packages/components/Icon/CHANGELOG.md b/packages/components/Icon/CHANGELOG.md index 242e6c0a98..2863ba2abf 100644 --- a/packages/components/Icon/CHANGELOG.md +++ b/packages/components/Icon/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui-react-native/icon - + +## 0.21.9 + +Wed, 09 Jul 2025 21:40:58 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.21.8 Wed, 29 Jan 2025 23:43:53 GMT diff --git a/packages/components/Icon/package.json b/packages/components/Icon/package.json index 992c38f668..234cb29540 100644 --- a/packages/components/Icon/package.json +++ b/packages/components/Icon/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/icon", - "version": "0.21.8", + "version": "0.21.9", "description": "A cross-platform Icon component", "main": "lib-commonjs/index.js", "module": "lib/index.js", diff --git a/packages/components/Input/CHANGELOG.json b/packages/components/Input/CHANGELOG.json index 641cd46490..244a1e25fc 100644 --- a/packages/components/Input/CHANGELOG.json +++ b/packages/components/Input/CHANGELOG.json @@ -1,6 +1,41 @@ { "name": "@fluentui-react-native/input", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:40:55 GMT", + "version": "0.7.9", + "tag": "@fluentui-react-native/input_v0.7.9", + "comments": { + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/input", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/input", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ], + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/input", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/input", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:34:54 GMT", "version": "0.7.8", diff --git a/packages/components/Input/CHANGELOG.md b/packages/components/Input/CHANGELOG.md index 03cc7b037c..898b4f5f45 100644 --- a/packages/components/Input/CHANGELOG.md +++ b/packages/components/Input/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui-react-native/input - + +## 0.7.9 + +Wed, 09 Jul 2025 21:40:55 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.7.8 Wed, 29 Jan 2025 23:43:53 GMT diff --git a/packages/components/Input/package.json b/packages/components/Input/package.json index f3bf1b4af3..7297d88573 100644 --- a/packages/components/Input/package.json +++ b/packages/components/Input/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/input", - "version": "0.7.8", + "version": "0.7.9", "description": "A cross-platform Text input component using the Fluent Design System", "main": "lib-commonjs/index.js", "module": "lib/index.js", diff --git a/packages/components/Link/CHANGELOG.json b/packages/components/Link/CHANGELOG.json index 07826970e1..611fbba848 100644 --- a/packages/components/Link/CHANGELOG.json +++ b/packages/components/Link/CHANGELOG.json @@ -1,6 +1,41 @@ { "name": "@fluentui-react-native/link", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:40:56 GMT", + "version": "0.23.9", + "tag": "@fluentui-react-native/link_v0.23.9", + "comments": { + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/link", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/link", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ], + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/link", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/link", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:34:53 GMT", "version": "0.23.8", diff --git a/packages/components/Link/CHANGELOG.md b/packages/components/Link/CHANGELOG.md index 09d2f0a3be..cb332843ae 100644 --- a/packages/components/Link/CHANGELOG.md +++ b/packages/components/Link/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui-react-native/link - + +## 0.23.9 + +Wed, 09 Jul 2025 21:40:56 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.23.8 Thu, 20 Feb 2025 23:25:58 GMT diff --git a/packages/components/Link/package.json b/packages/components/Link/package.json index 0f6e95c08f..d8732c4d4c 100644 --- a/packages/components/Link/package.json +++ b/packages/components/Link/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/link", - "version": "0.23.8", + "version": "0.23.9", "description": "A cross-platform Link component using the Fluent Design System", "main": "lib-commonjs/index.js", "module": "lib/index.js", diff --git a/packages/components/Menu/CHANGELOG.json b/packages/components/Menu/CHANGELOG.json index 8360c69c16..e075614fe4 100644 --- a/packages/components/Menu/CHANGELOG.json +++ b/packages/components/Menu/CHANGELOG.json @@ -1,6 +1,41 @@ { "name": "@fluentui-react-native/menu", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:40:56 GMT", + "version": "1.14.23", + "tag": "@fluentui-react-native/menu_v1.14.23", + "comments": { + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/menu", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/menu", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ], + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/menu", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/menu", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:34:53 GMT", "version": "1.14.22", diff --git a/packages/components/Menu/CHANGELOG.md b/packages/components/Menu/CHANGELOG.md index f2f97e1ef6..789f7eacb9 100644 --- a/packages/components/Menu/CHANGELOG.md +++ b/packages/components/Menu/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui-react-native/menu - + +## 1.14.23 + +Wed, 09 Jul 2025 21:40:56 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 1.14.20 Wed, 05 Mar 2025 01:28:08 GMT diff --git a/packages/components/Menu/package.json b/packages/components/Menu/package.json index 8dc2425300..d3009fb351 100644 --- a/packages/components/Menu/package.json +++ b/packages/components/Menu/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/menu", - "version": "1.14.22", + "version": "1.14.23", "description": "A cross-platform Menu component using the Fluent Design System", "main": "lib-commonjs/index.js", "module": "lib/index.js", diff --git a/packages/components/MenuButton/CHANGELOG.json b/packages/components/MenuButton/CHANGELOG.json index 4dc6a32160..923f6f7ccc 100644 --- a/packages/components/MenuButton/CHANGELOG.json +++ b/packages/components/MenuButton/CHANGELOG.json @@ -1,6 +1,41 @@ { "name": "@fluentui-react-native/menu-button", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:40:56 GMT", + "version": "0.13.20", + "tag": "@fluentui-react-native/menu-button_v0.13.20", + "comments": { + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/menu-button", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/menu-button", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ], + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/menu-button", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/menu-button", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:34:54 GMT", "version": "0.13.19", diff --git a/packages/components/MenuButton/CHANGELOG.md b/packages/components/MenuButton/CHANGELOG.md index 355106da48..e4e9ba604d 100644 --- a/packages/components/MenuButton/CHANGELOG.md +++ b/packages/components/MenuButton/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui-react-native/menu-button - + +## 0.13.20 + +Wed, 09 Jul 2025 21:40:56 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.13.17 Wed, 29 Jan 2025 23:43:53 GMT diff --git a/packages/components/MenuButton/package.json b/packages/components/MenuButton/package.json index 4ce6281b2c..8addcdd8c3 100644 --- a/packages/components/MenuButton/package.json +++ b/packages/components/MenuButton/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/menu-button", - "version": "0.13.19", + "version": "0.13.20", "description": "A cross-platform MenuButton component using the Fluent Design System", "license": "MIT", "author": "Microsoft ", diff --git a/packages/components/Notification/CHANGELOG.json b/packages/components/Notification/CHANGELOG.json index 465eb0b727..2c50abd2a5 100644 --- a/packages/components/Notification/CHANGELOG.json +++ b/packages/components/Notification/CHANGELOG.json @@ -1,6 +1,41 @@ { "name": "@fluentui-react-native/notification", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:40:54 GMT", + "version": "0.25.12", + "tag": "@fluentui-react-native/notification_v0.25.12", + "comments": { + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/notification", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/notification", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ], + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/notification", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/notification", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:34:53 GMT", "version": "0.25.11", diff --git a/packages/components/Notification/CHANGELOG.md b/packages/components/Notification/CHANGELOG.md index 6703b083a6..f2cbd68646 100644 --- a/packages/components/Notification/CHANGELOG.md +++ b/packages/components/Notification/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui-react-native/notification - + +## 0.25.12 + +Wed, 09 Jul 2025 21:40:54 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.25.11 Wed, 29 Jan 2025 23:43:53 GMT diff --git a/packages/components/Notification/package.json b/packages/components/Notification/package.json index fc2e9ffff4..44eec518da 100644 --- a/packages/components/Notification/package.json +++ b/packages/components/Notification/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/notification", - "version": "0.25.11", + "version": "0.25.12", "description": "add component-description", "main": "lib-commonjs/index.js", "module": "lib/index.js", diff --git a/packages/components/Persona/CHANGELOG.json b/packages/components/Persona/CHANGELOG.json index ab927c954a..7ca51e5244 100644 --- a/packages/components/Persona/CHANGELOG.json +++ b/packages/components/Persona/CHANGELOG.json @@ -1,6 +1,41 @@ { "name": "@fluentui-react-native/persona", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:40:54 GMT", + "version": "0.16.3", + "tag": "@fluentui-react-native/persona_v0.16.3", + "comments": { + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/persona", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/persona", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ], + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/persona", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/persona", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:34:52 GMT", "version": "0.16.2", diff --git a/packages/components/Persona/CHANGELOG.md b/packages/components/Persona/CHANGELOG.md index 8d8a294778..d24c58aa9d 100644 --- a/packages/components/Persona/CHANGELOG.md +++ b/packages/components/Persona/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui-react-native/persona -This log was last generated on Thu, 11 Apr 2024 18:08:39 GMT and should not be manually modified. + +## 0.16.3 + +Wed, 09 Jul 2025 21:40:54 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.16.0 Thu, 11 Apr 2024 18:08:39 GMT diff --git a/packages/components/Persona/package.json b/packages/components/Persona/package.json index ce50eecb96..eed9e62142 100644 --- a/packages/components/Persona/package.json +++ b/packages/components/Persona/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/persona", - "version": "0.16.2", + "version": "0.16.3", "description": "A cross-platform Persona component using the Fluent Design System", "main": "lib-commonjs/index.js", "module": "lib/index.js", diff --git a/packages/components/PersonaCoin/CHANGELOG.json b/packages/components/PersonaCoin/CHANGELOG.json index 5266b058cd..c555086f73 100644 --- a/packages/components/PersonaCoin/CHANGELOG.json +++ b/packages/components/PersonaCoin/CHANGELOG.json @@ -1,6 +1,41 @@ { "name": "@fluentui-react-native/persona-coin", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:40:54 GMT", + "version": "0.15.3", + "tag": "@fluentui-react-native/persona-coin_v0.15.3", + "comments": { + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/persona-coin", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/persona-coin", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ], + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/persona-coin", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/persona-coin", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:34:52 GMT", "version": "0.15.2", diff --git a/packages/components/PersonaCoin/CHANGELOG.md b/packages/components/PersonaCoin/CHANGELOG.md index 5b6ae8c6c6..16ce9b2691 100644 --- a/packages/components/PersonaCoin/CHANGELOG.md +++ b/packages/components/PersonaCoin/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui-react-native/persona-coin -This log was last generated on Thu, 11 Apr 2024 18:08:39 GMT and should not be manually modified. + +## 0.15.3 + +Wed, 09 Jul 2025 21:40:54 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.15.0 Thu, 11 Apr 2024 18:08:39 GMT diff --git a/packages/components/PersonaCoin/package.json b/packages/components/PersonaCoin/package.json index a6df862bc5..2c06e5c9a7 100644 --- a/packages/components/PersonaCoin/package.json +++ b/packages/components/PersonaCoin/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/persona-coin", - "version": "0.15.2", + "version": "0.15.3", "description": "A cross-platform PersonaCoin component using the Fluent Design System", "main": "lib-commonjs/index.js", "module": "lib/index.js", diff --git a/packages/components/Pressable/CHANGELOG.json b/packages/components/Pressable/CHANGELOG.json index b3231582f7..fb22247330 100644 --- a/packages/components/Pressable/CHANGELOG.json +++ b/packages/components/Pressable/CHANGELOG.json @@ -1,6 +1,41 @@ { "name": "@fluentui-react-native/pressable", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:40:54 GMT", + "version": "0.12.5", + "tag": "@fluentui-react-native/pressable_v0.12.5", + "comments": { + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/pressable", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/pressable", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ], + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/pressable", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/pressable", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:34:51 GMT", "version": "0.12.4", diff --git a/packages/components/Pressable/CHANGELOG.md b/packages/components/Pressable/CHANGELOG.md index 1f636ab54a..2b70692287 100644 --- a/packages/components/Pressable/CHANGELOG.md +++ b/packages/components/Pressable/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui-react-native/pressable -This log was last generated on Thu, 11 Apr 2024 18:08:39 GMT and should not be manually modified. + +## 0.12.5 + +Wed, 09 Jul 2025 21:40:54 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.12.0 Thu, 11 Apr 2024 18:08:39 GMT diff --git a/packages/components/Pressable/package.json b/packages/components/Pressable/package.json index fcf45b8a6b..4f59fc0c3f 100644 --- a/packages/components/Pressable/package.json +++ b/packages/components/Pressable/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/pressable", - "version": "0.12.4", + "version": "0.12.5", "description": "A cross-platform Pressable component", "main": "lib-commonjs/index.js", "module": "lib/index.js", diff --git a/packages/components/RadioGroup/CHANGELOG.json b/packages/components/RadioGroup/CHANGELOG.json index 60bd296d97..710e78bb6d 100644 --- a/packages/components/RadioGroup/CHANGELOG.json +++ b/packages/components/RadioGroup/CHANGELOG.json @@ -1,6 +1,41 @@ { "name": "@fluentui-react-native/radio-group", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:40:55 GMT", + "version": "0.21.17", + "tag": "@fluentui-react-native/radio-group_v0.21.17", + "comments": { + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/radio-group", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/radio-group", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ], + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/radio-group", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/radio-group", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:34:52 GMT", "version": "0.21.16", diff --git a/packages/components/RadioGroup/CHANGELOG.md b/packages/components/RadioGroup/CHANGELOG.md index 425541e883..68b1e16390 100644 --- a/packages/components/RadioGroup/CHANGELOG.md +++ b/packages/components/RadioGroup/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui-react-native/radio-group - + +## 0.21.17 + +Wed, 09 Jul 2025 21:40:55 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.21.14 Wed, 29 Jan 2025 23:43:53 GMT diff --git a/packages/components/RadioGroup/package.json b/packages/components/RadioGroup/package.json index df8e9ad9cb..9ca33c7748 100644 --- a/packages/components/RadioGroup/package.json +++ b/packages/components/RadioGroup/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/radio-group", - "version": "0.21.16", + "version": "0.21.17", "description": "A cross-platform Radio Group component using the Fluent Design System", "main": "lib-commonjs/index.js", "module": "lib/index.js", diff --git a/packages/components/Separator/CHANGELOG.json b/packages/components/Separator/CHANGELOG.json index f271fd0961..e9c5cc4b77 100644 --- a/packages/components/Separator/CHANGELOG.json +++ b/packages/components/Separator/CHANGELOG.json @@ -1,6 +1,41 @@ { "name": "@fluentui-react-native/separator", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:40:55 GMT", + "version": "0.18.3", + "tag": "@fluentui-react-native/separator_v0.18.3", + "comments": { + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/separator", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/separator", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ], + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/separator", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/separator", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:34:50 GMT", "version": "0.18.2", diff --git a/packages/components/Separator/CHANGELOG.md b/packages/components/Separator/CHANGELOG.md index 6ab0d6ddc6..c67c4c22bc 100644 --- a/packages/components/Separator/CHANGELOG.md +++ b/packages/components/Separator/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui-react-native/separator - + +## 0.18.3 + +Wed, 09 Jul 2025 21:40:55 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.18.2 Wed, 29 Jan 2025 23:43:53 GMT diff --git a/packages/components/Separator/package.json b/packages/components/Separator/package.json index e54342007e..06bc27a26e 100644 --- a/packages/components/Separator/package.json +++ b/packages/components/Separator/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/separator", - "version": "0.18.2", + "version": "0.18.3", "description": "A cross-platform Separator component using the Fluent Design System", "main": "lib-commonjs/index.js", "module": "lib/index.js", diff --git a/packages/components/Stack/CHANGELOG.json b/packages/components/Stack/CHANGELOG.json index 37b15adf98..d87be9535b 100644 --- a/packages/components/Stack/CHANGELOG.json +++ b/packages/components/Stack/CHANGELOG.json @@ -1,6 +1,41 @@ { "name": "@fluentui-react-native/stack", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:40:52 GMT", + "version": "0.10.8", + "tag": "@fluentui-react-native/stack_v0.10.8", + "comments": { + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/stack", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/stack", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ], + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/stack", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/stack", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:34:50 GMT", "version": "0.10.7", diff --git a/packages/components/Stack/CHANGELOG.md b/packages/components/Stack/CHANGELOG.md index 82c52bc7b2..3c3e2db30f 100644 --- a/packages/components/Stack/CHANGELOG.md +++ b/packages/components/Stack/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui-react-native/stack - + +## 0.10.8 + +Wed, 09 Jul 2025 21:40:52 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.10.7 Wed, 29 Jan 2025 23:43:53 GMT diff --git a/packages/components/Stack/package.json b/packages/components/Stack/package.json index a6c4207df0..f356c152ce 100644 --- a/packages/components/Stack/package.json +++ b/packages/components/Stack/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/stack", - "version": "0.10.7", + "version": "0.10.8", "description": "A cross-platform opinionated Fluent Text component", "main": "lib-commonjs/index.js", "module": "lib/index.js", diff --git a/packages/components/Switch/CHANGELOG.json b/packages/components/Switch/CHANGELOG.json index b27fda7d61..5ba993ff5a 100644 --- a/packages/components/Switch/CHANGELOG.json +++ b/packages/components/Switch/CHANGELOG.json @@ -1,6 +1,41 @@ { "name": "@fluentui-react-native/switch", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:40:52 GMT", + "version": "0.13.8", + "tag": "@fluentui-react-native/switch_v0.13.8", + "comments": { + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/switch", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/switch", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ], + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/switch", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/switch", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:34:49 GMT", "version": "0.13.7", diff --git a/packages/components/Switch/CHANGELOG.md b/packages/components/Switch/CHANGELOG.md index e9c7903207..63d6bf5e7d 100644 --- a/packages/components/Switch/CHANGELOG.md +++ b/packages/components/Switch/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui-react-native/switch - + +## 0.13.8 + +Wed, 09 Jul 2025 21:40:52 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.13.7 Wed, 29 Jan 2025 23:43:53 GMT diff --git a/packages/components/Switch/package.json b/packages/components/Switch/package.json index 9b697f4983..214c42587f 100644 --- a/packages/components/Switch/package.json +++ b/packages/components/Switch/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/switch", - "version": "0.13.7", + "version": "0.13.8", "description": "A cross-platform Switch component using the Fluent Design System", "main": "lib-commonjs/index.js", "module": "lib/index.js", diff --git a/packages/components/TabList/CHANGELOG.json b/packages/components/TabList/CHANGELOG.json index 175b94c254..0b60a361cb 100644 --- a/packages/components/TabList/CHANGELOG.json +++ b/packages/components/TabList/CHANGELOG.json @@ -1,6 +1,41 @@ { "name": "@fluentui-react-native/tablist", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:40:53 GMT", + "version": "0.7.5", + "tag": "@fluentui-react-native/tablist_v0.7.5", + "comments": { + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/tablist", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/tablist", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ], + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/tablist", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/tablist", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:34:49 GMT", "version": "0.7.4", diff --git a/packages/components/TabList/CHANGELOG.md b/packages/components/TabList/CHANGELOG.md index 7844f30f16..fdf6297239 100644 --- a/packages/components/TabList/CHANGELOG.md +++ b/packages/components/TabList/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui-react-native/tablist - + +## 0.7.5 + +Wed, 09 Jul 2025 21:40:53 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.7.2 Wed, 29 Jan 2025 23:43:54 GMT diff --git a/packages/components/TabList/package.json b/packages/components/TabList/package.json index a0f525ff7a..02b284e39a 100644 --- a/packages/components/TabList/package.json +++ b/packages/components/TabList/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/tablist", - "version": "0.7.4", + "version": "0.7.5", "description": "A cross-platform TabList component using the Fluent Design System", "main": "lib-commonjs/index.js", "module": "lib/index.js", diff --git a/packages/components/Text/CHANGELOG.json b/packages/components/Text/CHANGELOG.json index 9d0445be30..dcc737f761 100644 --- a/packages/components/Text/CHANGELOG.json +++ b/packages/components/Text/CHANGELOG.json @@ -1,6 +1,41 @@ { "name": "@fluentui-react-native/text", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:40:53 GMT", + "version": "0.24.7", + "tag": "@fluentui-react-native/text_v0.24.7", + "comments": { + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/text", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/text", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ], + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/text", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/text", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:34:48 GMT", "version": "0.24.6", diff --git a/packages/components/Text/CHANGELOG.md b/packages/components/Text/CHANGELOG.md index 6da089e1bf..7ffa422934 100644 --- a/packages/components/Text/CHANGELOG.md +++ b/packages/components/Text/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui-react-native/text - + +## 0.24.7 + +Wed, 09 Jul 2025 21:40:53 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.24.6 Wed, 29 Jan 2025 23:43:54 GMT diff --git a/packages/components/Text/package.json b/packages/components/Text/package.json index 06da7fb892..f061a3b5fb 100644 --- a/packages/components/Text/package.json +++ b/packages/components/Text/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/text", - "version": "0.24.6", + "version": "0.24.7", "description": "A cross-platform Text component using the Fluent Design System", "main": "lib-commonjs/index.js", "module": "lib/index.js", diff --git a/packages/dependency-profiles/CHANGELOG.json b/packages/dependency-profiles/CHANGELOG.json index 54e66672dc..4ab99dbe36 100644 --- a/packages/dependency-profiles/CHANGELOG.json +++ b/packages/dependency-profiles/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/dependency-profiles", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:41:17 GMT", + "version": "0.8.46", + "tag": "@fluentui-react-native/dependency-profiles_v0.8.46", + "comments": { + "patch": [ + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/dependency-profiles", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:34:43 GMT", "version": "0.8.45", diff --git a/packages/dependency-profiles/CHANGELOG.md b/packages/dependency-profiles/CHANGELOG.md index 163dd02cec..d9b129511d 100644 --- a/packages/dependency-profiles/CHANGELOG.md +++ b/packages/dependency-profiles/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @fluentui-react-native/dependency-profiles -This log was last generated on Fri, 12 Apr 2024 21:02:38 GMT and should not be manually modified. + +## 0.8.46 + +Wed, 09 Jul 2025 21:41:17 GMT + +### Patches + +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.8.1 Fri, 12 Apr 2024 21:02:38 GMT diff --git a/packages/dependency-profiles/package.json b/packages/dependency-profiles/package.json index 8fdfccf399..b9bbca765e 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.8.45", + "version": "0.8.46", "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 eed1b50043..64129c6cf4 100644 --- a/packages/dependency-profiles/src/index.js +++ b/packages/dependency-profiles/src/index.js @@ -4,219 +4,219 @@ module.exports = { "0.74": { "@fluentui-react-native/e2e-testing": { "name": "@fluentui-react-native/e2e-testing", - "version": "1.40.8" + "version": "1.41.0" }, "@fluentui-react-native/tester": { "name": "@fluentui-react-native/tester", - "version": "0.170.26" + "version": "0.170.27" }, "@fluentui-react-native/tester-win32": { "name": "@fluentui-react-native/tester-win32", - "version": "0.38.43" + "version": "0.38.46" }, "@fluentui-react-native/avatar": { "name": "@fluentui-react-native/avatar", - "version": "1.12.8" + "version": "1.12.9" }, "@fluentui-react-native/badge": { "name": "@fluentui-react-native/badge", - "version": "0.11.2" + "version": "0.11.3" }, "@fluentui-react-native/button": { "name": "@fluentui-react-native/button", - "version": "0.39.4" + "version": "0.39.5" }, "@fluentui-react-native/callout": { "name": "@fluentui-react-native/callout", - "version": "0.27.2" + "version": "0.27.3" }, "@fluentui-react-native/checkbox": { "name": "@fluentui-react-native/checkbox", - "version": "0.23.8" + "version": "0.23.9" }, "@fluentui-react-native/chip": { "name": "@fluentui-react-native/chip", - "version": "0.4.8" + "version": "0.4.9" }, "@fluentui-react-native/contextual-menu": { "name": "@fluentui-react-native/contextual-menu", - "version": "0.24.16" + "version": "0.24.17" }, "@fluentui-react-native/divider": { "name": "@fluentui-react-native/divider", - "version": "0.7.8" + "version": "0.7.9" }, "@fluentui-react-native/focus-trap-zone": { "name": "@fluentui-react-native/focus-trap-zone", - "version": "0.12.5" + "version": "0.12.6" }, "@fluentui-react-native/focus-zone": { "name": "@fluentui-react-native/focus-zone", - "version": "0.21.0" + "version": "0.21.1" }, "@fluentui-react-native/icon": { "name": "@fluentui-react-native/icon", - "version": "0.21.8" + "version": "0.21.9" }, "@fluentui-react-native/input": { "name": "@fluentui-react-native/input", - "version": "0.7.8" + "version": "0.7.9" }, "@fluentui-react-native/link": { "name": "@fluentui-react-native/link", - "version": "0.23.8" + "version": "0.23.9" }, "@fluentui-react-native/menu": { "name": "@fluentui-react-native/menu", - "version": "1.14.22" + "version": "1.14.23" }, "@fluentui-react-native/menu-button": { "name": "@fluentui-react-native/menu-button", - "version": "0.13.19" + "version": "0.13.20" }, "@fluentui-react-native/notification": { "name": "@fluentui-react-native/notification", - "version": "0.25.11" + "version": "0.25.12" }, "@fluentui-react-native/persona": { "name": "@fluentui-react-native/persona", - "version": "0.16.2" + "version": "0.16.3" }, "@fluentui-react-native/persona-coin": { "name": "@fluentui-react-native/persona-coin", - "version": "0.15.2" + "version": "0.15.3" }, "@fluentui-react-native/pressable": { "name": "@fluentui-react-native/pressable", - "version": "0.12.4" + "version": "0.12.5" }, "@fluentui-react-native/radio-group": { "name": "@fluentui-react-native/radio-group", - "version": "0.21.16" + "version": "0.21.17" }, "@fluentui-react-native/separator": { "name": "@fluentui-react-native/separator", - "version": "0.18.2" + "version": "0.18.3" }, "@fluentui-react-native/stack": { "name": "@fluentui-react-native/stack", - "version": "0.10.7" + "version": "0.10.8" }, "@fluentui-react-native/switch": { "name": "@fluentui-react-native/switch", - "version": "0.13.7" + "version": "0.13.8" }, "@fluentui-react-native/tablist": { "name": "@fluentui-react-native/tablist", - "version": "0.7.4" + "version": "0.7.5" }, "@fluentui-react-native/text": { "name": "@fluentui-react-native/text", - "version": "0.24.6" + "version": "0.24.7" }, "@uifabricshared/foundation-composable": { "name": "@uifabricshared/foundation-composable", - "version": "0.13.1" + "version": "0.13.2" }, "@uifabricshared/foundation-compose": { "name": "@uifabricshared/foundation-compose", - "version": "1.15.2" + "version": "1.15.3" }, "@uifabricshared/foundation-settings": { "name": "@uifabricshared/foundation-settings", - "version": "0.15.1" + "version": "0.15.2" }, "@uifabricshared/foundation-tokens": { "name": "@uifabricshared/foundation-tokens", - "version": "0.15.2" + "version": "0.15.3" }, "@uifabricshared/theme-registry": { "name": "@uifabricshared/theme-registry", - "version": "0.12.0" + "version": "0.12.1" }, "@uifabricshared/themed-settings": { "name": "@uifabricshared/themed-settings", - "version": "0.12.1" + "version": "0.12.2" }, "@uifabricshared/theming-ramp": { "name": "@uifabricshared/theming-ramp", - "version": "0.20.2" + "version": "0.20.3" }, "@uifabricshared/theming-react-native": { "name": "@uifabricshared/theming-react-native", - "version": "0.20.5" + "version": "0.20.6" }, "@fluentui-react-native/experimental-activity-indicator": { "name": "@fluentui-react-native/experimental-activity-indicator", - "version": "0.10.3" + "version": "0.10.4" }, "@fluentui-react-native/experimental-appearance-additions": { "name": "@fluentui-react-native/experimental-appearance-additions", - "version": "0.7.2" + "version": "0.7.3" }, "@fluentui-react-native/experimental-avatar": { "name": "@fluentui-react-native/experimental-avatar", - "version": "0.21.4" + "version": "0.21.5" }, "@fluentui-react-native/experimental-checkbox": { "name": "@fluentui-react-native/experimental-checkbox", - "version": "0.17.9" + "version": "0.17.10" }, "@fluentui-react-native/drawer": { "name": "@fluentui-react-native/drawer", - "version": "0.4.4" + "version": "0.4.5" }, "@fluentui-react-native/dropdown": { "name": "@fluentui-react-native/dropdown", - "version": "0.10.13" + "version": "0.10.14" }, "@fluentui-react-native/experimental-expander": { "name": "@fluentui-react-native/experimental-expander", - "version": "0.8.3" + "version": "0.8.4" }, "@fluentui-react-native/experimental-menu-button": { "name": "@fluentui-react-native/experimental-menu-button", - "version": "0.10.19" + "version": "0.10.20" }, "@fluentui-react-native/experimental-native-date-picker": { "name": "@fluentui-react-native/experimental-native-date-picker", - "version": "0.11.0" + "version": "0.11.1" }, "@fluentui-react-native/experimental-native-font-metrics": { "name": "@fluentui-react-native/experimental-native-font-metrics", - "version": "0.6.0" + "version": "0.6.1" }, "@fluentui-react-native/overflow": { "name": "@fluentui-react-native/overflow", - "version": "0.3.22" + "version": "0.3.23" }, "@fluentui-react-native/popover": { "name": "@fluentui-react-native/popover", - "version": "0.4.2" + "version": "0.4.3" }, "@fluentui-react-native/experimental-shadow": { "name": "@fluentui-react-native/experimental-shadow", - "version": "0.6.4" + "version": "0.6.5" }, "@fluentui-react-native/experimental-shimmer": { "name": "@fluentui-react-native/experimental-shimmer", - "version": "0.13.5" + "version": "0.13.6" }, "@fluentui-react-native/spinner": { "name": "@fluentui-react-native/spinner", - "version": "0.9.9" + "version": "0.9.10" }, "@fluentui-react-native/tooltip": { "name": "@fluentui-react-native/tooltip", - "version": "0.4.11" + "version": "0.4.12" }, "@fluentui-react-native/vibrancy-view": { "name": "@fluentui-react-native/vibrancy-view", - "version": "0.3.0" + "version": "0.3.1" }, "@fluentui-react-native/composition": { "name": "@fluentui-react-native/composition", - "version": "0.11.2" + "version": "0.11.3" }, "@fluentui-react-native/eslint-config-rules": { "name": "@fluentui-react-native/eslint-config-rules", @@ -224,91 +224,91 @@ module.exports = { }, "@fluentui-react-native/framework": { "name": "@fluentui-react-native/framework", - "version": "0.14.2" + "version": "0.14.3" }, "@fluentui-react-native/immutable-merge": { "name": "@fluentui-react-native/immutable-merge", - "version": "1.2.2" + "version": "1.2.3" }, "@fluentui-react-native/memo-cache": { "name": "@fluentui-react-native/memo-cache", - "version": "1.3.3" + "version": "1.3.4" }, "@fluentui-react-native/merge-props": { "name": "@fluentui-react-native/merge-props", - "version": "0.9.1" + "version": "0.9.2" }, "@fluentui-react-native/theme": { "name": "@fluentui-react-native/theme", - "version": "0.11.1" + "version": "0.11.2" }, "@fluentui-react-native/themed-stylesheet": { "name": "@fluentui-react-native/themed-stylesheet", - "version": "1.7.1" + "version": "1.7.2" }, "@fluentui-react-native/use-slot": { "name": "@fluentui-react-native/use-slot", - "version": "0.6.2" + "version": "0.6.3" }, "@fluentui-react-native/use-slots": { "name": "@fluentui-react-native/use-slots", - "version": "0.10.2" + "version": "0.10.3" }, "@fluentui-react-native/use-styling": { "name": "@fluentui-react-native/use-styling", - "version": "0.13.2" + "version": "0.13.3" }, "@fluentui-react-native/use-tokens": { "name": "@fluentui-react-native/use-tokens", - "version": "0.6.2" + "version": "0.6.3" }, "@fluentui/react-native": { "name": "@fluentui/react-native", - "version": "0.42.13" + "version": "0.42.14" }, "@fluentui-react-native/android-theme": { "name": "@fluentui-react-native/android-theme", - "version": "0.25.2" + "version": "0.25.3" }, "@fluentui-react-native/apple-theme": { "name": "@fluentui-react-native/apple-theme", - "version": "0.28.2" + "version": "0.28.3" }, "@fluentui-react-native/default-theme": { "name": "@fluentui-react-native/default-theme", - "version": "0.26.2" + "version": "0.26.3" }, "@fluentui-react-native/theme-tokens": { "name": "@fluentui-react-native/theme-tokens", - "version": "0.27.1" + "version": "0.27.2" }, "@fluentui-react-native/theme-types": { "name": "@fluentui-react-native/theme-types", - "version": "0.39.1" + "version": "0.39.2" }, "@fluentui-react-native/theming-utils": { "name": "@fluentui-react-native/theming-utils", - "version": "0.26.1" + "version": "0.26.2" }, "@fluentui-react-native/win32-theme": { "name": "@fluentui-react-native/win32-theme", - "version": "0.34.5" + "version": "0.34.6" }, "@fluentui-react-native/adapters": { "name": "@fluentui-react-native/adapters", - "version": "0.13.0" + "version": "0.13.1" }, "@fluentui-react-native/interactive-hooks": { "name": "@fluentui-react-native/interactive-hooks", - "version": "0.27.4" + "version": "0.27.5" }, "@fluentui-react-native/styling-utils": { "name": "@fluentui-react-native/styling-utils", - "version": "0.7.0" + "version": "0.7.1" }, "@fluentui-react-native/tokens": { "name": "@fluentui-react-native/tokens", - "version": "0.23.1" + "version": "0.23.2" } }, "0.73": { @@ -322,7 +322,7 @@ module.exports = { }, "@fluentui-react-native/tester-win32": { "name": "@fluentui-react-native/tester-win32", - "version": "0.38.45" + "version": "0.38.43" }, "@fluentui-react-native/avatar": { "name": "@fluentui-react-native/avatar", @@ -376,26 +376,26 @@ module.exports = { "name": "@fluentui-react-native/link", "version": "0.23.8" }, - "@fluentui-react-native/menu-button": { - "name": "@fluentui-react-native/menu-button", - "version": "0.13.19" - }, "@fluentui-react-native/menu": { "name": "@fluentui-react-native/menu", "version": "1.14.22" }, + "@fluentui-react-native/menu-button": { + "name": "@fluentui-react-native/menu-button", + "version": "0.13.19" + }, "@fluentui-react-native/notification": { "name": "@fluentui-react-native/notification", "version": "0.25.11" }, - "@fluentui-react-native/persona-coin": { - "name": "@fluentui-react-native/persona-coin", - "version": "0.15.2" - }, "@fluentui-react-native/persona": { "name": "@fluentui-react-native/persona", "version": "0.16.2" }, + "@fluentui-react-native/persona-coin": { + "name": "@fluentui-react-native/persona-coin", + "version": "0.15.2" + }, "@fluentui-react-native/pressable": { "name": "@fluentui-react-native/pressable", "version": "0.12.4" diff --git a/packages/deprecated/foundation-composable/CHANGELOG.json b/packages/deprecated/foundation-composable/CHANGELOG.json index 86c5a9abe2..9f11d02f13 100644 --- a/packages/deprecated/foundation-composable/CHANGELOG.json +++ b/packages/deprecated/foundation-composable/CHANGELOG.json @@ -1,6 +1,35 @@ { "name": "@uifabricshared/foundation-composable", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:40:50 GMT", + "version": "0.13.2", + "tag": "@uifabricshared/foundation-composable_v0.13.2", + "comments": { + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@uifabricshared/foundation-composable", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@uifabricshared/foundation-composable", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ], + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@uifabricshared/foundation-composable", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + } + ] + } + }, { "date": "Thu, 11 Apr 2024 18:08:40 GMT", "version": "0.13.0", diff --git a/packages/deprecated/foundation-composable/CHANGELOG.md b/packages/deprecated/foundation-composable/CHANGELOG.md index c5a3e0173a..91f9f9341b 100644 --- a/packages/deprecated/foundation-composable/CHANGELOG.md +++ b/packages/deprecated/foundation-composable/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @uifabricshared/foundation-composable -This log was last generated on Thu, 11 Apr 2024 18:08:40 GMT and should not be manually modified. + +## 0.13.2 + +Wed, 09 Jul 2025 21:40:50 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.13.0 Thu, 11 Apr 2024 18:08:40 GMT diff --git a/packages/deprecated/foundation-composable/package.json b/packages/deprecated/foundation-composable/package.json index ca09ebdc47..7b6c4d1c2c 100644 --- a/packages/deprecated/foundation-composable/package.json +++ b/packages/deprecated/foundation-composable/package.json @@ -1,6 +1,6 @@ { "name": "@uifabricshared/foundation-composable", - "version": "0.13.1", + "version": "0.13.2", "description": "Composable component building blocks", "repository": { "type": "git", diff --git a/packages/deprecated/foundation-compose/CHANGELOG.json b/packages/deprecated/foundation-compose/CHANGELOG.json index 402a7631b0..0c412605ad 100644 --- a/packages/deprecated/foundation-compose/CHANGELOG.json +++ b/packages/deprecated/foundation-compose/CHANGELOG.json @@ -1,6 +1,41 @@ { "name": "@uifabricshared/foundation-compose", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:40:50 GMT", + "version": "1.15.3", + "tag": "@uifabricshared/foundation-compose_v1.15.3", + "comments": { + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@uifabricshared/foundation-compose", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@uifabricshared/foundation-compose", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ], + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@uifabricshared/foundation-compose", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@uifabricshared/foundation-compose", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:34:44 GMT", "version": "1.15.2", diff --git a/packages/deprecated/foundation-compose/CHANGELOG.md b/packages/deprecated/foundation-compose/CHANGELOG.md index 21e22c8ba8..0cafc0948c 100644 --- a/packages/deprecated/foundation-compose/CHANGELOG.md +++ b/packages/deprecated/foundation-compose/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @uifabricshared/foundation-compose -This log was last generated on Thu, 11 Apr 2024 18:08:40 GMT and should not be manually modified. + +## 1.15.3 + +Wed, 09 Jul 2025 21:40:50 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 1.15.0 Thu, 11 Apr 2024 18:08:40 GMT diff --git a/packages/deprecated/foundation-compose/package.json b/packages/deprecated/foundation-compose/package.json index a8aacb6b21..786bb779dd 100644 --- a/packages/deprecated/foundation-compose/package.json +++ b/packages/deprecated/foundation-compose/package.json @@ -1,6 +1,6 @@ { "name": "@uifabricshared/foundation-compose", - "version": "1.15.2", + "version": "1.15.3", "description": "Compose infrastructure", "repository": { "type": "git", diff --git a/packages/deprecated/foundation-settings/CHANGELOG.json b/packages/deprecated/foundation-settings/CHANGELOG.json index c6bc320233..c985b94acd 100644 --- a/packages/deprecated/foundation-settings/CHANGELOG.json +++ b/packages/deprecated/foundation-settings/CHANGELOG.json @@ -1,6 +1,41 @@ { "name": "@uifabricshared/foundation-settings", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:40:50 GMT", + "version": "0.15.2", + "tag": "@uifabricshared/foundation-settings_v0.15.2", + "comments": { + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@uifabricshared/foundation-settings", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@uifabricshared/foundation-settings", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ], + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@uifabricshared/foundation-settings", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@uifabricshared/foundation-settings", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:34:44 GMT", "version": "0.15.1", diff --git a/packages/deprecated/foundation-settings/CHANGELOG.md b/packages/deprecated/foundation-settings/CHANGELOG.md index e3655e4921..08dcf0db6d 100644 --- a/packages/deprecated/foundation-settings/CHANGELOG.md +++ b/packages/deprecated/foundation-settings/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @uifabricshared/foundation-settings -This log was last generated on Thu, 11 Apr 2024 18:08:40 GMT and should not be manually modified. + +## 0.15.2 + +Wed, 09 Jul 2025 21:40:50 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.15.0 Thu, 11 Apr 2024 18:08:40 GMT diff --git a/packages/deprecated/foundation-settings/package.json b/packages/deprecated/foundation-settings/package.json index 062f0bbdb3..6c5b164b2b 100644 --- a/packages/deprecated/foundation-settings/package.json +++ b/packages/deprecated/foundation-settings/package.json @@ -1,6 +1,6 @@ { "name": "@uifabricshared/foundation-settings", - "version": "0.15.1", + "version": "0.15.2", "description": "Settings and style definitions and helpers", "repository": { "type": "git", diff --git a/packages/deprecated/foundation-tokens/CHANGELOG.json b/packages/deprecated/foundation-tokens/CHANGELOG.json index 925d27c314..f14ac931aa 100644 --- a/packages/deprecated/foundation-tokens/CHANGELOG.json +++ b/packages/deprecated/foundation-tokens/CHANGELOG.json @@ -1,6 +1,41 @@ { "name": "@uifabricshared/foundation-tokens", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:40:48 GMT", + "version": "0.15.3", + "tag": "@uifabricshared/foundation-tokens_v0.15.3", + "comments": { + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@uifabricshared/foundation-tokens", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@uifabricshared/foundation-tokens", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ], + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@uifabricshared/foundation-tokens", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@uifabricshared/foundation-tokens", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:34:44 GMT", "version": "0.15.2", diff --git a/packages/deprecated/foundation-tokens/CHANGELOG.md b/packages/deprecated/foundation-tokens/CHANGELOG.md index 23e47d1d99..62ec95cacc 100644 --- a/packages/deprecated/foundation-tokens/CHANGELOG.md +++ b/packages/deprecated/foundation-tokens/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @uifabricshared/foundation-tokens -This log was last generated on Thu, 11 Apr 2024 18:08:41 GMT and should not be manually modified. + +## 0.15.3 + +Wed, 09 Jul 2025 21:40:48 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.15.0 Thu, 11 Apr 2024 18:08:41 GMT diff --git a/packages/deprecated/foundation-tokens/package.json b/packages/deprecated/foundation-tokens/package.json index 2760d28d6b..30897f84e0 100644 --- a/packages/deprecated/foundation-tokens/package.json +++ b/packages/deprecated/foundation-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@uifabricshared/foundation-tokens", - "version": "0.15.2", + "version": "0.15.3", "description": "Core tokens package", "repository": { "type": "git", diff --git a/packages/deprecated/theme-registry/CHANGELOG.json b/packages/deprecated/theme-registry/CHANGELOG.json index 212e3eaf6a..8e67c91153 100644 --- a/packages/deprecated/theme-registry/CHANGELOG.json +++ b/packages/deprecated/theme-registry/CHANGELOG.json @@ -1,6 +1,41 @@ { "name": "@uifabricshared/theme-registry", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:40:48 GMT", + "version": "0.12.1", + "tag": "@uifabricshared/theme-registry_v0.12.1", + "comments": { + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@uifabricshared/theme-registry", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@uifabricshared/theme-registry", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ], + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@uifabricshared/theme-registry", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@uifabricshared/theme-registry", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:34:44 GMT", "version": "0.12.0", diff --git a/packages/deprecated/theme-registry/CHANGELOG.md b/packages/deprecated/theme-registry/CHANGELOG.md index eed6760bae..f93790ab8f 100644 --- a/packages/deprecated/theme-registry/CHANGELOG.md +++ b/packages/deprecated/theme-registry/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @uifabricshared/theme-registry -This log was last generated on Thu, 11 Apr 2024 18:08:41 GMT and should not be manually modified. + +## 0.12.1 + +Wed, 09 Jul 2025 21:40:48 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.12.0 Thu, 11 Apr 2024 18:08:41 GMT diff --git a/packages/deprecated/theme-registry/package.json b/packages/deprecated/theme-registry/package.json index 3caa7923e0..1224fbf824 100644 --- a/packages/deprecated/theme-registry/package.json +++ b/packages/deprecated/theme-registry/package.json @@ -1,6 +1,6 @@ { "name": "@uifabricshared/theme-registry", - "version": "0.12.0", + "version": "0.12.1", "description": "Implementation of the theme graph", "repository": { "type": "git", diff --git a/packages/deprecated/themed-settings/CHANGELOG.json b/packages/deprecated/themed-settings/CHANGELOG.json index f9ad66444b..3ba0b479de 100644 --- a/packages/deprecated/themed-settings/CHANGELOG.json +++ b/packages/deprecated/themed-settings/CHANGELOG.json @@ -1,6 +1,41 @@ { "name": "@uifabricshared/themed-settings", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:40:48 GMT", + "version": "0.12.2", + "tag": "@uifabricshared/themed-settings_v0.12.2", + "comments": { + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@uifabricshared/themed-settings", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@uifabricshared/themed-settings", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ], + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@uifabricshared/themed-settings", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@uifabricshared/themed-settings", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:34:43 GMT", "version": "0.12.1", diff --git a/packages/deprecated/themed-settings/CHANGELOG.md b/packages/deprecated/themed-settings/CHANGELOG.md index 91d394e149..12878c75f7 100644 --- a/packages/deprecated/themed-settings/CHANGELOG.md +++ b/packages/deprecated/themed-settings/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @uifabricshared/themed-settings -This log was last generated on Thu, 11 Apr 2024 18:08:41 GMT and should not be manually modified. + +## 0.12.2 + +Wed, 09 Jul 2025 21:40:48 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.12.0 Thu, 11 Apr 2024 18:08:41 GMT diff --git a/packages/deprecated/themed-settings/package.json b/packages/deprecated/themed-settings/package.json index 238527727f..68ea27c1a8 100644 --- a/packages/deprecated/themed-settings/package.json +++ b/packages/deprecated/themed-settings/package.json @@ -1,6 +1,6 @@ { "name": "@uifabricshared/themed-settings", - "version": "0.12.1", + "version": "0.12.2", "description": "Package which drives custom cacheable settings for a component", "repository": { "type": "git", diff --git a/packages/deprecated/theming-ramp/CHANGELOG.json b/packages/deprecated/theming-ramp/CHANGELOG.json index cf6b608ec3..fe9d128c19 100644 --- a/packages/deprecated/theming-ramp/CHANGELOG.json +++ b/packages/deprecated/theming-ramp/CHANGELOG.json @@ -1,6 +1,35 @@ { "name": "@uifabricshared/theming-ramp", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:40:49 GMT", + "version": "0.20.3", + "tag": "@uifabricshared/theming-ramp_v0.20.3", + "comments": { + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@uifabricshared/theming-ramp", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + } + ], + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@uifabricshared/theming-ramp", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@uifabricshared/theming-ramp", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "date": "Wed, 29 Jan 2025 23:43:53 GMT", "version": "0.20.2", diff --git a/packages/deprecated/theming-ramp/CHANGELOG.md b/packages/deprecated/theming-ramp/CHANGELOG.md index ecfbadbf14..e21433737e 100644 --- a/packages/deprecated/theming-ramp/CHANGELOG.md +++ b/packages/deprecated/theming-ramp/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @uifabricshared/theming-ramp - + +## 0.20.3 + +Wed, 09 Jul 2025 21:40:49 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.20.2 Wed, 29 Jan 2025 23:43:53 GMT diff --git a/packages/deprecated/theming-ramp/package.json b/packages/deprecated/theming-ramp/package.json index 8db75bde8e..9639020143 100644 --- a/packages/deprecated/theming-ramp/package.json +++ b/packages/deprecated/theming-ramp/package.json @@ -1,6 +1,6 @@ { "name": "@uifabricshared/theming-ramp", - "version": "0.20.2", + "version": "0.20.3", "description": "Theming Library", "repository": { "type": "git", diff --git a/packages/deprecated/theming-react-native/CHANGELOG.json b/packages/deprecated/theming-react-native/CHANGELOG.json index 07bc7cbab9..a757c07066 100644 --- a/packages/deprecated/theming-react-native/CHANGELOG.json +++ b/packages/deprecated/theming-react-native/CHANGELOG.json @@ -1,6 +1,41 @@ { "name": "@uifabricshared/theming-react-native", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:40:49 GMT", + "version": "0.20.6", + "tag": "@uifabricshared/theming-react-native_v0.20.6", + "comments": { + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@uifabricshared/theming-react-native", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@uifabricshared/theming-react-native", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ], + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@uifabricshared/theming-react-native", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@uifabricshared/theming-react-native", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:34:43 GMT", "version": "0.20.5", diff --git a/packages/deprecated/theming-react-native/CHANGELOG.md b/packages/deprecated/theming-react-native/CHANGELOG.md index 2783a09271..79610333c5 100644 --- a/packages/deprecated/theming-react-native/CHANGELOG.md +++ b/packages/deprecated/theming-react-native/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @uifabricshared/theming-react-native -This log was last generated on Thu, 02 May 2024 03:33:29 GMT and should not be manually modified. + +## 0.20.6 + +Wed, 09 Jul 2025 21:40:49 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.20.1 Thu, 02 May 2024 03:33:29 GMT diff --git a/packages/deprecated/theming-react-native/package.json b/packages/deprecated/theming-react-native/package.json index a20972b8c8..f94d56bfd5 100644 --- a/packages/deprecated/theming-react-native/package.json +++ b/packages/deprecated/theming-react-native/package.json @@ -1,6 +1,6 @@ { "name": "@uifabricshared/theming-react-native", - "version": "0.20.5", + "version": "0.20.6", "description": "A library of functions which produce React Native styles from a Theme", "main": "lib-commonjs/index.js", "module": "lib/index.js", diff --git a/packages/experimental/ActivityIndicator/CHANGELOG.json b/packages/experimental/ActivityIndicator/CHANGELOG.json index edfbd024be..1beb96957d 100644 --- a/packages/experimental/ActivityIndicator/CHANGELOG.json +++ b/packages/experimental/ActivityIndicator/CHANGELOG.json @@ -1,6 +1,41 @@ { "name": "@fluentui-react-native/experimental-activity-indicator", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:40:59 GMT", + "version": "0.10.4", + "tag": "@fluentui-react-native/experimental-activity-indicator_v0.10.4", + "comments": { + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/experimental-activity-indicator", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/experimental-activity-indicator", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ], + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/experimental-activity-indicator", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/experimental-activity-indicator", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:34:57 GMT", "version": "0.10.3", diff --git a/packages/experimental/ActivityIndicator/CHANGELOG.md b/packages/experimental/ActivityIndicator/CHANGELOG.md index 9e66897204..b2443551a4 100644 --- a/packages/experimental/ActivityIndicator/CHANGELOG.md +++ b/packages/experimental/ActivityIndicator/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui-react-native/experimental-activity-indicator -This log was last generated on Fri, 12 Apr 2024 21:02:38 GMT and should not be manually modified. + +## 0.10.4 + +Wed, 09 Jul 2025 21:40:59 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.10.1 Fri, 12 Apr 2024 21:02:38 GMT diff --git a/packages/experimental/ActivityIndicator/package.json b/packages/experimental/ActivityIndicator/package.json index 2be587fece..bcd4d8f620 100644 --- a/packages/experimental/ActivityIndicator/package.json +++ b/packages/experimental/ActivityIndicator/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/experimental-activity-indicator", - "version": "0.10.3", + "version": "0.10.4", "description": "A cross-platform Fluent Activity Indicator component", "main": "lib-commonjs/index.js", "module": "lib/index.js", diff --git a/packages/experimental/AppearanceAdditions/CHANGELOG.json b/packages/experimental/AppearanceAdditions/CHANGELOG.json index 8f4723f8e0..9a5e4980b3 100644 --- a/packages/experimental/AppearanceAdditions/CHANGELOG.json +++ b/packages/experimental/AppearanceAdditions/CHANGELOG.json @@ -1,6 +1,47 @@ { "name": "@fluentui-react-native/experimental-appearance-additions", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:40:59 GMT", + "version": "0.7.3", + "tag": "@fluentui-react-native/experimental-appearance-additions_v0.7.3", + "comments": { + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/experimental-appearance-additions", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/experimental-appearance-additions", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ], + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/experimental-appearance-additions", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "ruaraki@microsoft.com", + "package": "@fluentui-react-native/experimental-appearance-additions", + "commit": "6cf2ef44f209c24c3f8bf1d2126d973b0e6379e0", + "comment": "Bump our version of use-subscription" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/experimental-appearance-additions", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:34:57 GMT", "version": "0.7.2", diff --git a/packages/experimental/AppearanceAdditions/CHANGELOG.md b/packages/experimental/AppearanceAdditions/CHANGELOG.md index f026b3c2c4..5c89d5b04f 100644 --- a/packages/experimental/AppearanceAdditions/CHANGELOG.md +++ b/packages/experimental/AppearanceAdditions/CHANGELOG.md @@ -1,9 +1,19 @@ # Change Log - @fluentui-react-native/experimental-appearance-additions -This log was last generated on Thu, 11 Apr 2024 18:08:42 GMT and should not be manually modified. + +## 0.7.3 + +Wed, 09 Jul 2025 21:40:59 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Bump our version of use-subscription (ruaraki@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.7.0 Thu, 11 Apr 2024 18:08:42 GMT diff --git a/packages/experimental/AppearanceAdditions/package.json b/packages/experimental/AppearanceAdditions/package.json index eeb45b30a0..4f22d7088c 100644 --- a/packages/experimental/AppearanceAdditions/package.json +++ b/packages/experimental/AppearanceAdditions/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/experimental-appearance-additions", - "version": "0.7.2", + "version": "0.7.3", "description": "A module to expose callbacks for additional traitCollection changes.", "license": "MIT", "author": "Microsoft ", diff --git a/packages/experimental/Avatar/CHANGELOG.json b/packages/experimental/Avatar/CHANGELOG.json index 69846bba16..e7da3a1fcb 100644 --- a/packages/experimental/Avatar/CHANGELOG.json +++ b/packages/experimental/Avatar/CHANGELOG.json @@ -1,6 +1,41 @@ { "name": "@fluentui-react-native/experimental-avatar", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:40:59 GMT", + "version": "0.21.5", + "tag": "@fluentui-react-native/experimental-avatar_v0.21.5", + "comments": { + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/experimental-avatar", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/experimental-avatar", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ], + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/experimental-avatar", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/experimental-avatar", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:34:58 GMT", "version": "0.21.4", diff --git a/packages/experimental/Avatar/CHANGELOG.md b/packages/experimental/Avatar/CHANGELOG.md index a878bd2c25..66784d038c 100644 --- a/packages/experimental/Avatar/CHANGELOG.md +++ b/packages/experimental/Avatar/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui-react-native/experimental-avatar - + +## 0.21.5 + +Wed, 09 Jul 2025 21:40:59 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.21.4 Wed, 29 Jan 2025 23:43:55 GMT diff --git a/packages/experimental/Avatar/package.json b/packages/experimental/Avatar/package.json index befcdbf5d0..77bf0befc5 100644 --- a/packages/experimental/Avatar/package.json +++ b/packages/experimental/Avatar/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/experimental-avatar", - "version": "0.21.4", + "version": "0.21.5", "description": "A cross-platform Avatar component using the Fluent Design System. Currently only implemented on iOS", "license": "MIT", "author": "Microsoft ", diff --git a/packages/experimental/Checkbox/CHANGELOG.json b/packages/experimental/Checkbox/CHANGELOG.json index b5c44e43a6..84b96d4a3b 100644 --- a/packages/experimental/Checkbox/CHANGELOG.json +++ b/packages/experimental/Checkbox/CHANGELOG.json @@ -1,6 +1,41 @@ { "name": "@fluentui-react-native/experimental-checkbox", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:40:59 GMT", + "version": "0.17.10", + "tag": "@fluentui-react-native/experimental-checkbox_v0.17.10", + "comments": { + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/experimental-checkbox", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/experimental-checkbox", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ], + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/experimental-checkbox", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/experimental-checkbox", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:34:56 GMT", "version": "0.17.9", diff --git a/packages/experimental/Checkbox/CHANGELOG.md b/packages/experimental/Checkbox/CHANGELOG.md index 84e031593a..bd8d593f73 100644 --- a/packages/experimental/Checkbox/CHANGELOG.md +++ b/packages/experimental/Checkbox/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui-react-native/experimental-checkbox -This log was last generated on Mon, 15 Apr 2024 21:31:43 GMT and should not be manually modified. + +## 0.17.10 + +Wed, 09 Jul 2025 21:40:59 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.17.2 Mon, 15 Apr 2024 21:31:43 GMT diff --git a/packages/experimental/Checkbox/package.json b/packages/experimental/Checkbox/package.json index f332eb8a0f..5af997a815 100644 --- a/packages/experimental/Checkbox/package.json +++ b/packages/experimental/Checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/experimental-checkbox", - "version": "0.17.9", + "version": "0.17.10", "description": "A cross-platform Checkbox component using the Fluent Design System", "main": "lib-commonjs/index.js", "module": "lib/index.js", diff --git a/packages/experimental/Drawer/CHANGELOG.json b/packages/experimental/Drawer/CHANGELOG.json index 440bd40b3d..3a8caa5ea6 100644 --- a/packages/experimental/Drawer/CHANGELOG.json +++ b/packages/experimental/Drawer/CHANGELOG.json @@ -1,6 +1,41 @@ { "name": "@fluentui-react-native/drawer", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:41:01 GMT", + "version": "0.4.5", + "tag": "@fluentui-react-native/drawer_v0.4.5", + "comments": { + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/drawer", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/drawer", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ], + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/drawer", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/drawer", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:34:58 GMT", "version": "0.4.4", diff --git a/packages/experimental/Drawer/CHANGELOG.md b/packages/experimental/Drawer/CHANGELOG.md index 5e55824853..a33b225c54 100644 --- a/packages/experimental/Drawer/CHANGELOG.md +++ b/packages/experimental/Drawer/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui-react-native/drawer - + +## 0.4.5 + +Wed, 09 Jul 2025 21:41:01 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.4.4 Wed, 29 Jan 2025 23:43:55 GMT diff --git a/packages/experimental/Drawer/package.json b/packages/experimental/Drawer/package.json index b32f3b2772..7eae4e438c 100644 --- a/packages/experimental/Drawer/package.json +++ b/packages/experimental/Drawer/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/drawer", - "version": "0.4.4", + "version": "0.4.5", "description": "A cross-platform Drawer component using the Fluent Design System", "main": "lib-commonjs/index.js", "module": "lib/index.js", diff --git a/packages/experimental/Dropdown/CHANGELOG.json b/packages/experimental/Dropdown/CHANGELOG.json index eb40c5a2cf..3f93e21724 100644 --- a/packages/experimental/Dropdown/CHANGELOG.json +++ b/packages/experimental/Dropdown/CHANGELOG.json @@ -1,6 +1,41 @@ { "name": "@fluentui-react-native/dropdown", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:41:01 GMT", + "version": "0.10.14", + "tag": "@fluentui-react-native/dropdown_v0.10.14", + "comments": { + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/dropdown", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/dropdown", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ], + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/dropdown", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/dropdown", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:34:58 GMT", "version": "0.10.13", diff --git a/packages/experimental/Dropdown/CHANGELOG.md b/packages/experimental/Dropdown/CHANGELOG.md index 99a1186992..bfa09d9dbd 100644 --- a/packages/experimental/Dropdown/CHANGELOG.md +++ b/packages/experimental/Dropdown/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui-react-native/dropdown -This log was last generated on Fri, 12 Apr 2024 21:02:38 GMT and should not be manually modified. + +## 0.10.14 + +Wed, 09 Jul 2025 21:41:01 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.10.1 Fri, 12 Apr 2024 21:02:38 GMT diff --git a/packages/experimental/Dropdown/package.json b/packages/experimental/Dropdown/package.json index 54c5f06922..2cf0fbcd89 100644 --- a/packages/experimental/Dropdown/package.json +++ b/packages/experimental/Dropdown/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/dropdown", - "version": "0.10.13", + "version": "0.10.14", "description": "A cross-platform Dropdown component using the Fluent Design System", "main": "lib-commonjs/index.js", "module": "lib/index.js", diff --git a/packages/experimental/Expander/CHANGELOG.json b/packages/experimental/Expander/CHANGELOG.json index cd978e9757..9870c604c4 100644 --- a/packages/experimental/Expander/CHANGELOG.json +++ b/packages/experimental/Expander/CHANGELOG.json @@ -1,6 +1,41 @@ { "name": "@fluentui-react-native/experimental-expander", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:40:59 GMT", + "version": "0.8.4", + "tag": "@fluentui-react-native/experimental-expander_v0.8.4", + "comments": { + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/experimental-expander", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/experimental-expander", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ], + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/experimental-expander", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/experimental-expander", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:34:56 GMT", "version": "0.8.3", diff --git a/packages/experimental/Expander/CHANGELOG.md b/packages/experimental/Expander/CHANGELOG.md index 599e54c22c..75641f36f3 100644 --- a/packages/experimental/Expander/CHANGELOG.md +++ b/packages/experimental/Expander/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui-react-native/experimental-expander -This log was last generated on Mon, 15 Apr 2024 21:31:43 GMT and should not be manually modified. + +## 0.8.4 + +Wed, 09 Jul 2025 21:40:59 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.8.1 Mon, 15 Apr 2024 21:31:43 GMT diff --git a/packages/experimental/Expander/package.json b/packages/experimental/Expander/package.json index a8952cbbc9..df49ef6471 100644 --- a/packages/experimental/Expander/package.json +++ b/packages/experimental/Expander/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/experimental-expander", - "version": "0.8.3", + "version": "0.8.4", "description": "A cross-platform Native Expander component using the Fluent Design System. Currently only implemented on windows", "license": "MIT", "author": "Microsoft ", diff --git a/packages/experimental/MenuButton/CHANGELOG.json b/packages/experimental/MenuButton/CHANGELOG.json index a0fb1c3ab7..32742dd629 100644 --- a/packages/experimental/MenuButton/CHANGELOG.json +++ b/packages/experimental/MenuButton/CHANGELOG.json @@ -1,6 +1,47 @@ { "name": "@fluentui-react-native/experimental-menu-button", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:40:59 GMT", + "version": "0.10.20", + "tag": "@fluentui-react-native/experimental-menu-button_v0.10.20", + "comments": { + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/experimental-menu-button", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "gulnazsayed@microsoft.com", + "package": "@fluentui-react-native/experimental-menu-button", + "commit": "97af68555017800c9ae7e4974400f3893a84efe1", + "comment": "expand collapse" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/experimental-menu-button", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ], + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/experimental-menu-button", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/experimental-menu-button", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:34:57 GMT", "version": "0.10.19", diff --git a/packages/experimental/MenuButton/CHANGELOG.md b/packages/experimental/MenuButton/CHANGELOG.md index 40fb6cb5f4..b13729ce97 100644 --- a/packages/experimental/MenuButton/CHANGELOG.md +++ b/packages/experimental/MenuButton/CHANGELOG.md @@ -1,9 +1,19 @@ # Change Log - @fluentui-react-native/experimental-menu-button - + +## 0.10.20 + +Wed, 09 Jul 2025 21:40:59 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- expand collapse (gulnazsayed@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.10.17 Wed, 29 Jan 2025 23:43:55 GMT diff --git a/packages/experimental/MenuButton/package.json b/packages/experimental/MenuButton/package.json index 8571ca192b..f381d478ef 100644 --- a/packages/experimental/MenuButton/package.json +++ b/packages/experimental/MenuButton/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/experimental-menu-button", - "version": "0.10.19", + "version": "0.10.20", "description": "A cross-platform MenuButton component using the Fluent Design System", "main": "lib-commonjs/index.js", "module": "lib/index.js", diff --git a/packages/experimental/NativeDatePicker/CHANGELOG.json b/packages/experimental/NativeDatePicker/CHANGELOG.json index 3453ca1ae7..a8dba54eff 100644 --- a/packages/experimental/NativeDatePicker/CHANGELOG.json +++ b/packages/experimental/NativeDatePicker/CHANGELOG.json @@ -1,6 +1,41 @@ { "name": "@fluentui-react-native/experimental-native-date-picker", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:41:00 GMT", + "version": "0.11.1", + "tag": "@fluentui-react-native/experimental-native-date-picker_v0.11.1", + "comments": { + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/experimental-native-date-picker", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/experimental-native-date-picker", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ], + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/experimental-native-date-picker", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/experimental-native-date-picker", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:34:56 GMT", "version": "0.11.0", diff --git a/packages/experimental/NativeDatePicker/CHANGELOG.md b/packages/experimental/NativeDatePicker/CHANGELOG.md index 2eb89a8355..adf0663ed8 100644 --- a/packages/experimental/NativeDatePicker/CHANGELOG.md +++ b/packages/experimental/NativeDatePicker/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui-react-native/experimental-native-date-picker -This log was last generated on Thu, 11 Apr 2024 18:08:37 GMT and should not be manually modified. + +## 0.11.1 + +Wed, 09 Jul 2025 21:41:00 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.11.0 Thu, 11 Apr 2024 18:08:37 GMT diff --git a/packages/experimental/NativeDatePicker/package.json b/packages/experimental/NativeDatePicker/package.json index 6e93fa0e4d..cdf5e60490 100644 --- a/packages/experimental/NativeDatePicker/package.json +++ b/packages/experimental/NativeDatePicker/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/experimental-native-date-picker", - "version": "0.11.0", + "version": "0.11.1", "description": "A Native date picker component using the Fluent Design System. Currently only implemented on iOS.", "license": "MIT", "author": "Microsoft ", diff --git a/packages/experimental/NativeFontMetrics/CHANGELOG.json b/packages/experimental/NativeFontMetrics/CHANGELOG.json index 7097d0c734..8167617e47 100644 --- a/packages/experimental/NativeFontMetrics/CHANGELOG.json +++ b/packages/experimental/NativeFontMetrics/CHANGELOG.json @@ -1,6 +1,47 @@ { "name": "@fluentui-react-native/experimental-native-font-metrics", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:40:57 GMT", + "version": "0.6.1", + "tag": "@fluentui-react-native/experimental-native-font-metrics_v0.6.1", + "comments": { + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/experimental-native-font-metrics", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "ruaraki@microsoft.com", + "package": "@fluentui-react-native/experimental-native-font-metrics", + "commit": "6cf2ef44f209c24c3f8bf1d2126d973b0e6379e0", + "comment": "Bump our version of use-subscription" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/experimental-native-font-metrics", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ], + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/experimental-native-font-metrics", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/experimental-native-font-metrics", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:34:56 GMT", "version": "0.6.0", diff --git a/packages/experimental/NativeFontMetrics/CHANGELOG.md b/packages/experimental/NativeFontMetrics/CHANGELOG.md index 22c95e496b..9584d041b5 100644 --- a/packages/experimental/NativeFontMetrics/CHANGELOG.md +++ b/packages/experimental/NativeFontMetrics/CHANGELOG.md @@ -1,9 +1,19 @@ # Change Log - @fluentui-react-native/experimental-native-font-metrics -This log was last generated on Thu, 11 Apr 2024 18:08:38 GMT and should not be manually modified. + +## 0.6.1 + +Wed, 09 Jul 2025 21:40:57 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Bump our version of use-subscription (ruaraki@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.6.0 Thu, 11 Apr 2024 18:08:38 GMT diff --git a/packages/experimental/NativeFontMetrics/package.json b/packages/experimental/NativeFontMetrics/package.json index 8869191047..da14d33e9e 100644 --- a/packages/experimental/NativeFontMetrics/package.json +++ b/packages/experimental/NativeFontMetrics/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/experimental-native-font-metrics", - "version": "0.6.0", + "version": "0.6.1", "description": "A temporary partial wrapper for UIFontMetrics.", "license": "MIT", "author": "Microsoft ", diff --git a/packages/experimental/Overflow/CHANGELOG.json b/packages/experimental/Overflow/CHANGELOG.json index 5aa9fa77ec..8df1faa6a3 100644 --- a/packages/experimental/Overflow/CHANGELOG.json +++ b/packages/experimental/Overflow/CHANGELOG.json @@ -1,6 +1,41 @@ { "name": "@fluentui-react-native/overflow", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:40:54 GMT", + "version": "0.3.23", + "tag": "@fluentui-react-native/overflow_v0.3.23", + "comments": { + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/overflow", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/overflow", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ], + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/overflow", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/overflow", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:34:53 GMT", "version": "0.3.22", diff --git a/packages/experimental/Overflow/CHANGELOG.md b/packages/experimental/Overflow/CHANGELOG.md index 5fc5b17361..1d2a498d69 100644 --- a/packages/experimental/Overflow/CHANGELOG.md +++ b/packages/experimental/Overflow/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui-react-native/overflow - + +## 0.3.23 + +Wed, 09 Jul 2025 21:40:54 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.3.19 Wed, 29 Jan 2025 23:43:53 GMT diff --git a/packages/experimental/Overflow/package.json b/packages/experimental/Overflow/package.json index e254c5e810..53e5ed4763 100644 --- a/packages/experimental/Overflow/package.json +++ b/packages/experimental/Overflow/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/overflow", - "version": "0.3.22", + "version": "0.3.23", "description": "A cross-platform Overflow component for React Native.", "main": "lib-commonjs/index.js", "module": "lib/index.js", diff --git a/packages/experimental/Popover/CHANGELOG.json b/packages/experimental/Popover/CHANGELOG.json index bb581a5bf3..0e5ea75e60 100644 --- a/packages/experimental/Popover/CHANGELOG.json +++ b/packages/experimental/Popover/CHANGELOG.json @@ -1,6 +1,41 @@ { "name": "@fluentui-react-native/popover", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:40:54 GMT", + "version": "0.4.3", + "tag": "@fluentui-react-native/popover_v0.4.3", + "comments": { + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/popover", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/popover", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ], + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/popover", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/popover", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:34:51 GMT", "version": "0.4.2", diff --git a/packages/experimental/Popover/CHANGELOG.md b/packages/experimental/Popover/CHANGELOG.md index c735e1c906..efa231e28f 100644 --- a/packages/experimental/Popover/CHANGELOG.md +++ b/packages/experimental/Popover/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui-react-native/popover - + +## 0.4.3 + +Wed, 09 Jul 2025 21:40:54 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.4.2 Wed, 29 Jan 2025 23:43:53 GMT diff --git a/packages/experimental/Popover/package.json b/packages/experimental/Popover/package.json index 141a843468..f01494a76c 100644 --- a/packages/experimental/Popover/package.json +++ b/packages/experimental/Popover/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/popover", - "version": "0.4.2", + "version": "0.4.3", "description": "A cross-platform Popover component using the Fluent Design System", "main": "lib-commonjs/index.js", "module": "lib/index.js", diff --git a/packages/experimental/Shadow/CHANGELOG.json b/packages/experimental/Shadow/CHANGELOG.json index 86d25f58f9..8ba57d6fb6 100644 --- a/packages/experimental/Shadow/CHANGELOG.json +++ b/packages/experimental/Shadow/CHANGELOG.json @@ -1,6 +1,41 @@ { "name": "@fluentui-react-native/experimental-shadow", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:40:57 GMT", + "version": "0.6.5", + "tag": "@fluentui-react-native/experimental-shadow_v0.6.5", + "comments": { + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/experimental-shadow", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/experimental-shadow", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ], + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/experimental-shadow", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/experimental-shadow", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:34:55 GMT", "version": "0.6.4", diff --git a/packages/experimental/Shadow/CHANGELOG.md b/packages/experimental/Shadow/CHANGELOG.md index 48faf1792a..e5cc2a4a00 100644 --- a/packages/experimental/Shadow/CHANGELOG.md +++ b/packages/experimental/Shadow/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui-react-native/experimental-shadow - + +## 0.6.5 + +Wed, 09 Jul 2025 21:40:57 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.6.4 Wed, 29 Jan 2025 23:43:55 GMT diff --git a/packages/experimental/Shadow/package.json b/packages/experimental/Shadow/package.json index 0fbc32bc64..d2518d60d4 100644 --- a/packages/experimental/Shadow/package.json +++ b/packages/experimental/Shadow/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/experimental-shadow", - "version": "0.6.4", + "version": "0.6.5", "description": "A cross-platform Shadow component using the Fluent Design System", "main": "lib-commonjs/index.js", "module": "lib/index.js", diff --git a/packages/experimental/Shimmer/CHANGELOG.json b/packages/experimental/Shimmer/CHANGELOG.json index 856538ba44..c755224be2 100644 --- a/packages/experimental/Shimmer/CHANGELOG.json +++ b/packages/experimental/Shimmer/CHANGELOG.json @@ -1,6 +1,41 @@ { "name": "@fluentui-react-native/experimental-shimmer", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:40:57 GMT", + "version": "0.13.6", + "tag": "@fluentui-react-native/experimental-shimmer_v0.13.6", + "comments": { + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/experimental-shimmer", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/experimental-shimmer", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ], + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/experimental-shimmer", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/experimental-shimmer", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:34:55 GMT", "version": "0.13.5", diff --git a/packages/experimental/Shimmer/CHANGELOG.md b/packages/experimental/Shimmer/CHANGELOG.md index 8a1d8be513..e36f8e2bb8 100644 --- a/packages/experimental/Shimmer/CHANGELOG.md +++ b/packages/experimental/Shimmer/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui-react-native/experimental-shimmer - + +## 0.13.6 + +Wed, 09 Jul 2025 21:40:57 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.13.5 Wed, 29 Jan 2025 23:43:55 GMT diff --git a/packages/experimental/Shimmer/package.json b/packages/experimental/Shimmer/package.json index 946dbaa9da..7c37ddb58c 100644 --- a/packages/experimental/Shimmer/package.json +++ b/packages/experimental/Shimmer/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/experimental-shimmer", - "version": "0.13.5", + "version": "0.13.6", "description": "A cross-platform Fluent Shimmer component", "main": "lib-commonjs/index.js", "module": "lib/index.js", diff --git a/packages/experimental/Spinner/CHANGELOG.json b/packages/experimental/Spinner/CHANGELOG.json index 4df65ff2b0..1c510ae276 100644 --- a/packages/experimental/Spinner/CHANGELOG.json +++ b/packages/experimental/Spinner/CHANGELOG.json @@ -1,6 +1,41 @@ { "name": "@fluentui-react-native/spinner", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:40:55 GMT", + "version": "0.9.10", + "tag": "@fluentui-react-native/spinner_v0.9.10", + "comments": { + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/spinner", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/spinner", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ], + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/spinner", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/spinner", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:34:50 GMT", "version": "0.9.9", diff --git a/packages/experimental/Spinner/CHANGELOG.md b/packages/experimental/Spinner/CHANGELOG.md index ee1503897f..9961f17a81 100644 --- a/packages/experimental/Spinner/CHANGELOG.md +++ b/packages/experimental/Spinner/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui-react-native/spinner -This log was last generated on Mon, 15 Apr 2024 21:31:44 GMT and should not be manually modified. + +## 0.9.10 + +Wed, 09 Jul 2025 21:40:55 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.9.2 Mon, 15 Apr 2024 21:31:44 GMT diff --git a/packages/experimental/Spinner/package.json b/packages/experimental/Spinner/package.json index 887d0fbdc0..9f49ae7841 100644 --- a/packages/experimental/Spinner/package.json +++ b/packages/experimental/Spinner/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/spinner", - "version": "0.9.9", + "version": "0.9.10", "description": "A cross-platform Fluent spinner component", "main": "lib-commonjs/index.js", "module": "lib/index.js", diff --git a/packages/experimental/Tooltip/CHANGELOG.json b/packages/experimental/Tooltip/CHANGELOG.json index be275b6d09..cc0f1f21bf 100644 --- a/packages/experimental/Tooltip/CHANGELOG.json +++ b/packages/experimental/Tooltip/CHANGELOG.json @@ -1,6 +1,41 @@ { "name": "@fluentui-react-native/tooltip", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:40:52 GMT", + "version": "0.4.12", + "tag": "@fluentui-react-native/tooltip_v0.4.12", + "comments": { + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/tooltip", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/tooltip", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ], + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/tooltip", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/tooltip", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:34:45 GMT", "version": "0.4.11", diff --git a/packages/experimental/Tooltip/CHANGELOG.md b/packages/experimental/Tooltip/CHANGELOG.md index 3d0c1cad86..bfba253cd6 100644 --- a/packages/experimental/Tooltip/CHANGELOG.md +++ b/packages/experimental/Tooltip/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui-react-native/tooltip - + +## 0.4.12 + +Wed, 09 Jul 2025 21:40:52 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.4.11 Wed, 29 Jan 2025 23:43:52 GMT diff --git a/packages/experimental/Tooltip/package.json b/packages/experimental/Tooltip/package.json index 0918ece05d..f883850a76 100644 --- a/packages/experimental/Tooltip/package.json +++ b/packages/experimental/Tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/tooltip", - "version": "0.4.11", + "version": "0.4.12", "description": "A cross-platform Tooltip component for React Native.", "main": "lib-commonjs/index.js", "module": "lib/index.js", diff --git a/packages/experimental/VibrancyView/CHANGELOG.json b/packages/experimental/VibrancyView/CHANGELOG.json index 284e3bb073..8efd9a7d8d 100644 --- a/packages/experimental/VibrancyView/CHANGELOG.json +++ b/packages/experimental/VibrancyView/CHANGELOG.json @@ -1,6 +1,41 @@ { "name": "@fluentui-react-native/vibrancy-view", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:40:50 GMT", + "version": "0.3.1", + "tag": "@fluentui-react-native/vibrancy-view_v0.3.1", + "comments": { + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/vibrancy-view", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/vibrancy-view", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ], + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/vibrancy-view", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/vibrancy-view", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:34:45 GMT", "version": "0.3.0", diff --git a/packages/experimental/VibrancyView/CHANGELOG.md b/packages/experimental/VibrancyView/CHANGELOG.md index d0d76053b5..8619b16ce4 100644 --- a/packages/experimental/VibrancyView/CHANGELOG.md +++ b/packages/experimental/VibrancyView/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui-react-native/vibrancy-view - + +## 0.3.1 + +Wed, 09 Jul 2025 21:40:50 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.3.0 Mon, 10 Mar 2025 17:22:21 GMT diff --git a/packages/experimental/VibrancyView/package.json b/packages/experimental/VibrancyView/package.json index 3420b3e99a..a8121b5b0d 100644 --- a/packages/experimental/VibrancyView/package.json +++ b/packages/experimental/VibrancyView/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/vibrancy-view", - "version": "0.3.0", + "version": "0.3.1", "description": "A native wrapper for NSVisualEffectView on macOS", "main": "lib-commonjs/index.js", "module": "lib/index.js", diff --git a/packages/framework/composition/CHANGELOG.json b/packages/framework/composition/CHANGELOG.json index 84843a9745..ee8c14003b 100644 --- a/packages/framework/composition/CHANGELOG.json +++ b/packages/framework/composition/CHANGELOG.json @@ -1,6 +1,41 @@ { "name": "@fluentui-react-native/composition", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:41:00 GMT", + "version": "0.11.3", + "tag": "@fluentui-react-native/composition_v0.11.3", + "comments": { + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/composition", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/composition", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ], + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/composition", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/composition", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:35:00 GMT", "version": "0.11.2", diff --git a/packages/framework/composition/CHANGELOG.md b/packages/framework/composition/CHANGELOG.md index 9dc259df70..50c0986fb7 100644 --- a/packages/framework/composition/CHANGELOG.md +++ b/packages/framework/composition/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui-react-native/composition - + +## 0.11.3 + +Wed, 09 Jul 2025 21:41:00 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.11.2 Wed, 29 Jan 2025 23:43:54 GMT diff --git a/packages/framework/composition/package.json b/packages/framework/composition/package.json index f96c33ddeb..b795af67be 100644 --- a/packages/framework/composition/package.json +++ b/packages/framework/composition/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/composition", - "version": "0.11.2", + "version": "0.11.3", "description": "Composition factories for building HOCs", "repository": { "type": "git", diff --git a/packages/framework/framework/CHANGELOG.json b/packages/framework/framework/CHANGELOG.json index 07045f9e88..44287e9496 100644 --- a/packages/framework/framework/CHANGELOG.json +++ b/packages/framework/framework/CHANGELOG.json @@ -1,6 +1,47 @@ { "name": "@fluentui-react-native/framework", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:40:58 GMT", + "version": "0.14.3", + "tag": "@fluentui-react-native/framework_v0.14.3", + "comments": { + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/framework", + "commit": "88ab939d36f2ab450189300ed308d45b8a600470", + "comment": "export missing type from framework to fix build error in Popover" + }, + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/framework", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/framework", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ], + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/framework", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/framework", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:34:55 GMT", "version": "0.14.2", diff --git a/packages/framework/framework/CHANGELOG.md b/packages/framework/framework/CHANGELOG.md index 07c2828931..4ba15301f9 100644 --- a/packages/framework/framework/CHANGELOG.md +++ b/packages/framework/framework/CHANGELOG.md @@ -1,9 +1,19 @@ # Change Log - @fluentui-react-native/framework - + +## 0.14.3 + +Wed, 09 Jul 2025 21:40:58 GMT + +### Patches + +- export missing type from framework to fix build error in Popover (jasonmo@microsoft.com) +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.14.2 Wed, 29 Jan 2025 23:43:55 GMT diff --git a/packages/framework/framework/package.json b/packages/framework/framework/package.json index e7c5ed6580..e679a304fa 100644 --- a/packages/framework/framework/package.json +++ b/packages/framework/framework/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/framework", - "version": "0.14.2", + "version": "0.14.3", "description": "Component framework used by fluentui react native controls", "main": "lib-commonjs/index.js", "module": "lib/index.js", diff --git a/packages/framework/immutable-merge/CHANGELOG.json b/packages/framework/immutable-merge/CHANGELOG.json index df0b2ffa59..3cc90a38a5 100644 --- a/packages/framework/immutable-merge/CHANGELOG.json +++ b/packages/framework/immutable-merge/CHANGELOG.json @@ -1,6 +1,29 @@ { "name": "@fluentui-react-native/immutable-merge", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:40:55 GMT", + "version": "1.2.3", + "tag": "@fluentui-react-native/immutable-merge_v1.2.3", + "comments": { + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/immutable-merge", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + } + ], + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/immutable-merge", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + } + ] + } + }, { "date": "Fri, 01 Mar 2024 20:39:11 GMT", "version": "1.2.2", diff --git a/packages/framework/immutable-merge/CHANGELOG.md b/packages/framework/immutable-merge/CHANGELOG.md index fc49d022c3..9510545856 100644 --- a/packages/framework/immutable-merge/CHANGELOG.md +++ b/packages/framework/immutable-merge/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @fluentui-react-native/immutable-merge -This log was last generated on Fri, 01 Mar 2024 20:39:11 GMT and should not be manually modified. + +## 1.2.3 + +Wed, 09 Jul 2025 21:40:55 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) + ## 1.2.2 Fri, 01 Mar 2024 20:39:11 GMT diff --git a/packages/framework/immutable-merge/package.json b/packages/framework/immutable-merge/package.json index 7e9b1682f4..f1c59af8cc 100644 --- a/packages/framework/immutable-merge/package.json +++ b/packages/framework/immutable-merge/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/immutable-merge", - "version": "1.2.2", + "version": "1.2.3", "description": "Immutable merge routines for deep customizable merging", "repository": { "type": "git", diff --git a/packages/framework/memo-cache/CHANGELOG.json b/packages/framework/memo-cache/CHANGELOG.json index d9b179c155..898e9609af 100644 --- a/packages/framework/memo-cache/CHANGELOG.json +++ b/packages/framework/memo-cache/CHANGELOG.json @@ -1,6 +1,29 @@ { "name": "@fluentui-react-native/memo-cache", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:40:56 GMT", + "version": "1.3.4", + "tag": "@fluentui-react-native/memo-cache_v1.3.4", + "comments": { + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/memo-cache", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + } + ], + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/memo-cache", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + } + ] + } + }, { "date": "Wed, 29 Jan 2025 18:42:24 GMT", "version": "1.3.3", diff --git a/packages/framework/memo-cache/CHANGELOG.md b/packages/framework/memo-cache/CHANGELOG.md index 80551d9d00..de9b67c250 100644 --- a/packages/framework/memo-cache/CHANGELOG.md +++ b/packages/framework/memo-cache/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @fluentui-react-native/memo-cache - + +## 1.3.4 + +Wed, 09 Jul 2025 21:40:56 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) + ## 1.3.3 Wed, 29 Jan 2025 18:42:24 GMT diff --git a/packages/framework/memo-cache/package.json b/packages/framework/memo-cache/package.json index f7c13c19ee..70ca22311f 100644 --- a/packages/framework/memo-cache/package.json +++ b/packages/framework/memo-cache/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/memo-cache", - "version": "1.3.3", + "version": "1.3.4", "description": "Layered memoization style cache helper", "repository": { "type": "git", diff --git a/packages/framework/merge-props/CHANGELOG.json b/packages/framework/merge-props/CHANGELOG.json index 4e1c40f674..2a38d17acc 100644 --- a/packages/framework/merge-props/CHANGELOG.json +++ b/packages/framework/merge-props/CHANGELOG.json @@ -1,6 +1,41 @@ { "name": "@fluentui-react-native/merge-props", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:40:57 GMT", + "version": "0.9.2", + "tag": "@fluentui-react-native/merge-props_v0.9.2", + "comments": { + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/merge-props", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/merge-props", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ], + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/merge-props", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/merge-props", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:34:52 GMT", "version": "0.9.1", diff --git a/packages/framework/merge-props/CHANGELOG.md b/packages/framework/merge-props/CHANGELOG.md index bb4c1f4e89..30fa586301 100644 --- a/packages/framework/merge-props/CHANGELOG.md +++ b/packages/framework/merge-props/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui-react-native/merge-props -This log was last generated on Thu, 11 Apr 2024 18:08:38 GMT and should not be manually modified. + +## 0.9.2 + +Wed, 09 Jul 2025 21:40:57 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.9.0 Thu, 11 Apr 2024 18:08:38 GMT diff --git a/packages/framework/merge-props/package.json b/packages/framework/merge-props/package.json index 02bcd33dfa..6c9346b76c 100644 --- a/packages/framework/merge-props/package.json +++ b/packages/framework/merge-props/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/merge-props", - "version": "0.9.1", + "version": "0.9.2", "description": "Utility for merging props with styles and caching style combinations", "repository": { "type": "git", diff --git a/packages/framework/theme/CHANGELOG.json b/packages/framework/theme/CHANGELOG.json index 6ea74bd842..1056ee2e04 100644 --- a/packages/framework/theme/CHANGELOG.json +++ b/packages/framework/theme/CHANGELOG.json @@ -1,6 +1,41 @@ { "name": "@fluentui-react-native/theme", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:40:51 GMT", + "version": "0.11.2", + "tag": "@fluentui-react-native/theme_v0.11.2", + "comments": { + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/theme", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/theme", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ], + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/theme", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/theme", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:34:48 GMT", "version": "0.11.1", diff --git a/packages/framework/theme/CHANGELOG.md b/packages/framework/theme/CHANGELOG.md index 2f609e84ab..62649ecade 100644 --- a/packages/framework/theme/CHANGELOG.md +++ b/packages/framework/theme/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui-react-native/theme - + +## 0.11.2 + +Wed, 09 Jul 2025 21:40:51 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.11.1 Wed, 29 Jan 2025 23:43:54 GMT diff --git a/packages/framework/theme/package.json b/packages/framework/theme/package.json index e74e1c725f..a8d41bee11 100644 --- a/packages/framework/theme/package.json +++ b/packages/framework/theme/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/theme", - "version": "0.11.1", + "version": "0.11.2", "description": "Experimental version of fluentui-react-native theme framework", "repository": { "type": "git", diff --git a/packages/framework/themed-stylesheet/CHANGELOG.json b/packages/framework/themed-stylesheet/CHANGELOG.json index aed9a7a93e..7c93a1aa2a 100644 --- a/packages/framework/themed-stylesheet/CHANGELOG.json +++ b/packages/framework/themed-stylesheet/CHANGELOG.json @@ -1,6 +1,41 @@ { "name": "@fluentui-react-native/themed-stylesheet", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:40:51 GMT", + "version": "1.7.2", + "tag": "@fluentui-react-native/themed-stylesheet_v1.7.2", + "comments": { + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/themed-stylesheet", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/themed-stylesheet", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ], + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/themed-stylesheet", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/themed-stylesheet", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:34:47 GMT", "version": "1.7.1", diff --git a/packages/framework/themed-stylesheet/CHANGELOG.md b/packages/framework/themed-stylesheet/CHANGELOG.md index f2fb68d76b..be5f584767 100644 --- a/packages/framework/themed-stylesheet/CHANGELOG.md +++ b/packages/framework/themed-stylesheet/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui-react-native/themed-stylesheet -This log was last generated on Thu, 11 Apr 2024 18:08:40 GMT and should not be manually modified. + +## 1.7.2 + +Wed, 09 Jul 2025 21:40:51 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 1.7.0 Thu, 11 Apr 2024 18:08:40 GMT diff --git a/packages/framework/themed-stylesheet/package.json b/packages/framework/themed-stylesheet/package.json index 8c8513bbac..2a30d819ac 100644 --- a/packages/framework/themed-stylesheet/package.json +++ b/packages/framework/themed-stylesheet/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/themed-stylesheet", - "version": "1.7.1", + "version": "1.7.2", "description": "Helper for using react-native StyleSheets with themes", "repository": { "type": "git", diff --git a/packages/framework/use-slot/CHANGELOG.json b/packages/framework/use-slot/CHANGELOG.json index c9d7cb766b..a0aae66161 100644 --- a/packages/framework/use-slot/CHANGELOG.json +++ b/packages/framework/use-slot/CHANGELOG.json @@ -1,6 +1,41 @@ { "name": "@fluentui-react-native/use-slot", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:40:52 GMT", + "version": "0.6.3", + "tag": "@fluentui-react-native/use-slot_v0.6.3", + "comments": { + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/use-slot", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/use-slot", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ], + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/use-slot", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/use-slot", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:34:46 GMT", "version": "0.6.2", diff --git a/packages/framework/use-slot/CHANGELOG.md b/packages/framework/use-slot/CHANGELOG.md index 8417c268a1..be795efc7b 100644 --- a/packages/framework/use-slot/CHANGELOG.md +++ b/packages/framework/use-slot/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui-react-native/use-slot - + +## 0.6.3 + +Wed, 09 Jul 2025 21:40:52 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.6.2 Wed, 29 Jan 2025 23:43:52 GMT diff --git a/packages/framework/use-slot/package.json b/packages/framework/use-slot/package.json index 2152e87e13..e1d33bf2ca 100644 --- a/packages/framework/use-slot/package.json +++ b/packages/framework/use-slot/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/use-slot", - "version": "0.6.2", + "version": "0.6.3", "description": "Hook function to use a component as a pluggable slot", "repository": { "type": "git", diff --git a/packages/framework/use-slots/CHANGELOG.json b/packages/framework/use-slots/CHANGELOG.json index c332ce681d..b8621ad9e6 100644 --- a/packages/framework/use-slots/CHANGELOG.json +++ b/packages/framework/use-slots/CHANGELOG.json @@ -1,6 +1,41 @@ { "name": "@fluentui-react-native/use-slots", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:40:49 GMT", + "version": "0.10.3", + "tag": "@fluentui-react-native/use-slots_v0.10.3", + "comments": { + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/use-slots", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/use-slots", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ], + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/use-slots", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/use-slots", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:34:46 GMT", "version": "0.10.2", diff --git a/packages/framework/use-slots/CHANGELOG.md b/packages/framework/use-slots/CHANGELOG.md index 550ecad22d..abed93cb74 100644 --- a/packages/framework/use-slots/CHANGELOG.md +++ b/packages/framework/use-slots/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui-react-native/use-slots - + +## 0.10.3 + +Wed, 09 Jul 2025 21:40:49 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.10.2 Wed, 29 Jan 2025 23:43:52 GMT diff --git a/packages/framework/use-slots/package.json b/packages/framework/use-slots/package.json index ee2020eaef..a008a412e9 100644 --- a/packages/framework/use-slots/package.json +++ b/packages/framework/use-slots/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/use-slots", - "version": "0.10.2", + "version": "0.10.3", "description": "Hook function to return styled slots", "repository": { "type": "git", diff --git a/packages/framework/use-styling/CHANGELOG.json b/packages/framework/use-styling/CHANGELOG.json index e51ef559ce..994a86a357 100644 --- a/packages/framework/use-styling/CHANGELOG.json +++ b/packages/framework/use-styling/CHANGELOG.json @@ -1,6 +1,41 @@ { "name": "@fluentui-react-native/use-styling", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:40:49 GMT", + "version": "0.13.3", + "tag": "@fluentui-react-native/use-styling_v0.13.3", + "comments": { + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/use-styling", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/use-styling", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ], + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/use-styling", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/use-styling", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:34:46 GMT", "version": "0.13.2", diff --git a/packages/framework/use-styling/CHANGELOG.md b/packages/framework/use-styling/CHANGELOG.md index 12926fc11a..f8b05e703e 100644 --- a/packages/framework/use-styling/CHANGELOG.md +++ b/packages/framework/use-styling/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui-react-native/use-styling - + +## 0.13.3 + +Wed, 09 Jul 2025 21:40:49 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.13.2 Wed, 29 Jan 2025 23:43:52 GMT diff --git a/packages/framework/use-styling/package.json b/packages/framework/use-styling/package.json index fdd6918950..a81af77ff8 100644 --- a/packages/framework/use-styling/package.json +++ b/packages/framework/use-styling/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/use-styling", - "version": "0.13.2", + "version": "0.13.3", "description": "Opinionated use styling hook implementation", "repository": { "type": "git", diff --git a/packages/framework/use-tokens/CHANGELOG.json b/packages/framework/use-tokens/CHANGELOG.json index b89329cd5d..ea7794c987 100644 --- a/packages/framework/use-tokens/CHANGELOG.json +++ b/packages/framework/use-tokens/CHANGELOG.json @@ -1,6 +1,41 @@ { "name": "@fluentui-react-native/use-tokens", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:40:49 GMT", + "version": "0.6.3", + "tag": "@fluentui-react-native/use-tokens_v0.6.3", + "comments": { + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/use-tokens", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/use-tokens", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ], + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/use-tokens", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/use-tokens", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:34:45 GMT", "version": "0.6.2", diff --git a/packages/framework/use-tokens/CHANGELOG.md b/packages/framework/use-tokens/CHANGELOG.md index f1f39f75b9..9a8e5d19a4 100644 --- a/packages/framework/use-tokens/CHANGELOG.md +++ b/packages/framework/use-tokens/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui-react-native/use-tokens - + +## 0.6.3 + +Wed, 09 Jul 2025 21:40:49 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.6.2 Wed, 29 Jan 2025 23:43:52 GMT diff --git a/packages/framework/use-tokens/package.json b/packages/framework/use-tokens/package.json index cfa53e4f3b..bb09b4a29f 100644 --- a/packages/framework/use-tokens/package.json +++ b/packages/framework/use-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/use-tokens", - "version": "0.6.2", + "version": "0.6.3", "description": "Utilities and hook function for getting themed tokens for a component", "repository": { "type": "git", diff --git a/packages/libraries/core/package.json b/packages/libraries/core/package.json index 4ccbc7c919..4184fe8fae 100644 --- a/packages/libraries/core/package.json +++ b/packages/libraries/core/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-native", - "version": "0.42.13", + "version": "0.42.14", "description": "A react-native component library that implements the Fluent Design System.", "license": "MIT", "repository": { diff --git a/packages/theming/android-theme/CHANGELOG.json b/packages/theming/android-theme/CHANGELOG.json index b6d45ec0ac..55510a63a0 100644 --- a/packages/theming/android-theme/CHANGELOG.json +++ b/packages/theming/android-theme/CHANGELOG.json @@ -1,6 +1,41 @@ { "name": "@fluentui-react-native/android-theme", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:41:01 GMT", + "version": "0.25.3", + "tag": "@fluentui-react-native/android-theme_v0.25.3", + "comments": { + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/android-theme", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/android-theme", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ], + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/android-theme", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/android-theme", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:35:02 GMT", "version": "0.25.2", diff --git a/packages/theming/android-theme/CHANGELOG.md b/packages/theming/android-theme/CHANGELOG.md index 51ed4ec109..d0b9ac3055 100644 --- a/packages/theming/android-theme/CHANGELOG.md +++ b/packages/theming/android-theme/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui-react-native/android-theme - + +## 0.25.3 + +Wed, 09 Jul 2025 21:41:01 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.25.2 Wed, 29 Jan 2025 23:43:55 GMT diff --git a/packages/theming/android-theme/package.json b/packages/theming/android-theme/package.json index 0b1e480e6d..cc758e121f 100644 --- a/packages/theming/android-theme/package.json +++ b/packages/theming/android-theme/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/android-theme", - "version": "0.25.2", + "version": "0.25.3", "description": "A FluentUI React Native theme that pulls constants from FluentUI Android", "repository": { "type": "git", diff --git a/packages/theming/apple-theme/CHANGELOG.json b/packages/theming/apple-theme/CHANGELOG.json index 0f003a9dbb..808cb0de99 100644 --- a/packages/theming/apple-theme/CHANGELOG.json +++ b/packages/theming/apple-theme/CHANGELOG.json @@ -1,6 +1,41 @@ { "name": "@fluentui-react-native/apple-theme", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:41:02 GMT", + "version": "0.28.3", + "tag": "@fluentui-react-native/apple-theme_v0.28.3", + "comments": { + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/apple-theme", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/apple-theme", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ], + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/apple-theme", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/apple-theme", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:35:01 GMT", "version": "0.28.2", diff --git a/packages/theming/apple-theme/CHANGELOG.md b/packages/theming/apple-theme/CHANGELOG.md index 835d59a3ad..9c36d340c8 100644 --- a/packages/theming/apple-theme/CHANGELOG.md +++ b/packages/theming/apple-theme/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui-react-native/apple-theme - + +## 0.28.3 + +Wed, 09 Jul 2025 21:41:02 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.28.2 Wed, 29 Jan 2025 23:43:55 GMT diff --git a/packages/theming/apple-theme/package.json b/packages/theming/apple-theme/package.json index 3f796fa59c..f66a300411 100644 --- a/packages/theming/apple-theme/package.json +++ b/packages/theming/apple-theme/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/apple-theme", - "version": "0.28.2", + "version": "0.28.3", "description": "A FluentUI React Native theme that pulls constants from FluentUI Apple", "license": "MIT", "author": "Microsoft ", diff --git a/packages/theming/default-theme/CHANGELOG.json b/packages/theming/default-theme/CHANGELOG.json index 2bf08c6d53..6b8388786b 100644 --- a/packages/theming/default-theme/CHANGELOG.json +++ b/packages/theming/default-theme/CHANGELOG.json @@ -1,6 +1,41 @@ { "name": "@fluentui-react-native/default-theme", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:41:00 GMT", + "version": "0.26.3", + "tag": "@fluentui-react-native/default-theme_v0.26.3", + "comments": { + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/default-theme", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/default-theme", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ], + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/default-theme", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/default-theme", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:34:59 GMT", "version": "0.26.2", diff --git a/packages/theming/default-theme/CHANGELOG.md b/packages/theming/default-theme/CHANGELOG.md index 7375b86b47..c539a916e2 100644 --- a/packages/theming/default-theme/CHANGELOG.md +++ b/packages/theming/default-theme/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui-react-native/default-theme - + +## 0.26.3 + +Wed, 09 Jul 2025 21:41:00 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.26.2 Wed, 29 Jan 2025 23:43:54 GMT diff --git a/packages/theming/default-theme/package.json b/packages/theming/default-theme/package.json index 8fb5a46424..884b465c2a 100644 --- a/packages/theming/default-theme/package.json +++ b/packages/theming/default-theme/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/default-theme", - "version": "0.26.2", + "version": "0.26.3", "description": "Typing only package for fluentui-react-native theme types", "repository": { "type": "git", diff --git a/packages/theming/theme-tokens/CHANGELOG.json b/packages/theming/theme-tokens/CHANGELOG.json index 562743c373..53a1e3c079 100644 --- a/packages/theming/theme-tokens/CHANGELOG.json +++ b/packages/theming/theme-tokens/CHANGELOG.json @@ -1,6 +1,41 @@ { "name": "@fluentui-react-native/theme-tokens", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:40:51 GMT", + "version": "0.27.2", + "tag": "@fluentui-react-native/theme-tokens_v0.27.2", + "comments": { + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/theme-tokens", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/theme-tokens", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ], + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/theme-tokens", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/theme-tokens", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:34:47 GMT", "version": "0.27.1", diff --git a/packages/theming/theme-tokens/CHANGELOG.md b/packages/theming/theme-tokens/CHANGELOG.md index 90caaf5ff6..7eed3c3774 100644 --- a/packages/theming/theme-tokens/CHANGELOG.md +++ b/packages/theming/theme-tokens/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui-react-native/theme-tokens - + +## 0.27.2 + +Wed, 09 Jul 2025 21:40:51 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.27.1 Wed, 29 Jan 2025 23:43:54 GMT diff --git a/packages/theming/theme-tokens/package.json b/packages/theming/theme-tokens/package.json index d293858f51..ae6d474699 100644 --- a/packages/theming/theme-tokens/package.json +++ b/packages/theming/theme-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/theme-tokens", - "version": "0.27.1", + "version": "0.27.2", "description": "Defines values for tokens used to fill out themes.", "repository": { "type": "git", diff --git a/packages/theming/theme-types/CHANGELOG.json b/packages/theming/theme-types/CHANGELOG.json index daf9431188..e19b52acba 100644 --- a/packages/theming/theme-types/CHANGELOG.json +++ b/packages/theming/theme-types/CHANGELOG.json @@ -1,6 +1,41 @@ { "name": "@fluentui-react-native/theme-types", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:40:51 GMT", + "version": "0.39.2", + "tag": "@fluentui-react-native/theme-types_v0.39.2", + "comments": { + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/theme-types", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/theme-types", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ], + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/theme-types", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/theme-types", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:34:47 GMT", "version": "0.39.1", diff --git a/packages/theming/theme-types/CHANGELOG.md b/packages/theming/theme-types/CHANGELOG.md index 9b41a0d014..97f069af88 100644 --- a/packages/theming/theme-types/CHANGELOG.md +++ b/packages/theming/theme-types/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui-react-native/theme-types - + +## 0.39.2 + +Wed, 09 Jul 2025 21:40:51 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.39.1 Wed, 29 Jan 2025 23:43:54 GMT diff --git a/packages/theming/theme-types/package.json b/packages/theming/theme-types/package.json index 44fa9a4fc1..8873cc45a5 100644 --- a/packages/theming/theme-types/package.json +++ b/packages/theming/theme-types/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/theme-types", - "version": "0.39.1", + "version": "0.39.2", "description": "Typing only package for fluentui-react-native theme types", "repository": { "type": "git", diff --git a/packages/theming/theming-utils/CHANGELOG.json b/packages/theming/theming-utils/CHANGELOG.json index bd79ed9e18..09205907eb 100644 --- a/packages/theming/theming-utils/CHANGELOG.json +++ b/packages/theming/theming-utils/CHANGELOG.json @@ -1,6 +1,41 @@ { "name": "@fluentui-react-native/theming-utils", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:40:51 GMT", + "version": "0.26.2", + "tag": "@fluentui-react-native/theming-utils_v0.26.2", + "comments": { + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/theming-utils", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/theming-utils", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ], + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/theming-utils", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/theming-utils", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:34:46 GMT", "version": "0.26.1", diff --git a/packages/theming/theming-utils/CHANGELOG.md b/packages/theming/theming-utils/CHANGELOG.md index fb6ba0a278..30c5811692 100644 --- a/packages/theming/theming-utils/CHANGELOG.md +++ b/packages/theming/theming-utils/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui-react-native/theming-utils - + +## 0.26.2 + +Wed, 09 Jul 2025 21:40:51 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.26.1 Wed, 29 Jan 2025 23:43:52 GMT diff --git a/packages/theming/theming-utils/package.json b/packages/theming/theming-utils/package.json index 76f2ff1c49..6b2a6475cb 100644 --- a/packages/theming/theming-utils/package.json +++ b/packages/theming/theming-utils/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/theming-utils", - "version": "0.26.1", + "version": "0.26.2", "description": "Utils for dealing with theming", "repository": { "type": "git", diff --git a/packages/theming/win32-theme/CHANGELOG.json b/packages/theming/win32-theme/CHANGELOG.json index 8c00dc5076..ed4a5769f8 100644 --- a/packages/theming/win32-theme/CHANGELOG.json +++ b/packages/theming/win32-theme/CHANGELOG.json @@ -1,6 +1,41 @@ { "name": "@fluentui-react-native/win32-theme", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:40:50 GMT", + "version": "0.34.6", + "tag": "@fluentui-react-native/win32-theme_v0.34.6", + "comments": { + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/win32-theme", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/win32-theme", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ], + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/win32-theme", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/win32-theme", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:34:45 GMT", "version": "0.34.5", diff --git a/packages/theming/win32-theme/CHANGELOG.md b/packages/theming/win32-theme/CHANGELOG.md index b25068d026..ec04733394 100644 --- a/packages/theming/win32-theme/CHANGELOG.md +++ b/packages/theming/win32-theme/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui-react-native/win32-theme - + +## 0.34.6 + +Wed, 09 Jul 2025 21:40:50 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.34.5 Wed, 29 Jan 2025 23:43:52 GMT diff --git a/packages/theming/win32-theme/package.json b/packages/theming/win32-theme/package.json index 1a876b1c88..5900ff938b 100644 --- a/packages/theming/win32-theme/package.json +++ b/packages/theming/win32-theme/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/win32-theme", - "version": "0.34.5", + "version": "0.34.6", "description": "Win32 office theme that works with the theming native module", "repository": { "type": "git", diff --git a/packages/utils/adapters/CHANGELOG.json b/packages/utils/adapters/CHANGELOG.json index 36075b2047..7e0b06f7a4 100644 --- a/packages/utils/adapters/CHANGELOG.json +++ b/packages/utils/adapters/CHANGELOG.json @@ -1,6 +1,41 @@ { "name": "@fluentui-react-native/adapters", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:41:03 GMT", + "version": "0.13.1", + "tag": "@fluentui-react-native/adapters_v0.13.1", + "comments": { + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/adapters", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/adapters", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ], + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/adapters", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/adapters", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:35:02 GMT", "version": "0.13.0", diff --git a/packages/utils/adapters/CHANGELOG.md b/packages/utils/adapters/CHANGELOG.md index 6bf10c0523..271ea4ceb5 100644 --- a/packages/utils/adapters/CHANGELOG.md +++ b/packages/utils/adapters/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui-react-native/adapters -This log was last generated on Thu, 11 Apr 2024 18:08:41 GMT and should not be manually modified. + +## 0.13.1 + +Wed, 09 Jul 2025 21:41:03 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.13.0 Thu, 11 Apr 2024 18:08:41 GMT diff --git a/packages/utils/adapters/package.json b/packages/utils/adapters/package.json index df6c9dbcd8..f23cf0ac8a 100644 --- a/packages/utils/adapters/package.json +++ b/packages/utils/adapters/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/adapters", - "version": "0.13.0", + "version": "0.13.1", "description": "Adapters for working with react-native types", "main": "lib-commonjs/index.js", "module": "lib/index.js", diff --git a/packages/utils/interactive-hooks/CHANGELOG.json b/packages/utils/interactive-hooks/CHANGELOG.json index 59fd0658c2..92a079b058 100644 --- a/packages/utils/interactive-hooks/CHANGELOG.json +++ b/packages/utils/interactive-hooks/CHANGELOG.json @@ -1,6 +1,41 @@ { "name": "@fluentui-react-native/interactive-hooks", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:40:56 GMT", + "version": "0.27.5", + "tag": "@fluentui-react-native/interactive-hooks_v0.27.5", + "comments": { + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/interactive-hooks", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/interactive-hooks", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ], + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/interactive-hooks", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/interactive-hooks", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:34:54 GMT", "version": "0.27.4", diff --git a/packages/utils/interactive-hooks/CHANGELOG.md b/packages/utils/interactive-hooks/CHANGELOG.md index be93b9bd87..467e01cfab 100644 --- a/packages/utils/interactive-hooks/CHANGELOG.md +++ b/packages/utils/interactive-hooks/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui-react-native/interactive-hooks - + +## 0.27.5 + +Wed, 09 Jul 2025 21:40:56 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.27.4 Wed, 29 Jan 2025 23:43:53 GMT diff --git a/packages/utils/interactive-hooks/package.json b/packages/utils/interactive-hooks/package.json index c89f2c84e7..69cfbcdabb 100644 --- a/packages/utils/interactive-hooks/package.json +++ b/packages/utils/interactive-hooks/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/interactive-hooks", - "version": "0.27.4", + "version": "0.27.5", "description": "Hooks for adding focus, hover, and press semantics to view based components", "main": "lib-commonjs/index.js", "module": "lib/index.js", diff --git a/packages/utils/styling/CHANGELOG.json b/packages/utils/styling/CHANGELOG.json index f628ddb315..575cd62d6f 100644 --- a/packages/utils/styling/CHANGELOG.json +++ b/packages/utils/styling/CHANGELOG.json @@ -1,6 +1,41 @@ { "name": "@fluentui-react-native/styling-utils", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:40:52 GMT", + "version": "0.7.1", + "tag": "@fluentui-react-native/styling-utils_v0.7.1", + "comments": { + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/styling-utils", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/styling-utils", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ], + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/styling-utils", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/styling-utils", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:34:51 GMT", "version": "0.7.0", diff --git a/packages/utils/styling/CHANGELOG.md b/packages/utils/styling/CHANGELOG.md index 0d719de452..a5f106ca0a 100644 --- a/packages/utils/styling/CHANGELOG.md +++ b/packages/utils/styling/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui-react-native/styling-utils -This log was last generated on Thu, 11 Apr 2024 18:08:39 GMT and should not be manually modified. + +## 0.7.1 + +Wed, 09 Jul 2025 21:40:52 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.7.0 Thu, 11 Apr 2024 18:08:39 GMT diff --git a/packages/utils/styling/package.json b/packages/utils/styling/package.json index a0246ffdf9..9ec27af5a3 100644 --- a/packages/utils/styling/package.json +++ b/packages/utils/styling/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/styling-utils", - "version": "0.7.0", + "version": "0.7.1", "description": "Utility functions for styling components in FURN", "main": "lib-commonjs/index.js", "module": "lib/index.js", diff --git a/packages/utils/tokens/CHANGELOG.json b/packages/utils/tokens/CHANGELOG.json index a9ef32b415..ba0337ef76 100644 --- a/packages/utils/tokens/CHANGELOG.json +++ b/packages/utils/tokens/CHANGELOG.json @@ -1,6 +1,41 @@ { "name": "@fluentui-react-native/tokens", "entries": [ + { + "date": "Wed, 09 Jul 2025 21:40:51 GMT", + "version": "0.23.2", + "tag": "@fluentui-react-native/tokens_v0.23.2", + "comments": { + "none": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/tokens", + "commit": "54087dca787180bbf34630470cd0d06e88366b30", + "comment": "update eslint to 9.x and use new flat config format with security rules" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/tokens", + "commit": "79bb06f6bbfd0a36f9d2ef371f4857be9660f027", + "comment": "Fixed `align-deps` warnings" + } + ], + "patch": [ + { + "author": "jasonmo@microsoft.com", + "package": "@fluentui-react-native/tokens", + "commit": "479b93cea460a26df70c55b5d3335927ed374713", + "comment": "update builds to use node16 settings and modern export maps" + }, + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/tokens", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "date": "Wed, 11 Jun 2025 19:34:47 GMT", "version": "0.23.1", diff --git a/packages/utils/tokens/CHANGELOG.md b/packages/utils/tokens/CHANGELOG.md index c2d4988817..023035ec5f 100644 --- a/packages/utils/tokens/CHANGELOG.md +++ b/packages/utils/tokens/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui-react-native/tokens -This log was last generated on Thu, 11 Apr 2024 18:08:40 GMT and should not be manually modified. + +## 0.23.2 + +Wed, 09 Jul 2025 21:40:51 GMT + +### Patches + +- update builds to use node16 settings and modern export maps (jasonmo@microsoft.com) +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com) + ## 0.23.0 Thu, 11 Apr 2024 18:08:40 GMT diff --git a/packages/utils/tokens/package.json b/packages/utils/tokens/package.json index 6d65c71a24..30ba2125b1 100644 --- a/packages/utils/tokens/package.json +++ b/packages/utils/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/tokens", - "version": "0.23.1", + "version": "0.23.2", "description": "Token interface parts and helpers", "main": "lib-commonjs/index.js", "module": "lib/index.js",