Skip to content

Commit

Permalink
chore: version packages (#8732)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 12, 2024
1 parent 9cc49ff commit 9fcf546
Show file tree
Hide file tree
Showing 37 changed files with 593 additions and 59 deletions.
41 changes: 0 additions & 41 deletions .changeset/quick-pillows-confess.md

This file was deleted.

33 changes: 33 additions & 0 deletions packages/affine/all/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# @blocksuite/affine

## 0.17.29

### Patch Changes

- 9cc49ff: ## Feat

- feat(database): support sorting for linked doc (#8715)

## Fix

- fix(blocks): init collapsed state of list (#8727)
- fix(blocks): outline header sorting button tooltip (#8730)
- fix(database): date-picker styles (#8728)
- fix(blocks): only split paragraphs based on newlines (#8702)
- fix(edgeless): disable list and paragraph padding in edgeless text (#8723)
- fix(blocks): surface ref viewport element undefined (#8722)
- fix(blocks): show keyboard when at menu is triggered by keyboard toolbar (#8721)
- fix(database): linked doc convert logic (#8714)
- fix(database): improve the display logic of the row menu button (#8713)

## Chore

- chore: configurable visibility of reference node popup (#8711)
- chore(blocks): disable dragging in mobile (#8724)

- Updated dependencies [9cc49ff]
- @blocksuite/blocks@0.17.29
- @blocksuite/block-std@0.17.29
- @blocksuite/global@0.17.29
- @blocksuite/inline@0.17.29
- @blocksuite/store@0.17.29
- @blocksuite/presets@0.17.29

## 0.17.28

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/affine/all/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blocksuite/affine",
"version": "0.17.28",
"version": "0.17.29",
"description": "BlockSuite for Affine",
"type": "module",
"repository": {
Expand Down
35 changes: 35 additions & 0 deletions packages/affine/block-embed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# @blocksuite/affine-block-embed

## 0.17.29

### Patch Changes

- 9cc49ff: ## Feat

- feat(database): support sorting for linked doc (#8715)

## Fix

- fix(blocks): init collapsed state of list (#8727)
- fix(blocks): outline header sorting button tooltip (#8730)
- fix(database): date-picker styles (#8728)
- fix(blocks): only split paragraphs based on newlines (#8702)
- fix(edgeless): disable list and paragraph padding in edgeless text (#8723)
- fix(blocks): surface ref viewport element undefined (#8722)
- fix(blocks): show keyboard when at menu is triggered by keyboard toolbar (#8721)
- fix(database): linked doc convert logic (#8714)
- fix(database): improve the display logic of the row menu button (#8713)

## Chore

- chore: configurable visibility of reference node popup (#8711)
- chore(blocks): disable dragging in mobile (#8724)

- Updated dependencies [9cc49ff]
- @blocksuite/affine-block-surface@0.17.29
- @blocksuite/affine-components@0.17.29
- @blocksuite/affine-model@0.17.29
- @blocksuite/affine-shared@0.17.29
- @blocksuite/block-std@0.17.29
- @blocksuite/global@0.17.29
- @blocksuite/inline@0.17.29
- @blocksuite/store@0.17.29

## 0.17.28

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/affine/block-embed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blocksuite/affine-block-embed",
"version": "0.17.28",
"version": "0.17.29",
"description": "Embed blocks for BlockSuite.",
"type": "module",
"repository": {
Expand Down
34 changes: 34 additions & 0 deletions packages/affine/block-list/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# @blocksuite/affine-block-list

## 0.17.29

### Patch Changes

- 9cc49ff: ## Feat

- feat(database): support sorting for linked doc (#8715)

## Fix

- fix(blocks): init collapsed state of list (#8727)
- fix(blocks): outline header sorting button tooltip (#8730)
- fix(database): date-picker styles (#8728)
- fix(blocks): only split paragraphs based on newlines (#8702)
- fix(edgeless): disable list and paragraph padding in edgeless text (#8723)
- fix(blocks): surface ref viewport element undefined (#8722)
- fix(blocks): show keyboard when at menu is triggered by keyboard toolbar (#8721)
- fix(database): linked doc convert logic (#8714)
- fix(database): improve the display logic of the row menu button (#8713)

## Chore

- chore: configurable visibility of reference node popup (#8711)
- chore(blocks): disable dragging in mobile (#8724)

- Updated dependencies [9cc49ff]
- @blocksuite/affine-components@0.17.29
- @blocksuite/affine-model@0.17.29
- @blocksuite/affine-shared@0.17.29
- @blocksuite/block-std@0.17.29
- @blocksuite/global@0.17.29
- @blocksuite/inline@0.17.29
- @blocksuite/store@0.17.29

## 0.17.28

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/affine/block-list/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blocksuite/affine-block-list",
"version": "0.17.28",
"version": "0.17.29",
"description": "List block for BlockSuite.",
"type": "module",
"repository": {
Expand Down
34 changes: 34 additions & 0 deletions packages/affine/block-paragraph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# @blocksuite/affine-block-paragraph

## 0.17.29

### Patch Changes

- 9cc49ff: ## Feat

- feat(database): support sorting for linked doc (#8715)

## Fix

- fix(blocks): init collapsed state of list (#8727)
- fix(blocks): outline header sorting button tooltip (#8730)
- fix(database): date-picker styles (#8728)
- fix(blocks): only split paragraphs based on newlines (#8702)
- fix(edgeless): disable list and paragraph padding in edgeless text (#8723)
- fix(blocks): surface ref viewport element undefined (#8722)
- fix(blocks): show keyboard when at menu is triggered by keyboard toolbar (#8721)
- fix(database): linked doc convert logic (#8714)
- fix(database): improve the display logic of the row menu button (#8713)

## Chore

- chore: configurable visibility of reference node popup (#8711)
- chore(blocks): disable dragging in mobile (#8724)

- Updated dependencies [9cc49ff]
- @blocksuite/affine-components@0.17.29
- @blocksuite/affine-model@0.17.29
- @blocksuite/affine-shared@0.17.29
- @blocksuite/block-std@0.17.29
- @blocksuite/global@0.17.29
- @blocksuite/inline@0.17.29
- @blocksuite/store@0.17.29

## 0.17.28

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/affine/block-paragraph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blocksuite/affine-block-paragraph",
"version": "0.17.28",
"version": "0.17.29",
"description": "Paragraph block for BlockSuite.",
"type": "module",
"repository": {
Expand Down
34 changes: 34 additions & 0 deletions packages/affine/block-surface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# @blocksuite/affine-block-surface

## 0.17.29

### Patch Changes

- 9cc49ff: ## Feat

- feat(database): support sorting for linked doc (#8715)

## Fix

- fix(blocks): init collapsed state of list (#8727)
- fix(blocks): outline header sorting button tooltip (#8730)
- fix(database): date-picker styles (#8728)
- fix(blocks): only split paragraphs based on newlines (#8702)
- fix(edgeless): disable list and paragraph padding in edgeless text (#8723)
- fix(blocks): surface ref viewport element undefined (#8722)
- fix(blocks): show keyboard when at menu is triggered by keyboard toolbar (#8721)
- fix(database): linked doc convert logic (#8714)
- fix(database): improve the display logic of the row menu button (#8713)

## Chore

- chore: configurable visibility of reference node popup (#8711)
- chore(blocks): disable dragging in mobile (#8724)

- Updated dependencies [9cc49ff]
- @blocksuite/affine-components@0.17.29
- @blocksuite/affine-model@0.17.29
- @blocksuite/affine-shared@0.17.29
- @blocksuite/block-std@0.17.29
- @blocksuite/global@0.17.29
- @blocksuite/inline@0.17.29
- @blocksuite/store@0.17.29

## 0.17.28

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/affine/block-surface/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blocksuite/affine-block-surface",
"version": "0.17.28",
"version": "0.17.29",
"description": "Surface block for BlockSuite.",
"type": "module",
"repository": {
Expand Down
33 changes: 33 additions & 0 deletions packages/affine/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# @blocksuite/affine-components

## 0.17.29

### Patch Changes

- 9cc49ff: ## Feat

- feat(database): support sorting for linked doc (#8715)

## Fix

- fix(blocks): init collapsed state of list (#8727)
- fix(blocks): outline header sorting button tooltip (#8730)
- fix(database): date-picker styles (#8728)
- fix(blocks): only split paragraphs based on newlines (#8702)
- fix(edgeless): disable list and paragraph padding in edgeless text (#8723)
- fix(blocks): surface ref viewport element undefined (#8722)
- fix(blocks): show keyboard when at menu is triggered by keyboard toolbar (#8721)
- fix(database): linked doc convert logic (#8714)
- fix(database): improve the display logic of the row menu button (#8713)

## Chore

- chore: configurable visibility of reference node popup (#8711)
- chore(blocks): disable dragging in mobile (#8724)

- Updated dependencies [9cc49ff]
- @blocksuite/affine-model@0.17.29
- @blocksuite/affine-shared@0.17.29
- @blocksuite/block-std@0.17.29
- @blocksuite/global@0.17.29
- @blocksuite/inline@0.17.29
- @blocksuite/store@0.17.29

## 0.17.28

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/affine/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blocksuite/affine-components",
"version": "0.17.28",
"version": "0.17.29",
"description": "Default BlockSuite editable blocks.",
"type": "module",
"repository": {
Expand Down
32 changes: 32 additions & 0 deletions packages/affine/data-view/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# @blocksuite/data-view

## 0.17.29

### Patch Changes

- 9cc49ff: ## Feat

- feat(database): support sorting for linked doc (#8715)

## Fix

- fix(blocks): init collapsed state of list (#8727)
- fix(blocks): outline header sorting button tooltip (#8730)
- fix(database): date-picker styles (#8728)
- fix(blocks): only split paragraphs based on newlines (#8702)
- fix(edgeless): disable list and paragraph padding in edgeless text (#8723)
- fix(blocks): surface ref viewport element undefined (#8722)
- fix(blocks): show keyboard when at menu is triggered by keyboard toolbar (#8721)
- fix(database): linked doc convert logic (#8714)
- fix(database): improve the display logic of the row menu button (#8713)

## Chore

- chore: configurable visibility of reference node popup (#8711)
- chore(blocks): disable dragging in mobile (#8724)

- Updated dependencies [9cc49ff]
- @blocksuite/affine-components@0.17.29
- @blocksuite/affine-shared@0.17.29
- @blocksuite/block-std@0.17.29
- @blocksuite/global@0.17.29
- @blocksuite/store@0.17.29

## 0.17.28

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/affine/data-view/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blocksuite/data-view",
"version": "0.17.28",
"version": "0.17.29",
"description": "Views of database in affine",
"type": "module",
"repository": {
Expand Down
Loading

0 comments on commit 9fcf546

Please sign in to comment.