Skip to content

Commit

Permalink
chore: version packages (#8794)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 23, 2024
1 parent 9daa1f3 commit acc6b56
Show file tree
Hide file tree
Showing 37 changed files with 861 additions and 72 deletions.
54 changes: 0 additions & 54 deletions .changeset/selfish-sloths-tie.md

This file was deleted.

48 changes: 48 additions & 0 deletions packages/affine/all/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/affine/all/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blocksuite/affine",
"version": "0.17.33",
"version": "0.18.0",
"description": "BlockSuite for Affine",
"type": "module",
"repository": {
Expand Down
50 changes: 50 additions & 0 deletions packages/affine/block-embed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/affine/block-embed/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
49 changes: 49 additions & 0 deletions packages/affine/block-list/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/affine/block-list/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
49 changes: 49 additions & 0 deletions packages/affine/block-paragraph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/affine/block-paragraph/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
49 changes: 49 additions & 0 deletions packages/affine/block-surface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/affine/block-surface/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
Loading

0 comments on commit acc6b56

Please sign in to comment.