Skip to content

Commit 4e7a4fe

Browse files
chore(contracts): bump layout contracts version
1 parent ae91936 commit 4e7a4fe

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
@@ -241,7 +241,7 @@ export type SdtMetadata =
241241
| DocumentSectionMetadata
242242
| DocPartMetadata;
243243

244-
export const CONTRACTS_VERSION = '1.0.0';
244+
export const CONTRACTS_VERSION = '1.1.0';
245245

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

0 commit comments

Comments
 (0)