Skip to content

Commit 001747d

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

37 files changed

+755
-68
lines changed

.changeset/great-feet-repair.md

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

packages/affine/all/CHANGELOG.md

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

3+
## 0.18.5
4+
5+
### Patch Changes
6+
7+
- ec2956c: ## Feat
8+
9+
- feat: api for encode and decode dnd data (#8909)
10+
- feat(blocks): add event tracking for linked doc (#8876)
11+
- feat(playground): outside click to close docs panel (#8885)
12+
13+
## Fix
14+
15+
- fix(store): fix awareness destroy (#8904)
16+
- fix: switch card view style does not work (#8886)
17+
- fix: no need to save aliases on embed synced doc model (#8884)
18+
- fix: should differentiate between internal and external links when pasting links (#8896)
19+
- fix(presets): incorrectly adding page root widgets to edgeless (#8897)
20+
- fix: sentry-0f7fafa98f7c483ca95c04c188f485b8 (#8892)
21+
- fix: sentry-2d6423fce9c242ec9e63364243a6cf59 (#8891)
22+
- fix: sentry-d6ecba020e5047e394de05bf0ff77e71 (#8890)
23+
- fix: sentry-6d40eee6cbcd4704bb2dff3d5347544c (#8889)
24+
- fix: sentry-f25281abb20a4260aa424741c30e5756 (#8888)
25+
- fix(playground): starter debug menu theming (#8883)
26+
- fix(playground): adapt docs panel to dark mode (#8881)
27+
- fix: should show alias icon when title has alias (#8880)
28+
29+
## Chore
30+
31+
- chore: lock file maintenance (#8895)
32+
33+
## Refactor
34+
35+
- refactor(playground): remove redundant doc init logic (#8906)
36+
37+
- Updated dependencies [ec2956c]
38+
- @blocksuite/blocks@0.18.5
39+
- @blocksuite/block-std@0.18.5
40+
- @blocksuite/global@0.18.5
41+
- @blocksuite/inline@0.18.5
42+
- @blocksuite/store@0.18.5
43+
- @blocksuite/presets@0.18.5
44+
345
## 0.18.4
446

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

packages/affine/block-embed/CHANGELOG.md

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

3+
## 0.18.5
4+
5+
### Patch Changes
6+
7+
- ec2956c: ## Feat
8+
9+
- feat: api for encode and decode dnd data (#8909)
10+
- feat(blocks): add event tracking for linked doc (#8876)
11+
- feat(playground): outside click to close docs panel (#8885)
12+
13+
## Fix
14+
15+
- fix(store): fix awareness destroy (#8904)
16+
- fix: switch card view style does not work (#8886)
17+
- fix: no need to save aliases on embed synced doc model (#8884)
18+
- fix: should differentiate between internal and external links when pasting links (#8896)
19+
- fix(presets): incorrectly adding page root widgets to edgeless (#8897)
20+
- fix: sentry-0f7fafa98f7c483ca95c04c188f485b8 (#8892)
21+
- fix: sentry-2d6423fce9c242ec9e63364243a6cf59 (#8891)
22+
- fix: sentry-d6ecba020e5047e394de05bf0ff77e71 (#8890)
23+
- fix: sentry-6d40eee6cbcd4704bb2dff3d5347544c (#8889)
24+
- fix: sentry-f25281abb20a4260aa424741c30e5756 (#8888)
25+
- fix(playground): starter debug menu theming (#8883)
26+
- fix(playground): adapt docs panel to dark mode (#8881)
27+
- fix: should show alias icon when title has alias (#8880)
28+
29+
## Chore
30+
31+
- chore: lock file maintenance (#8895)
32+
33+
## Refactor
34+
35+
- refactor(playground): remove redundant doc init logic (#8906)
36+
37+
- Updated dependencies [ec2956c]
38+
- @blocksuite/affine-block-surface@0.18.5
39+
- @blocksuite/affine-components@0.18.5
40+
- @blocksuite/affine-model@0.18.5
41+
- @blocksuite/affine-shared@0.18.5
42+
- @blocksuite/block-std@0.18.5
43+
- @blocksuite/global@0.18.5
44+
- @blocksuite/inline@0.18.5
45+
- @blocksuite/store@0.18.5
46+
347
## 0.18.4
448

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

packages/affine/block-list/CHANGELOG.md

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

3+
## 0.18.5
4+
5+
### Patch Changes
6+
7+
- ec2956c: ## Feat
8+
9+
- feat: api for encode and decode dnd data (#8909)
10+
- feat(blocks): add event tracking for linked doc (#8876)
11+
- feat(playground): outside click to close docs panel (#8885)
12+
13+
## Fix
14+
15+
- fix(store): fix awareness destroy (#8904)
16+
- fix: switch card view style does not work (#8886)
17+
- fix: no need to save aliases on embed synced doc model (#8884)
18+
- fix: should differentiate between internal and external links when pasting links (#8896)
19+
- fix(presets): incorrectly adding page root widgets to edgeless (#8897)
20+
- fix: sentry-0f7fafa98f7c483ca95c04c188f485b8 (#8892)
21+
- fix: sentry-2d6423fce9c242ec9e63364243a6cf59 (#8891)
22+
- fix: sentry-d6ecba020e5047e394de05bf0ff77e71 (#8890)
23+
- fix: sentry-6d40eee6cbcd4704bb2dff3d5347544c (#8889)
24+
- fix: sentry-f25281abb20a4260aa424741c30e5756 (#8888)
25+
- fix(playground): starter debug menu theming (#8883)
26+
- fix(playground): adapt docs panel to dark mode (#8881)
27+
- fix: should show alias icon when title has alias (#8880)
28+
29+
## Chore
30+
31+
- chore: lock file maintenance (#8895)
32+
33+
## Refactor
34+
35+
- refactor(playground): remove redundant doc init logic (#8906)
36+
37+
- Updated dependencies [ec2956c]
38+
- @blocksuite/affine-components@0.18.5
39+
- @blocksuite/affine-model@0.18.5
40+
- @blocksuite/affine-shared@0.18.5
41+
- @blocksuite/block-std@0.18.5
42+
- @blocksuite/global@0.18.5
43+
- @blocksuite/inline@0.18.5
44+
- @blocksuite/store@0.18.5
45+
346
## 0.18.4
447

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

packages/affine/block-paragraph/CHANGELOG.md

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

3+
## 0.18.5
4+
5+
### Patch Changes
6+
7+
- ec2956c: ## Feat
8+
9+
- feat: api for encode and decode dnd data (#8909)
10+
- feat(blocks): add event tracking for linked doc (#8876)
11+
- feat(playground): outside click to close docs panel (#8885)
12+
13+
## Fix
14+
15+
- fix(store): fix awareness destroy (#8904)
16+
- fix: switch card view style does not work (#8886)
17+
- fix: no need to save aliases on embed synced doc model (#8884)
18+
- fix: should differentiate between internal and external links when pasting links (#8896)
19+
- fix(presets): incorrectly adding page root widgets to edgeless (#8897)
20+
- fix: sentry-0f7fafa98f7c483ca95c04c188f485b8 (#8892)
21+
- fix: sentry-2d6423fce9c242ec9e63364243a6cf59 (#8891)
22+
- fix: sentry-d6ecba020e5047e394de05bf0ff77e71 (#8890)
23+
- fix: sentry-6d40eee6cbcd4704bb2dff3d5347544c (#8889)
24+
- fix: sentry-f25281abb20a4260aa424741c30e5756 (#8888)
25+
- fix(playground): starter debug menu theming (#8883)
26+
- fix(playground): adapt docs panel to dark mode (#8881)
27+
- fix: should show alias icon when title has alias (#8880)
28+
29+
## Chore
30+
31+
- chore: lock file maintenance (#8895)
32+
33+
## Refactor
34+
35+
- refactor(playground): remove redundant doc init logic (#8906)
36+
37+
- Updated dependencies [ec2956c]
38+
- @blocksuite/affine-components@0.18.5
39+
- @blocksuite/affine-model@0.18.5
40+
- @blocksuite/affine-shared@0.18.5
41+
- @blocksuite/block-std@0.18.5
42+
- @blocksuite/global@0.18.5
43+
- @blocksuite/inline@0.18.5
44+
- @blocksuite/store@0.18.5
45+
346
## 0.18.4
447

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

packages/affine/block-surface/CHANGELOG.md

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

3+
## 0.18.5
4+
5+
### Patch Changes
6+
7+
- ec2956c: ## Feat
8+
9+
- feat: api for encode and decode dnd data (#8909)
10+
- feat(blocks): add event tracking for linked doc (#8876)
11+
- feat(playground): outside click to close docs panel (#8885)
12+
13+
## Fix
14+
15+
- fix(store): fix awareness destroy (#8904)
16+
- fix: switch card view style does not work (#8886)
17+
- fix: no need to save aliases on embed synced doc model (#8884)
18+
- fix: should differentiate between internal and external links when pasting links (#8896)
19+
- fix(presets): incorrectly adding page root widgets to edgeless (#8897)
20+
- fix: sentry-0f7fafa98f7c483ca95c04c188f485b8 (#8892)
21+
- fix: sentry-2d6423fce9c242ec9e63364243a6cf59 (#8891)
22+
- fix: sentry-d6ecba020e5047e394de05bf0ff77e71 (#8890)
23+
- fix: sentry-6d40eee6cbcd4704bb2dff3d5347544c (#8889)
24+
- fix: sentry-f25281abb20a4260aa424741c30e5756 (#8888)
25+
- fix(playground): starter debug menu theming (#8883)
26+
- fix(playground): adapt docs panel to dark mode (#8881)
27+
- fix: should show alias icon when title has alias (#8880)
28+
29+
## Chore
30+
31+
- chore: lock file maintenance (#8895)
32+
33+
## Refactor
34+
35+
- refactor(playground): remove redundant doc init logic (#8906)
36+
37+
- Updated dependencies [ec2956c]
38+
- @blocksuite/affine-components@0.18.5
39+
- @blocksuite/affine-model@0.18.5
40+
- @blocksuite/affine-shared@0.18.5
41+
- @blocksuite/block-std@0.18.5
42+
- @blocksuite/global@0.18.5
43+
- @blocksuite/inline@0.18.5
44+
- @blocksuite/store@0.18.5
45+
346
## 0.18.4
447

548
### Patch Changes

0 commit comments

Comments
 (0)