diff --git a/apps/E2E/CHANGELOG.json b/apps/E2E/CHANGELOG.json index 14ab0308d07..e8948357b3d 100644 --- a/apps/E2E/CHANGELOG.json +++ b/apps/E2E/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/e2e-testing", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:25 GMT", + "version": "1.40.9", + "tag": "@fluentui-react-native/e2e-testing_v1.40.9", + "comments": { + "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 e5fe2f62310..c6941d5ff16 100644 --- a/apps/E2E/CHANGELOG.md +++ b/apps/E2E/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @fluentui-react-native/e2e-testing - + +## 1.40.9 + +Thu, 10 Jul 2025 19:20:25 GMT + +### 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 a5f0fb19ab2..961dbff8400 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.40.9", "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 8b36de656f5..c8b34682a00 100644 --- a/apps/fluent-tester/CHANGELOG.json +++ b/apps/fluent-tester/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/tester", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:17 GMT", + "version": "0.170.27", + "tag": "@fluentui-react-native/tester_v0.170.27", + "comments": { + "patch": [ + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/tester", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "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 40d93c6a380..15b74ae6c22 100644 --- a/apps/fluent-tester/CHANGELOG.md +++ b/apps/fluent-tester/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @fluentui-react-native/tester - + +## 0.170.27 + +Thu, 10 Jul 2025 19:20:17 GMT + +### Patches + +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.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 a320470548e..e5b34139f52 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 1480bc8078f..e4b6aa8d5fd 100644 --- a/apps/win32/CHANGELOG.json +++ b/apps/win32/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/tester-win32", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:17 GMT", + "version": "0.38.46", + "tag": "@fluentui-react-native/tester-win32_v0.38.46", + "comments": { + "patch": [ + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/tester-win32", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "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 2536e8c0b66..6ec154a5a7d 100644 --- a/apps/win32/CHANGELOG.md +++ b/apps/win32/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @fluentui-react-native/tester-win32 - + +## 0.38.46 + +Thu, 10 Jul 2025 19:20:17 GMT + +### Patches + +- 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 048b67a90bd..033f1c2a50f 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-6d538e6f-abb1-4800-97f5-24b335bfd156.json b/change/@fluentui-react-native-6d538e6f-abb1-4800-97f5-24b335bfd156.json deleted file mode 100644 index 31894450248..00000000000 --- 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-701b89b5-e696-4ac9-a6d3-82dc54a0c49c.json b/change/@fluentui-react-native-701b89b5-e696-4ac9-a6d3-82dc54a0c49c.json new file mode 100644 index 00000000000..960dde11dba --- /dev/null +++ b/change/@fluentui-react-native-701b89b5-e696-4ac9-a6d3-82dc54a0c49c.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui/react-native", + "email": "ruaraki@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-native-adapters-7f0e6b60-0d86-4477-9e5e-6efe48319384.json b/change/@fluentui-react-native-adapters-7f0e6b60-0d86-4477-9e5e-6efe48319384.json new file mode 100644 index 00000000000..28afe960b60 --- /dev/null +++ b/change/@fluentui-react-native-adapters-7f0e6b60-0d86-4477-9e5e-6efe48319384.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/adapters", + "email": "ruaraki@microsoft.com", + "dependentChangeType": "none" +} 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 f3b3b2c8aef..00000000000 --- 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-9870da3c-7fea-4ca4-b526-cdce1df0e4be.json b/change/@fluentui-react-native-android-theme-9870da3c-7fea-4ca4-b526-cdce1df0e4be.json new file mode 100644 index 00000000000..a2627c75689 --- /dev/null +++ b/change/@fluentui-react-native-android-theme-9870da3c-7fea-4ca4-b526-cdce1df0e4be.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/android-theme", + "email": "ruaraki@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 92fd518a085..00000000000 --- 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-cbc26795-26bf-43db-a131-f80437389c62.json b/change/@fluentui-react-native-apple-theme-cbc26795-26bf-43db-a131-f80437389c62.json deleted file mode 100644 index 05849cece00..00000000000 --- 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-e75de0c3-2438-4c7a-ae6f-9fa36b153e92.json b/change/@fluentui-react-native-apple-theme-e75de0c3-2438-4c7a-ae6f-9fa36b153e92.json new file mode 100644 index 00000000000..85e32f1368c --- /dev/null +++ b/change/@fluentui-react-native-apple-theme-e75de0c3-2438-4c7a-ae6f-9fa36b153e92.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/apple-theme", + "email": "ruaraki@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 9f76e60617e..00000000000 --- 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-df1443ca-8e48-4137-be8f-3f94aa7eefd0.json b/change/@fluentui-react-native-avatar-df1443ca-8e48-4137-be8f-3f94aa7eefd0.json new file mode 100644 index 00000000000..ca3d63c6832 --- /dev/null +++ b/change/@fluentui-react-native-avatar-df1443ca-8e48-4137-be8f-3f94aa7eefd0.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/avatar", + "email": "ruaraki@microsoft.com", + "dependentChangeType": "none" +} 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 5edd6d379ae..00000000000 --- 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-badge-be018caf-bac1-4473-b90f-55400665dcf2.json b/change/@fluentui-react-native-badge-be018caf-bac1-4473-b90f-55400665dcf2.json new file mode 100644 index 00000000000..2bcfa664865 --- /dev/null +++ b/change/@fluentui-react-native-badge-be018caf-bac1-4473-b90f-55400665dcf2.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/badge", + "email": "ruaraki@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 9cb7a60b669..00000000000 --- 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-bee97091-5495-4fdb-af39-e0c5b03794bc.json b/change/@fluentui-react-native-button-bee97091-5495-4fdb-af39-e0c5b03794bc.json new file mode 100644 index 00000000000..965f24a5872 --- /dev/null +++ b/change/@fluentui-react-native-button-bee97091-5495-4fdb-af39-e0c5b03794bc.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/button", + "email": "ruaraki@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 dfecf022e70..00000000000 --- 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-74c9dee9-fa3e-4166-8caf-f1ac79285e94.json b/change/@fluentui-react-native-callout-74c9dee9-fa3e-4166-8caf-f1ac79285e94.json new file mode 100644 index 00000000000..a695f57f161 --- /dev/null +++ b/change/@fluentui-react-native-callout-74c9dee9-fa3e-4166-8caf-f1ac79285e94.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/callout", + "email": "ruaraki@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-native-checkbox-52f498fe-c051-4687-910f-4e5718abcdc7.json b/change/@fluentui-react-native-checkbox-52f498fe-c051-4687-910f-4e5718abcdc7.json new file mode 100644 index 00000000000..008c8295a7e --- /dev/null +++ b/change/@fluentui-react-native-checkbox-52f498fe-c051-4687-910f-4e5718abcdc7.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/checkbox", + "email": "ruaraki@microsoft.com", + "dependentChangeType": "none" +} 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 b3e62e91210..00000000000 --- 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-chip-794ce873-5958-4651-a11e-34065dd8487c.json b/change/@fluentui-react-native-chip-794ce873-5958-4651-a11e-34065dd8487c.json new file mode 100644 index 00000000000..39ff6062376 --- /dev/null +++ b/change/@fluentui-react-native-chip-794ce873-5958-4651-a11e-34065dd8487c.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/chip", + "email": "ruaraki@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 84c3a4ca4b6..00000000000 --- 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-56fb7234-4f42-49b1-930a-75cccd99ae5a.json b/change/@fluentui-react-native-codemods-56fb7234-4f42-49b1-930a-75cccd99ae5a.json new file mode 100644 index 00000000000..bff81640a77 --- /dev/null +++ b/change/@fluentui-react-native-codemods-56fb7234-4f42-49b1-930a-75cccd99ae5a.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/codemods", + "email": "ruaraki@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-native-composition-6339f99b-ec6a-4959-b58d-e58276a6d88b.json b/change/@fluentui-react-native-composition-6339f99b-ec6a-4959-b58d-e58276a6d88b.json new file mode 100644 index 00000000000..5fd60f2b892 --- /dev/null +++ b/change/@fluentui-react-native-composition-6339f99b-ec6a-4959-b58d-e58276a6d88b.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/composition", + "email": "ruaraki@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 6947642f79f..00000000000 --- 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-04a18ffe-c4ce-4ce9-b62e-9a3fe3ed1699.json b/change/@fluentui-react-native-contextual-menu-04a18ffe-c4ce-4ce9-b62e-9a3fe3ed1699.json new file mode 100644 index 00000000000..8de7605ae24 --- /dev/null +++ b/change/@fluentui-react-native-contextual-menu-04a18ffe-c4ce-4ce9-b62e-9a3fe3ed1699.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/contextual-menu", + "email": "ruaraki@microsoft.com", + "dependentChangeType": "none" +} 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 886f9bf8c52..00000000000 --- 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-default-theme-83ac06f9-0219-4a57-aa29-0b5a6a3f89d8.json b/change/@fluentui-react-native-default-theme-83ac06f9-0219-4a57-aa29-0b5a6a3f89d8.json new file mode 100644 index 00000000000..e2e979cb685 --- /dev/null +++ b/change/@fluentui-react-native-default-theme-83ac06f9-0219-4a57-aa29-0b5a6a3f89d8.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/default-theme", + "email": "ruaraki@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 fa362d2a788..00000000000 --- 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-dependency-profiles-2ded7844-5ade-4020-8ee6-5286129671dc.json b/change/@fluentui-react-native-dependency-profiles-2ded7844-5ade-4020-8ee6-5286129671dc.json new file mode 100644 index 00000000000..b4479bc2c0c --- /dev/null +++ b/change/@fluentui-react-native-dependency-profiles-2ded7844-5ade-4020-8ee6-5286129671dc.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/dependency-profiles", + "email": "ruaraki@microsoft.com", + "dependentChangeType": "none" +} 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 fd1c81ad683..00000000000 --- 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-divider-35b5cbb5-0650-42e6-9f6e-f729a5c4099b.json b/change/@fluentui-react-native-divider-35b5cbb5-0650-42e6-9f6e-f729a5c4099b.json new file mode 100644 index 00000000000..d6947109f3b --- /dev/null +++ b/change/@fluentui-react-native-divider-35b5cbb5-0650-42e6-9f6e-f729a5c4099b.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/divider", + "email": "ruaraki@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 75c597fe009..00000000000 --- 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 e44301f44c6..00000000000 --- 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-981e9773-69f6-4849-98c0-bb7f5e6c8867.json b/change/@fluentui-react-native-drawer-981e9773-69f6-4849-98c0-bb7f5e6c8867.json new file mode 100644 index 00000000000..32f05a35ab4 --- /dev/null +++ b/change/@fluentui-react-native-drawer-981e9773-69f6-4849-98c0-bb7f5e6c8867.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/drawer", + "email": "ruaraki@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-native-dropdown-4f2ddd0c-3d7a-4c97-9af6-fe6e32103b6a.json b/change/@fluentui-react-native-dropdown-4f2ddd0c-3d7a-4c97-9af6-fe6e32103b6a.json new file mode 100644 index 00000000000..127a8930785 --- /dev/null +++ b/change/@fluentui-react-native-dropdown-4f2ddd0c-3d7a-4c97-9af6-fe6e32103b6a.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/dropdown", + "email": "ruaraki@microsoft.com", + "dependentChangeType": "none" +} 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 b4e2f25ed7c..00000000000 --- 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-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 1680fc15eee..00000000000 --- 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-c1894422-e0a0-49bf-aa0a-5813e8c916d8.json b/change/@fluentui-react-native-e2e-testing-c1894422-e0a0-49bf-aa0a-5813e8c916d8.json new file mode 100644 index 00000000000..796eec1fccd --- /dev/null +++ b/change/@fluentui-react-native-e2e-testing-c1894422-e0a0-49bf-aa0a-5813e8c916d8.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/e2e-testing", + "email": "ruaraki@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-native-experimental-activity-indicator-52e6085c-0783-4bb1-a86d-54adee6cd844.json b/change/@fluentui-react-native-experimental-activity-indicator-52e6085c-0783-4bb1-a86d-54adee6cd844.json new file mode 100644 index 00000000000..7b57cc5e42e --- /dev/null +++ b/change/@fluentui-react-native-experimental-activity-indicator-52e6085c-0783-4bb1-a86d-54adee6cd844.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/experimental-activity-indicator", + "email": "ruaraki@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 d146f30dd9f..00000000000 --- 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-appearance-additions-62c30e5f-e61f-454e-b802-e6314f0f8ffd.json b/change/@fluentui-react-native-experimental-appearance-additions-62c30e5f-e61f-454e-b802-e6314f0f8ffd.json new file mode 100644 index 00000000000..fa601ac4f54 --- /dev/null +++ b/change/@fluentui-react-native-experimental-appearance-additions-62c30e5f-e61f-454e-b802-e6314f0f8ffd.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/experimental-appearance-additions", + "email": "ruaraki@microsoft.com", + "dependentChangeType": "none" +} 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 0a9a79fe779..00000000000 --- 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-184997c8-5550-4342-8c14-76858ce9cc96.json b/change/@fluentui-react-native-experimental-avatar-184997c8-5550-4342-8c14-76858ce9cc96.json deleted file mode 100644 index c85d335a93e..00000000000 --- 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-58c4ab98-b61a-441b-9b0d-95c09b408ac6.json b/change/@fluentui-react-native-experimental-avatar-58c4ab98-b61a-441b-9b0d-95c09b408ac6.json new file mode 100644 index 00000000000..8b1e0f722fe --- /dev/null +++ b/change/@fluentui-react-native-experimental-avatar-58c4ab98-b61a-441b-9b0d-95c09b408ac6.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/experimental-avatar", + "email": "ruaraki@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-native-experimental-checkbox-6811ca07-b846-41af-a190-5a3d3e59991b.json b/change/@fluentui-react-native-experimental-checkbox-6811ca07-b846-41af-a190-5a3d3e59991b.json new file mode 100644 index 00000000000..dd2502a2a0e --- /dev/null +++ b/change/@fluentui-react-native-experimental-checkbox-6811ca07-b846-41af-a190-5a3d3e59991b.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/experimental-checkbox", + "email": "ruaraki@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 7f369a70cf6..00000000000 --- 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-278b3d5c-3b37-4756-9498-1b9ed7424d53.json b/change/@fluentui-react-native-experimental-expander-278b3d5c-3b37-4756-9498-1b9ed7424d53.json new file mode 100644 index 00000000000..a238bc8d8ea --- /dev/null +++ b/change/@fluentui-react-native-experimental-expander-278b3d5c-3b37-4756-9498-1b9ed7424d53.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/experimental-expander", + "email": "ruaraki@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 24fee8fc699..00000000000 --- 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-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 5d1a661f3c8..00000000000 --- 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-a37367ca-ba93-49da-8390-643fafe7b462.json b/change/@fluentui-react-native-experimental-menu-button-a37367ca-ba93-49da-8390-643fafe7b462.json new file mode 100644 index 00000000000..c2dc6c92c97 --- /dev/null +++ b/change/@fluentui-react-native-experimental-menu-button-a37367ca-ba93-49da-8390-643fafe7b462.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/experimental-menu-button", + "email": "ruaraki@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 9ec7e8816cb..00000000000 --- 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-1bb32661-2b2f-4075-a138-a4239e829d7a.json b/change/@fluentui-react-native-experimental-native-date-picker-1bb32661-2b2f-4075-a138-a4239e829d7a.json new file mode 100644 index 00000000000..485ec857852 --- /dev/null +++ b/change/@fluentui-react-native-experimental-native-date-picker-1bb32661-2b2f-4075-a138-a4239e829d7a.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/experimental-native-date-picker", + "email": "ruaraki@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 bc9f7cc2ad8..00000000000 --- 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-native-font-metrics-a9af3f55-0566-4fd7-8928-6d67debb60c8.json b/change/@fluentui-react-native-experimental-native-font-metrics-a9af3f55-0566-4fd7-8928-6d67debb60c8.json new file mode 100644 index 00000000000..3d167edfbff --- /dev/null +++ b/change/@fluentui-react-native-experimental-native-font-metrics-a9af3f55-0566-4fd7-8928-6d67debb60c8.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/experimental-native-font-metrics", + "email": "ruaraki@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 6c0f2c1608d..00000000000 --- 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-aecd37a3-7e36-4da3-b298-39bea88a961c.json b/change/@fluentui-react-native-experimental-shadow-aecd37a3-7e36-4da3-b298-39bea88a961c.json new file mode 100644 index 00000000000..0be2506c85b --- /dev/null +++ b/change/@fluentui-react-native-experimental-shadow-aecd37a3-7e36-4da3-b298-39bea88a961c.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/experimental-shadow", + "email": "ruaraki@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 7028d6cc462..00000000000 --- 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-dea981e2-bb6c-4798-af69-31179aec3d0a.json b/change/@fluentui-react-native-experimental-shimmer-dea981e2-bb6c-4798-af69-31179aec3d0a.json new file mode 100644 index 00000000000..b8e90418c40 --- /dev/null +++ b/change/@fluentui-react-native-experimental-shimmer-dea981e2-bb6c-4798-af69-31179aec3d0a.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/experimental-shimmer", + "email": "ruaraki@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-native-focus-trap-zone-4e79236d-5269-40c8-a3a3-bf721c811282.json b/change/@fluentui-react-native-focus-trap-zone-4e79236d-5269-40c8-a3a3-bf721c811282.json new file mode 100644 index 00000000000..d17241d05f7 --- /dev/null +++ b/change/@fluentui-react-native-focus-trap-zone-4e79236d-5269-40c8-a3a3-bf721c811282.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/focus-trap-zone", + "email": "ruaraki@microsoft.com", + "dependentChangeType": "none" +} 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 b33b2ccc051..00000000000 --- 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-71edd8ed-02e7-403b-a865-94401c83a614.json b/change/@fluentui-react-native-focus-zone-71edd8ed-02e7-403b-a865-94401c83a614.json new file mode 100644 index 00000000000..0bab14e0034 --- /dev/null +++ b/change/@fluentui-react-native-focus-zone-71edd8ed-02e7-403b-a865-94401c83a614.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/focus-zone", + "email": "ruaraki@microsoft.com", + "dependentChangeType": "none" +} 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 481a420ad4b..00000000000 --- 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-9f8a0611-add2-4445-b4dd-8180805a3e5c.json b/change/@fluentui-react-native-framework-9f8a0611-add2-4445-b4dd-8180805a3e5c.json new file mode 100644 index 00000000000..d3395a60285 --- /dev/null +++ b/change/@fluentui-react-native-framework-9f8a0611-add2-4445-b4dd-8180805a3e5c.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/framework", + "email": "ruaraki@microsoft.com", + "dependentChangeType": "none" +} 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 ca061fd2df9..00000000000 --- 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-icon-b15e3dbd-b8b8-442f-b6a9-315c45dab59c.json b/change/@fluentui-react-native-icon-b15e3dbd-b8b8-442f-b6a9-315c45dab59c.json deleted file mode 100644 index 03f54d46397..00000000000 --- 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-eedaf481-a7dc-4986-92c6-930d1a73981e.json b/change/@fluentui-react-native-icon-eedaf481-a7dc-4986-92c6-930d1a73981e.json new file mode 100644 index 00000000000..3cb5c8b48bd --- /dev/null +++ b/change/@fluentui-react-native-icon-eedaf481-a7dc-4986-92c6-930d1a73981e.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/icon", + "email": "ruaraki@microsoft.com", + "dependentChangeType": "none" +} 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 afc25b58aa9..00000000000 --- 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-5d72c093-343a-450e-8a82-7b3500eb9723.json b/change/@fluentui-react-native-input-5d72c093-343a-450e-8a82-7b3500eb9723.json new file mode 100644 index 00000000000..15e77645189 --- /dev/null +++ b/change/@fluentui-react-native-input-5d72c093-343a-450e-8a82-7b3500eb9723.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/input", + "email": "ruaraki@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-native-interactive-hooks-30d03e93-3545-42a4-a6b2-feeaacf86b68.json b/change/@fluentui-react-native-interactive-hooks-30d03e93-3545-42a4-a6b2-feeaacf86b68.json new file mode 100644 index 00000000000..ddf7ef499db --- /dev/null +++ b/change/@fluentui-react-native-interactive-hooks-30d03e93-3545-42a4-a6b2-feeaacf86b68.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/interactive-hooks", + "email": "ruaraki@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 c6d5b75cc91..00000000000 --- 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-04bb1508-a54c-48ee-9c05-3b1e9ab6e995.json b/change/@fluentui-react-native-link-04bb1508-a54c-48ee-9c05-3b1e9ab6e995.json new file mode 100644 index 00000000000..c36d9ef7496 --- /dev/null +++ b/change/@fluentui-react-native-link-04bb1508-a54c-48ee-9c05-3b1e9ab6e995.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/link", + "email": "ruaraki@microsoft.com", + "dependentChangeType": "none" +} 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 eb82e2e42b6..00000000000 --- 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-menu-button-70f8d9a2-505b-42de-b09d-6a7c180e7467.json b/change/@fluentui-react-native-menu-button-70f8d9a2-505b-42de-b09d-6a7c180e7467.json new file mode 100644 index 00000000000..d8e39576384 --- /dev/null +++ b/change/@fluentui-react-native-menu-button-70f8d9a2-505b-42de-b09d-6a7c180e7467.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/menu-button", + "email": "ruaraki@microsoft.com", + "dependentChangeType": "none" +} 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 05437e33f0b..00000000000 --- 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-dad03ea2-0cd0-4683-a97f-e768af6e7f46.json b/change/@fluentui-react-native-menu-dad03ea2-0cd0-4683-a97f-e768af6e7f46.json new file mode 100644 index 00000000000..4a0cefc413b --- /dev/null +++ b/change/@fluentui-react-native-menu-dad03ea2-0cd0-4683-a97f-e768af6e7f46.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/menu", + "email": "ruaraki@microsoft.com", + "dependentChangeType": "none" +} 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 9fcd7b4ac13..00000000000 --- 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-2372a583-5405-40f3-bb61-bb5fbb29a8d8.json b/change/@fluentui-react-native-merge-props-2372a583-5405-40f3-bb61-bb5fbb29a8d8.json new file mode 100644 index 00000000000..ac0d784edf6 --- /dev/null +++ b/change/@fluentui-react-native-merge-props-2372a583-5405-40f3-bb61-bb5fbb29a8d8.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/merge-props", + "email": "ruaraki@microsoft.com", + "dependentChangeType": "none" +} 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 65f5b5fc05a..00000000000 --- 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-notification-86260fb1-cb82-44b6-a629-0fb6085b09d3.json b/change/@fluentui-react-native-notification-86260fb1-cb82-44b6-a629-0fb6085b09d3.json new file mode 100644 index 00000000000..e6404599ac7 --- /dev/null +++ b/change/@fluentui-react-native-notification-86260fb1-cb82-44b6-a629-0fb6085b09d3.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/notification", + "email": "ruaraki@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 74d4085ab49..00000000000 --- 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-62ea3d1c-0220-493e-92cf-3423f6ce1be0.json b/change/@fluentui-react-native-overflow-62ea3d1c-0220-493e-92cf-3423f6ce1be0.json new file mode 100644 index 00000000000..401643bb3a1 --- /dev/null +++ b/change/@fluentui-react-native-overflow-62ea3d1c-0220-493e-92cf-3423f6ce1be0.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/overflow", + "email": "ruaraki@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 f496a45d390..00000000000 --- 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-0770c68e-7f9b-4bfa-9cd8-0e2e485678e5.json b/change/@fluentui-react-native-persona-0770c68e-7f9b-4bfa-9cd8-0e2e485678e5.json new file mode 100644 index 00000000000..d1dbf93d5a7 --- /dev/null +++ b/change/@fluentui-react-native-persona-0770c68e-7f9b-4bfa-9cd8-0e2e485678e5.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/persona", + "email": "ruaraki@microsoft.com", + "dependentChangeType": "none" +} 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 d6cd58a281d..00000000000 --- 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-21564167-3edf-408d-82ce-4edec1357c3e.json b/change/@fluentui-react-native-persona-coin-21564167-3edf-408d-82ce-4edec1357c3e.json new file mode 100644 index 00000000000..bd73c23bb7e --- /dev/null +++ b/change/@fluentui-react-native-persona-coin-21564167-3edf-408d-82ce-4edec1357c3e.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/persona-coin", + "email": "ruaraki@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 e668d04f352..00000000000 --- 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-popover-6b4ab3cd-84c8-4560-a064-b0c8257ba22f.json b/change/@fluentui-react-native-popover-6b4ab3cd-84c8-4560-a064-b0c8257ba22f.json deleted file mode 100644 index 4f538b39973..00000000000 --- 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-ffc7895e-c9c7-4bd9-a16b-cc5704001874.json b/change/@fluentui-react-native-popover-ffc7895e-c9c7-4bd9-a16b-cc5704001874.json new file mode 100644 index 00000000000..89c30b9fdfc --- /dev/null +++ b/change/@fluentui-react-native-popover-ffc7895e-c9c7-4bd9-a16b-cc5704001874.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/popover", + "email": "ruaraki@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-native-pressable-18da1f3f-7846-4e01-978a-22b53d9dddc0.json b/change/@fluentui-react-native-pressable-18da1f3f-7846-4e01-978a-22b53d9dddc0.json new file mode 100644 index 00000000000..563d69a33e9 --- /dev/null +++ b/change/@fluentui-react-native-pressable-18da1f3f-7846-4e01-978a-22b53d9dddc0.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/pressable", + "email": "ruaraki@microsoft.com", + "dependentChangeType": "none" +} 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 e9216d1561e..00000000000 --- 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-radio-group-6e58fe39-ba66-4f67-99a7-f94438f8c593.json b/change/@fluentui-react-native-radio-group-6e58fe39-ba66-4f67-99a7-f94438f8c593.json new file mode 100644 index 00000000000..52c2f8e43a5 --- /dev/null +++ b/change/@fluentui-react-native-radio-group-6e58fe39-ba66-4f67-99a7-f94438f8c593.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/radio-group", + "email": "ruaraki@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 8ec14efff65..00000000000 --- 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 618a5e7af76..00000000000 --- 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-8a4da1fe-c02d-49ab-8210-4bc5a5f9312b.json b/change/@fluentui-react-native-separator-8a4da1fe-c02d-49ab-8210-4bc5a5f9312b.json new file mode 100644 index 00000000000..81f44726dec --- /dev/null +++ b/change/@fluentui-react-native-separator-8a4da1fe-c02d-49ab-8210-4bc5a5f9312b.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/separator", + "email": "ruaraki@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/change/@fluentui-react-native-spinner-4daf657d-71ae-43b0-81ce-ec883c1c9e34.json b/change/@fluentui-react-native-spinner-4daf657d-71ae-43b0-81ce-ec883c1c9e34.json new file mode 100644 index 00000000000..b90c6854262 --- /dev/null +++ b/change/@fluentui-react-native-spinner-4daf657d-71ae-43b0-81ce-ec883c1c9e34.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/spinner", + "email": "ruaraki@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 a2d9ca1aeeb..00000000000 --- 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-9e52a158-30c2-4a40-85cf-f1a1dfbe1cdf.json b/change/@fluentui-react-native-stack-9e52a158-30c2-4a40-85cf-f1a1dfbe1cdf.json new file mode 100644 index 00000000000..64d1736df8c --- /dev/null +++ b/change/@fluentui-react-native-stack-9e52a158-30c2-4a40-85cf-f1a1dfbe1cdf.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/stack", + "email": "ruaraki@microsoft.com", + "dependentChangeType": "none" +} 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 8ea33d901d1..00000000000 --- 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-9857c070-5ac1-4436-b419-38d6de19a10a.json b/change/@fluentui-react-native-styling-utils-9857c070-5ac1-4436-b419-38d6de19a10a.json new file mode 100644 index 00000000000..2ae2efc1210 --- /dev/null +++ b/change/@fluentui-react-native-styling-utils-9857c070-5ac1-4436-b419-38d6de19a10a.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/styling-utils", + "email": "ruaraki@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 7a6bed32cac..00000000000 --- 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-b0cbdd6b-c7e5-46d2-b354-91fcb66db5d4.json b/change/@fluentui-react-native-switch-b0cbdd6b-c7e5-46d2-b354-91fcb66db5d4.json new file mode 100644 index 00000000000..6ead311e7fe --- /dev/null +++ b/change/@fluentui-react-native-switch-b0cbdd6b-c7e5-46d2-b354-91fcb66db5d4.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/switch", + "email": "ruaraki@microsoft.com", + "dependentChangeType": "none" +} 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 497ffcdae7e..00000000000 --- 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 6fe35f9fc7a..00000000000 --- 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-a7763978-bcfb-49ec-94a3-6cecb25dd5b7.json b/change/@fluentui-react-native-tablist-a7763978-bcfb-49ec-94a3-6cecb25dd5b7.json new file mode 100644 index 00000000000..07b7d92280b --- /dev/null +++ b/change/@fluentui-react-native-tablist-a7763978-bcfb-49ec-94a3-6cecb25dd5b7.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/tablist", + "email": "ruaraki@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-native-tester-c14751c2-4b8d-4cef-a622-bc9aca2e6517.json b/change/@fluentui-react-native-tester-c14751c2-4b8d-4cef-a622-bc9aca2e6517.json new file mode 100644 index 00000000000..2220f515bd2 --- /dev/null +++ b/change/@fluentui-react-native-tester-c14751c2-4b8d-4cef-a622-bc9aca2e6517.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/tester", + "email": "ruaraki@microsoft.com", + "dependentChangeType": "none" +} 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 0e773d7750e..00000000000 --- 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-eebd6526-306f-4c93-9a51-3ff973d31402.json b/change/@fluentui-react-native-tester-win32-eebd6526-306f-4c93-9a51-3ff973d31402.json new file mode 100644 index 00000000000..2729b4612d4 --- /dev/null +++ b/change/@fluentui-react-native-tester-win32-eebd6526-306f-4c93-9a51-3ff973d31402.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/tester-win32", + "email": "ruaraki@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 055f0b94125..00000000000 --- 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-496c5b09-549a-474c-9b8b-481df33b8731.json b/change/@fluentui-react-native-text-496c5b09-549a-474c-9b8b-481df33b8731.json new file mode 100644 index 00000000000..727cb1cf92f --- /dev/null +++ b/change/@fluentui-react-native-text-496c5b09-549a-474c-9b8b-481df33b8731.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/text", + "email": "ruaraki@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 3fb161c0872..00000000000 --- 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-theme-5186ff5c-f306-410e-8c14-a3b322892ab2.json b/change/@fluentui-react-native-theme-5186ff5c-f306-410e-8c14-a3b322892ab2.json deleted file mode 100644 index abb35a66f95..00000000000 --- 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-8f128777-a090-4209-bec0-e1424090ca80.json b/change/@fluentui-react-native-theme-8f128777-a090-4209-bec0-e1424090ca80.json new file mode 100644 index 00000000000..1898d035b89 --- /dev/null +++ b/change/@fluentui-react-native-theme-8f128777-a090-4209-bec0-e1424090ca80.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/theme", + "email": "ruaraki@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-native-theme-tokens-1432dbbe-2909-41e7-a06d-e23d1bb17849.json b/change/@fluentui-react-native-theme-tokens-1432dbbe-2909-41e7-a06d-e23d1bb17849.json new file mode 100644 index 00000000000..5c8ad9e2722 --- /dev/null +++ b/change/@fluentui-react-native-theme-tokens-1432dbbe-2909-41e7-a06d-e23d1bb17849.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/theme-tokens", + "email": "ruaraki@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 ed91fa2dd02..00000000000 --- 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-types-1622c81b-f212-4a47-97c0-9ba328d3b16f.json b/change/@fluentui-react-native-theme-types-1622c81b-f212-4a47-97c0-9ba328d3b16f.json new file mode 100644 index 00000000000..efd1edf7e23 --- /dev/null +++ b/change/@fluentui-react-native-theme-types-1622c81b-f212-4a47-97c0-9ba328d3b16f.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/theme-types", + "email": "ruaraki@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 0e26f47f547..00000000000 --- 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-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 4b9671ebda3..00000000000 --- 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-a4abfc27-2bb6-483d-814a-010338aff1ad.json b/change/@fluentui-react-native-themed-stylesheet-a4abfc27-2bb6-483d-814a-010338aff1ad.json new file mode 100644 index 00000000000..18a8e0a7ec3 --- /dev/null +++ b/change/@fluentui-react-native-themed-stylesheet-a4abfc27-2bb6-483d-814a-010338aff1ad.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/themed-stylesheet", + "email": "ruaraki@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-native-theming-utils-18eda56c-014a-45bc-9b00-4449c80cd666.json b/change/@fluentui-react-native-theming-utils-18eda56c-014a-45bc-9b00-4449c80cd666.json new file mode 100644 index 00000000000..91bf2453d32 --- /dev/null +++ b/change/@fluentui-react-native-theming-utils-18eda56c-014a-45bc-9b00-4449c80cd666.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/theming-utils", + "email": "ruaraki@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 2b18299c989..00000000000 --- 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-tokens-3bead956-66b0-46e7-98fc-87a6c9da8b6a.json b/change/@fluentui-react-native-tokens-3bead956-66b0-46e7-98fc-87a6c9da8b6a.json new file mode 100644 index 00000000000..676e68879af --- /dev/null +++ b/change/@fluentui-react-native-tokens-3bead956-66b0-46e7-98fc-87a6c9da8b6a.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/tokens", + "email": "ruaraki@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 c777d52d1a9..00000000000 --- 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-tooltip-88ffd28d-5a63-492c-a5fb-0bb506fb7f69.json b/change/@fluentui-react-native-tooltip-88ffd28d-5a63-492c-a5fb-0bb506fb7f69.json deleted file mode 100644 index 557c9994eea..00000000000 --- 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-a0ecdf13-b17c-436e-ab24-acf69b491b15.json b/change/@fluentui-react-native-tooltip-a0ecdf13-b17c-436e-ab24-acf69b491b15.json new file mode 100644 index 00000000000..eb433efda90 --- /dev/null +++ b/change/@fluentui-react-native-tooltip-a0ecdf13-b17c-436e-ab24-acf69b491b15.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/tooltip", + "email": "ruaraki@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-native-use-slot-5f26f61c-542a-40ca-88e7-b324f74c6d0a.json b/change/@fluentui-react-native-use-slot-5f26f61c-542a-40ca-88e7-b324f74c6d0a.json new file mode 100644 index 00000000000..fe08678139e --- /dev/null +++ b/change/@fluentui-react-native-use-slot-5f26f61c-542a-40ca-88e7-b324f74c6d0a.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/use-slot", + "email": "ruaraki@microsoft.com", + "dependentChangeType": "none" +} 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 154aa377871..00000000000 --- 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-340e2071-517d-4bef-b54e-319004bcd07f.json b/change/@fluentui-react-native-use-slots-340e2071-517d-4bef-b54e-319004bcd07f.json new file mode 100644 index 00000000000..073c8d987b4 --- /dev/null +++ b/change/@fluentui-react-native-use-slots-340e2071-517d-4bef-b54e-319004bcd07f.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/use-slots", + "email": "ruaraki@microsoft.com", + "dependentChangeType": "none" +} 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 c142133c990..00000000000 --- 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-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 3a2446b7b1a..00000000000 --- 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-830f074b-991d-4e55-9928-9fa11d8ef32f.json b/change/@fluentui-react-native-use-styling-830f074b-991d-4e55-9928-9fa11d8ef32f.json new file mode 100644 index 00000000000..e61ce9bfc97 --- /dev/null +++ b/change/@fluentui-react-native-use-styling-830f074b-991d-4e55-9928-9fa11d8ef32f.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/use-styling", + "email": "ruaraki@microsoft.com", + "dependentChangeType": "none" +} 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 69249d2d4b3..00000000000 --- 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-46345b4a-5e9e-4814-8917-dc992f08524a.json b/change/@fluentui-react-native-use-tokens-46345b4a-5e9e-4814-8917-dc992f08524a.json new file mode 100644 index 00000000000..f4968448fe7 --- /dev/null +++ b/change/@fluentui-react-native-use-tokens-46345b4a-5e9e-4814-8917-dc992f08524a.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/use-tokens", + "email": "ruaraki@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 9300f8acd68..00000000000 --- 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-8c5937c6-a200-4ada-b457-3a56cb25fc87.json b/change/@fluentui-react-native-vibrancy-view-8c5937c6-a200-4ada-b457-3a56cb25fc87.json new file mode 100644 index 00000000000..14020a28da5 --- /dev/null +++ b/change/@fluentui-react-native-vibrancy-view-8c5937c6-a200-4ada-b457-3a56cb25fc87.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/vibrancy-view", + "email": "ruaraki@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-native-win32-theme-5c608434-18c3-4b86-ae4e-319f93d24366.json b/change/@fluentui-react-native-win32-theme-5c608434-18c3-4b86-ae4e-319f93d24366.json new file mode 100644 index 00000000000..80ded33e275 --- /dev/null +++ b/change/@fluentui-react-native-win32-theme-5c608434-18c3-4b86-ae4e-319f93d24366.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@fluentui-react-native/win32-theme", + "email": "ruaraki@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 1c15fadbf7e..00000000000 --- 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/@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 b1afe8ebec6..00000000000 --- 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-6669812e-bda0-4ebf-9870-16295e1f4ed3.json b/change/@uifabricshared-foundation-composable-6669812e-bda0-4ebf-9870-16295e1f4ed3.json new file mode 100644 index 00000000000..869a38315da --- /dev/null +++ b/change/@uifabricshared-foundation-composable-6669812e-bda0-4ebf-9870-16295e1f4ed3.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@uifabricshared/foundation-composable", + "email": "ruaraki@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 16fe56adc45..00000000000 --- 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-ad206636-6d56-489a-b007-0254bf75c8e2.json b/change/@uifabricshared-foundation-compose-ad206636-6d56-489a-b007-0254bf75c8e2.json new file mode 100644 index 00000000000..0288983f518 --- /dev/null +++ b/change/@uifabricshared-foundation-compose-ad206636-6d56-489a-b007-0254bf75c8e2.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@uifabricshared/foundation-compose", + "email": "ruaraki@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 37333ee807a..00000000000 --- 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-dbb8e556-380a-446b-a7fe-1c42fcf24ff8.json b/change/@uifabricshared-foundation-settings-dbb8e556-380a-446b-a7fe-1c42fcf24ff8.json new file mode 100644 index 00000000000..1b22001ccc2 --- /dev/null +++ b/change/@uifabricshared-foundation-settings-dbb8e556-380a-446b-a7fe-1c42fcf24ff8.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@uifabricshared/foundation-settings", + "email": "ruaraki@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@uifabricshared-foundation-tokens-aaf3980b-21d0-48c9-9814-19a59f448509.json b/change/@uifabricshared-foundation-tokens-aaf3980b-21d0-48c9-9814-19a59f448509.json new file mode 100644 index 00000000000..51fda70c46e --- /dev/null +++ b/change/@uifabricshared-foundation-tokens-aaf3980b-21d0-48c9-9814-19a59f448509.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@uifabricshared/foundation-tokens", + "email": "ruaraki@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 cc28aa9b63a..00000000000 --- 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-3806cb3e-8404-48f8-9e14-9b517c9683b2.json b/change/@uifabricshared-theme-registry-3806cb3e-8404-48f8-9e14-9b517c9683b2.json deleted file mode 100644 index 93b3f9aa8ed..00000000000 --- 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-c4d4c77b-b217-41df-805e-eb9313ee222a.json b/change/@uifabricshared-theme-registry-c4d4c77b-b217-41df-805e-eb9313ee222a.json new file mode 100644 index 00000000000..ac169525bdb --- /dev/null +++ b/change/@uifabricshared-theme-registry-c4d4c77b-b217-41df-805e-eb9313ee222a.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@uifabricshared/theme-registry", + "email": "ruaraki@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@uifabricshared-themed-settings-080aa1aa-a6a9-4e70-9370-ad4c97d8ade9.json b/change/@uifabricshared-themed-settings-080aa1aa-a6a9-4e70-9370-ad4c97d8ade9.json new file mode 100644 index 00000000000..4a1ab5827dd --- /dev/null +++ b/change/@uifabricshared-themed-settings-080aa1aa-a6a9-4e70-9370-ad4c97d8ade9.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@uifabricshared/themed-settings", + "email": "ruaraki@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 3335b5d35c6..00000000000 --- 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-0795a70a-8cf6-488d-83fd-1219ed08ef05.json b/change/@uifabricshared-theming-ramp-0795a70a-8cf6-488d-83fd-1219ed08ef05.json new file mode 100644 index 00000000000..4eced98b732 --- /dev/null +++ b/change/@uifabricshared-theming-ramp-0795a70a-8cf6-488d-83fd-1219ed08ef05.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@uifabricshared/theming-ramp", + "email": "ruaraki@microsoft.com", + "dependentChangeType": "none" +} 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 d8e97b6320b..00000000000 --- 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-2dd25c6e-3b18-438c-a0a5-9762ce5c5cee.json b/change/@uifabricshared-theming-react-native-2dd25c6e-3b18-438c-a0a5-9762ce5c5cee.json deleted file mode 100644 index b066cf1ec7e..00000000000 --- 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-a9056c17-9dde-469a-922c-df8bc5132986.json b/change/@uifabricshared-theming-react-native-a9056c17-9dde-469a-922c-df8bc5132986.json new file mode 100644 index 00000000000..66ee17caa6d --- /dev/null +++ b/change/@uifabricshared-theming-react-native-a9056c17-9dde-469a-922c-df8bc5132986.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Run bump-versions", + "packageName": "@uifabricshared/theming-react-native", + "email": "ruaraki@microsoft.com", + "dependentChangeType": "none" +} diff --git a/packages/codemods/package.json b/packages/codemods/package.json index a92b06aa7e0..01c4d00596b 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 e93e5a83dc9..1094a00558d 100644 --- a/packages/components/Avatar/CHANGELOG.json +++ b/packages/components/Avatar/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/avatar", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:28 GMT", + "version": "1.12.9", + "tag": "@fluentui-react-native/avatar_v1.12.9", + "comments": { + "patch": [ + { + "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 2200194bbf9..c8fdd879f55 100644 --- a/packages/components/Avatar/CHANGELOG.md +++ b/packages/components/Avatar/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @fluentui-react-native/avatar - + +## 1.12.9 + +Thu, 10 Jul 2025 19:20:28 GMT + +### Patches + +- 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 29ec6fb59b9..eea5452c3cd 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 49a82274373..98a60743e9e 100644 --- a/packages/components/Badge/CHANGELOG.json +++ b/packages/components/Badge/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/badge", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:28 GMT", + "version": "0.11.3", + "tag": "@fluentui-react-native/badge_v0.11.3", + "comments": { + "patch": [ + { + "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 b41e9759961..004f916c206 100644 --- a/packages/components/Badge/CHANGELOG.md +++ b/packages/components/Badge/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @fluentui-react-native/badge - + +## 0.11.3 + +Thu, 10 Jul 2025 19:20:28 GMT + +### Patches + +- 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 b2c06bd466f..52f869fcff5 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 70d72bd3395..54646cc2d51 100644 --- a/packages/components/Button/CHANGELOG.json +++ b/packages/components/Button/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/button", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:29 GMT", + "version": "0.39.5", + "tag": "@fluentui-react-native/button_v0.39.5", + "comments": { + "patch": [ + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/button", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "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 b0e55fa56d7..a23d0583c8b 100644 --- a/packages/components/Button/CHANGELOG.md +++ b/packages/components/Button/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @fluentui-react-native/button - + +## 0.39.5 + +Thu, 10 Jul 2025 19:20:29 GMT + +### Patches + +- 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 5e6469a4a0f..04bfeadd121 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 79ccc59e217..30ed84c9ca4 100644 --- a/packages/components/Callout/CHANGELOG.json +++ b/packages/components/Callout/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/callout", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:27 GMT", + "version": "0.27.3", + "tag": "@fluentui-react-native/callout_v0.27.3", + "comments": { + "patch": [ + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/callout", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "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 aff4c43a226..ae8b611fd63 100644 --- a/packages/components/Callout/CHANGELOG.md +++ b/packages/components/Callout/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @fluentui-react-native/callout - + +## 0.27.3 + +Thu, 10 Jul 2025 19:20:27 GMT + +### Patches + +- 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 ab8d848e2d4..ae6cb4e94d1 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 d607e0a5291..4ad8791769e 100644 --- a/packages/components/Checkbox/CHANGELOG.json +++ b/packages/components/Checkbox/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/checkbox", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:28 GMT", + "version": "0.23.9", + "tag": "@fluentui-react-native/checkbox_v0.23.9", + "comments": { + "patch": [ + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/checkbox", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "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 79216621f85..fd46d4c28a5 100644 --- a/packages/components/Checkbox/CHANGELOG.md +++ b/packages/components/Checkbox/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @fluentui-react-native/checkbox - + +## 0.23.9 + +Thu, 10 Jul 2025 19:20:28 GMT + +### Patches + +- 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 44441beb22d..6570c774a78 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 5f09f0504fb..865a05530df 100644 --- a/packages/components/Chip/CHANGELOG.json +++ b/packages/components/Chip/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/chip", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:28 GMT", + "version": "0.4.9", + "tag": "@fluentui-react-native/chip_v0.4.9", + "comments": { + "patch": [ + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/chip", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "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 d7c0827bbae..662a2113e27 100644 --- a/packages/components/Chip/CHANGELOG.md +++ b/packages/components/Chip/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @fluentui-react-native/chip - + +## 0.4.9 + +Thu, 10 Jul 2025 19:20:28 GMT + +### Patches + +- 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 785fa010c74..5a195a16f3b 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 3593b33add5..2f5959df81d 100644 --- a/packages/components/ContextualMenu/CHANGELOG.json +++ b/packages/components/ContextualMenu/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/contextual-menu", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:27 GMT", + "version": "0.24.17", + "tag": "@fluentui-react-native/contextual-menu_v0.24.17", + "comments": { + "patch": [ + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/contextual-menu", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "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 8f18f17b3d1..3c0b37da1ee 100644 --- a/packages/components/ContextualMenu/CHANGELOG.md +++ b/packages/components/ContextualMenu/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @fluentui-react-native/contextual-menu - + +## 0.24.17 + +Thu, 10 Jul 2025 19:20:27 GMT + +### Patches + +- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.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 df792a202b8..daaae094d43 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 c9b3fcd4713..dba24bf9580 100644 --- a/packages/components/Divider/CHANGELOG.json +++ b/packages/components/Divider/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/divider", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:26 GMT", + "version": "0.7.9", + "tag": "@fluentui-react-native/divider_v0.7.9", + "comments": { + "patch": [ + { + "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 ef4a56d7fcd..21cdd4a532e 100644 --- a/packages/components/Divider/CHANGELOG.md +++ b/packages/components/Divider/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @fluentui-react-native/divider - + +## 0.7.9 + +Thu, 10 Jul 2025 19:20:26 GMT + +### Patches + +- 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 de3322eb73c..b6b2bf88448 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 0c30686ddd3..e91e8ac8a55 100644 --- a/packages/components/FocusTrapZone/CHANGELOG.json +++ b/packages/components/FocusTrapZone/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/focus-trap-zone", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:22 GMT", + "version": "0.12.6", + "tag": "@fluentui-react-native/focus-trap-zone_v0.12.6", + "comments": { + "patch": [ + { + "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 ab2c499c89f..8f544243c35 100644 --- a/packages/components/FocusTrapZone/CHANGELOG.md +++ b/packages/components/FocusTrapZone/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @fluentui-react-native/focus-trap-zone - + +## 0.12.6 + +Thu, 10 Jul 2025 19:20:22 GMT + +### Patches + +- 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 de5d0cc6c71..73062fd0722 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 ef4195c8dbd..5dfe9a99c27 100644 --- a/packages/components/FocusZone/CHANGELOG.json +++ b/packages/components/FocusZone/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/focus-zone", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:22 GMT", + "version": "0.21.1", + "tag": "@fluentui-react-native/focus-zone_v0.21.1", + "comments": { + "patch": [ + { + "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 e3758f619cc..ca1ab159aa9 100644 --- a/packages/components/FocusZone/CHANGELOG.md +++ b/packages/components/FocusZone/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @fluentui-react-native/focus-zone - + +## 0.21.1 + +Thu, 10 Jul 2025 19:20:22 GMT + +### Patches + +- 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 dcc4b70bdb2..0c9763ac0e4 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 8b53b9b0fa2..e13ab3eb104 100644 --- a/packages/components/Icon/CHANGELOG.json +++ b/packages/components/Icon/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/icon", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:22 GMT", + "version": "0.21.9", + "tag": "@fluentui-react-native/icon_v0.21.9", + "comments": { + "patch": [ + { + "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 242e6c0a989..43687016b6c 100644 --- a/packages/components/Icon/CHANGELOG.md +++ b/packages/components/Icon/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @fluentui-react-native/icon - + +## 0.21.9 + +Thu, 10 Jul 2025 19:20:22 GMT + +### Patches + +- 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 992c38f6686..234cb295400 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 641cd464906..b90268f109b 100644 --- a/packages/components/Input/CHANGELOG.json +++ b/packages/components/Input/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/input", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:21 GMT", + "version": "0.7.9", + "tag": "@fluentui-react-native/input_v0.7.9", + "comments": { + "patch": [ + { + "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 03cc7b037c5..cafc45967ff 100644 --- a/packages/components/Input/CHANGELOG.md +++ b/packages/components/Input/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @fluentui-react-native/input - + +## 0.7.9 + +Thu, 10 Jul 2025 19:20:21 GMT + +### Patches + +- 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 f3bf1b4af3e..7297d885732 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 07826970e1f..7be3c638b20 100644 --- a/packages/components/Link/CHANGELOG.json +++ b/packages/components/Link/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/link", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:21 GMT", + "version": "0.23.9", + "tag": "@fluentui-react-native/link_v0.23.9", + "comments": { + "patch": [ + { + "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 09d2f0a3be7..1a9122e5686 100644 --- a/packages/components/Link/CHANGELOG.md +++ b/packages/components/Link/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @fluentui-react-native/link - + +## 0.23.9 + +Thu, 10 Jul 2025 19:20:21 GMT + +### Patches + +- 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 0f6e95c08f6..d8732c4d4c1 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 8360c69c169..06d5c3ada6a 100644 --- a/packages/components/Menu/CHANGELOG.json +++ b/packages/components/Menu/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/menu", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:10 GMT", + "version": "1.14.23", + "tag": "@fluentui-react-native/menu_v1.14.23", + "comments": { + "patch": [ + { + "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 f2f97e1ef6f..540e2120d52 100644 --- a/packages/components/Menu/CHANGELOG.md +++ b/packages/components/Menu/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @fluentui-react-native/menu - + +## 1.14.23 + +Thu, 10 Jul 2025 19:20:10 GMT + +### Patches + +- 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 8dc2425300c..d3009fb3518 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 4dc6a321608..01cdf89ca2d 100644 --- a/packages/components/MenuButton/CHANGELOG.json +++ b/packages/components/MenuButton/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/menu-button", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:21 GMT", + "version": "0.13.20", + "tag": "@fluentui-react-native/menu-button_v0.13.20", + "comments": { + "patch": [ + { + "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 355106da48b..127369abc2e 100644 --- a/packages/components/MenuButton/CHANGELOG.md +++ b/packages/components/MenuButton/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @fluentui-react-native/menu-button - + +## 0.13.20 + +Thu, 10 Jul 2025 19:20:21 GMT + +### Patches + +- 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 4ce6281b2c5..8addcdd8c3d 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 465eb0b7275..fce84b2316a 100644 --- a/packages/components/Notification/CHANGELOG.json +++ b/packages/components/Notification/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/notification", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:20 GMT", + "version": "0.25.12", + "tag": "@fluentui-react-native/notification_v0.25.12", + "comments": { + "patch": [ + { + "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 6703b083a61..a8305977427 100644 --- a/packages/components/Notification/CHANGELOG.md +++ b/packages/components/Notification/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @fluentui-react-native/notification - + +## 0.25.12 + +Thu, 10 Jul 2025 19:20:20 GMT + +### Patches + +- 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 fc2e9ffff43..44eec518da9 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 ab927c954a1..376c6870adb 100644 --- a/packages/components/Persona/CHANGELOG.json +++ b/packages/components/Persona/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/persona", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:20 GMT", + "version": "0.16.3", + "tag": "@fluentui-react-native/persona_v0.16.3", + "comments": { + "patch": [ + { + "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 8d8a294778e..c73ed850e2c 100644 --- a/packages/components/Persona/CHANGELOG.md +++ b/packages/components/Persona/CHANGELOG.md @@ -1,9 +1,17 @@ # 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 + +Thu, 10 Jul 2025 19:20:20 GMT + +### Patches + +- 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 ce50eecb962..eed9e62142e 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 5266b058cd7..2296bdeef1b 100644 --- a/packages/components/PersonaCoin/CHANGELOG.json +++ b/packages/components/PersonaCoin/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/persona-coin", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:19 GMT", + "version": "0.15.3", + "tag": "@fluentui-react-native/persona-coin_v0.15.3", + "comments": { + "patch": [ + { + "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 5b6ae8c6c66..13efd94b139 100644 --- a/packages/components/PersonaCoin/CHANGELOG.md +++ b/packages/components/PersonaCoin/CHANGELOG.md @@ -1,9 +1,17 @@ # 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 + +Thu, 10 Jul 2025 19:20:19 GMT + +### Patches + +- 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 a6df862bc52..2c06e5c9a77 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 b3231582f7c..b86b91b7985 100644 --- a/packages/components/Pressable/CHANGELOG.json +++ b/packages/components/Pressable/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/pressable", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:19 GMT", + "version": "0.12.5", + "tag": "@fluentui-react-native/pressable_v0.12.5", + "comments": { + "patch": [ + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/pressable", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "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 1f636ab54ae..e17992f022e 100644 --- a/packages/components/Pressable/CHANGELOG.md +++ b/packages/components/Pressable/CHANGELOG.md @@ -1,9 +1,17 @@ # 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 + +Thu, 10 Jul 2025 19:20:19 GMT + +### Patches + +- 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 fcf45b8a6bc..4f59fc0c3fd 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 60bd296d97a..c3e006f4996 100644 --- a/packages/components/RadioGroup/CHANGELOG.json +++ b/packages/components/RadioGroup/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/radio-group", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:19 GMT", + "version": "0.21.17", + "tag": "@fluentui-react-native/radio-group_v0.21.17", + "comments": { + "patch": [ + { + "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 425541e8838..9986d0831d9 100644 --- a/packages/components/RadioGroup/CHANGELOG.md +++ b/packages/components/RadioGroup/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @fluentui-react-native/radio-group - + +## 0.21.17 + +Thu, 10 Jul 2025 19:20:19 GMT + +### Patches + +- 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 df8e9ad9cbd..9ca33c77482 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 f271fd0961c..df4d7823207 100644 --- a/packages/components/Separator/CHANGELOG.json +++ b/packages/components/Separator/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/separator", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:18 GMT", + "version": "0.18.3", + "tag": "@fluentui-react-native/separator_v0.18.3", + "comments": { + "patch": [ + { + "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 6ab0d6ddc63..919a2adfe26 100644 --- a/packages/components/Separator/CHANGELOG.md +++ b/packages/components/Separator/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @fluentui-react-native/separator - + +## 0.18.3 + +Thu, 10 Jul 2025 19:20:18 GMT + +### Patches + +- 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 e54342007e3..06bc27a26e0 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 37b15adf989..284a7771bb0 100644 --- a/packages/components/Stack/CHANGELOG.json +++ b/packages/components/Stack/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/stack", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:17 GMT", + "version": "0.10.8", + "tag": "@fluentui-react-native/stack_v0.10.8", + "comments": { + "patch": [ + { + "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 82c52bc7b25..0022aa4f0d1 100644 --- a/packages/components/Stack/CHANGELOG.md +++ b/packages/components/Stack/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @fluentui-react-native/stack - + +## 0.10.8 + +Thu, 10 Jul 2025 19:20:17 GMT + +### Patches + +- 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 a6c4207df0f..f356c152cef 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 b27fda7d612..33943287199 100644 --- a/packages/components/Switch/CHANGELOG.json +++ b/packages/components/Switch/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/switch", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:18 GMT", + "version": "0.13.8", + "tag": "@fluentui-react-native/switch_v0.13.8", + "comments": { + "patch": [ + { + "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 e9c7903207c..1d7a0445631 100644 --- a/packages/components/Switch/CHANGELOG.md +++ b/packages/components/Switch/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @fluentui-react-native/switch - + +## 0.13.8 + +Thu, 10 Jul 2025 19:20:18 GMT + +### Patches + +- 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 9b697f4983c..214c42587fe 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 175b94c254f..37a38dceb68 100644 --- a/packages/components/TabList/CHANGELOG.json +++ b/packages/components/TabList/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/tablist", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:17 GMT", + "version": "0.7.5", + "tag": "@fluentui-react-native/tablist_v0.7.5", + "comments": { + "patch": [ + { + "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 7844f30f167..31fdc51ebd5 100644 --- a/packages/components/TabList/CHANGELOG.md +++ b/packages/components/TabList/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @fluentui-react-native/tablist - + +## 0.7.5 + +Thu, 10 Jul 2025 19:20:17 GMT + +### Patches + +- 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 a0f525ff7a2..02b284e39af 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 9d0445be30e..e0ae4ebee3c 100644 --- a/packages/components/Text/CHANGELOG.json +++ b/packages/components/Text/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/text", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:16 GMT", + "version": "0.24.7", + "tag": "@fluentui-react-native/text_v0.24.7", + "comments": { + "patch": [ + { + "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 6da089e1bf9..59328d2e7bd 100644 --- a/packages/components/Text/CHANGELOG.md +++ b/packages/components/Text/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @fluentui-react-native/text - + +## 0.24.7 + +Thu, 10 Jul 2025 19:20:16 GMT + +### Patches + +- 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 06da7fb892b..f061a3b5fb4 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 54e66672dc8..f590fe15b30 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": "Thu, 10 Jul 2025 19:20:27 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 163dd02cecb..e5ec3cc29ce 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 + +Thu, 10 Jul 2025 19:20:27 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 8fdfccf3999..b9bbca765e1 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 eed1b500433..441f7f7da63 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.40.9" }, "@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" - }, - "@fluentui-react-native/menu": { - "name": "@fluentui-react-native/menu", - "version": "1.14.22" + "version": "0.23.9" }, "@fluentui-react-native/menu-button": { "name": "@fluentui-react-native/menu-button", - "version": "0.13.19" + "version": "0.13.20" + }, + "@fluentui-react-native/menu": { + "name": "@fluentui-react-native/menu", + "version": "1.14.23" }, "@fluentui-react-native/notification": { "name": "@fluentui-react-native/notification", - "version": "0.25.11" - }, - "@fluentui-react-native/persona": { - "name": "@fluentui-react-native/persona", - "version": "0.16.2" + "version": "0.25.12" }, "@fluentui-react-native/persona-coin": { "name": "@fluentui-react-native/persona-coin", - "version": "0.15.2" + "version": "0.15.3" + }, + "@fluentui-react-native/persona": { + "name": "@fluentui-react-native/persona", + "version": "0.16.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,7 +224,7 @@ 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", @@ -236,79 +236,79 @@ module.exports = { }, "@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 86c5a9abe26..63abcae09a8 100644 --- a/packages/deprecated/foundation-composable/CHANGELOG.json +++ b/packages/deprecated/foundation-composable/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@uifabricshared/foundation-composable", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:12 GMT", + "version": "0.13.2", + "tag": "@uifabricshared/foundation-composable_v0.13.2", + "comments": { + "patch": [ + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@uifabricshared/foundation-composable", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "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 c5a3e0173a6..71a23f9aebf 100644 --- a/packages/deprecated/foundation-composable/CHANGELOG.md +++ b/packages/deprecated/foundation-composable/CHANGELOG.md @@ -1,9 +1,17 @@ # 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 + +Thu, 10 Jul 2025 19:20:12 GMT + +### Patches + +- 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 ca09ebdc472..7b6c4d1c2c1 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 402a7631b0f..f880f0d25e5 100644 --- a/packages/deprecated/foundation-compose/CHANGELOG.json +++ b/packages/deprecated/foundation-compose/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@uifabricshared/foundation-compose", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:13 GMT", + "version": "1.15.3", + "tag": "@uifabricshared/foundation-compose_v1.15.3", + "comments": { + "patch": [ + { + "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 21e22c8ba8d..466faeeb28d 100644 --- a/packages/deprecated/foundation-compose/CHANGELOG.md +++ b/packages/deprecated/foundation-compose/CHANGELOG.md @@ -1,9 +1,17 @@ # 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 + +Thu, 10 Jul 2025 19:20:13 GMT + +### Patches + +- 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 a8aacb6b218..786bb779dd9 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 c6bc3202330..6fd017083c0 100644 --- a/packages/deprecated/foundation-settings/CHANGELOG.json +++ b/packages/deprecated/foundation-settings/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@uifabricshared/foundation-settings", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:12 GMT", + "version": "0.15.2", + "tag": "@uifabricshared/foundation-settings_v0.15.2", + "comments": { + "patch": [ + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@uifabricshared/foundation-settings", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "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 e3655e49213..1294ea2e935 100644 --- a/packages/deprecated/foundation-settings/CHANGELOG.md +++ b/packages/deprecated/foundation-settings/CHANGELOG.md @@ -1,9 +1,17 @@ # 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 + +Thu, 10 Jul 2025 19:20:12 GMT + +### Patches + +- 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 062f0bbdb37..6c5b164b2b8 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 925d27c314f..e2669b63769 100644 --- a/packages/deprecated/foundation-tokens/CHANGELOG.json +++ b/packages/deprecated/foundation-tokens/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@uifabricshared/foundation-tokens", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:12 GMT", + "version": "0.15.3", + "tag": "@uifabricshared/foundation-tokens_v0.15.3", + "comments": { + "patch": [ + { + "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 23e47d1d99e..d7fff712e24 100644 --- a/packages/deprecated/foundation-tokens/CHANGELOG.md +++ b/packages/deprecated/foundation-tokens/CHANGELOG.md @@ -1,9 +1,17 @@ # 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 + +Thu, 10 Jul 2025 19:20:12 GMT + +### Patches + +- 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 2760d28d6b1..30897f84e00 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 212e3eaf6a0..b9d698e2866 100644 --- a/packages/deprecated/theme-registry/CHANGELOG.json +++ b/packages/deprecated/theme-registry/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@uifabricshared/theme-registry", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:12 GMT", + "version": "0.12.1", + "tag": "@uifabricshared/theme-registry_v0.12.1", + "comments": { + "patch": [ + { + "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 eed6760bae8..46a64854e39 100644 --- a/packages/deprecated/theme-registry/CHANGELOG.md +++ b/packages/deprecated/theme-registry/CHANGELOG.md @@ -1,9 +1,17 @@ # 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 + +Thu, 10 Jul 2025 19:20:12 GMT + +### Patches + +- 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 3caa7923e03..1224fbf824a 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 f9ad66444b9..dd86977afa8 100644 --- a/packages/deprecated/themed-settings/CHANGELOG.json +++ b/packages/deprecated/themed-settings/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@uifabricshared/themed-settings", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:11 GMT", + "version": "0.12.2", + "tag": "@uifabricshared/themed-settings_v0.12.2", + "comments": { + "patch": [ + { + "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 91d394e149f..ae59e5b6d6d 100644 --- a/packages/deprecated/themed-settings/CHANGELOG.md +++ b/packages/deprecated/themed-settings/CHANGELOG.md @@ -1,9 +1,17 @@ # 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 + +Thu, 10 Jul 2025 19:20:11 GMT + +### Patches + +- 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 238527727fa..68ea27c1a8f 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 cf6b608ec38..ef84f4a299d 100644 --- a/packages/deprecated/theming-ramp/CHANGELOG.json +++ b/packages/deprecated/theming-ramp/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@uifabricshared/theming-ramp", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:11 GMT", + "version": "0.20.3", + "tag": "@uifabricshared/theming-ramp_v0.20.3", + "comments": { + "patch": [ + { + "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 ecfbadbf14a..31db70983fe 100644 --- a/packages/deprecated/theming-ramp/CHANGELOG.md +++ b/packages/deprecated/theming-ramp/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @uifabricshared/theming-ramp - + +## 0.20.3 + +Thu, 10 Jul 2025 19:20:11 GMT + +### Patches + +- 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 8db75bde8e0..9639020143d 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 07bc7cbab9e..124a42773da 100644 --- a/packages/deprecated/theming-react-native/CHANGELOG.json +++ b/packages/deprecated/theming-react-native/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@uifabricshared/theming-react-native", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:11 GMT", + "version": "0.20.6", + "tag": "@uifabricshared/theming-react-native_v0.20.6", + "comments": { + "patch": [ + { + "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 2783a09271f..2ea1b9dde19 100644 --- a/packages/deprecated/theming-react-native/CHANGELOG.md +++ b/packages/deprecated/theming-react-native/CHANGELOG.md @@ -1,9 +1,17 @@ # 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 + +Thu, 10 Jul 2025 19:20:11 GMT + +### Patches + +- 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 a20972b8c87..f94d56bfd5c 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 edfbd024bea..619233633d0 100644 --- a/packages/experimental/ActivityIndicator/CHANGELOG.json +++ b/packages/experimental/ActivityIndicator/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/experimental-activity-indicator", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:25 GMT", + "version": "0.10.4", + "tag": "@fluentui-react-native/experimental-activity-indicator_v0.10.4", + "comments": { + "patch": [ + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/experimental-activity-indicator", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "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 9e668972041..b7f640f53a8 100644 --- a/packages/experimental/ActivityIndicator/CHANGELOG.md +++ b/packages/experimental/ActivityIndicator/CHANGELOG.md @@ -1,9 +1,17 @@ # 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 + +Thu, 10 Jul 2025 19:20:25 GMT + +### Patches + +- 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 2be587fece7..bcd4d8f6209 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 8f4723f8e00..5d7b5f6586f 100644 --- a/packages/experimental/AppearanceAdditions/CHANGELOG.json +++ b/packages/experimental/AppearanceAdditions/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/experimental-appearance-additions", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:25 GMT", + "version": "0.7.3", + "tag": "@fluentui-react-native/experimental-appearance-additions_v0.7.3", + "comments": { + "patch": [ + { + "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 f026b3c2c4e..391f7131a3f 100644 --- a/packages/experimental/AppearanceAdditions/CHANGELOG.md +++ b/packages/experimental/AppearanceAdditions/CHANGELOG.md @@ -1,9 +1,17 @@ # 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 + +Thu, 10 Jul 2025 19:20:25 GMT + +### Patches + +- 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 eeb45b30a0d..4f22d7088c0 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 69846bba16a..0471afda890 100644 --- a/packages/experimental/Avatar/CHANGELOG.json +++ b/packages/experimental/Avatar/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/experimental-avatar", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:24 GMT", + "version": "0.21.5", + "tag": "@fluentui-react-native/experimental-avatar_v0.21.5", + "comments": { + "patch": [ + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/experimental-avatar", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "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 a878bd2c256..cf0bce621c9 100644 --- a/packages/experimental/Avatar/CHANGELOG.md +++ b/packages/experimental/Avatar/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @fluentui-react-native/experimental-avatar - + +## 0.21.5 + +Thu, 10 Jul 2025 19:20:24 GMT + +### Patches + +- 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 befcdbf5d01..77bf0befc58 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 b5c44e43a6d..fb8c65e4813 100644 --- a/packages/experimental/Checkbox/CHANGELOG.json +++ b/packages/experimental/Checkbox/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/experimental-checkbox", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:25 GMT", + "version": "0.17.10", + "tag": "@fluentui-react-native/experimental-checkbox_v0.17.10", + "comments": { + "patch": [ + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/experimental-checkbox", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "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 84e031593a3..523bc84df8d 100644 --- a/packages/experimental/Checkbox/CHANGELOG.md +++ b/packages/experimental/Checkbox/CHANGELOG.md @@ -1,9 +1,17 @@ # 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 + +Thu, 10 Jul 2025 19:20:25 GMT + +### Patches + +- 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 f332eb8a0fb..5af997a8157 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 440bd40b3dc..7be547022a5 100644 --- a/packages/experimental/Drawer/CHANGELOG.json +++ b/packages/experimental/Drawer/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/drawer", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:26 GMT", + "version": "0.4.5", + "tag": "@fluentui-react-native/drawer_v0.4.5", + "comments": { + "patch": [ + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/drawer", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "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 5e558248533..e6f995e5c11 100644 --- a/packages/experimental/Drawer/CHANGELOG.md +++ b/packages/experimental/Drawer/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @fluentui-react-native/drawer - + +## 0.4.5 + +Thu, 10 Jul 2025 19:20:26 GMT + +### Patches + +- 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 b32f3b27724..7eae4e438c8 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 eb40c5a2cfa..bd819417613 100644 --- a/packages/experimental/Dropdown/CHANGELOG.json +++ b/packages/experimental/Dropdown/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/dropdown", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:26 GMT", + "version": "0.10.14", + "tag": "@fluentui-react-native/dropdown_v0.10.14", + "comments": { + "patch": [ + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/dropdown", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "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 99a11869923..5f4cb3391a4 100644 --- a/packages/experimental/Dropdown/CHANGELOG.md +++ b/packages/experimental/Dropdown/CHANGELOG.md @@ -1,9 +1,17 @@ # 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 + +Thu, 10 Jul 2025 19:20:26 GMT + +### Patches + +- 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 54c5f06922c..2cf0fbcd89a 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 cd978e97573..00360083f0c 100644 --- a/packages/experimental/Expander/CHANGELOG.json +++ b/packages/experimental/Expander/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/experimental-expander", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:24 GMT", + "version": "0.8.4", + "tag": "@fluentui-react-native/experimental-expander_v0.8.4", + "comments": { + "patch": [ + { + "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 599e54c22c7..c16a28cba4f 100644 --- a/packages/experimental/Expander/CHANGELOG.md +++ b/packages/experimental/Expander/CHANGELOG.md @@ -1,9 +1,17 @@ # 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 + +Thu, 10 Jul 2025 19:20:24 GMT + +### Patches + +- 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 a8952cbbc9d..df49ef64716 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 a0fb1c3ab7f..8aa7fb48cfd 100644 --- a/packages/experimental/MenuButton/CHANGELOG.json +++ b/packages/experimental/MenuButton/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/experimental-menu-button", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:24 GMT", + "version": "0.10.20", + "tag": "@fluentui-react-native/experimental-menu-button_v0.10.20", + "comments": { + "patch": [ + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/experimental-menu-button", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "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 40fb6cb5f43..b1b3115cbc8 100644 --- a/packages/experimental/MenuButton/CHANGELOG.md +++ b/packages/experimental/MenuButton/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @fluentui-react-native/experimental-menu-button - + +## 0.10.20 + +Thu, 10 Jul 2025 19:20:24 GMT + +### Patches + +- 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 8571ca192be..f381d478ef5 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 3453ca1ae7b..c41dbd88e02 100644 --- a/packages/experimental/NativeDatePicker/CHANGELOG.json +++ b/packages/experimental/NativeDatePicker/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/experimental-native-date-picker", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:24 GMT", + "version": "0.11.1", + "tag": "@fluentui-react-native/experimental-native-date-picker_v0.11.1", + "comments": { + "patch": [ + { + "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 2eb89a83558..9ea48d815b5 100644 --- a/packages/experimental/NativeDatePicker/CHANGELOG.md +++ b/packages/experimental/NativeDatePicker/CHANGELOG.md @@ -1,9 +1,17 @@ # 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 + +Thu, 10 Jul 2025 19:20:24 GMT + +### Patches + +- 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 6e93fa0e4d0..cdf5e60490d 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 7097d0c7340..0f60f269ae5 100644 --- a/packages/experimental/NativeFontMetrics/CHANGELOG.json +++ b/packages/experimental/NativeFontMetrics/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/experimental-native-font-metrics", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:23 GMT", + "version": "0.6.1", + "tag": "@fluentui-react-native/experimental-native-font-metrics_v0.6.1", + "comments": { + "patch": [ + { + "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" + } + ] + } + }, { "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 22c95e496bf..b685201b491 100644 --- a/packages/experimental/NativeFontMetrics/CHANGELOG.md +++ b/packages/experimental/NativeFontMetrics/CHANGELOG.md @@ -1,9 +1,17 @@ # 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 + +Thu, 10 Jul 2025 19:20:23 GMT + +### Patches + +- 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 88691910478..da14d33e9eb 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 5aa9fa77ecd..96b677b1adb 100644 --- a/packages/experimental/Overflow/CHANGELOG.json +++ b/packages/experimental/Overflow/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/overflow", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:20 GMT", + "version": "0.3.23", + "tag": "@fluentui-react-native/overflow_v0.3.23", + "comments": { + "patch": [ + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/overflow", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "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 5fc5b173612..6d0457ad5d3 100644 --- a/packages/experimental/Overflow/CHANGELOG.md +++ b/packages/experimental/Overflow/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @fluentui-react-native/overflow - + +## 0.3.23 + +Thu, 10 Jul 2025 19:20:20 GMT + +### Patches + +- 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 e254c5e8107..53e5ed4763b 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 bb581a5bf35..df535d0f2a3 100644 --- a/packages/experimental/Popover/CHANGELOG.json +++ b/packages/experimental/Popover/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/popover", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:19 GMT", + "version": "0.4.3", + "tag": "@fluentui-react-native/popover_v0.4.3", + "comments": { + "patch": [ + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/popover", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "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 c735e1c9066..81a11c7291c 100644 --- a/packages/experimental/Popover/CHANGELOG.md +++ b/packages/experimental/Popover/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @fluentui-react-native/popover - + +## 0.4.3 + +Thu, 10 Jul 2025 19:20:19 GMT + +### Patches + +- 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 141a8434687..f01494a76cb 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 86d25f58f97..ec417ef7e8b 100644 --- a/packages/experimental/Shadow/CHANGELOG.json +++ b/packages/experimental/Shadow/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/experimental-shadow", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:23 GMT", + "version": "0.6.5", + "tag": "@fluentui-react-native/experimental-shadow_v0.6.5", + "comments": { + "patch": [ + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/experimental-shadow", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "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 48faf1792ac..8a4a089dd6b 100644 --- a/packages/experimental/Shadow/CHANGELOG.md +++ b/packages/experimental/Shadow/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @fluentui-react-native/experimental-shadow - + +## 0.6.5 + +Thu, 10 Jul 2025 19:20:23 GMT + +### Patches + +- 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 0fbc32bc64c..d2518d60d41 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 856538ba44b..c662782122f 100644 --- a/packages/experimental/Shimmer/CHANGELOG.json +++ b/packages/experimental/Shimmer/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/experimental-shimmer", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:23 GMT", + "version": "0.13.6", + "tag": "@fluentui-react-native/experimental-shimmer_v0.13.6", + "comments": { + "patch": [ + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/experimental-shimmer", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "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 8a1d8be513a..7942b8e61d9 100644 --- a/packages/experimental/Shimmer/CHANGELOG.md +++ b/packages/experimental/Shimmer/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @fluentui-react-native/experimental-shimmer - + +## 0.13.6 + +Thu, 10 Jul 2025 19:20:23 GMT + +### Patches + +- 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 946dbaa9da2..7c37ddb58c2 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 4df65ff2b05..e5a721ab36a 100644 --- a/packages/experimental/Spinner/CHANGELOG.json +++ b/packages/experimental/Spinner/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/spinner", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:18 GMT", + "version": "0.9.10", + "tag": "@fluentui-react-native/spinner_v0.9.10", + "comments": { + "patch": [ + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/spinner", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "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 ee1503897f4..d418f16ec63 100644 --- a/packages/experimental/Spinner/CHANGELOG.md +++ b/packages/experimental/Spinner/CHANGELOG.md @@ -1,9 +1,17 @@ # 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 + +Thu, 10 Jul 2025 19:20:18 GMT + +### Patches + +- 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 887d0fbdc02..9f49ae78418 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 be275b6d098..f023d8d809f 100644 --- a/packages/experimental/Tooltip/CHANGELOG.json +++ b/packages/experimental/Tooltip/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/tooltip", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:14 GMT", + "version": "0.4.12", + "tag": "@fluentui-react-native/tooltip_v0.4.12", + "comments": { + "patch": [ + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/tooltip", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "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 3d0c1cad86f..7447199c388 100644 --- a/packages/experimental/Tooltip/CHANGELOG.md +++ b/packages/experimental/Tooltip/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @fluentui-react-native/tooltip - + +## 0.4.12 + +Thu, 10 Jul 2025 19:20:14 GMT + +### Patches + +- 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 0918ece05d3..f883850a764 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 284e3bb0735..7a9dcf179f4 100644 --- a/packages/experimental/VibrancyView/CHANGELOG.json +++ b/packages/experimental/VibrancyView/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/vibrancy-view", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:13 GMT", + "version": "0.3.1", + "tag": "@fluentui-react-native/vibrancy-view_v0.3.1", + "comments": { + "patch": [ + { + "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 d0d76053b5e..ea428750095 100644 --- a/packages/experimental/VibrancyView/CHANGELOG.md +++ b/packages/experimental/VibrancyView/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @fluentui-react-native/vibrancy-view - + +## 0.3.1 + +Thu, 10 Jul 2025 19:20:13 GMT + +### Patches + +- 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 3420b3e99a0..a8121b5b0d5 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 84843a97450..6537001e589 100644 --- a/packages/framework/composition/CHANGELOG.json +++ b/packages/framework/composition/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/composition", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:26 GMT", + "version": "0.11.3", + "tag": "@fluentui-react-native/composition_v0.11.3", + "comments": { + "patch": [ + { + "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 9dc259df70e..688c4ffb9c8 100644 --- a/packages/framework/composition/CHANGELOG.md +++ b/packages/framework/composition/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @fluentui-react-native/composition - + +## 0.11.3 + +Thu, 10 Jul 2025 19:20:26 GMT + +### Patches + +- 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 f96c33ddeb5..b795af67be2 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 07045f9e88f..32408815233 100644 --- a/packages/framework/framework/CHANGELOG.json +++ b/packages/framework/framework/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/framework", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:22 GMT", + "version": "0.14.3", + "tag": "@fluentui-react-native/framework_v0.14.3", + "comments": { + "patch": [ + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/framework", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "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 07c28289313..25241c4f16c 100644 --- a/packages/framework/framework/CHANGELOG.md +++ b/packages/framework/framework/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @fluentui-react-native/framework - + +## 0.14.3 + +Thu, 10 Jul 2025 19:20:22 GMT + +### Patches + +- 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 e7c5ed65801..e679a304fad 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/merge-props/CHANGELOG.json b/packages/framework/merge-props/CHANGELOG.json index 4e1c40f6743..b805294994e 100644 --- a/packages/framework/merge-props/CHANGELOG.json +++ b/packages/framework/merge-props/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/merge-props", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:20 GMT", + "version": "0.9.2", + "tag": "@fluentui-react-native/merge-props_v0.9.2", + "comments": { + "patch": [ + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/merge-props", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "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 bb4c1f4e89e..ca7f7fc3095 100644 --- a/packages/framework/merge-props/CHANGELOG.md +++ b/packages/framework/merge-props/CHANGELOG.md @@ -1,9 +1,17 @@ # 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 + +Thu, 10 Jul 2025 19:20:20 GMT + +### Patches + +- 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 02bcd33dfaa..6c9346b76ca 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 6ea74bd842d..5a5f0f05a13 100644 --- a/packages/framework/theme/CHANGELOG.json +++ b/packages/framework/theme/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/theme", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:16 GMT", + "version": "0.11.2", + "tag": "@fluentui-react-native/theme_v0.11.2", + "comments": { + "patch": [ + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/theme", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "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 2f609e84ab4..c9e140fd27c 100644 --- a/packages/framework/theme/CHANGELOG.md +++ b/packages/framework/theme/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @fluentui-react-native/theme - + +## 0.11.2 + +Thu, 10 Jul 2025 19:20:16 GMT + +### Patches + +- 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 e74e1c725f5..a8d41bee115 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 aed9a7a93e9..aa66f5c1a15 100644 --- a/packages/framework/themed-stylesheet/CHANGELOG.json +++ b/packages/framework/themed-stylesheet/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/themed-stylesheet", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:15 GMT", + "version": "1.7.2", + "tag": "@fluentui-react-native/themed-stylesheet_v1.7.2", + "comments": { + "patch": [ + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/themed-stylesheet", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "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 f2fb68d76b8..122d1852151 100644 --- a/packages/framework/themed-stylesheet/CHANGELOG.md +++ b/packages/framework/themed-stylesheet/CHANGELOG.md @@ -1,9 +1,17 @@ # 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 + +Thu, 10 Jul 2025 19:20:15 GMT + +### Patches + +- 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 8c8513bbacf..2a30d819ace 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 c9d7cb766ba..98408bd67bf 100644 --- a/packages/framework/use-slot/CHANGELOG.json +++ b/packages/framework/use-slot/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/use-slot", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:14 GMT", + "version": "0.6.3", + "tag": "@fluentui-react-native/use-slot_v0.6.3", + "comments": { + "patch": [ + { + "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 8417c268a16..fc33dd809e8 100644 --- a/packages/framework/use-slot/CHANGELOG.md +++ b/packages/framework/use-slot/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @fluentui-react-native/use-slot - + +## 0.6.3 + +Thu, 10 Jul 2025 19:20:14 GMT + +### Patches + +- 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 2152e87e13c..e1d33bf2cac 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 c332ce681d2..db04c27fb72 100644 --- a/packages/framework/use-slots/CHANGELOG.json +++ b/packages/framework/use-slots/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/use-slots", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:14 GMT", + "version": "0.10.3", + "tag": "@fluentui-react-native/use-slots_v0.10.3", + "comments": { + "patch": [ + { + "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 550ecad22d6..676c9ab7fa0 100644 --- a/packages/framework/use-slots/CHANGELOG.md +++ b/packages/framework/use-slots/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @fluentui-react-native/use-slots - + +## 0.10.3 + +Thu, 10 Jul 2025 19:20:14 GMT + +### Patches + +- 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 ee2020eaeff..a008a412e99 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 e51ef559cea..89bfa6d4b20 100644 --- a/packages/framework/use-styling/CHANGELOG.json +++ b/packages/framework/use-styling/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/use-styling", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:13 GMT", + "version": "0.13.3", + "tag": "@fluentui-react-native/use-styling_v0.13.3", + "comments": { + "patch": [ + { + "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 12926fc11a5..6339ba62693 100644 --- a/packages/framework/use-styling/CHANGELOG.md +++ b/packages/framework/use-styling/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @fluentui-react-native/use-styling - + +## 0.13.3 + +Thu, 10 Jul 2025 19:20:13 GMT + +### Patches + +- 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 fdd69189502..a81af77ff8b 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 b89329cd5df..8b115921cfd 100644 --- a/packages/framework/use-tokens/CHANGELOG.json +++ b/packages/framework/use-tokens/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/use-tokens", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:14 GMT", + "version": "0.6.3", + "tag": "@fluentui-react-native/use-tokens_v0.6.3", + "comments": { + "patch": [ + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/use-tokens", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "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 f1f39f75b94..8f3c090d260 100644 --- a/packages/framework/use-tokens/CHANGELOG.md +++ b/packages/framework/use-tokens/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @fluentui-react-native/use-tokens - + +## 0.6.3 + +Thu, 10 Jul 2025 19:20:14 GMT + +### Patches + +- 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 cfa53e4f3b5..bb09b4a29fa 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 4ccbc7c9193..4184fe8faef 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 b6d45ec0ac9..0764b6d91ff 100644 --- a/packages/theming/android-theme/CHANGELOG.json +++ b/packages/theming/android-theme/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/android-theme", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:29 GMT", + "version": "0.25.3", + "tag": "@fluentui-react-native/android-theme_v0.25.3", + "comments": { + "patch": [ + { + "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 51ed4ec1095..6e0379754bd 100644 --- a/packages/theming/android-theme/CHANGELOG.md +++ b/packages/theming/android-theme/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @fluentui-react-native/android-theme - + +## 0.25.3 + +Thu, 10 Jul 2025 19:20:29 GMT + +### Patches + +- 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 0b1e480e6d4..cc758e121f7 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 0f003a9dbb8..938181d2031 100644 --- a/packages/theming/apple-theme/CHANGELOG.json +++ b/packages/theming/apple-theme/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/apple-theme", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:30 GMT", + "version": "0.28.3", + "tag": "@fluentui-react-native/apple-theme_v0.28.3", + "comments": { + "patch": [ + { + "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 835d59a3adb..5b699aba498 100644 --- a/packages/theming/apple-theme/CHANGELOG.md +++ b/packages/theming/apple-theme/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @fluentui-react-native/apple-theme - + +## 0.28.3 + +Thu, 10 Jul 2025 19:20:30 GMT + +### Patches + +- 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 3f796fa59c7..f66a3004114 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 2bf08c6d534..1ba2b740c5c 100644 --- a/packages/theming/default-theme/CHANGELOG.json +++ b/packages/theming/default-theme/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/default-theme", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:27 GMT", + "version": "0.26.3", + "tag": "@fluentui-react-native/default-theme_v0.26.3", + "comments": { + "patch": [ + { + "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 7375b86b477..5c9920bb6db 100644 --- a/packages/theming/default-theme/CHANGELOG.md +++ b/packages/theming/default-theme/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @fluentui-react-native/default-theme - + +## 0.26.3 + +Thu, 10 Jul 2025 19:20:27 GMT + +### Patches + +- 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 8fb5a464240..884b465c2a6 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 562743c373a..25e6a43fd56 100644 --- a/packages/theming/theme-tokens/CHANGELOG.json +++ b/packages/theming/theme-tokens/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/theme-tokens", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:16 GMT", + "version": "0.27.2", + "tag": "@fluentui-react-native/theme-tokens_v0.27.2", + "comments": { + "patch": [ + { + "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 90caaf5ff6e..bd67635ded9 100644 --- a/packages/theming/theme-tokens/CHANGELOG.md +++ b/packages/theming/theme-tokens/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @fluentui-react-native/theme-tokens - + +## 0.27.2 + +Thu, 10 Jul 2025 19:20:16 GMT + +### Patches + +- 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 d293858f519..ae6d4746992 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 daf94311880..151c5107fa2 100644 --- a/packages/theming/theme-types/CHANGELOG.json +++ b/packages/theming/theme-types/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/theme-types", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:15 GMT", + "version": "0.39.2", + "tag": "@fluentui-react-native/theme-types_v0.39.2", + "comments": { + "patch": [ + { + "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 9b41a0d014f..b27453354b9 100644 --- a/packages/theming/theme-types/CHANGELOG.md +++ b/packages/theming/theme-types/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @fluentui-react-native/theme-types - + +## 0.39.2 + +Thu, 10 Jul 2025 19:20:15 GMT + +### Patches + +- 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 44fa9a4fc19..8873cc45a5d 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 bd79ed9e189..0ffd012a6f8 100644 --- a/packages/theming/theming-utils/CHANGELOG.json +++ b/packages/theming/theming-utils/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/theming-utils", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:15 GMT", + "version": "0.26.2", + "tag": "@fluentui-react-native/theming-utils_v0.26.2", + "comments": { + "patch": [ + { + "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 fb6ba0a278c..8036a62295a 100644 --- a/packages/theming/theming-utils/CHANGELOG.md +++ b/packages/theming/theming-utils/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @fluentui-react-native/theming-utils - + +## 0.26.2 + +Thu, 10 Jul 2025 19:20:15 GMT + +### Patches + +- 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 76f2ff1c498..6b2a6475cb5 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 8c00dc50764..1d09e82c97b 100644 --- a/packages/theming/win32-theme/CHANGELOG.json +++ b/packages/theming/win32-theme/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/win32-theme", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:13 GMT", + "version": "0.34.6", + "tag": "@fluentui-react-native/win32-theme_v0.34.6", + "comments": { + "patch": [ + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/win32-theme", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "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 b25068d0263..1c1d0835971 100644 --- a/packages/theming/win32-theme/CHANGELOG.md +++ b/packages/theming/win32-theme/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @fluentui-react-native/win32-theme - + +## 0.34.6 + +Thu, 10 Jul 2025 19:20:13 GMT + +### Patches + +- 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 1a876b1c880..5900ff938b5 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 36075b20472..10067c960ac 100644 --- a/packages/utils/adapters/CHANGELOG.json +++ b/packages/utils/adapters/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/adapters", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:29 GMT", + "version": "0.13.1", + "tag": "@fluentui-react-native/adapters_v0.13.1", + "comments": { + "patch": [ + { + "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 6bf10c0523d..348a9ffc4f9 100644 --- a/packages/utils/adapters/CHANGELOG.md +++ b/packages/utils/adapters/CHANGELOG.md @@ -1,9 +1,17 @@ # 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 + +Thu, 10 Jul 2025 19:20:29 GMT + +### Patches + +- 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 df6c9dbcd8f..f23cf0ac8ae 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 59fd0658c2a..d6864e8c666 100644 --- a/packages/utils/interactive-hooks/CHANGELOG.json +++ b/packages/utils/interactive-hooks/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/interactive-hooks", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:21 GMT", + "version": "0.27.5", + "tag": "@fluentui-react-native/interactive-hooks_v0.27.5", + "comments": { + "patch": [ + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/interactive-hooks", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "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 be93b9bd876..26babe98b15 100644 --- a/packages/utils/interactive-hooks/CHANGELOG.md +++ b/packages/utils/interactive-hooks/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @fluentui-react-native/interactive-hooks - + +## 0.27.5 + +Thu, 10 Jul 2025 19:20:21 GMT + +### Patches + +- 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 c89f2c84e70..69cfbcdabb8 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 f628ddb3155..dfe4a2fdf01 100644 --- a/packages/utils/styling/CHANGELOG.json +++ b/packages/utils/styling/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/styling-utils", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:18 GMT", + "version": "0.7.1", + "tag": "@fluentui-react-native/styling-utils_v0.7.1", + "comments": { + "patch": [ + { + "author": "4123478+tido64@users.noreply.github.com", + "package": "@fluentui-react-native/styling-utils", + "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a", + "comment": "Add support for React Native 0.74" + } + ] + } + }, { "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 0d719de4521..cfc8230de43 100644 --- a/packages/utils/styling/CHANGELOG.md +++ b/packages/utils/styling/CHANGELOG.md @@ -1,9 +1,17 @@ # 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 + +Thu, 10 Jul 2025 19:20:18 GMT + +### Patches + +- 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 a0246ffdf94..9ec27af5a34 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 a9ef32b4159..b3f4257acbc 100644 --- a/packages/utils/tokens/CHANGELOG.json +++ b/packages/utils/tokens/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui-react-native/tokens", "entries": [ + { + "date": "Thu, 10 Jul 2025 19:20:15 GMT", + "version": "0.23.2", + "tag": "@fluentui-react-native/tokens_v0.23.2", + "comments": { + "patch": [ + { + "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 c2d49888171..ec7b33b6f8d 100644 --- a/packages/utils/tokens/CHANGELOG.md +++ b/packages/utils/tokens/CHANGELOG.md @@ -1,9 +1,17 @@ # 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 + +Thu, 10 Jul 2025 19:20:15 GMT + +### Patches + +- 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 6d65c71a24a..30ba2125b12 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",