Skip to content

Commit

Permalink
Changed description of reserved actions
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Jan 9, 2025
1 parent e115e7a commit bac9387
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ This method returns a promise that resolves to a `ProgressDialog` object.
### **WORK IN PROGRESS**
-->
## Changelog
### 1.0.2 (2025-01-09)
### **WORK IN PROGRESS**

* (@GermanBluefox) Added description for `disabled` control and `status` action.

Expand Down
2 changes: 1 addition & 1 deletion src/types/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export type * from './adapter';
export type * from './common';
export * from './errorCodes';
export type { ChannelInfo, Color, ControlState, ControlBase } from './base';
export { type ChannelInfo, type Color, type ControlState, type ControlBase, ACTIONS } from './base';

0 comments on commit bac9387

Please sign in to comment.