Skip to content

Commit 09ffcf2

Browse files
chore: version packages (#9019)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8ae61d6 commit 09ffcf2

37 files changed

+629
-61
lines changed

.changeset/three-weeks-study.md

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

packages/affine/all/CHANGELOG.md

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

3+
## 0.19.4
4+
5+
### Patch Changes
6+
7+
- 8ae61d6: Improves edgeless viewport stability
8+
9+
## Feat
10+
11+
- feat(database): add AddDatabase event tracking to slash menu (#9015)
12+
13+
## Fix
14+
15+
- fix: should show title alias first (#9005)
16+
17+
## Chore
18+
19+
- chore(blocks): add event tracking for attachment upload (#9008)
20+
- chore(blocks): reuse attachment upload method (#9007)
21+
22+
## Refactor
23+
24+
- refactor(std): optimize gfx viewport cache fields (#9014)
25+
26+
## Perf
27+
28+
- perf(edgeless): reduce redundant dom query per render (#9016)
29+
30+
- Updated dependencies [8ae61d6]
31+
- @blocksuite/blocks@0.19.4
32+
- @blocksuite/block-std@0.19.4
33+
- @blocksuite/global@0.19.4
34+
- @blocksuite/inline@0.19.4
35+
- @blocksuite/store@0.19.4
36+
- @blocksuite/presets@0.19.4
37+
338
## 0.19.3
439

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

packages/affine/block-embed/CHANGELOG.md

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

3+
## 0.19.4
4+
5+
### Patch Changes
6+
7+
- 8ae61d6: Improves edgeless viewport stability
8+
9+
## Feat
10+
11+
- feat(database): add AddDatabase event tracking to slash menu (#9015)
12+
13+
## Fix
14+
15+
- fix: should show title alias first (#9005)
16+
17+
## Chore
18+
19+
- chore(blocks): add event tracking for attachment upload (#9008)
20+
- chore(blocks): reuse attachment upload method (#9007)
21+
22+
## Refactor
23+
24+
- refactor(std): optimize gfx viewport cache fields (#9014)
25+
26+
## Perf
27+
28+
- perf(edgeless): reduce redundant dom query per render (#9016)
29+
30+
- Updated dependencies [8ae61d6]
31+
- @blocksuite/affine-block-surface@0.19.4
32+
- @blocksuite/affine-components@0.19.4
33+
- @blocksuite/affine-model@0.19.4
34+
- @blocksuite/affine-shared@0.19.4
35+
- @blocksuite/block-std@0.19.4
36+
- @blocksuite/global@0.19.4
37+
- @blocksuite/inline@0.19.4
38+
- @blocksuite/store@0.19.4
39+
340
## 0.19.3
441

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

packages/affine/block-list/CHANGELOG.md

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

3+
## 0.19.4
4+
5+
### Patch Changes
6+
7+
- 8ae61d6: Improves edgeless viewport stability
8+
9+
## Feat
10+
11+
- feat(database): add AddDatabase event tracking to slash menu (#9015)
12+
13+
## Fix
14+
15+
- fix: should show title alias first (#9005)
16+
17+
## Chore
18+
19+
- chore(blocks): add event tracking for attachment upload (#9008)
20+
- chore(blocks): reuse attachment upload method (#9007)
21+
22+
## Refactor
23+
24+
- refactor(std): optimize gfx viewport cache fields (#9014)
25+
26+
## Perf
27+
28+
- perf(edgeless): reduce redundant dom query per render (#9016)
29+
30+
- Updated dependencies [8ae61d6]
31+
- @blocksuite/affine-components@0.19.4
32+
- @blocksuite/affine-model@0.19.4
33+
- @blocksuite/affine-shared@0.19.4
34+
- @blocksuite/block-std@0.19.4
35+
- @blocksuite/global@0.19.4
36+
- @blocksuite/inline@0.19.4
37+
- @blocksuite/store@0.19.4
38+
339
## 0.19.3
440

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

packages/affine/block-paragraph/CHANGELOG.md

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

3+
## 0.19.4
4+
5+
### Patch Changes
6+
7+
- 8ae61d6: Improves edgeless viewport stability
8+
9+
## Feat
10+
11+
- feat(database): add AddDatabase event tracking to slash menu (#9015)
12+
13+
## Fix
14+
15+
- fix: should show title alias first (#9005)
16+
17+
## Chore
18+
19+
- chore(blocks): add event tracking for attachment upload (#9008)
20+
- chore(blocks): reuse attachment upload method (#9007)
21+
22+
## Refactor
23+
24+
- refactor(std): optimize gfx viewport cache fields (#9014)
25+
26+
## Perf
27+
28+
- perf(edgeless): reduce redundant dom query per render (#9016)
29+
30+
- Updated dependencies [8ae61d6]
31+
- @blocksuite/affine-components@0.19.4
32+
- @blocksuite/affine-model@0.19.4
33+
- @blocksuite/affine-shared@0.19.4
34+
- @blocksuite/block-std@0.19.4
35+
- @blocksuite/global@0.19.4
36+
- @blocksuite/inline@0.19.4
37+
- @blocksuite/store@0.19.4
38+
339
## 0.19.3
440

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

packages/affine/block-surface/CHANGELOG.md

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

3+
## 0.19.4
4+
5+
### Patch Changes
6+
7+
- 8ae61d6: Improves edgeless viewport stability
8+
9+
## Feat
10+
11+
- feat(database): add AddDatabase event tracking to slash menu (#9015)
12+
13+
## Fix
14+
15+
- fix: should show title alias first (#9005)
16+
17+
## Chore
18+
19+
- chore(blocks): add event tracking for attachment upload (#9008)
20+
- chore(blocks): reuse attachment upload method (#9007)
21+
22+
## Refactor
23+
24+
- refactor(std): optimize gfx viewport cache fields (#9014)
25+
26+
## Perf
27+
28+
- perf(edgeless): reduce redundant dom query per render (#9016)
29+
30+
- Updated dependencies [8ae61d6]
31+
- @blocksuite/affine-components@0.19.4
32+
- @blocksuite/affine-model@0.19.4
33+
- @blocksuite/affine-shared@0.19.4
34+
- @blocksuite/block-std@0.19.4
35+
- @blocksuite/global@0.19.4
36+
- @blocksuite/inline@0.19.4
37+
- @blocksuite/store@0.19.4
38+
339
## 0.19.3
440

541
### Patch Changes

0 commit comments

Comments
 (0)