Skip to content

Commit

Permalink
Make import of type its own line (#3836)
Browse files Browse the repository at this point in the history
* Update type import

* Change files

* Fix publish pipeline while we're at it...

* Change files
  • Loading branch information
rurikoaraki authored Jan 15, 2025
1 parent 927cdea commit 29ee1d5
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "Fix publish pipeline while we're at it...",
"packageName": "@fluentui-react-native/dependency-profiles",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Update type import",
"packageName": "@fluentui-react-native/tester",
"email": "[email protected]",
"dependentChangeType": "patch"
}
2 changes: 1 addition & 1 deletion packages/dependency-profiles/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 29ee1d5

Please sign in to comment.