Skip to content

Commit c7735b6

Browse files
chore: version packages (#8820)
1 parent e2d574c commit c7735b6

File tree

37 files changed

+593
-59
lines changed

37 files changed

+593
-59
lines changed

.changeset/hungry-zoos-fold.md

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

packages/affine/all/CHANGELOG.md

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

3+
## 0.18.1
4+
5+
### Patch Changes
6+
7+
- e2d574c: ## Feat
8+
9+
- feat: new doc dnd (#8808)
10+
11+
## Fix
12+
13+
- fix(database): row selection is incorrect when clicking the row options button (#8817)
14+
- fix(blocks): notion html import nested list with nested paragraph (#8809)
15+
- fix(edgeless): connector endpoint may be null (#8804)
16+
- fix(edgeless): connector selected rect width and height is zero (#8803)
17+
- fix(blocks): linked popover styles (#8799)
18+
19+
## Chore
20+
21+
- chore: lock file maintenance (#8797)
22+
23+
## Refactor
24+
25+
- refactor(database): make Kanban View compatible with mobile devices (#8807)
26+
- refactor: extract toggle button in list block (#8795)
27+
28+
- Updated dependencies [e2d574c]
29+
- @blocksuite/blocks@0.18.1
30+
- @blocksuite/block-std@0.18.1
31+
- @blocksuite/global@0.18.1
32+
- @blocksuite/inline@0.18.1
33+
- @blocksuite/store@0.18.1
34+
- @blocksuite/presets@0.18.1
35+
336
## 0.18.0
437

538
### Minor 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.18.0",
3+
"version": "0.18.1",
44
"description": "BlockSuite for Affine",
55
"type": "module",
66
"repository": {

packages/affine/block-embed/CHANGELOG.md

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

3+
## 0.18.1
4+
5+
### Patch Changes
6+
7+
- e2d574c: ## Feat
8+
9+
- feat: new doc dnd (#8808)
10+
11+
## Fix
12+
13+
- fix(database): row selection is incorrect when clicking the row options button (#8817)
14+
- fix(blocks): notion html import nested list with nested paragraph (#8809)
15+
- fix(edgeless): connector endpoint may be null (#8804)
16+
- fix(edgeless): connector selected rect width and height is zero (#8803)
17+
- fix(blocks): linked popover styles (#8799)
18+
19+
## Chore
20+
21+
- chore: lock file maintenance (#8797)
22+
23+
## Refactor
24+
25+
- refactor(database): make Kanban View compatible with mobile devices (#8807)
26+
- refactor: extract toggle button in list block (#8795)
27+
28+
- Updated dependencies [e2d574c]
29+
- @blocksuite/affine-block-surface@0.18.1
30+
- @blocksuite/affine-components@0.18.1
31+
- @blocksuite/affine-model@0.18.1
32+
- @blocksuite/affine-shared@0.18.1
33+
- @blocksuite/block-std@0.18.1
34+
- @blocksuite/global@0.18.1
35+
- @blocksuite/inline@0.18.1
36+
- @blocksuite/store@0.18.1
37+
338
## 0.18.0
439

540
### Minor 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.18.0",
3+
"version": "0.18.1",
44
"description": "Embed blocks for BlockSuite.",
55
"type": "module",
66
"repository": {

packages/affine/block-list/CHANGELOG.md

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

3+
## 0.18.1
4+
5+
### Patch Changes
6+
7+
- e2d574c: ## Feat
8+
9+
- feat: new doc dnd (#8808)
10+
11+
## Fix
12+
13+
- fix(database): row selection is incorrect when clicking the row options button (#8817)
14+
- fix(blocks): notion html import nested list with nested paragraph (#8809)
15+
- fix(edgeless): connector endpoint may be null (#8804)
16+
- fix(edgeless): connector selected rect width and height is zero (#8803)
17+
- fix(blocks): linked popover styles (#8799)
18+
19+
## Chore
20+
21+
- chore: lock file maintenance (#8797)
22+
23+
## Refactor
24+
25+
- refactor(database): make Kanban View compatible with mobile devices (#8807)
26+
- refactor: extract toggle button in list block (#8795)
27+
28+
- Updated dependencies [e2d574c]
29+
- @blocksuite/affine-components@0.18.1
30+
- @blocksuite/affine-model@0.18.1
31+
- @blocksuite/affine-shared@0.18.1
32+
- @blocksuite/block-std@0.18.1
33+
- @blocksuite/global@0.18.1
34+
- @blocksuite/inline@0.18.1
35+
- @blocksuite/store@0.18.1
36+
337
## 0.18.0
438

539
### Minor 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.18.0",
3+
"version": "0.18.1",
44
"description": "List block for BlockSuite.",
55
"type": "module",
66
"repository": {

packages/affine/block-paragraph/CHANGELOG.md

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

3+
## 0.18.1
4+
5+
### Patch Changes
6+
7+
- e2d574c: ## Feat
8+
9+
- feat: new doc dnd (#8808)
10+
11+
## Fix
12+
13+
- fix(database): row selection is incorrect when clicking the row options button (#8817)
14+
- fix(blocks): notion html import nested list with nested paragraph (#8809)
15+
- fix(edgeless): connector endpoint may be null (#8804)
16+
- fix(edgeless): connector selected rect width and height is zero (#8803)
17+
- fix(blocks): linked popover styles (#8799)
18+
19+
## Chore
20+
21+
- chore: lock file maintenance (#8797)
22+
23+
## Refactor
24+
25+
- refactor(database): make Kanban View compatible with mobile devices (#8807)
26+
- refactor: extract toggle button in list block (#8795)
27+
28+
- Updated dependencies [e2d574c]
29+
- @blocksuite/affine-components@0.18.1
30+
- @blocksuite/affine-model@0.18.1
31+
- @blocksuite/affine-shared@0.18.1
32+
- @blocksuite/block-std@0.18.1
33+
- @blocksuite/global@0.18.1
34+
- @blocksuite/inline@0.18.1
35+
- @blocksuite/store@0.18.1
36+
337
## 0.18.0
438

539
### Minor 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.18.0",
3+
"version": "0.18.1",
44
"description": "Paragraph block for BlockSuite.",
55
"type": "module",
66
"repository": {

packages/affine/block-surface/CHANGELOG.md

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

3+
## 0.18.1
4+
5+
### Patch Changes
6+
7+
- e2d574c: ## Feat
8+
9+
- feat: new doc dnd (#8808)
10+
11+
## Fix
12+
13+
- fix(database): row selection is incorrect when clicking the row options button (#8817)
14+
- fix(blocks): notion html import nested list with nested paragraph (#8809)
15+
- fix(edgeless): connector endpoint may be null (#8804)
16+
- fix(edgeless): connector selected rect width and height is zero (#8803)
17+
- fix(blocks): linked popover styles (#8799)
18+
19+
## Chore
20+
21+
- chore: lock file maintenance (#8797)
22+
23+
## Refactor
24+
25+
- refactor(database): make Kanban View compatible with mobile devices (#8807)
26+
- refactor: extract toggle button in list block (#8795)
27+
28+
- Updated dependencies [e2d574c]
29+
- @blocksuite/affine-components@0.18.1
30+
- @blocksuite/affine-model@0.18.1
31+
- @blocksuite/affine-shared@0.18.1
32+
- @blocksuite/block-std@0.18.1
33+
- @blocksuite/global@0.18.1
34+
- @blocksuite/inline@0.18.1
35+
- @blocksuite/store@0.18.1
36+
337
## 0.18.0
438

539
### Minor Changes

0 commit comments

Comments
 (0)