From 29ee1d5cec16eb936456ead051580c3f006729a1 Mon Sep 17 00:00:00 2001 From: Ruriko Araki Date: Wed, 15 Jan 2025 14:03:50 -0800 Subject: [PATCH] Make import of type its own line (#3836) * Update type import * Change files * Fix publish pipeline while we're at it... * Change files --- .../TestComponents/CheckboxV1/OtherCheckboxPropsTest.tsx | 3 ++- ...ency-profiles-f3e1a2e1-ea40-4c57-8728-0c18ffed1f92.json | 7 +++++++ ...native-tester-c212cceb-ac53-426c-aa06-89edd67b88b4.json | 7 +++++++ packages/dependency-profiles/package.json | 2 +- 4 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 change/@fluentui-react-native-dependency-profiles-f3e1a2e1-ea40-4c57-8728-0c18ffed1f92.json create mode 100644 change/@fluentui-react-native-tester-c212cceb-ac53-426c-aa06-89edd67b88b4.json diff --git a/apps/fluent-tester/src/TestComponents/CheckboxV1/OtherCheckboxPropsTest.tsx b/apps/fluent-tester/src/TestComponents/CheckboxV1/OtherCheckboxPropsTest.tsx index 057acd61eb..fb60fe2110 100644 --- a/apps/fluent-tester/src/TestComponents/CheckboxV1/OtherCheckboxPropsTest.tsx +++ b/apps/fluent-tester/src/TestComponents/CheckboxV1/OtherCheckboxPropsTest.tsx @@ -1,5 +1,6 @@ import React from 'react'; -import { Platform, Pressable, View, type ViewStyle } from 'react-native'; +import { Platform, Pressable, View } from 'react-native'; +import type { ViewStyle } from 'react-native'; import { ButtonV1 as Button } from '@fluentui-react-native/button'; import { Checkbox } from '@fluentui-react-native/experimental-checkbox'; diff --git a/change/@fluentui-react-native-dependency-profiles-f3e1a2e1-ea40-4c57-8728-0c18ffed1f92.json b/change/@fluentui-react-native-dependency-profiles-f3e1a2e1-ea40-4c57-8728-0c18ffed1f92.json new file mode 100644 index 0000000000..784fb1dad3 --- /dev/null +++ b/change/@fluentui-react-native-dependency-profiles-f3e1a2e1-ea40-4c57-8728-0c18ffed1f92.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Fix publish pipeline while we're at it...", + "packageName": "@fluentui-react-native/dependency-profiles", + "email": "ruaraki@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-native-tester-c212cceb-ac53-426c-aa06-89edd67b88b4.json b/change/@fluentui-react-native-tester-c212cceb-ac53-426c-aa06-89edd67b88b4.json new file mode 100644 index 0000000000..62e6423198 --- /dev/null +++ b/change/@fluentui-react-native-tester-c212cceb-ac53-426c-aa06-89edd67b88b4.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": "Update type import", + "packageName": "@fluentui-react-native/tester", + "email": "ruaraki@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/packages/dependency-profiles/package.json b/packages/dependency-profiles/package.json index f1eede67d1..3d6180c71d 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.29", + "version": "0.8.30", "description": "@rnx-kit/align-deps profiles covering packages published from FluentUI-React-Native", "license": "MIT", "files": [