Skip to content

Commit acc6b56

Browse files
chore: version packages (#8794)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9daa1f3 commit acc6b56

37 files changed

+861
-72
lines changed

.changeset/selfish-sloths-tie.md

Lines changed: 0 additions & 54 deletions
This file was deleted.

packages/affine/all/CHANGELOG.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,53 @@
11
# @blocksuite/affine
22

3+
## 0.18.0
4+
5+
### Minor Changes
6+
7+
- 9daa1f3: ## Feat
8+
9+
- feat(blocks): markdown adapter reference serialization and deserialization (#8782)
10+
- feat(blocks): add lazy loading to image and iframe (#8773)
11+
12+
## Fix
13+
14+
- fix(edgeless): missing reference info during edgeless card conversion (#8790)
15+
- fix(blocks): linked popover styles (#8789)
16+
- fix(blocks): add abortional to getMenus (#8786)
17+
- fix(blocks): incorrect viewport of embed linked doc with edgeless mode (#8785)
18+
- fix(database): crash in edgeless on mobile safari (#8784)
19+
- fix(blocks): signify at menu config items (#8780)
20+
- fix(database): update title on composition end (#8781)
21+
- fix(database): kanban/table drag and drop (#8778)
22+
- fix(database): prevent the default behavior of arrow keys when a progress cell is focused (#8777)
23+
- fix(blocks): update at menu popover styles (#8774)
24+
- fix(edgeless): frame overlay is not updated during dragging a new frame (#8771)
25+
26+
## Chore
27+
28+
- chore(blocks): bump theme (#8783)
29+
- chore: organize gfx model (#8766)
30+
31+
## Refactor
32+
33+
- refactor(database): make Table View compatible with mobile devices (#8787)
34+
- refactor(edgeless): remove legacy surface ref renderer (#8759)
35+
- refactor: unify container and group (#8772)
36+
- refactor(database): table ui (#8779)
37+
- refactor(database): link cell icon (#8776)
38+
- refactor(database): use Trait to manage the functionality of Views (#8775)
39+
- refactor(database): column move (#8726)
40+
41+
### Patch Changes
42+
43+
- Updated dependencies [9daa1f3]
44+
- @blocksuite/blocks@0.18.0
45+
- @blocksuite/block-std@0.18.0
46+
- @blocksuite/global@0.18.0
47+
- @blocksuite/inline@0.18.0
48+
- @blocksuite/store@0.18.0
49+
- @blocksuite/presets@0.18.0
50+
351
## 0.17.33
452

553
### Patch Changes

packages/affine/all/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blocksuite/affine",
3-
"version": "0.17.33",
3+
"version": "0.18.0",
44
"description": "BlockSuite for Affine",
55
"type": "module",
66
"repository": {

packages/affine/block-embed/CHANGELOG.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,55 @@
11
# @blocksuite/affine-block-embed
22

3+
## 0.18.0
4+
5+
### Minor Changes
6+
7+
- 9daa1f3: ## Feat
8+
9+
- feat(blocks): markdown adapter reference serialization and deserialization (#8782)
10+
- feat(blocks): add lazy loading to image and iframe (#8773)
11+
12+
## Fix
13+
14+
- fix(edgeless): missing reference info during edgeless card conversion (#8790)
15+
- fix(blocks): linked popover styles (#8789)
16+
- fix(blocks): add abortional to getMenus (#8786)
17+
- fix(blocks): incorrect viewport of embed linked doc with edgeless mode (#8785)
18+
- fix(database): crash in edgeless on mobile safari (#8784)
19+
- fix(blocks): signify at menu config items (#8780)
20+
- fix(database): update title on composition end (#8781)
21+
- fix(database): kanban/table drag and drop (#8778)
22+
- fix(database): prevent the default behavior of arrow keys when a progress cell is focused (#8777)
23+
- fix(blocks): update at menu popover styles (#8774)
24+
- fix(edgeless): frame overlay is not updated during dragging a new frame (#8771)
25+
26+
## Chore
27+
28+
- chore(blocks): bump theme (#8783)
29+
- chore: organize gfx model (#8766)
30+
31+
## Refactor
32+
33+
- refactor(database): make Table View compatible with mobile devices (#8787)
34+
- refactor(edgeless): remove legacy surface ref renderer (#8759)
35+
- refactor: unify container and group (#8772)
36+
- refactor(database): table ui (#8779)
37+
- refactor(database): link cell icon (#8776)
38+
- refactor(database): use Trait to manage the functionality of Views (#8775)
39+
- refactor(database): column move (#8726)
40+
41+
### Patch Changes
42+
43+
- Updated dependencies [9daa1f3]
44+
- @blocksuite/affine-block-surface@0.18.0
45+
- @blocksuite/affine-components@0.18.0
46+
- @blocksuite/affine-model@0.18.0
47+
- @blocksuite/affine-shared@0.18.0
48+
- @blocksuite/block-std@0.18.0
49+
- @blocksuite/global@0.18.0
50+
- @blocksuite/inline@0.18.0
51+
- @blocksuite/store@0.18.0
52+
353
## 0.17.33
454

555
### Patch Changes

packages/affine/block-embed/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blocksuite/affine-block-embed",
3-
"version": "0.17.33",
3+
"version": "0.18.0",
44
"description": "Embed blocks for BlockSuite.",
55
"type": "module",
66
"repository": {

packages/affine/block-list/CHANGELOG.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,54 @@
11
# @blocksuite/affine-block-list
22

3+
## 0.18.0
4+
5+
### Minor Changes
6+
7+
- 9daa1f3: ## Feat
8+
9+
- feat(blocks): markdown adapter reference serialization and deserialization (#8782)
10+
- feat(blocks): add lazy loading to image and iframe (#8773)
11+
12+
## Fix
13+
14+
- fix(edgeless): missing reference info during edgeless card conversion (#8790)
15+
- fix(blocks): linked popover styles (#8789)
16+
- fix(blocks): add abortional to getMenus (#8786)
17+
- fix(blocks): incorrect viewport of embed linked doc with edgeless mode (#8785)
18+
- fix(database): crash in edgeless on mobile safari (#8784)
19+
- fix(blocks): signify at menu config items (#8780)
20+
- fix(database): update title on composition end (#8781)
21+
- fix(database): kanban/table drag and drop (#8778)
22+
- fix(database): prevent the default behavior of arrow keys when a progress cell is focused (#8777)
23+
- fix(blocks): update at menu popover styles (#8774)
24+
- fix(edgeless): frame overlay is not updated during dragging a new frame (#8771)
25+
26+
## Chore
27+
28+
- chore(blocks): bump theme (#8783)
29+
- chore: organize gfx model (#8766)
30+
31+
## Refactor
32+
33+
- refactor(database): make Table View compatible with mobile devices (#8787)
34+
- refactor(edgeless): remove legacy surface ref renderer (#8759)
35+
- refactor: unify container and group (#8772)
36+
- refactor(database): table ui (#8779)
37+
- refactor(database): link cell icon (#8776)
38+
- refactor(database): use Trait to manage the functionality of Views (#8775)
39+
- refactor(database): column move (#8726)
40+
41+
### Patch Changes
42+
43+
- Updated dependencies [9daa1f3]
44+
- @blocksuite/affine-components@0.18.0
45+
- @blocksuite/affine-model@0.18.0
46+
- @blocksuite/affine-shared@0.18.0
47+
- @blocksuite/block-std@0.18.0
48+
- @blocksuite/global@0.18.0
49+
- @blocksuite/inline@0.18.0
50+
- @blocksuite/store@0.18.0
51+
352
## 0.17.33
453

554
### Patch Changes

packages/affine/block-list/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blocksuite/affine-block-list",
3-
"version": "0.17.33",
3+
"version": "0.18.0",
44
"description": "List block for BlockSuite.",
55
"type": "module",
66
"repository": {

packages/affine/block-paragraph/CHANGELOG.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,54 @@
11
# @blocksuite/affine-block-paragraph
22

3+
## 0.18.0
4+
5+
### Minor Changes
6+
7+
- 9daa1f3: ## Feat
8+
9+
- feat(blocks): markdown adapter reference serialization and deserialization (#8782)
10+
- feat(blocks): add lazy loading to image and iframe (#8773)
11+
12+
## Fix
13+
14+
- fix(edgeless): missing reference info during edgeless card conversion (#8790)
15+
- fix(blocks): linked popover styles (#8789)
16+
- fix(blocks): add abortional to getMenus (#8786)
17+
- fix(blocks): incorrect viewport of embed linked doc with edgeless mode (#8785)
18+
- fix(database): crash in edgeless on mobile safari (#8784)
19+
- fix(blocks): signify at menu config items (#8780)
20+
- fix(database): update title on composition end (#8781)
21+
- fix(database): kanban/table drag and drop (#8778)
22+
- fix(database): prevent the default behavior of arrow keys when a progress cell is focused (#8777)
23+
- fix(blocks): update at menu popover styles (#8774)
24+
- fix(edgeless): frame overlay is not updated during dragging a new frame (#8771)
25+
26+
## Chore
27+
28+
- chore(blocks): bump theme (#8783)
29+
- chore: organize gfx model (#8766)
30+
31+
## Refactor
32+
33+
- refactor(database): make Table View compatible with mobile devices (#8787)
34+
- refactor(edgeless): remove legacy surface ref renderer (#8759)
35+
- refactor: unify container and group (#8772)
36+
- refactor(database): table ui (#8779)
37+
- refactor(database): link cell icon (#8776)
38+
- refactor(database): use Trait to manage the functionality of Views (#8775)
39+
- refactor(database): column move (#8726)
40+
41+
### Patch Changes
42+
43+
- Updated dependencies [9daa1f3]
44+
- @blocksuite/affine-components@0.18.0
45+
- @blocksuite/affine-model@0.18.0
46+
- @blocksuite/affine-shared@0.18.0
47+
- @blocksuite/block-std@0.18.0
48+
- @blocksuite/global@0.18.0
49+
- @blocksuite/inline@0.18.0
50+
- @blocksuite/store@0.18.0
51+
352
## 0.17.33
453

554
### Patch Changes

packages/affine/block-paragraph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blocksuite/affine-block-paragraph",
3-
"version": "0.17.33",
3+
"version": "0.18.0",
44
"description": "Paragraph block for BlockSuite.",
55
"type": "module",
66
"repository": {

packages/affine/block-surface/CHANGELOG.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,54 @@
11
# @blocksuite/affine-block-surface
22

3+
## 0.18.0
4+
5+
### Minor Changes
6+
7+
- 9daa1f3: ## Feat
8+
9+
- feat(blocks): markdown adapter reference serialization and deserialization (#8782)
10+
- feat(blocks): add lazy loading to image and iframe (#8773)
11+
12+
## Fix
13+
14+
- fix(edgeless): missing reference info during edgeless card conversion (#8790)
15+
- fix(blocks): linked popover styles (#8789)
16+
- fix(blocks): add abortional to getMenus (#8786)
17+
- fix(blocks): incorrect viewport of embed linked doc with edgeless mode (#8785)
18+
- fix(database): crash in edgeless on mobile safari (#8784)
19+
- fix(blocks): signify at menu config items (#8780)
20+
- fix(database): update title on composition end (#8781)
21+
- fix(database): kanban/table drag and drop (#8778)
22+
- fix(database): prevent the default behavior of arrow keys when a progress cell is focused (#8777)
23+
- fix(blocks): update at menu popover styles (#8774)
24+
- fix(edgeless): frame overlay is not updated during dragging a new frame (#8771)
25+
26+
## Chore
27+
28+
- chore(blocks): bump theme (#8783)
29+
- chore: organize gfx model (#8766)
30+
31+
## Refactor
32+
33+
- refactor(database): make Table View compatible with mobile devices (#8787)
34+
- refactor(edgeless): remove legacy surface ref renderer (#8759)
35+
- refactor: unify container and group (#8772)
36+
- refactor(database): table ui (#8779)
37+
- refactor(database): link cell icon (#8776)
38+
- refactor(database): use Trait to manage the functionality of Views (#8775)
39+
- refactor(database): column move (#8726)
40+
41+
### Patch Changes
42+
43+
- Updated dependencies [9daa1f3]
44+
- @blocksuite/affine-components@0.18.0
45+
- @blocksuite/affine-model@0.18.0
46+
- @blocksuite/affine-shared@0.18.0
47+
- @blocksuite/block-std@0.18.0
48+
- @blocksuite/global@0.18.0
49+
- @blocksuite/inline@0.18.0
50+
- @blocksuite/store@0.18.0
51+
352
## 0.17.33
453

554
### Patch Changes

0 commit comments

Comments
 (0)