Skip to content

Commit 437ab87

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

37 files changed

+503
-54
lines changed

.changeset/fast-houses-design.md

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

packages/affine/all/CHANGELOG.md

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

3+
## 0.19.2
4+
5+
### Patch Changes
6+
7+
- bc04f27: ## Feat
8+
9+
- feat: support heading toggle (#8829)
10+
- feat(blocks): add surface element plain text adapter (#8977)
11+
- feat: add doc display meta extension (#8953)
12+
13+
## Fix
14+
15+
- fix(blocks): incorrect image icon in keyboard tool panel (#8998)
16+
- fix(inline): incorrect caret position in safari when using IME (#8993)
17+
- fix(blocks): toolbar color should be light when app theme is light and edgeless theme is dark (#8996)
18+
- fix: dnd in edgeless (#8995)
19+
- fix: dnd status error (#8994)
20+
- fix(blocks): the width of the card view is not fully filled (#8988)
21+
- fix(blocks): prevent hiding keyboard when scrolling (#8989)
22+
23+
- Updated dependencies [bc04f27]
24+
- @blocksuite/blocks@0.19.2
25+
- @blocksuite/block-std@0.19.2
26+
- @blocksuite/global@0.19.2
27+
- @blocksuite/inline@0.19.2
28+
- @blocksuite/store@0.19.2
29+
- @blocksuite/presets@0.19.2
30+
331
## 0.19.1
432

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

packages/affine/block-embed/CHANGELOG.md

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

3+
## 0.19.2
4+
5+
### Patch Changes
6+
7+
- bc04f27: ## Feat
8+
9+
- feat: support heading toggle (#8829)
10+
- feat(blocks): add surface element plain text adapter (#8977)
11+
- feat: add doc display meta extension (#8953)
12+
13+
## Fix
14+
15+
- fix(blocks): incorrect image icon in keyboard tool panel (#8998)
16+
- fix(inline): incorrect caret position in safari when using IME (#8993)
17+
- fix(blocks): toolbar color should be light when app theme is light and edgeless theme is dark (#8996)
18+
- fix: dnd in edgeless (#8995)
19+
- fix: dnd status error (#8994)
20+
- fix(blocks): the width of the card view is not fully filled (#8988)
21+
- fix(blocks): prevent hiding keyboard when scrolling (#8989)
22+
23+
- Updated dependencies [bc04f27]
24+
- @blocksuite/affine-block-surface@0.19.2
25+
- @blocksuite/affine-components@0.19.2
26+
- @blocksuite/affine-model@0.19.2
27+
- @blocksuite/affine-shared@0.19.2
28+
- @blocksuite/block-std@0.19.2
29+
- @blocksuite/global@0.19.2
30+
- @blocksuite/inline@0.19.2
31+
- @blocksuite/store@0.19.2
32+
333
## 0.19.1
434

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

packages/affine/block-list/CHANGELOG.md

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

3+
## 0.19.2
4+
5+
### Patch Changes
6+
7+
- bc04f27: ## Feat
8+
9+
- feat: support heading toggle (#8829)
10+
- feat(blocks): add surface element plain text adapter (#8977)
11+
- feat: add doc display meta extension (#8953)
12+
13+
## Fix
14+
15+
- fix(blocks): incorrect image icon in keyboard tool panel (#8998)
16+
- fix(inline): incorrect caret position in safari when using IME (#8993)
17+
- fix(blocks): toolbar color should be light when app theme is light and edgeless theme is dark (#8996)
18+
- fix: dnd in edgeless (#8995)
19+
- fix: dnd status error (#8994)
20+
- fix(blocks): the width of the card view is not fully filled (#8988)
21+
- fix(blocks): prevent hiding keyboard when scrolling (#8989)
22+
23+
- Updated dependencies [bc04f27]
24+
- @blocksuite/affine-components@0.19.2
25+
- @blocksuite/affine-model@0.19.2
26+
- @blocksuite/affine-shared@0.19.2
27+
- @blocksuite/block-std@0.19.2
28+
- @blocksuite/global@0.19.2
29+
- @blocksuite/inline@0.19.2
30+
- @blocksuite/store@0.19.2
31+
332
## 0.19.1
433

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

packages/affine/block-paragraph/CHANGELOG.md

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

3+
## 0.19.2
4+
5+
### Patch Changes
6+
7+
- bc04f27: ## Feat
8+
9+
- feat: support heading toggle (#8829)
10+
- feat(blocks): add surface element plain text adapter (#8977)
11+
- feat: add doc display meta extension (#8953)
12+
13+
## Fix
14+
15+
- fix(blocks): incorrect image icon in keyboard tool panel (#8998)
16+
- fix(inline): incorrect caret position in safari when using IME (#8993)
17+
- fix(blocks): toolbar color should be light when app theme is light and edgeless theme is dark (#8996)
18+
- fix: dnd in edgeless (#8995)
19+
- fix: dnd status error (#8994)
20+
- fix(blocks): the width of the card view is not fully filled (#8988)
21+
- fix(blocks): prevent hiding keyboard when scrolling (#8989)
22+
23+
- Updated dependencies [bc04f27]
24+
- @blocksuite/affine-components@0.19.2
25+
- @blocksuite/affine-model@0.19.2
26+
- @blocksuite/affine-shared@0.19.2
27+
- @blocksuite/block-std@0.19.2
28+
- @blocksuite/global@0.19.2
29+
- @blocksuite/inline@0.19.2
30+
- @blocksuite/store@0.19.2
31+
332
## 0.19.1
433

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

packages/affine/block-surface/CHANGELOG.md

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

3+
## 0.19.2
4+
5+
### Patch Changes
6+
7+
- bc04f27: ## Feat
8+
9+
- feat: support heading toggle (#8829)
10+
- feat(blocks): add surface element plain text adapter (#8977)
11+
- feat: add doc display meta extension (#8953)
12+
13+
## Fix
14+
15+
- fix(blocks): incorrect image icon in keyboard tool panel (#8998)
16+
- fix(inline): incorrect caret position in safari when using IME (#8993)
17+
- fix(blocks): toolbar color should be light when app theme is light and edgeless theme is dark (#8996)
18+
- fix: dnd in edgeless (#8995)
19+
- fix: dnd status error (#8994)
20+
- fix(blocks): the width of the card view is not fully filled (#8988)
21+
- fix(blocks): prevent hiding keyboard when scrolling (#8989)
22+
23+
- Updated dependencies [bc04f27]
24+
- @blocksuite/affine-components@0.19.2
25+
- @blocksuite/affine-model@0.19.2
26+
- @blocksuite/affine-shared@0.19.2
27+
- @blocksuite/block-std@0.19.2
28+
- @blocksuite/global@0.19.2
29+
- @blocksuite/inline@0.19.2
30+
- @blocksuite/store@0.19.2
31+
332
## 0.19.1
433

534
### Patch Changes

0 commit comments

Comments
 (0)