Skip to content

Commit 99fa6a9

Browse files
tmp: change to trigger ci
1 parent 6fa3072 commit 99fa6a9

19 files changed

Lines changed: 19 additions & 0 deletions

File tree

action-sheet/src/definitions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,3 +140,4 @@ export type ActionSheetOption = ActionSheetButton;
140140
* @since 1.0.0
141141
*/
142142
export const ActionSheetOptionStyle = ActionSheetButtonStyle;
143+

app-launcher/src/definitions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,4 @@ export interface OpenURLOptions {
4646
export interface OpenURLResult {
4747
completed: boolean;
4848
}
49+

app/src/definitions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,3 +440,4 @@ export interface AppPlugin {
440440
*/
441441
removeAllListeners(): Promise<void>;
442442
}
443+

browser/src/definitions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,4 @@ export interface OpenOptions {
104104
* @since 1.0.0
105105
*/
106106
export type BrowserOpenOptions = OpenOptions;
107+

clipboard/src/definitions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,4 @@ export type ClipboardWrite = WriteOptions;
8181
* @since 1.0.0
8282
*/
8383
export type ClipboardReadResult = ReadResult;
84+

device/src/definitions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,3 +177,4 @@ export interface DevicePlugin {
177177
*/
178178
getLanguageTag(): Promise<LanguageTag>;
179179
}
180+

dialog/src/definitions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,3 +147,4 @@ export interface DialogPlugin {
147147
*/
148148
confirm(options: ConfirmOptions): Promise<ConfirmResult>;
149149
}
150+

local-notifications/src/definitions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1260,3 +1260,4 @@ export type LocalNotificationSchedule = Schedule;
12601260
* @since 1.0.0
12611261
*/
12621262
export type LocalNotificationActionPerformed = ActionPerformed;
1263+

motion/src/definitions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,3 +126,4 @@ export type MotionWatchOrientationCallback = OrientationListener;
126126
* @since 1.0.0
127127
*/
128128
export type MotionOrientationEventResult = OrientationListenerEvent;
129+

network/src/definitions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,4 @@ export type NetworkStatus = ConnectionStatus;
7474
* @since 1.0.0
7575
*/
7676
export type NetworkStatusChangeCallback = ConnectionStatusChangeListener;
77+

0 commit comments

Comments
 (0)