Skip to content

Commit 8b7f63c

Browse files
authored
platform: bump version for next release (#443)
- update API
1 parent 58464c7 commit 8b7f63c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/platform/etc/platform-editor.api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export interface EditorProps<TLogger extends LoggerBasic> {
7777
logger?: TLogger;
7878
onScrRefChange?: (scrRef: SerializedVerseRef) => void;
7979
onSelectionChange?: (selection: SelectionRange | undefined) => void;
80-
onStateChange?: ({ canUndo, canRedo, blockMarker, contextMarker }: StateChangeSnapshot) => void;
80+
onStateChange?: (input: StateChangeSnapshot) => void;
8181
onUsjChange?: (usj: Usj, ops?: DeltaOp[], source?: DeltaSource, insertedNodeKey?: string) => void;
8282
options?: EditorOptions;
8383
scrRef?: SerializedVerseRef;

packages/platform/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eten-tech-foundation/platform-editor",
3-
"version": "0.8.13",
3+
"version": "0.8.14",
44
"description": "Scripture editor used in Platform. See https://platform.bible",
55
"license": "MIT",
66
"homepage": "https://github.com/eten-tech-foundation/scripture-editors/tree/main/packages/platform#readme",

0 commit comments

Comments
 (0)