Skip to content

Commit fcd6ec8

Browse files
chore(contracts): bump layout contracts version
1 parent 907fe89 commit fcd6ec8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/layout-engine/contracts/src

packages/layout-engine/contracts/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ export type SdtMetadata =
214214
| DocumentSectionMetadata
215215
| DocPartMetadata;
216216

217-
export const CONTRACTS_VERSION = '1.0.0';
217+
export const CONTRACTS_VERSION = '1.1.0';
218218

219219
/** Unique identifier for a block in the document. Format: `${pos}-${type}`. */
220220
export type BlockId = string;

0 commit comments

Comments
 (0)