Skip to content

Commit f57f54c

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

File tree

37 files changed

+1043
-84
lines changed

37 files changed

+1043
-84
lines changed

.changeset/witty-singers-hunt.md

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

packages/affine/all/CHANGELOG.md

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

3+
## 0.18.2
4+
5+
### Patch Changes
6+
7+
- f97c4ab: bump
8+
9+
## Feat
10+
11+
- feat(database): date-picker add clear button (#8856)
12+
- feat(blocks): add plain text block adapter for linked and synced doc block (#8848)
13+
- feat: generate url service (#8813)
14+
- feat(blocks): add plain text block adapter for latex (#8845)
15+
- feat(blocks): provide a mobile spec patches (#8836)
16+
- feat(blocks): add plain text block adapter for embed link block (#8843)
17+
- feat(blocks): add support for non consecutive list in adapter (#8802)
18+
- feat(playground): add an adpater panel to playground (#8841)
19+
- feat(database): store current view id in local-storage (#8838)
20+
21+
## Fix
22+
23+
- fix: dispose model update listeners (#8857)
24+
- fix: memory leak in zero width block (#8855)
25+
- fix: block selection memory leak (#8854)
26+
- fix(store): add dispose method to collection (#8852)
27+
- fix(playground): cannot click docs panel doc (#8850)
28+
- fix(edgeless): widget memory leak (#8853)
29+
- fix: memory leak on switching from doc to edgeless (#8851)
30+
- fix(database): multiple spaces in the title are displayed as a single space (#8839)
31+
- fix(store): add shim.d.ts to files (#8834)
32+
- fix(blocks): should paste text content as note on edgeless when copy from doc mode (#8827)
33+
- fix(blocks): peek db doc should also pass the dbs doc id (#8818)
34+
- fix: background color and width of input in color picker (#8822)
35+
- fix(blocks): newline handling in MixTextAdapter and paste middleware (#8821)
36+
37+
## Chore
38+
39+
- chore(blocks): update code block styles (#8847)
40+
- chore: lock file maintenance (#8835)
41+
- chore(blocks): bump theme (#8849)
42+
43+
## Refactor
44+
45+
- refactor(edgeless): adjust logic of dragging selection (#8842)
46+
- refactor(database): make Tag-Select component compatible with mobile devices (#8844)
47+
- refactor(database): make Date-Picker component compatible with mobile devices (#8846)
48+
- refactor: migrate plain text adapter to extension (#8831)
49+
- refactor: markdown adapter (#8798)
50+
- refactor(edgeless): extract side effects of edgeless element toolbar (#8828)
51+
- refactor(edgeless): refine and remove duplicate type (#8823)
52+
53+
- Updated dependencies [f97c4ab]
54+
- @blocksuite/blocks@0.18.2
55+
- @blocksuite/block-std@0.18.2
56+
- @blocksuite/global@0.18.2
57+
- @blocksuite/inline@0.18.2
58+
- @blocksuite/store@0.18.2
59+
- @blocksuite/presets@0.18.2
60+
361
## 0.18.1
462

563
### 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.18.1",
3+
"version": "0.18.2",
44
"description": "BlockSuite for Affine",
55
"type": "module",
66
"repository": {

packages/affine/block-embed/CHANGELOG.md

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

3+
## 0.18.2
4+
5+
### Patch Changes
6+
7+
- f97c4ab: bump
8+
9+
## Feat
10+
11+
- feat(database): date-picker add clear button (#8856)
12+
- feat(blocks): add plain text block adapter for linked and synced doc block (#8848)
13+
- feat: generate url service (#8813)
14+
- feat(blocks): add plain text block adapter for latex (#8845)
15+
- feat(blocks): provide a mobile spec patches (#8836)
16+
- feat(blocks): add plain text block adapter for embed link block (#8843)
17+
- feat(blocks): add support for non consecutive list in adapter (#8802)
18+
- feat(playground): add an adpater panel to playground (#8841)
19+
- feat(database): store current view id in local-storage (#8838)
20+
21+
## Fix
22+
23+
- fix: dispose model update listeners (#8857)
24+
- fix: memory leak in zero width block (#8855)
25+
- fix: block selection memory leak (#8854)
26+
- fix(store): add dispose method to collection (#8852)
27+
- fix(playground): cannot click docs panel doc (#8850)
28+
- fix(edgeless): widget memory leak (#8853)
29+
- fix: memory leak on switching from doc to edgeless (#8851)
30+
- fix(database): multiple spaces in the title are displayed as a single space (#8839)
31+
- fix(store): add shim.d.ts to files (#8834)
32+
- fix(blocks): should paste text content as note on edgeless when copy from doc mode (#8827)
33+
- fix(blocks): peek db doc should also pass the dbs doc id (#8818)
34+
- fix: background color and width of input in color picker (#8822)
35+
- fix(blocks): newline handling in MixTextAdapter and paste middleware (#8821)
36+
37+
## Chore
38+
39+
- chore(blocks): update code block styles (#8847)
40+
- chore: lock file maintenance (#8835)
41+
- chore(blocks): bump theme (#8849)
42+
43+
## Refactor
44+
45+
- refactor(edgeless): adjust logic of dragging selection (#8842)
46+
- refactor(database): make Tag-Select component compatible with mobile devices (#8844)
47+
- refactor(database): make Date-Picker component compatible with mobile devices (#8846)
48+
- refactor: migrate plain text adapter to extension (#8831)
49+
- refactor: markdown adapter (#8798)
50+
- refactor(edgeless): extract side effects of edgeless element toolbar (#8828)
51+
- refactor(edgeless): refine and remove duplicate type (#8823)
52+
53+
- Updated dependencies [f97c4ab]
54+
- @blocksuite/affine-block-surface@0.18.2
55+
- @blocksuite/affine-components@0.18.2
56+
- @blocksuite/affine-model@0.18.2
57+
- @blocksuite/affine-shared@0.18.2
58+
- @blocksuite/block-std@0.18.2
59+
- @blocksuite/global@0.18.2
60+
- @blocksuite/inline@0.18.2
61+
- @blocksuite/store@0.18.2
62+
363
## 0.18.1
464

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

packages/affine/block-list/CHANGELOG.md

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

3+
## 0.18.2
4+
5+
### Patch Changes
6+
7+
- f97c4ab: bump
8+
9+
## Feat
10+
11+
- feat(database): date-picker add clear button (#8856)
12+
- feat(blocks): add plain text block adapter for linked and synced doc block (#8848)
13+
- feat: generate url service (#8813)
14+
- feat(blocks): add plain text block adapter for latex (#8845)
15+
- feat(blocks): provide a mobile spec patches (#8836)
16+
- feat(blocks): add plain text block adapter for embed link block (#8843)
17+
- feat(blocks): add support for non consecutive list in adapter (#8802)
18+
- feat(playground): add an adpater panel to playground (#8841)
19+
- feat(database): store current view id in local-storage (#8838)
20+
21+
## Fix
22+
23+
- fix: dispose model update listeners (#8857)
24+
- fix: memory leak in zero width block (#8855)
25+
- fix: block selection memory leak (#8854)
26+
- fix(store): add dispose method to collection (#8852)
27+
- fix(playground): cannot click docs panel doc (#8850)
28+
- fix(edgeless): widget memory leak (#8853)
29+
- fix: memory leak on switching from doc to edgeless (#8851)
30+
- fix(database): multiple spaces in the title are displayed as a single space (#8839)
31+
- fix(store): add shim.d.ts to files (#8834)
32+
- fix(blocks): should paste text content as note on edgeless when copy from doc mode (#8827)
33+
- fix(blocks): peek db doc should also pass the dbs doc id (#8818)
34+
- fix: background color and width of input in color picker (#8822)
35+
- fix(blocks): newline handling in MixTextAdapter and paste middleware (#8821)
36+
37+
## Chore
38+
39+
- chore(blocks): update code block styles (#8847)
40+
- chore: lock file maintenance (#8835)
41+
- chore(blocks): bump theme (#8849)
42+
43+
## Refactor
44+
45+
- refactor(edgeless): adjust logic of dragging selection (#8842)
46+
- refactor(database): make Tag-Select component compatible with mobile devices (#8844)
47+
- refactor(database): make Date-Picker component compatible with mobile devices (#8846)
48+
- refactor: migrate plain text adapter to extension (#8831)
49+
- refactor: markdown adapter (#8798)
50+
- refactor(edgeless): extract side effects of edgeless element toolbar (#8828)
51+
- refactor(edgeless): refine and remove duplicate type (#8823)
52+
53+
- Updated dependencies [f97c4ab]
54+
- @blocksuite/affine-components@0.18.2
55+
- @blocksuite/affine-model@0.18.2
56+
- @blocksuite/affine-shared@0.18.2
57+
- @blocksuite/block-std@0.18.2
58+
- @blocksuite/global@0.18.2
59+
- @blocksuite/inline@0.18.2
60+
- @blocksuite/store@0.18.2
61+
362
## 0.18.1
463

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

packages/affine/block-paragraph/CHANGELOG.md

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

3+
## 0.18.2
4+
5+
### Patch Changes
6+
7+
- f97c4ab: bump
8+
9+
## Feat
10+
11+
- feat(database): date-picker add clear button (#8856)
12+
- feat(blocks): add plain text block adapter for linked and synced doc block (#8848)
13+
- feat: generate url service (#8813)
14+
- feat(blocks): add plain text block adapter for latex (#8845)
15+
- feat(blocks): provide a mobile spec patches (#8836)
16+
- feat(blocks): add plain text block adapter for embed link block (#8843)
17+
- feat(blocks): add support for non consecutive list in adapter (#8802)
18+
- feat(playground): add an adpater panel to playground (#8841)
19+
- feat(database): store current view id in local-storage (#8838)
20+
21+
## Fix
22+
23+
- fix: dispose model update listeners (#8857)
24+
- fix: memory leak in zero width block (#8855)
25+
- fix: block selection memory leak (#8854)
26+
- fix(store): add dispose method to collection (#8852)
27+
- fix(playground): cannot click docs panel doc (#8850)
28+
- fix(edgeless): widget memory leak (#8853)
29+
- fix: memory leak on switching from doc to edgeless (#8851)
30+
- fix(database): multiple spaces in the title are displayed as a single space (#8839)
31+
- fix(store): add shim.d.ts to files (#8834)
32+
- fix(blocks): should paste text content as note on edgeless when copy from doc mode (#8827)
33+
- fix(blocks): peek db doc should also pass the dbs doc id (#8818)
34+
- fix: background color and width of input in color picker (#8822)
35+
- fix(blocks): newline handling in MixTextAdapter and paste middleware (#8821)
36+
37+
## Chore
38+
39+
- chore(blocks): update code block styles (#8847)
40+
- chore: lock file maintenance (#8835)
41+
- chore(blocks): bump theme (#8849)
42+
43+
## Refactor
44+
45+
- refactor(edgeless): adjust logic of dragging selection (#8842)
46+
- refactor(database): make Tag-Select component compatible with mobile devices (#8844)
47+
- refactor(database): make Date-Picker component compatible with mobile devices (#8846)
48+
- refactor: migrate plain text adapter to extension (#8831)
49+
- refactor: markdown adapter (#8798)
50+
- refactor(edgeless): extract side effects of edgeless element toolbar (#8828)
51+
- refactor(edgeless): refine and remove duplicate type (#8823)
52+
53+
- Updated dependencies [f97c4ab]
54+
- @blocksuite/affine-components@0.18.2
55+
- @blocksuite/affine-model@0.18.2
56+
- @blocksuite/affine-shared@0.18.2
57+
- @blocksuite/block-std@0.18.2
58+
- @blocksuite/global@0.18.2
59+
- @blocksuite/inline@0.18.2
60+
- @blocksuite/store@0.18.2
61+
362
## 0.18.1
463

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

0 commit comments

Comments
 (0)