Skip to content

Commit

Permalink
chore: version packages (#8973)
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 Dec 13, 2024
1 parent d7ec057 commit c7948e1
Show file tree
Hide file tree
Showing 37 changed files with 645 additions and 60 deletions.
42 changes: 0 additions & 42 deletions .changeset/serious-bears-marry.md

This file was deleted.

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

## 0.19.0

### Minor Changes

- d7ec057: Blocksuite minor release.

## Feat

- feat: enable new dnd by default (#8970)
- feat: should insert bookmark when drop frame and group (#8969)
- feat(blocks): add block adapters for note block (#8963)

## Fix

- fix: note dnd preview (#8968)
- fix: attachment, bookmark and embed blocks should be draggable (#8967)
- fix: should copy embed doc when dnd (#8966)
- fix(std): undefined editor during rect polling on mobile (#8965)
- fix(blocks): fix incorrect font family in mobile widgets (#8961)
- fix(blocks): at menu styles (#8962)

## Refactor

- refactor: optimize code of new drag event watcher (#8971)
- refactor(playground): remove `mockPeekViewExtension` (#8964)

### Patch Changes

- Updated dependencies [d7ec057]
- @blocksuite/blocks@0.19.0
- @blocksuite/block-std@0.19.0
- @blocksuite/global@0.19.0
- @blocksuite/inline@0.19.0
- @blocksuite/store@0.19.0
- @blocksuite/presets@0.19.0

## 0.18.7

### 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.18.7",
"version": "0.19.0",
"description": "BlockSuite for Affine",
"type": "module",
"repository": {
Expand Down
38 changes: 38 additions & 0 deletions packages/affine/block-embed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,43 @@
# @blocksuite/affine-block-embed

## 0.19.0

### Minor Changes

- d7ec057: Blocksuite minor release.

## Feat

- feat: enable new dnd by default (#8970)
- feat: should insert bookmark when drop frame and group (#8969)
- feat(blocks): add block adapters for note block (#8963)

## Fix

- fix: note dnd preview (#8968)
- fix: attachment, bookmark and embed blocks should be draggable (#8967)
- fix: should copy embed doc when dnd (#8966)
- fix(std): undefined editor during rect polling on mobile (#8965)
- fix(blocks): fix incorrect font family in mobile widgets (#8961)
- fix(blocks): at menu styles (#8962)

## Refactor

- refactor: optimize code of new drag event watcher (#8971)
- refactor(playground): remove `mockPeekViewExtension` (#8964)

### Patch Changes

- Updated dependencies [d7ec057]
- @blocksuite/affine-block-surface@0.19.0
- @blocksuite/affine-components@0.19.0
- @blocksuite/affine-model@0.19.0
- @blocksuite/affine-shared@0.19.0
- @blocksuite/block-std@0.19.0
- @blocksuite/global@0.19.0
- @blocksuite/inline@0.19.0
- @blocksuite/store@0.19.0

## 0.18.7

### 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.18.7",
"version": "0.19.0",
"description": "Embed blocks for BlockSuite.",
"type": "module",
"repository": {
Expand Down
37 changes: 37 additions & 0 deletions packages/affine/block-list/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,42 @@
# @blocksuite/affine-block-list

## 0.19.0

### Minor Changes

- d7ec057: Blocksuite minor release.

## Feat

- feat: enable new dnd by default (#8970)
- feat: should insert bookmark when drop frame and group (#8969)
- feat(blocks): add block adapters for note block (#8963)

## Fix

- fix: note dnd preview (#8968)
- fix: attachment, bookmark and embed blocks should be draggable (#8967)
- fix: should copy embed doc when dnd (#8966)
- fix(std): undefined editor during rect polling on mobile (#8965)
- fix(blocks): fix incorrect font family in mobile widgets (#8961)
- fix(blocks): at menu styles (#8962)

## Refactor

- refactor: optimize code of new drag event watcher (#8971)
- refactor(playground): remove `mockPeekViewExtension` (#8964)

### Patch Changes

- Updated dependencies [d7ec057]
- @blocksuite/affine-components@0.19.0
- @blocksuite/affine-model@0.19.0
- @blocksuite/affine-shared@0.19.0
- @blocksuite/block-std@0.19.0
- @blocksuite/global@0.19.0
- @blocksuite/inline@0.19.0
- @blocksuite/store@0.19.0

## 0.18.7

### 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.18.7",
"version": "0.19.0",
"description": "List block for BlockSuite.",
"type": "module",
"repository": {
Expand Down
37 changes: 37 additions & 0 deletions packages/affine/block-paragraph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,42 @@
# @blocksuite/affine-block-paragraph

## 0.19.0

### Minor Changes

- d7ec057: Blocksuite minor release.

## Feat

- feat: enable new dnd by default (#8970)
- feat: should insert bookmark when drop frame and group (#8969)
- feat(blocks): add block adapters for note block (#8963)

## Fix

- fix: note dnd preview (#8968)
- fix: attachment, bookmark and embed blocks should be draggable (#8967)
- fix: should copy embed doc when dnd (#8966)
- fix(std): undefined editor during rect polling on mobile (#8965)
- fix(blocks): fix incorrect font family in mobile widgets (#8961)
- fix(blocks): at menu styles (#8962)

## Refactor

- refactor: optimize code of new drag event watcher (#8971)
- refactor(playground): remove `mockPeekViewExtension` (#8964)

### Patch Changes

- Updated dependencies [d7ec057]
- @blocksuite/affine-components@0.19.0
- @blocksuite/affine-model@0.19.0
- @blocksuite/affine-shared@0.19.0
- @blocksuite/block-std@0.19.0
- @blocksuite/global@0.19.0
- @blocksuite/inline@0.19.0
- @blocksuite/store@0.19.0

## 0.18.7

### 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.18.7",
"version": "0.19.0",
"description": "Paragraph block for BlockSuite.",
"type": "module",
"repository": {
Expand Down
37 changes: 37 additions & 0 deletions packages/affine/block-surface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,42 @@
# @blocksuite/affine-block-surface

## 0.19.0

### Minor Changes

- d7ec057: Blocksuite minor release.

## Feat

- feat: enable new dnd by default (#8970)
- feat: should insert bookmark when drop frame and group (#8969)
- feat(blocks): add block adapters for note block (#8963)

## Fix

- fix: note dnd preview (#8968)
- fix: attachment, bookmark and embed blocks should be draggable (#8967)
- fix: should copy embed doc when dnd (#8966)
- fix(std): undefined editor during rect polling on mobile (#8965)
- fix(blocks): fix incorrect font family in mobile widgets (#8961)
- fix(blocks): at menu styles (#8962)

## Refactor

- refactor: optimize code of new drag event watcher (#8971)
- refactor(playground): remove `mockPeekViewExtension` (#8964)

### Patch Changes

- Updated dependencies [d7ec057]
- @blocksuite/affine-components@0.19.0
- @blocksuite/affine-model@0.19.0
- @blocksuite/affine-shared@0.19.0
- @blocksuite/block-std@0.19.0
- @blocksuite/global@0.19.0
- @blocksuite/inline@0.19.0
- @blocksuite/store@0.19.0

## 0.18.7

### 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.18.7",
"version": "0.19.0",
"description": "Surface block for BlockSuite.",
"type": "module",
"repository": {
Expand Down
36 changes: 36 additions & 0 deletions packages/affine/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# @blocksuite/affine-components

## 0.19.0

### Minor Changes

- d7ec057: Blocksuite minor release.

## Feat

- feat: enable new dnd by default (#8970)
- feat: should insert bookmark when drop frame and group (#8969)
- feat(blocks): add block adapters for note block (#8963)

## Fix

- fix: note dnd preview (#8968)
- fix: attachment, bookmark and embed blocks should be draggable (#8967)
- fix: should copy embed doc when dnd (#8966)
- fix(std): undefined editor during rect polling on mobile (#8965)
- fix(blocks): fix incorrect font family in mobile widgets (#8961)
- fix(blocks): at menu styles (#8962)

## Refactor

- refactor: optimize code of new drag event watcher (#8971)
- refactor(playground): remove `mockPeekViewExtension` (#8964)

### Patch Changes

- Updated dependencies [d7ec057]
- @blocksuite/affine-model@0.19.0
- @blocksuite/affine-shared@0.19.0
- @blocksuite/block-std@0.19.0
- @blocksuite/global@0.19.0
- @blocksuite/inline@0.19.0
- @blocksuite/store@0.19.0

## 0.18.7

### 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.18.7",
"version": "0.19.0",
"description": "Default BlockSuite editable blocks.",
"type": "module",
"repository": {
Expand Down
35 changes: 35 additions & 0 deletions packages/affine/data-view/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# @blocksuite/data-view

## 0.19.0

### Minor Changes

- d7ec057: Blocksuite minor release.

## Feat

- feat: enable new dnd by default (#8970)
- feat: should insert bookmark when drop frame and group (#8969)
- feat(blocks): add block adapters for note block (#8963)

## Fix

- fix: note dnd preview (#8968)
- fix: attachment, bookmark and embed blocks should be draggable (#8967)
- fix: should copy embed doc when dnd (#8966)
- fix(std): undefined editor during rect polling on mobile (#8965)
- fix(blocks): fix incorrect font family in mobile widgets (#8961)
- fix(blocks): at menu styles (#8962)

## Refactor

- refactor: optimize code of new drag event watcher (#8971)
- refactor(playground): remove `mockPeekViewExtension` (#8964)

### Patch Changes

- Updated dependencies [d7ec057]
- @blocksuite/affine-components@0.19.0
- @blocksuite/affine-shared@0.19.0
- @blocksuite/block-std@0.19.0
- @blocksuite/global@0.19.0
- @blocksuite/store@0.19.0

## 0.18.7

### 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.18.7",
"version": "0.19.0",
"description": "Views of database in affine",
"type": "module",
"repository": {
Expand Down
Loading

0 comments on commit c7948e1

Please sign in to comment.