Skip to content

Commit 6aa00f3

Browse files
chore: version packages (#8736)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5c327c8 commit 6aa00f3

File tree

37 files changed

+305
-43
lines changed

37 files changed

+305
-43
lines changed

.changeset/blue-zebras-beg.md

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

packages/affine/all/CHANGELOG.md

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

3+
## 0.17.30
4+
5+
### Patch Changes
6+
7+
- 5c327c8: ## Fix
8+
9+
- fix(database): title linked-doc convert logic (#8734)
10+
- fix(blocks): pdf embed view overflow (#8733)
11+
12+
- Updated dependencies [5c327c8]
13+
- @blocksuite/blocks@0.17.30
14+
- @blocksuite/block-std@0.17.30
15+
- @blocksuite/global@0.17.30
16+
- @blocksuite/inline@0.17.30
17+
- @blocksuite/store@0.17.30
18+
- @blocksuite/presets@0.17.30
19+
320
## 0.17.29
421

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

packages/affine/block-embed/CHANGELOG.md

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

3+
## 0.17.30
4+
5+
### Patch Changes
6+
7+
- 5c327c8: ## Fix
8+
9+
- fix(database): title linked-doc convert logic (#8734)
10+
- fix(blocks): pdf embed view overflow (#8733)
11+
12+
- Updated dependencies [5c327c8]
13+
- @blocksuite/affine-block-surface@0.17.30
14+
- @blocksuite/affine-components@0.17.30
15+
- @blocksuite/affine-model@0.17.30
16+
- @blocksuite/affine-shared@0.17.30
17+
- @blocksuite/block-std@0.17.30
18+
- @blocksuite/global@0.17.30
19+
- @blocksuite/inline@0.17.30
20+
- @blocksuite/store@0.17.30
21+
322
## 0.17.29
423

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

packages/affine/block-list/CHANGELOG.md

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

3+
## 0.17.30
4+
5+
### Patch Changes
6+
7+
- 5c327c8: ## Fix
8+
9+
- fix(database): title linked-doc convert logic (#8734)
10+
- fix(blocks): pdf embed view overflow (#8733)
11+
12+
- Updated dependencies [5c327c8]
13+
- @blocksuite/affine-components@0.17.30
14+
- @blocksuite/affine-model@0.17.30
15+
- @blocksuite/affine-shared@0.17.30
16+
- @blocksuite/block-std@0.17.30
17+
- @blocksuite/global@0.17.30
18+
- @blocksuite/inline@0.17.30
19+
- @blocksuite/store@0.17.30
20+
321
## 0.17.29
422

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

packages/affine/block-paragraph/CHANGELOG.md

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

3+
## 0.17.30
4+
5+
### Patch Changes
6+
7+
- 5c327c8: ## Fix
8+
9+
- fix(database): title linked-doc convert logic (#8734)
10+
- fix(blocks): pdf embed view overflow (#8733)
11+
12+
- Updated dependencies [5c327c8]
13+
- @blocksuite/affine-components@0.17.30
14+
- @blocksuite/affine-model@0.17.30
15+
- @blocksuite/affine-shared@0.17.30
16+
- @blocksuite/block-std@0.17.30
17+
- @blocksuite/global@0.17.30
18+
- @blocksuite/inline@0.17.30
19+
- @blocksuite/store@0.17.30
20+
321
## 0.17.29
422

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

packages/affine/block-surface/CHANGELOG.md

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

3+
## 0.17.30
4+
5+
### Patch Changes
6+
7+
- 5c327c8: ## Fix
8+
9+
- fix(database): title linked-doc convert logic (#8734)
10+
- fix(blocks): pdf embed view overflow (#8733)
11+
12+
- Updated dependencies [5c327c8]
13+
- @blocksuite/affine-components@0.17.30
14+
- @blocksuite/affine-model@0.17.30
15+
- @blocksuite/affine-shared@0.17.30
16+
- @blocksuite/block-std@0.17.30
17+
- @blocksuite/global@0.17.30
18+
- @blocksuite/inline@0.17.30
19+
- @blocksuite/store@0.17.30
20+
321
## 0.17.29
422

523
### Patch Changes

0 commit comments

Comments
 (0)