Skip to content

Commit 29ee1d5

Browse files
authored
Make import of type its own line (#3836)
* Update type import * Change files * Fix publish pipeline while we're at it... * Change files
1 parent 927cdea commit 29ee1d5

File tree

4 files changed

+17
-2
lines changed

4 files changed

+17
-2
lines changed

apps/fluent-tester/src/TestComponents/CheckboxV1/OtherCheckboxPropsTest.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import React from 'react';
2-
import { Platform, Pressable, View, type ViewStyle } from 'react-native';
2+
import { Platform, Pressable, View } from 'react-native';
3+
import type { ViewStyle } from 'react-native';
34

45
import { ButtonV1 as Button } from '@fluentui-react-native/button';
56
import { Checkbox } from '@fluentui-react-native/experimental-checkbox';
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "Fix publish pipeline while we're at it...",
4+
"packageName": "@fluentui-react-native/dependency-profiles",
5+
"email": "[email protected]",
6+
"dependentChangeType": "none"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "Update type import",
4+
"packageName": "@fluentui-react-native/tester",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}

packages/dependency-profiles/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui-react-native/dependency-profiles",
3-
"version": "0.8.29",
3+
"version": "0.8.30",
44
"description": "@rnx-kit/align-deps profiles covering packages published from FluentUI-React-Native",
55
"license": "MIT",
66
"files": [

0 commit comments

Comments
 (0)