From acc6b562192cace8406312fd373d8a15b42f0fdc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 11:44:52 +0900 Subject: [PATCH] chore: version packages (#8794) Co-authored-by: github-actions[bot] --- .changeset/selfish-sloths-tie.md | 54 ------------------ packages/affine/all/CHANGELOG.md | 48 ++++++++++++++++ packages/affine/all/package.json | 2 +- packages/affine/block-embed/CHANGELOG.md | 50 +++++++++++++++++ packages/affine/block-embed/package.json | 2 +- packages/affine/block-list/CHANGELOG.md | 49 +++++++++++++++++ packages/affine/block-list/package.json | 2 +- packages/affine/block-paragraph/CHANGELOG.md | 49 +++++++++++++++++ packages/affine/block-paragraph/package.json | 2 +- packages/affine/block-surface/CHANGELOG.md | 49 +++++++++++++++++ packages/affine/block-surface/package.json | 2 +- packages/affine/components/CHANGELOG.md | 48 ++++++++++++++++ packages/affine/components/package.json | 2 +- packages/affine/data-view/CHANGELOG.md | 47 ++++++++++++++++ packages/affine/data-view/package.json | 2 +- packages/affine/model/CHANGELOG.md | 46 ++++++++++++++++ packages/affine/model/package.json | 2 +- packages/affine/shared/CHANGELOG.md | 47 ++++++++++++++++ packages/affine/shared/package.json | 2 +- .../widget-scroll-anchoring/CHANGELOG.md | 46 ++++++++++++++++ .../widget-scroll-anchoring/package.json | 2 +- packages/blocks/CHANGELOG.md | 55 +++++++++++++++++++ packages/blocks/package.json | 2 +- packages/docs/CHANGELOG.md | 45 +++++++++++++++ packages/docs/package.json | 2 +- packages/framework/block-std/CHANGELOG.md | 45 +++++++++++++++ packages/framework/block-std/package.json | 2 +- packages/framework/global/CHANGELOG.md | 38 +++++++++++++ packages/framework/global/package.json | 2 +- packages/framework/inline/CHANGELOG.md | 43 +++++++++++++++ packages/framework/inline/package.json | 2 +- packages/framework/store/CHANGELOG.md | 45 +++++++++++++++ packages/framework/store/package.json | 2 +- packages/framework/sync/CHANGELOG.md | 43 +++++++++++++++ packages/framework/sync/package.json | 2 +- packages/presets/CHANGELOG.md | 50 +++++++++++++++++ packages/presets/package.json | 2 +- 37 files changed, 861 insertions(+), 72 deletions(-) delete mode 100644 .changeset/selfish-sloths-tie.md diff --git a/.changeset/selfish-sloths-tie.md b/.changeset/selfish-sloths-tie.md deleted file mode 100644 index 18ed0a480518..000000000000 --- a/.changeset/selfish-sloths-tie.md +++ /dev/null @@ -1,54 +0,0 @@ ---- -'@blocksuite/affine': minor -'@blocksuite/affine-block-embed': minor -'@blocksuite/affine-block-list': minor -'@blocksuite/affine-block-paragraph': minor -'@blocksuite/affine-block-surface': minor -'@blocksuite/affine-components': minor -'@blocksuite/data-view': minor -'@blocksuite/affine-model': minor -'@blocksuite/affine-shared': minor -'@blocksuite/affine-widget-scroll-anchoring': minor -'@blocksuite/blocks': minor -'@blocksuite/docs': minor -'@blocksuite/block-std': minor -'@blocksuite/global': minor -'@blocksuite/inline': minor -'@blocksuite/store': minor -'@blocksuite/sync': minor -'@blocksuite/presets': minor ---- - -## Feat - -- feat(blocks): markdown adapter reference serialization and deserialization (#8782) -- feat(blocks): add lazy loading to image and iframe (#8773) - -## Fix - -- fix(edgeless): missing reference info during edgeless card conversion (#8790) -- fix(blocks): linked popover styles (#8789) -- fix(blocks): add abortional to getMenus (#8786) -- fix(blocks): incorrect viewport of embed linked doc with edgeless mode (#8785) -- fix(database): crash in edgeless on mobile safari (#8784) -- fix(blocks): signify at menu config items (#8780) -- fix(database): update title on composition end (#8781) -- fix(database): kanban/table drag and drop (#8778) -- fix(database): prevent the default behavior of arrow keys when a progress cell is focused (#8777) -- fix(blocks): update at menu popover styles (#8774) -- fix(edgeless): frame overlay is not updated during dragging a new frame (#8771) - -## Chore - -- chore(blocks): bump theme (#8783) -- chore: organize gfx model (#8766) - -## Refactor - -- refactor(database): make Table View compatible with mobile devices (#8787) -- refactor(edgeless): remove legacy surface ref renderer (#8759) -- refactor: unify container and group (#8772) -- refactor(database): table ui (#8779) -- refactor(database): link cell icon (#8776) -- refactor(database): use Trait to manage the functionality of Views (#8775) -- refactor(database): column move (#8726) diff --git a/packages/affine/all/CHANGELOG.md b/packages/affine/all/CHANGELOG.md index 65cf38602b33..006c85d884d4 100644 --- a/packages/affine/all/CHANGELOG.md +++ b/packages/affine/all/CHANGELOG.md @@ -1,5 +1,53 @@ # @blocksuite/affine +## 0.18.0 + +### Minor Changes + +- 9daa1f3: ## Feat + + - feat(blocks): markdown adapter reference serialization and deserialization (#8782) + - feat(blocks): add lazy loading to image and iframe (#8773) + + ## Fix + + - fix(edgeless): missing reference info during edgeless card conversion (#8790) + - fix(blocks): linked popover styles (#8789) + - fix(blocks): add abortional to getMenus (#8786) + - fix(blocks): incorrect viewport of embed linked doc with edgeless mode (#8785) + - fix(database): crash in edgeless on mobile safari (#8784) + - fix(blocks): signify at menu config items (#8780) + - fix(database): update title on composition end (#8781) + - fix(database): kanban/table drag and drop (#8778) + - fix(database): prevent the default behavior of arrow keys when a progress cell is focused (#8777) + - fix(blocks): update at menu popover styles (#8774) + - fix(edgeless): frame overlay is not updated during dragging a new frame (#8771) + + ## Chore + + - chore(blocks): bump theme (#8783) + - chore: organize gfx model (#8766) + + ## Refactor + + - refactor(database): make Table View compatible with mobile devices (#8787) + - refactor(edgeless): remove legacy surface ref renderer (#8759) + - refactor: unify container and group (#8772) + - refactor(database): table ui (#8779) + - refactor(database): link cell icon (#8776) + - refactor(database): use Trait to manage the functionality of Views (#8775) + - refactor(database): column move (#8726) + +### Patch Changes + +- Updated dependencies [9daa1f3] + - @blocksuite/blocks@0.18.0 + - @blocksuite/block-std@0.18.0 + - @blocksuite/global@0.18.0 + - @blocksuite/inline@0.18.0 + - @blocksuite/store@0.18.0 + - @blocksuite/presets@0.18.0 + ## 0.17.33 ### Patch Changes diff --git a/packages/affine/all/package.json b/packages/affine/all/package.json index db725265efe0..2df231d0b19d 100644 --- a/packages/affine/all/package.json +++ b/packages/affine/all/package.json @@ -1,6 +1,6 @@ { "name": "@blocksuite/affine", - "version": "0.17.33", + "version": "0.18.0", "description": "BlockSuite for Affine", "type": "module", "repository": { diff --git a/packages/affine/block-embed/CHANGELOG.md b/packages/affine/block-embed/CHANGELOG.md index 6c2c6fa3494d..f6637b25abda 100644 --- a/packages/affine/block-embed/CHANGELOG.md +++ b/packages/affine/block-embed/CHANGELOG.md @@ -1,5 +1,55 @@ # @blocksuite/affine-block-embed +## 0.18.0 + +### Minor Changes + +- 9daa1f3: ## Feat + + - feat(blocks): markdown adapter reference serialization and deserialization (#8782) + - feat(blocks): add lazy loading to image and iframe (#8773) + + ## Fix + + - fix(edgeless): missing reference info during edgeless card conversion (#8790) + - fix(blocks): linked popover styles (#8789) + - fix(blocks): add abortional to getMenus (#8786) + - fix(blocks): incorrect viewport of embed linked doc with edgeless mode (#8785) + - fix(database): crash in edgeless on mobile safari (#8784) + - fix(blocks): signify at menu config items (#8780) + - fix(database): update title on composition end (#8781) + - fix(database): kanban/table drag and drop (#8778) + - fix(database): prevent the default behavior of arrow keys when a progress cell is focused (#8777) + - fix(blocks): update at menu popover styles (#8774) + - fix(edgeless): frame overlay is not updated during dragging a new frame (#8771) + + ## Chore + + - chore(blocks): bump theme (#8783) + - chore: organize gfx model (#8766) + + ## Refactor + + - refactor(database): make Table View compatible with mobile devices (#8787) + - refactor(edgeless): remove legacy surface ref renderer (#8759) + - refactor: unify container and group (#8772) + - refactor(database): table ui (#8779) + - refactor(database): link cell icon (#8776) + - refactor(database): use Trait to manage the functionality of Views (#8775) + - refactor(database): column move (#8726) + +### Patch Changes + +- Updated dependencies [9daa1f3] + - @blocksuite/affine-block-surface@0.18.0 + - @blocksuite/affine-components@0.18.0 + - @blocksuite/affine-model@0.18.0 + - @blocksuite/affine-shared@0.18.0 + - @blocksuite/block-std@0.18.0 + - @blocksuite/global@0.18.0 + - @blocksuite/inline@0.18.0 + - @blocksuite/store@0.18.0 + ## 0.17.33 ### Patch Changes diff --git a/packages/affine/block-embed/package.json b/packages/affine/block-embed/package.json index 403c639f2500..b68d6997daee 100644 --- a/packages/affine/block-embed/package.json +++ b/packages/affine/block-embed/package.json @@ -1,6 +1,6 @@ { "name": "@blocksuite/affine-block-embed", - "version": "0.17.33", + "version": "0.18.0", "description": "Embed blocks for BlockSuite.", "type": "module", "repository": { diff --git a/packages/affine/block-list/CHANGELOG.md b/packages/affine/block-list/CHANGELOG.md index ae5faf09b9a5..e741a4196c0c 100644 --- a/packages/affine/block-list/CHANGELOG.md +++ b/packages/affine/block-list/CHANGELOG.md @@ -1,5 +1,54 @@ # @blocksuite/affine-block-list +## 0.18.0 + +### Minor Changes + +- 9daa1f3: ## Feat + + - feat(blocks): markdown adapter reference serialization and deserialization (#8782) + - feat(blocks): add lazy loading to image and iframe (#8773) + + ## Fix + + - fix(edgeless): missing reference info during edgeless card conversion (#8790) + - fix(blocks): linked popover styles (#8789) + - fix(blocks): add abortional to getMenus (#8786) + - fix(blocks): incorrect viewport of embed linked doc with edgeless mode (#8785) + - fix(database): crash in edgeless on mobile safari (#8784) + - fix(blocks): signify at menu config items (#8780) + - fix(database): update title on composition end (#8781) + - fix(database): kanban/table drag and drop (#8778) + - fix(database): prevent the default behavior of arrow keys when a progress cell is focused (#8777) + - fix(blocks): update at menu popover styles (#8774) + - fix(edgeless): frame overlay is not updated during dragging a new frame (#8771) + + ## Chore + + - chore(blocks): bump theme (#8783) + - chore: organize gfx model (#8766) + + ## Refactor + + - refactor(database): make Table View compatible with mobile devices (#8787) + - refactor(edgeless): remove legacy surface ref renderer (#8759) + - refactor: unify container and group (#8772) + - refactor(database): table ui (#8779) + - refactor(database): link cell icon (#8776) + - refactor(database): use Trait to manage the functionality of Views (#8775) + - refactor(database): column move (#8726) + +### Patch Changes + +- Updated dependencies [9daa1f3] + - @blocksuite/affine-components@0.18.0 + - @blocksuite/affine-model@0.18.0 + - @blocksuite/affine-shared@0.18.0 + - @blocksuite/block-std@0.18.0 + - @blocksuite/global@0.18.0 + - @blocksuite/inline@0.18.0 + - @blocksuite/store@0.18.0 + ## 0.17.33 ### Patch Changes diff --git a/packages/affine/block-list/package.json b/packages/affine/block-list/package.json index ae6fc0235caf..28c8ba42699f 100644 --- a/packages/affine/block-list/package.json +++ b/packages/affine/block-list/package.json @@ -1,6 +1,6 @@ { "name": "@blocksuite/affine-block-list", - "version": "0.17.33", + "version": "0.18.0", "description": "List block for BlockSuite.", "type": "module", "repository": { diff --git a/packages/affine/block-paragraph/CHANGELOG.md b/packages/affine/block-paragraph/CHANGELOG.md index b0bb35a1bcf8..8ed40ff10d56 100644 --- a/packages/affine/block-paragraph/CHANGELOG.md +++ b/packages/affine/block-paragraph/CHANGELOG.md @@ -1,5 +1,54 @@ # @blocksuite/affine-block-paragraph +## 0.18.0 + +### Minor Changes + +- 9daa1f3: ## Feat + + - feat(blocks): markdown adapter reference serialization and deserialization (#8782) + - feat(blocks): add lazy loading to image and iframe (#8773) + + ## Fix + + - fix(edgeless): missing reference info during edgeless card conversion (#8790) + - fix(blocks): linked popover styles (#8789) + - fix(blocks): add abortional to getMenus (#8786) + - fix(blocks): incorrect viewport of embed linked doc with edgeless mode (#8785) + - fix(database): crash in edgeless on mobile safari (#8784) + - fix(blocks): signify at menu config items (#8780) + - fix(database): update title on composition end (#8781) + - fix(database): kanban/table drag and drop (#8778) + - fix(database): prevent the default behavior of arrow keys when a progress cell is focused (#8777) + - fix(blocks): update at menu popover styles (#8774) + - fix(edgeless): frame overlay is not updated during dragging a new frame (#8771) + + ## Chore + + - chore(blocks): bump theme (#8783) + - chore: organize gfx model (#8766) + + ## Refactor + + - refactor(database): make Table View compatible with mobile devices (#8787) + - refactor(edgeless): remove legacy surface ref renderer (#8759) + - refactor: unify container and group (#8772) + - refactor(database): table ui (#8779) + - refactor(database): link cell icon (#8776) + - refactor(database): use Trait to manage the functionality of Views (#8775) + - refactor(database): column move (#8726) + +### Patch Changes + +- Updated dependencies [9daa1f3] + - @blocksuite/affine-components@0.18.0 + - @blocksuite/affine-model@0.18.0 + - @blocksuite/affine-shared@0.18.0 + - @blocksuite/block-std@0.18.0 + - @blocksuite/global@0.18.0 + - @blocksuite/inline@0.18.0 + - @blocksuite/store@0.18.0 + ## 0.17.33 ### Patch Changes diff --git a/packages/affine/block-paragraph/package.json b/packages/affine/block-paragraph/package.json index c83823c2022b..0559a9bd548c 100644 --- a/packages/affine/block-paragraph/package.json +++ b/packages/affine/block-paragraph/package.json @@ -1,6 +1,6 @@ { "name": "@blocksuite/affine-block-paragraph", - "version": "0.17.33", + "version": "0.18.0", "description": "Paragraph block for BlockSuite.", "type": "module", "repository": { diff --git a/packages/affine/block-surface/CHANGELOG.md b/packages/affine/block-surface/CHANGELOG.md index 198178d08516..19a2444d72b2 100644 --- a/packages/affine/block-surface/CHANGELOG.md +++ b/packages/affine/block-surface/CHANGELOG.md @@ -1,5 +1,54 @@ # @blocksuite/affine-block-surface +## 0.18.0 + +### Minor Changes + +- 9daa1f3: ## Feat + + - feat(blocks): markdown adapter reference serialization and deserialization (#8782) + - feat(blocks): add lazy loading to image and iframe (#8773) + + ## Fix + + - fix(edgeless): missing reference info during edgeless card conversion (#8790) + - fix(blocks): linked popover styles (#8789) + - fix(blocks): add abortional to getMenus (#8786) + - fix(blocks): incorrect viewport of embed linked doc with edgeless mode (#8785) + - fix(database): crash in edgeless on mobile safari (#8784) + - fix(blocks): signify at menu config items (#8780) + - fix(database): update title on composition end (#8781) + - fix(database): kanban/table drag and drop (#8778) + - fix(database): prevent the default behavior of arrow keys when a progress cell is focused (#8777) + - fix(blocks): update at menu popover styles (#8774) + - fix(edgeless): frame overlay is not updated during dragging a new frame (#8771) + + ## Chore + + - chore(blocks): bump theme (#8783) + - chore: organize gfx model (#8766) + + ## Refactor + + - refactor(database): make Table View compatible with mobile devices (#8787) + - refactor(edgeless): remove legacy surface ref renderer (#8759) + - refactor: unify container and group (#8772) + - refactor(database): table ui (#8779) + - refactor(database): link cell icon (#8776) + - refactor(database): use Trait to manage the functionality of Views (#8775) + - refactor(database): column move (#8726) + +### Patch Changes + +- Updated dependencies [9daa1f3] + - @blocksuite/affine-components@0.18.0 + - @blocksuite/affine-model@0.18.0 + - @blocksuite/affine-shared@0.18.0 + - @blocksuite/block-std@0.18.0 + - @blocksuite/global@0.18.0 + - @blocksuite/inline@0.18.0 + - @blocksuite/store@0.18.0 + ## 0.17.33 ### Patch Changes diff --git a/packages/affine/block-surface/package.json b/packages/affine/block-surface/package.json index 771c49f350e5..583cc1179dda 100644 --- a/packages/affine/block-surface/package.json +++ b/packages/affine/block-surface/package.json @@ -1,6 +1,6 @@ { "name": "@blocksuite/affine-block-surface", - "version": "0.17.33", + "version": "0.18.0", "description": "Surface block for BlockSuite.", "type": "module", "repository": { diff --git a/packages/affine/components/CHANGELOG.md b/packages/affine/components/CHANGELOG.md index 9602e8abff69..005ea6ea864f 100644 --- a/packages/affine/components/CHANGELOG.md +++ b/packages/affine/components/CHANGELOG.md @@ -1,5 +1,53 @@ # @blocksuite/affine-components +## 0.18.0 + +### Minor Changes + +- 9daa1f3: ## Feat + + - feat(blocks): markdown adapter reference serialization and deserialization (#8782) + - feat(blocks): add lazy loading to image and iframe (#8773) + + ## Fix + + - fix(edgeless): missing reference info during edgeless card conversion (#8790) + - fix(blocks): linked popover styles (#8789) + - fix(blocks): add abortional to getMenus (#8786) + - fix(blocks): incorrect viewport of embed linked doc with edgeless mode (#8785) + - fix(database): crash in edgeless on mobile safari (#8784) + - fix(blocks): signify at menu config items (#8780) + - fix(database): update title on composition end (#8781) + - fix(database): kanban/table drag and drop (#8778) + - fix(database): prevent the default behavior of arrow keys when a progress cell is focused (#8777) + - fix(blocks): update at menu popover styles (#8774) + - fix(edgeless): frame overlay is not updated during dragging a new frame (#8771) + + ## Chore + + - chore(blocks): bump theme (#8783) + - chore: organize gfx model (#8766) + + ## Refactor + + - refactor(database): make Table View compatible with mobile devices (#8787) + - refactor(edgeless): remove legacy surface ref renderer (#8759) + - refactor: unify container and group (#8772) + - refactor(database): table ui (#8779) + - refactor(database): link cell icon (#8776) + - refactor(database): use Trait to manage the functionality of Views (#8775) + - refactor(database): column move (#8726) + +### Patch Changes + +- Updated dependencies [9daa1f3] + - @blocksuite/affine-model@0.18.0 + - @blocksuite/affine-shared@0.18.0 + - @blocksuite/block-std@0.18.0 + - @blocksuite/global@0.18.0 + - @blocksuite/inline@0.18.0 + - @blocksuite/store@0.18.0 + ## 0.17.33 ### Patch Changes diff --git a/packages/affine/components/package.json b/packages/affine/components/package.json index 99db7d953a51..4a5dcd9e3cd7 100644 --- a/packages/affine/components/package.json +++ b/packages/affine/components/package.json @@ -1,6 +1,6 @@ { "name": "@blocksuite/affine-components", - "version": "0.17.33", + "version": "0.18.0", "description": "Default BlockSuite editable blocks.", "type": "module", "repository": { diff --git a/packages/affine/data-view/CHANGELOG.md b/packages/affine/data-view/CHANGELOG.md index c4d4f44b8edd..37cccd7045c2 100644 --- a/packages/affine/data-view/CHANGELOG.md +++ b/packages/affine/data-view/CHANGELOG.md @@ -1,5 +1,52 @@ # @blocksuite/data-view +## 0.18.0 + +### Minor Changes + +- 9daa1f3: ## Feat + + - feat(blocks): markdown adapter reference serialization and deserialization (#8782) + - feat(blocks): add lazy loading to image and iframe (#8773) + + ## Fix + + - fix(edgeless): missing reference info during edgeless card conversion (#8790) + - fix(blocks): linked popover styles (#8789) + - fix(blocks): add abortional to getMenus (#8786) + - fix(blocks): incorrect viewport of embed linked doc with edgeless mode (#8785) + - fix(database): crash in edgeless on mobile safari (#8784) + - fix(blocks): signify at menu config items (#8780) + - fix(database): update title on composition end (#8781) + - fix(database): kanban/table drag and drop (#8778) + - fix(database): prevent the default behavior of arrow keys when a progress cell is focused (#8777) + - fix(blocks): update at menu popover styles (#8774) + - fix(edgeless): frame overlay is not updated during dragging a new frame (#8771) + + ## Chore + + - chore(blocks): bump theme (#8783) + - chore: organize gfx model (#8766) + + ## Refactor + + - refactor(database): make Table View compatible with mobile devices (#8787) + - refactor(edgeless): remove legacy surface ref renderer (#8759) + - refactor: unify container and group (#8772) + - refactor(database): table ui (#8779) + - refactor(database): link cell icon (#8776) + - refactor(database): use Trait to manage the functionality of Views (#8775) + - refactor(database): column move (#8726) + +### Patch Changes + +- Updated dependencies [9daa1f3] + - @blocksuite/affine-components@0.18.0 + - @blocksuite/affine-shared@0.18.0 + - @blocksuite/block-std@0.18.0 + - @blocksuite/global@0.18.0 + - @blocksuite/store@0.18.0 + ## 0.17.33 ### Patch Changes diff --git a/packages/affine/data-view/package.json b/packages/affine/data-view/package.json index 39a23509ed22..96feedf90327 100644 --- a/packages/affine/data-view/package.json +++ b/packages/affine/data-view/package.json @@ -1,6 +1,6 @@ { "name": "@blocksuite/data-view", - "version": "0.17.33", + "version": "0.18.0", "description": "Views of database in affine", "type": "module", "repository": { diff --git a/packages/affine/model/CHANGELOG.md b/packages/affine/model/CHANGELOG.md index 5bce44fc693e..38022b90846d 100644 --- a/packages/affine/model/CHANGELOG.md +++ b/packages/affine/model/CHANGELOG.md @@ -1,5 +1,51 @@ # @blocksuite/affine-model +## 0.18.0 + +### Minor Changes + +- 9daa1f3: ## Feat + + - feat(blocks): markdown adapter reference serialization and deserialization (#8782) + - feat(blocks): add lazy loading to image and iframe (#8773) + + ## Fix + + - fix(edgeless): missing reference info during edgeless card conversion (#8790) + - fix(blocks): linked popover styles (#8789) + - fix(blocks): add abortional to getMenus (#8786) + - fix(blocks): incorrect viewport of embed linked doc with edgeless mode (#8785) + - fix(database): crash in edgeless on mobile safari (#8784) + - fix(blocks): signify at menu config items (#8780) + - fix(database): update title on composition end (#8781) + - fix(database): kanban/table drag and drop (#8778) + - fix(database): prevent the default behavior of arrow keys when a progress cell is focused (#8777) + - fix(blocks): update at menu popover styles (#8774) + - fix(edgeless): frame overlay is not updated during dragging a new frame (#8771) + + ## Chore + + - chore(blocks): bump theme (#8783) + - chore: organize gfx model (#8766) + + ## Refactor + + - refactor(database): make Table View compatible with mobile devices (#8787) + - refactor(edgeless): remove legacy surface ref renderer (#8759) + - refactor: unify container and group (#8772) + - refactor(database): table ui (#8779) + - refactor(database): link cell icon (#8776) + - refactor(database): use Trait to manage the functionality of Views (#8775) + - refactor(database): column move (#8726) + +### Patch Changes + +- Updated dependencies [9daa1f3] + - @blocksuite/block-std@0.18.0 + - @blocksuite/global@0.18.0 + - @blocksuite/inline@0.18.0 + - @blocksuite/store@0.18.0 + ## 0.17.33 ### Patch Changes diff --git a/packages/affine/model/package.json b/packages/affine/model/package.json index 4214358b9853..e5106b3d9ead 100644 --- a/packages/affine/model/package.json +++ b/packages/affine/model/package.json @@ -1,6 +1,6 @@ { "name": "@blocksuite/affine-model", - "version": "0.17.33", + "version": "0.18.0", "description": "Models for BlockSuite in Affine.", "type": "module", "repository": { diff --git a/packages/affine/shared/CHANGELOG.md b/packages/affine/shared/CHANGELOG.md index 0af951fea5cd..cc25518a360e 100644 --- a/packages/affine/shared/CHANGELOG.md +++ b/packages/affine/shared/CHANGELOG.md @@ -1,5 +1,52 @@ # @blocksuite/affine-shared +## 0.18.0 + +### Minor Changes + +- 9daa1f3: ## Feat + + - feat(blocks): markdown adapter reference serialization and deserialization (#8782) + - feat(blocks): add lazy loading to image and iframe (#8773) + + ## Fix + + - fix(edgeless): missing reference info during edgeless card conversion (#8790) + - fix(blocks): linked popover styles (#8789) + - fix(blocks): add abortional to getMenus (#8786) + - fix(blocks): incorrect viewport of embed linked doc with edgeless mode (#8785) + - fix(database): crash in edgeless on mobile safari (#8784) + - fix(blocks): signify at menu config items (#8780) + - fix(database): update title on composition end (#8781) + - fix(database): kanban/table drag and drop (#8778) + - fix(database): prevent the default behavior of arrow keys when a progress cell is focused (#8777) + - fix(blocks): update at menu popover styles (#8774) + - fix(edgeless): frame overlay is not updated during dragging a new frame (#8771) + + ## Chore + + - chore(blocks): bump theme (#8783) + - chore: organize gfx model (#8766) + + ## Refactor + + - refactor(database): make Table View compatible with mobile devices (#8787) + - refactor(edgeless): remove legacy surface ref renderer (#8759) + - refactor: unify container and group (#8772) + - refactor(database): table ui (#8779) + - refactor(database): link cell icon (#8776) + - refactor(database): use Trait to manage the functionality of Views (#8775) + - refactor(database): column move (#8726) + +### Patch Changes + +- Updated dependencies [9daa1f3] + - @blocksuite/affine-model@0.18.0 + - @blocksuite/block-std@0.18.0 + - @blocksuite/global@0.18.0 + - @blocksuite/inline@0.18.0 + - @blocksuite/store@0.18.0 + ## 0.17.33 ### Patch Changes diff --git a/packages/affine/shared/package.json b/packages/affine/shared/package.json index bc1004ca54ab..473c1703ba5b 100644 --- a/packages/affine/shared/package.json +++ b/packages/affine/shared/package.json @@ -1,6 +1,6 @@ { "name": "@blocksuite/affine-shared", - "version": "0.17.33", + "version": "0.18.0", "description": "Default BlockSuite editable blocks.", "type": "module", "repository": { diff --git a/packages/affine/widget-scroll-anchoring/CHANGELOG.md b/packages/affine/widget-scroll-anchoring/CHANGELOG.md index 992fd197a2c6..f4ec9b768911 100644 --- a/packages/affine/widget-scroll-anchoring/CHANGELOG.md +++ b/packages/affine/widget-scroll-anchoring/CHANGELOG.md @@ -1,5 +1,51 @@ # @blocksuite/affine-widget-scroll-anchoring +## 0.18.0 + +### Minor Changes + +- 9daa1f3: ## Feat + + - feat(blocks): markdown adapter reference serialization and deserialization (#8782) + - feat(blocks): add lazy loading to image and iframe (#8773) + + ## Fix + + - fix(edgeless): missing reference info during edgeless card conversion (#8790) + - fix(blocks): linked popover styles (#8789) + - fix(blocks): add abortional to getMenus (#8786) + - fix(blocks): incorrect viewport of embed linked doc with edgeless mode (#8785) + - fix(database): crash in edgeless on mobile safari (#8784) + - fix(blocks): signify at menu config items (#8780) + - fix(database): update title on composition end (#8781) + - fix(database): kanban/table drag and drop (#8778) + - fix(database): prevent the default behavior of arrow keys when a progress cell is focused (#8777) + - fix(blocks): update at menu popover styles (#8774) + - fix(edgeless): frame overlay is not updated during dragging a new frame (#8771) + + ## Chore + + - chore(blocks): bump theme (#8783) + - chore: organize gfx model (#8766) + + ## Refactor + + - refactor(database): make Table View compatible with mobile devices (#8787) + - refactor(edgeless): remove legacy surface ref renderer (#8759) + - refactor: unify container and group (#8772) + - refactor(database): table ui (#8779) + - refactor(database): link cell icon (#8776) + - refactor(database): use Trait to manage the functionality of Views (#8775) + - refactor(database): column move (#8726) + +### Patch Changes + +- Updated dependencies [9daa1f3] + - @blocksuite/affine-model@0.18.0 + - @blocksuite/affine-shared@0.18.0 + - @blocksuite/block-std@0.18.0 + - @blocksuite/global@0.18.0 + ## 0.17.33 ### Patch Changes diff --git a/packages/affine/widget-scroll-anchoring/package.json b/packages/affine/widget-scroll-anchoring/package.json index fc8c394313e6..e17621361db4 100644 --- a/packages/affine/widget-scroll-anchoring/package.json +++ b/packages/affine/widget-scroll-anchoring/package.json @@ -1,6 +1,6 @@ { "name": "@blocksuite/affine-widget-scroll-anchoring", - "version": "0.17.33", + "version": "0.18.0", "description": "Affine scroll anchoring widget.", "type": "module", "repository": { diff --git a/packages/blocks/CHANGELOG.md b/packages/blocks/CHANGELOG.md index 18ab876f98f5..20d078988c1f 100644 --- a/packages/blocks/CHANGELOG.md +++ b/packages/blocks/CHANGELOG.md @@ -1,5 +1,60 @@ # @blocksuite/blocks +## 0.18.0 + +### Minor Changes + +- 9daa1f3: ## Feat + + - feat(blocks): markdown adapter reference serialization and deserialization (#8782) + - feat(blocks): add lazy loading to image and iframe (#8773) + + ## Fix + + - fix(edgeless): missing reference info during edgeless card conversion (#8790) + - fix(blocks): linked popover styles (#8789) + - fix(blocks): add abortional to getMenus (#8786) + - fix(blocks): incorrect viewport of embed linked doc with edgeless mode (#8785) + - fix(database): crash in edgeless on mobile safari (#8784) + - fix(blocks): signify at menu config items (#8780) + - fix(database): update title on composition end (#8781) + - fix(database): kanban/table drag and drop (#8778) + - fix(database): prevent the default behavior of arrow keys when a progress cell is focused (#8777) + - fix(blocks): update at menu popover styles (#8774) + - fix(edgeless): frame overlay is not updated during dragging a new frame (#8771) + + ## Chore + + - chore(blocks): bump theme (#8783) + - chore: organize gfx model (#8766) + + ## Refactor + + - refactor(database): make Table View compatible with mobile devices (#8787) + - refactor(edgeless): remove legacy surface ref renderer (#8759) + - refactor: unify container and group (#8772) + - refactor(database): table ui (#8779) + - refactor(database): link cell icon (#8776) + - refactor(database): use Trait to manage the functionality of Views (#8775) + - refactor(database): column move (#8726) + +### Patch Changes + +- Updated dependencies [9daa1f3] + - @blocksuite/affine-block-embed@0.18.0 + - @blocksuite/affine-block-list@0.18.0 + - @blocksuite/affine-block-paragraph@0.18.0 + - @blocksuite/affine-block-surface@0.18.0 + - @blocksuite/affine-components@0.18.0 + - @blocksuite/data-view@0.18.0 + - @blocksuite/affine-model@0.18.0 + - @blocksuite/affine-shared@0.18.0 + - @blocksuite/affine-widget-scroll-anchoring@0.18.0 + - @blocksuite/block-std@0.18.0 + - @blocksuite/global@0.18.0 + - @blocksuite/inline@0.18.0 + - @blocksuite/store@0.18.0 + ## 0.17.33 ### Patch Changes diff --git a/packages/blocks/package.json b/packages/blocks/package.json index 9bc5b3eab495..6179a8acddce 100644 --- a/packages/blocks/package.json +++ b/packages/blocks/package.json @@ -1,6 +1,6 @@ { "name": "@blocksuite/blocks", - "version": "0.17.33", + "version": "0.18.0", "description": "Default BlockSuite editable blocks.", "type": "module", "repository": { diff --git a/packages/docs/CHANGELOG.md b/packages/docs/CHANGELOG.md index ad168dde3eb6..ddec92c97467 100644 --- a/packages/docs/CHANGELOG.md +++ b/packages/docs/CHANGELOG.md @@ -1,5 +1,50 @@ # @blocksuite/docs +## 0.18.0 + +### Minor Changes + +- 9daa1f3: ## Feat + + - feat(blocks): markdown adapter reference serialization and deserialization (#8782) + - feat(blocks): add lazy loading to image and iframe (#8773) + + ## Fix + + - fix(edgeless): missing reference info during edgeless card conversion (#8790) + - fix(blocks): linked popover styles (#8789) + - fix(blocks): add abortional to getMenus (#8786) + - fix(blocks): incorrect viewport of embed linked doc with edgeless mode (#8785) + - fix(database): crash in edgeless on mobile safari (#8784) + - fix(blocks): signify at menu config items (#8780) + - fix(database): update title on composition end (#8781) + - fix(database): kanban/table drag and drop (#8778) + - fix(database): prevent the default behavior of arrow keys when a progress cell is focused (#8777) + - fix(blocks): update at menu popover styles (#8774) + - fix(edgeless): frame overlay is not updated during dragging a new frame (#8771) + + ## Chore + + - chore(blocks): bump theme (#8783) + - chore: organize gfx model (#8766) + + ## Refactor + + - refactor(database): make Table View compatible with mobile devices (#8787) + - refactor(edgeless): remove legacy surface ref renderer (#8759) + - refactor: unify container and group (#8772) + - refactor(database): table ui (#8779) + - refactor(database): link cell icon (#8776) + - refactor(database): use Trait to manage the functionality of Views (#8775) + - refactor(database): column move (#8726) + +### Patch Changes + +- Updated dependencies [9daa1f3] + - @blocksuite/blocks@0.18.0 + - @blocksuite/store@0.18.0 + - @blocksuite/presets@0.18.0 + ## 0.17.33 ### Patch Changes diff --git a/packages/docs/package.json b/packages/docs/package.json index 830ced02d8eb..3272ab7cb60a 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,6 +1,6 @@ { "name": "@blocksuite/docs", - "version": "0.17.33", + "version": "0.18.0", "description": "BlockSuite documentation", "private": true, "keywords": [], diff --git a/packages/framework/block-std/CHANGELOG.md b/packages/framework/block-std/CHANGELOG.md index 41a3c062642d..788b613e7093 100644 --- a/packages/framework/block-std/CHANGELOG.md +++ b/packages/framework/block-std/CHANGELOG.md @@ -1,5 +1,50 @@ # @blocksuite/block-std +## 0.18.0 + +### Minor Changes + +- 9daa1f3: ## Feat + + - feat(blocks): markdown adapter reference serialization and deserialization (#8782) + - feat(blocks): add lazy loading to image and iframe (#8773) + + ## Fix + + - fix(edgeless): missing reference info during edgeless card conversion (#8790) + - fix(blocks): linked popover styles (#8789) + - fix(blocks): add abortional to getMenus (#8786) + - fix(blocks): incorrect viewport of embed linked doc with edgeless mode (#8785) + - fix(database): crash in edgeless on mobile safari (#8784) + - fix(blocks): signify at menu config items (#8780) + - fix(database): update title on composition end (#8781) + - fix(database): kanban/table drag and drop (#8778) + - fix(database): prevent the default behavior of arrow keys when a progress cell is focused (#8777) + - fix(blocks): update at menu popover styles (#8774) + - fix(edgeless): frame overlay is not updated during dragging a new frame (#8771) + + ## Chore + + - chore(blocks): bump theme (#8783) + - chore: organize gfx model (#8766) + + ## Refactor + + - refactor(database): make Table View compatible with mobile devices (#8787) + - refactor(edgeless): remove legacy surface ref renderer (#8759) + - refactor: unify container and group (#8772) + - refactor(database): table ui (#8779) + - refactor(database): link cell icon (#8776) + - refactor(database): use Trait to manage the functionality of Views (#8775) + - refactor(database): column move (#8726) + +### Patch Changes + +- Updated dependencies [9daa1f3] + - @blocksuite/global@0.18.0 + - @blocksuite/inline@0.18.0 + - @blocksuite/store@0.18.0 + ## 0.17.33 ### Patch Changes diff --git a/packages/framework/block-std/package.json b/packages/framework/block-std/package.json index 2a091d745b79..3039d5a7e7d8 100644 --- a/packages/framework/block-std/package.json +++ b/packages/framework/block-std/package.json @@ -1,6 +1,6 @@ { "name": "@blocksuite/block-std", - "version": "0.17.33", + "version": "0.18.0", "description": "Std for blocksuite blocks", "type": "module", "repository": { diff --git a/packages/framework/global/CHANGELOG.md b/packages/framework/global/CHANGELOG.md index 39f2700aa8de..e248387fc315 100644 --- a/packages/framework/global/CHANGELOG.md +++ b/packages/framework/global/CHANGELOG.md @@ -1,5 +1,43 @@ # @blocksuite/global +## 0.18.0 + +### Minor Changes + +- 9daa1f3: ## Feat + + - feat(blocks): markdown adapter reference serialization and deserialization (#8782) + - feat(blocks): add lazy loading to image and iframe (#8773) + + ## Fix + + - fix(edgeless): missing reference info during edgeless card conversion (#8790) + - fix(blocks): linked popover styles (#8789) + - fix(blocks): add abortional to getMenus (#8786) + - fix(blocks): incorrect viewport of embed linked doc with edgeless mode (#8785) + - fix(database): crash in edgeless on mobile safari (#8784) + - fix(blocks): signify at menu config items (#8780) + - fix(database): update title on composition end (#8781) + - fix(database): kanban/table drag and drop (#8778) + - fix(database): prevent the default behavior of arrow keys when a progress cell is focused (#8777) + - fix(blocks): update at menu popover styles (#8774) + - fix(edgeless): frame overlay is not updated during dragging a new frame (#8771) + + ## Chore + + - chore(blocks): bump theme (#8783) + - chore: organize gfx model (#8766) + + ## Refactor + + - refactor(database): make Table View compatible with mobile devices (#8787) + - refactor(edgeless): remove legacy surface ref renderer (#8759) + - refactor: unify container and group (#8772) + - refactor(database): table ui (#8779) + - refactor(database): link cell icon (#8776) + - refactor(database): use Trait to manage the functionality of Views (#8775) + - refactor(database): column move (#8726) + ## 0.17.33 ### Patch Changes diff --git a/packages/framework/global/package.json b/packages/framework/global/package.json index 366a35e0c4b6..7c3d6cfefd9a 100644 --- a/packages/framework/global/package.json +++ b/packages/framework/global/package.json @@ -1,6 +1,6 @@ { "name": "@blocksuite/global", - "version": "0.17.33", + "version": "0.18.0", "types": "./index.d.ts", "type": "module", "repository": { diff --git a/packages/framework/inline/CHANGELOG.md b/packages/framework/inline/CHANGELOG.md index daf8e69274ef..410c83fbcebb 100644 --- a/packages/framework/inline/CHANGELOG.md +++ b/packages/framework/inline/CHANGELOG.md @@ -1,5 +1,48 @@ # @blocksuite/inline +## 0.18.0 + +### Minor Changes + +- 9daa1f3: ## Feat + + - feat(blocks): markdown adapter reference serialization and deserialization (#8782) + - feat(blocks): add lazy loading to image and iframe (#8773) + + ## Fix + + - fix(edgeless): missing reference info during edgeless card conversion (#8790) + - fix(blocks): linked popover styles (#8789) + - fix(blocks): add abortional to getMenus (#8786) + - fix(blocks): incorrect viewport of embed linked doc with edgeless mode (#8785) + - fix(database): crash in edgeless on mobile safari (#8784) + - fix(blocks): signify at menu config items (#8780) + - fix(database): update title on composition end (#8781) + - fix(database): kanban/table drag and drop (#8778) + - fix(database): prevent the default behavior of arrow keys when a progress cell is focused (#8777) + - fix(blocks): update at menu popover styles (#8774) + - fix(edgeless): frame overlay is not updated during dragging a new frame (#8771) + + ## Chore + + - chore(blocks): bump theme (#8783) + - chore: organize gfx model (#8766) + + ## Refactor + + - refactor(database): make Table View compatible with mobile devices (#8787) + - refactor(edgeless): remove legacy surface ref renderer (#8759) + - refactor: unify container and group (#8772) + - refactor(database): table ui (#8779) + - refactor(database): link cell icon (#8776) + - refactor(database): use Trait to manage the functionality of Views (#8775) + - refactor(database): column move (#8726) + +### Patch Changes + +- Updated dependencies [9daa1f3] + - @blocksuite/global@0.18.0 + ## 0.17.33 ### Patch Changes diff --git a/packages/framework/inline/package.json b/packages/framework/inline/package.json index f91d79be971b..c22280fc2262 100644 --- a/packages/framework/inline/package.json +++ b/packages/framework/inline/package.json @@ -1,6 +1,6 @@ { "name": "@blocksuite/inline", - "version": "0.17.33", + "version": "0.18.0", "description": "A micro editor.", "type": "module", "repository": { diff --git a/packages/framework/store/CHANGELOG.md b/packages/framework/store/CHANGELOG.md index 56d647d21b3d..90e50774ebd2 100644 --- a/packages/framework/store/CHANGELOG.md +++ b/packages/framework/store/CHANGELOG.md @@ -1,5 +1,50 @@ # @blocksuite/store +## 0.18.0 + +### Minor Changes + +- 9daa1f3: ## Feat + + - feat(blocks): markdown adapter reference serialization and deserialization (#8782) + - feat(blocks): add lazy loading to image and iframe (#8773) + + ## Fix + + - fix(edgeless): missing reference info during edgeless card conversion (#8790) + - fix(blocks): linked popover styles (#8789) + - fix(blocks): add abortional to getMenus (#8786) + - fix(blocks): incorrect viewport of embed linked doc with edgeless mode (#8785) + - fix(database): crash in edgeless on mobile safari (#8784) + - fix(blocks): signify at menu config items (#8780) + - fix(database): update title on composition end (#8781) + - fix(database): kanban/table drag and drop (#8778) + - fix(database): prevent the default behavior of arrow keys when a progress cell is focused (#8777) + - fix(blocks): update at menu popover styles (#8774) + - fix(edgeless): frame overlay is not updated during dragging a new frame (#8771) + + ## Chore + + - chore(blocks): bump theme (#8783) + - chore: organize gfx model (#8766) + + ## Refactor + + - refactor(database): make Table View compatible with mobile devices (#8787) + - refactor(edgeless): remove legacy surface ref renderer (#8759) + - refactor: unify container and group (#8772) + - refactor(database): table ui (#8779) + - refactor(database): link cell icon (#8776) + - refactor(database): use Trait to manage the functionality of Views (#8775) + - refactor(database): column move (#8726) + +### Patch Changes + +- Updated dependencies [9daa1f3] + - @blocksuite/global@0.18.0 + - @blocksuite/inline@0.18.0 + - @blocksuite/sync@0.18.0 + ## 0.17.33 ### Patch Changes diff --git a/packages/framework/store/package.json b/packages/framework/store/package.json index ce5afadb32e7..28ce9330c7e6 100644 --- a/packages/framework/store/package.json +++ b/packages/framework/store/package.json @@ -1,6 +1,6 @@ { "name": "@blocksuite/store", - "version": "0.17.33", + "version": "0.18.0", "description": "BlockSuite data store built for general purpose state management.", "type": "module", "repository": { diff --git a/packages/framework/sync/CHANGELOG.md b/packages/framework/sync/CHANGELOG.md index b3accd4fb37d..25755cf8b774 100644 --- a/packages/framework/sync/CHANGELOG.md +++ b/packages/framework/sync/CHANGELOG.md @@ -1,5 +1,48 @@ # @blocksuite/sync +## 0.18.0 + +### Minor Changes + +- 9daa1f3: ## Feat + + - feat(blocks): markdown adapter reference serialization and deserialization (#8782) + - feat(blocks): add lazy loading to image and iframe (#8773) + + ## Fix + + - fix(edgeless): missing reference info during edgeless card conversion (#8790) + - fix(blocks): linked popover styles (#8789) + - fix(blocks): add abortional to getMenus (#8786) + - fix(blocks): incorrect viewport of embed linked doc with edgeless mode (#8785) + - fix(database): crash in edgeless on mobile safari (#8784) + - fix(blocks): signify at menu config items (#8780) + - fix(database): update title on composition end (#8781) + - fix(database): kanban/table drag and drop (#8778) + - fix(database): prevent the default behavior of arrow keys when a progress cell is focused (#8777) + - fix(blocks): update at menu popover styles (#8774) + - fix(edgeless): frame overlay is not updated during dragging a new frame (#8771) + + ## Chore + + - chore(blocks): bump theme (#8783) + - chore: organize gfx model (#8766) + + ## Refactor + + - refactor(database): make Table View compatible with mobile devices (#8787) + - refactor(edgeless): remove legacy surface ref renderer (#8759) + - refactor: unify container and group (#8772) + - refactor(database): table ui (#8779) + - refactor(database): link cell icon (#8776) + - refactor(database): use Trait to manage the functionality of Views (#8775) + - refactor(database): column move (#8726) + +### Patch Changes + +- Updated dependencies [9daa1f3] + - @blocksuite/global@0.18.0 + ## 0.17.33 ### Patch Changes diff --git a/packages/framework/sync/package.json b/packages/framework/sync/package.json index 108490980d84..14198e33fe57 100644 --- a/packages/framework/sync/package.json +++ b/packages/framework/sync/package.json @@ -1,6 +1,6 @@ { "name": "@blocksuite/sync", - "version": "0.17.33", + "version": "0.18.0", "description": "BlockSuite data synchronization engine abstraction and implementation.", "type": "module", "repository": { diff --git a/packages/presets/CHANGELOG.md b/packages/presets/CHANGELOG.md index 9e55faf35a17..5dcb42d58f69 100644 --- a/packages/presets/CHANGELOG.md +++ b/packages/presets/CHANGELOG.md @@ -1,5 +1,55 @@ # @blocksuite/presets +## 0.18.0 + +### Minor Changes + +- 9daa1f3: ## Feat + + - feat(blocks): markdown adapter reference serialization and deserialization (#8782) + - feat(blocks): add lazy loading to image and iframe (#8773) + + ## Fix + + - fix(edgeless): missing reference info during edgeless card conversion (#8790) + - fix(blocks): linked popover styles (#8789) + - fix(blocks): add abortional to getMenus (#8786) + - fix(blocks): incorrect viewport of embed linked doc with edgeless mode (#8785) + - fix(database): crash in edgeless on mobile safari (#8784) + - fix(blocks): signify at menu config items (#8780) + - fix(database): update title on composition end (#8781) + - fix(database): kanban/table drag and drop (#8778) + - fix(database): prevent the default behavior of arrow keys when a progress cell is focused (#8777) + - fix(blocks): update at menu popover styles (#8774) + - fix(edgeless): frame overlay is not updated during dragging a new frame (#8771) + + ## Chore + + - chore(blocks): bump theme (#8783) + - chore: organize gfx model (#8766) + + ## Refactor + + - refactor(database): make Table View compatible with mobile devices (#8787) + - refactor(edgeless): remove legacy surface ref renderer (#8759) + - refactor: unify container and group (#8772) + - refactor(database): table ui (#8779) + - refactor(database): link cell icon (#8776) + - refactor(database): use Trait to manage the functionality of Views (#8775) + - refactor(database): column move (#8726) + +### Patch Changes + +- Updated dependencies [9daa1f3] + - @blocksuite/affine-block-surface@0.18.0 + - @blocksuite/affine-model@0.18.0 + - @blocksuite/affine-shared@0.18.0 + - @blocksuite/blocks@0.18.0 + - @blocksuite/block-std@0.18.0 + - @blocksuite/global@0.18.0 + - @blocksuite/inline@0.18.0 + - @blocksuite/store@0.18.0 + ## 0.17.33 ### Patch Changes diff --git a/packages/presets/package.json b/packages/presets/package.json index 8b589a419f82..4a274348adfd 100644 --- a/packages/presets/package.json +++ b/packages/presets/package.json @@ -1,6 +1,6 @@ { "name": "@blocksuite/presets", - "version": "0.17.33", + "version": "0.18.0", "description": "Prebuilt BlockSuite editors and opt-in additional UI components.", "type": "module", "repository": {