Skip to content

Commit 807e9b7

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

File tree

37 files changed

+629
-61
lines changed

37 files changed

+629
-61
lines changed

.changeset/good-moons-chew.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.18.4
4+
5+
### Patch Changes
6+
7+
- f517653: Edgeless perf improvement, linked doc aliases support and fixes
8+
9+
## Feat
10+
11+
- feat: linked doc supports aliases (#8806)
12+
- feat(playground): add preview view for html adapter panel (#8871)
13+
- feat(blocks): add html block adapter for embed link block (#8874)
14+
- feat(blocks): show input directly after the user clicks ask ai (#8872)
15+
16+
## Fix
17+
18+
- fix(edgeless): incorrect presentation order (#8840)
19+
- fix(std): pan and pinch events were calculate relative to only one finger (#8870)
20+
- fix(edgeless): large frame crash on ios safari (#8877)
21+
- fix(std): shadowless element should inject styles in parent node (#8861)
22+
- fix(blocks): linked popover style issue (#8875)
23+
- fix(database): sum shows too many digits after decimal point (#8833)
24+
25+
## Refactor
26+
27+
- refactor: hast utils (#8873)
28+
- refactor: migrate html adapter to extension (#8868)
29+
30+
- Updated dependencies [f517653]
31+
- @blocksuite/blocks@0.18.4
32+
- @blocksuite/block-std@0.18.4
33+
- @blocksuite/global@0.18.4
34+
- @blocksuite/inline@0.18.4
35+
- @blocksuite/store@0.18.4
36+
- @blocksuite/presets@0.18.4
37+
338
## 0.18.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.18.3",
3+
"version": "0.18.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.18.4
4+
5+
### Patch Changes
6+
7+
- f517653: Edgeless perf improvement, linked doc aliases support and fixes
8+
9+
## Feat
10+
11+
- feat: linked doc supports aliases (#8806)
12+
- feat(playground): add preview view for html adapter panel (#8871)
13+
- feat(blocks): add html block adapter for embed link block (#8874)
14+
- feat(blocks): show input directly after the user clicks ask ai (#8872)
15+
16+
## Fix
17+
18+
- fix(edgeless): incorrect presentation order (#8840)
19+
- fix(std): pan and pinch events were calculate relative to only one finger (#8870)
20+
- fix(edgeless): large frame crash on ios safari (#8877)
21+
- fix(std): shadowless element should inject styles in parent node (#8861)
22+
- fix(blocks): linked popover style issue (#8875)
23+
- fix(database): sum shows too many digits after decimal point (#8833)
24+
25+
## Refactor
26+
27+
- refactor: hast utils (#8873)
28+
- refactor: migrate html adapter to extension (#8868)
29+
30+
- Updated dependencies [f517653]
31+
- @blocksuite/affine-block-surface@0.18.4
32+
- @blocksuite/affine-components@0.18.4
33+
- @blocksuite/affine-model@0.18.4
34+
- @blocksuite/affine-shared@0.18.4
35+
- @blocksuite/block-std@0.18.4
36+
- @blocksuite/global@0.18.4
37+
- @blocksuite/inline@0.18.4
38+
- @blocksuite/store@0.18.4
39+
340
## 0.18.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.18.3",
3+
"version": "0.18.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.18.4
4+
5+
### Patch Changes
6+
7+
- f517653: Edgeless perf improvement, linked doc aliases support and fixes
8+
9+
## Feat
10+
11+
- feat: linked doc supports aliases (#8806)
12+
- feat(playground): add preview view for html adapter panel (#8871)
13+
- feat(blocks): add html block adapter for embed link block (#8874)
14+
- feat(blocks): show input directly after the user clicks ask ai (#8872)
15+
16+
## Fix
17+
18+
- fix(edgeless): incorrect presentation order (#8840)
19+
- fix(std): pan and pinch events were calculate relative to only one finger (#8870)
20+
- fix(edgeless): large frame crash on ios safari (#8877)
21+
- fix(std): shadowless element should inject styles in parent node (#8861)
22+
- fix(blocks): linked popover style issue (#8875)
23+
- fix(database): sum shows too many digits after decimal point (#8833)
24+
25+
## Refactor
26+
27+
- refactor: hast utils (#8873)
28+
- refactor: migrate html adapter to extension (#8868)
29+
30+
- Updated dependencies [f517653]
31+
- @blocksuite/affine-components@0.18.4
32+
- @blocksuite/affine-model@0.18.4
33+
- @blocksuite/affine-shared@0.18.4
34+
- @blocksuite/block-std@0.18.4
35+
- @blocksuite/global@0.18.4
36+
- @blocksuite/inline@0.18.4
37+
- @blocksuite/store@0.18.4
38+
339
## 0.18.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.18.3",
3+
"version": "0.18.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.18.4
4+
5+
### Patch Changes
6+
7+
- f517653: Edgeless perf improvement, linked doc aliases support and fixes
8+
9+
## Feat
10+
11+
- feat: linked doc supports aliases (#8806)
12+
- feat(playground): add preview view for html adapter panel (#8871)
13+
- feat(blocks): add html block adapter for embed link block (#8874)
14+
- feat(blocks): show input directly after the user clicks ask ai (#8872)
15+
16+
## Fix
17+
18+
- fix(edgeless): incorrect presentation order (#8840)
19+
- fix(std): pan and pinch events were calculate relative to only one finger (#8870)
20+
- fix(edgeless): large frame crash on ios safari (#8877)
21+
- fix(std): shadowless element should inject styles in parent node (#8861)
22+
- fix(blocks): linked popover style issue (#8875)
23+
- fix(database): sum shows too many digits after decimal point (#8833)
24+
25+
## Refactor
26+
27+
- refactor: hast utils (#8873)
28+
- refactor: migrate html adapter to extension (#8868)
29+
30+
- Updated dependencies [f517653]
31+
- @blocksuite/affine-components@0.18.4
32+
- @blocksuite/affine-model@0.18.4
33+
- @blocksuite/affine-shared@0.18.4
34+
- @blocksuite/block-std@0.18.4
35+
- @blocksuite/global@0.18.4
36+
- @blocksuite/inline@0.18.4
37+
- @blocksuite/store@0.18.4
38+
339
## 0.18.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.18.3",
3+
"version": "0.18.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.18.4
4+
5+
### Patch Changes
6+
7+
- f517653: Edgeless perf improvement, linked doc aliases support and fixes
8+
9+
## Feat
10+
11+
- feat: linked doc supports aliases (#8806)
12+
- feat(playground): add preview view for html adapter panel (#8871)
13+
- feat(blocks): add html block adapter for embed link block (#8874)
14+
- feat(blocks): show input directly after the user clicks ask ai (#8872)
15+
16+
## Fix
17+
18+
- fix(edgeless): incorrect presentation order (#8840)
19+
- fix(std): pan and pinch events were calculate relative to only one finger (#8870)
20+
- fix(edgeless): large frame crash on ios safari (#8877)
21+
- fix(std): shadowless element should inject styles in parent node (#8861)
22+
- fix(blocks): linked popover style issue (#8875)
23+
- fix(database): sum shows too many digits after decimal point (#8833)
24+
25+
## Refactor
26+
27+
- refactor: hast utils (#8873)
28+
- refactor: migrate html adapter to extension (#8868)
29+
30+
- Updated dependencies [f517653]
31+
- @blocksuite/affine-components@0.18.4
32+
- @blocksuite/affine-model@0.18.4
33+
- @blocksuite/affine-shared@0.18.4
34+
- @blocksuite/block-std@0.18.4
35+
- @blocksuite/global@0.18.4
36+
- @blocksuite/inline@0.18.4
37+
- @blocksuite/store@0.18.4
38+
339
## 0.18.3
440

541
### Patch Changes

0 commit comments

Comments
 (0)