Skip to content

Commit

Permalink
chore: version packages (#8960)
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 12, 2024
1 parent 1057773 commit ad9e8c8
Show file tree
Hide file tree
Showing 37 changed files with 647 additions and 62 deletions.
44 changes: 0 additions & 44 deletions .changeset/proud-rabbits-brush.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.18.7

### Patch Changes

- 1057773: Blocksuite patch release.

## Feat

- feat(edgeless): rewrite mind map drag indicator (#8805)
- feat: remove data transfer from dnd api (#8955)

## Fix

- fix: dnd from entity api (#8958)
- fix(std): edge case on pointer controller (#8954)
- fix: indent behavior (#8941)
- fix(edgeless): add index reorder buttong for frame block (#8951)

## Chore

- chore: run headless vitest locally by default (#8957)
- chore(blocks): disable image peekview on mobile (#8952)

## Refactor

- refactor(database): refactor addRow functionality in kanban and table views (#8956)
- refactor: notion html adapter (#8947)

- Updated dependencies [1057773]
- @blocksuite/blocks@0.18.7
- @blocksuite/block-std@0.18.7
- @blocksuite/global@0.18.7
- @blocksuite/inline@0.18.7
- @blocksuite/store@0.18.7
- @blocksuite/presets@0.18.7

## 0.18.6

### 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.6",
"version": "0.18.7",
"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.18.7

### Patch Changes

- 1057773: Blocksuite patch release.

## Feat

- feat(edgeless): rewrite mind map drag indicator (#8805)
- feat: remove data transfer from dnd api (#8955)

## Fix

- fix: dnd from entity api (#8958)
- fix(std): edge case on pointer controller (#8954)
- fix: indent behavior (#8941)
- fix(edgeless): add index reorder buttong for frame block (#8951)

## Chore

- chore: run headless vitest locally by default (#8957)
- chore(blocks): disable image peekview on mobile (#8952)

## Refactor

- refactor(database): refactor addRow functionality in kanban and table views (#8956)
- refactor: notion html adapter (#8947)

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

## 0.18.6

### 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.6",
"version": "0.18.7",
"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.18.7

### Patch Changes

- 1057773: Blocksuite patch release.

## Feat

- feat(edgeless): rewrite mind map drag indicator (#8805)
- feat: remove data transfer from dnd api (#8955)

## Fix

- fix: dnd from entity api (#8958)
- fix(std): edge case on pointer controller (#8954)
- fix: indent behavior (#8941)
- fix(edgeless): add index reorder buttong for frame block (#8951)

## Chore

- chore: run headless vitest locally by default (#8957)
- chore(blocks): disable image peekview on mobile (#8952)

## Refactor

- refactor(database): refactor addRow functionality in kanban and table views (#8956)
- refactor: notion html adapter (#8947)

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

## 0.18.6

### 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.6",
"version": "0.18.7",
"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.18.7

### Patch Changes

- 1057773: Blocksuite patch release.

## Feat

- feat(edgeless): rewrite mind map drag indicator (#8805)
- feat: remove data transfer from dnd api (#8955)

## Fix

- fix: dnd from entity api (#8958)
- fix(std): edge case on pointer controller (#8954)
- fix: indent behavior (#8941)
- fix(edgeless): add index reorder buttong for frame block (#8951)

## Chore

- chore: run headless vitest locally by default (#8957)
- chore(blocks): disable image peekview on mobile (#8952)

## Refactor

- refactor(database): refactor addRow functionality in kanban and table views (#8956)
- refactor: notion html adapter (#8947)

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

## 0.18.6

### 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.6",
"version": "0.18.7",
"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.18.7

### Patch Changes

- 1057773: Blocksuite patch release.

## Feat

- feat(edgeless): rewrite mind map drag indicator (#8805)
- feat: remove data transfer from dnd api (#8955)

## Fix

- fix: dnd from entity api (#8958)
- fix(std): edge case on pointer controller (#8954)
- fix: indent behavior (#8941)
- fix(edgeless): add index reorder buttong for frame block (#8951)

## Chore

- chore: run headless vitest locally by default (#8957)
- chore(blocks): disable image peekview on mobile (#8952)

## Refactor

- refactor(database): refactor addRow functionality in kanban and table views (#8956)
- refactor: notion html adapter (#8947)

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

## 0.18.6

### 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.6",
"version": "0.18.7",
"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.18.7

### Patch Changes

- 1057773: Blocksuite patch release.

## Feat

- feat(edgeless): rewrite mind map drag indicator (#8805)
- feat: remove data transfer from dnd api (#8955)

## Fix

- fix: dnd from entity api (#8958)
- fix(std): edge case on pointer controller (#8954)
- fix: indent behavior (#8941)
- fix(edgeless): add index reorder buttong for frame block (#8951)

## Chore

- chore: run headless vitest locally by default (#8957)
- chore(blocks): disable image peekview on mobile (#8952)

## Refactor

- refactor(database): refactor addRow functionality in kanban and table views (#8956)
- refactor: notion html adapter (#8947)

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

## 0.18.6

### 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.6",
"version": "0.18.7",
"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.18.7

### Patch Changes

- 1057773: Blocksuite patch release.

## Feat

- feat(edgeless): rewrite mind map drag indicator (#8805)
- feat: remove data transfer from dnd api (#8955)

## Fix

- fix: dnd from entity api (#8958)
- fix(std): edge case on pointer controller (#8954)
- fix: indent behavior (#8941)
- fix(edgeless): add index reorder buttong for frame block (#8951)

## Chore

- chore: run headless vitest locally by default (#8957)
- chore(blocks): disable image peekview on mobile (#8952)

## Refactor

- refactor(database): refactor addRow functionality in kanban and table views (#8956)
- refactor: notion html adapter (#8947)

- Updated dependencies [1057773]
- @blocksuite/affine-components@0.18.7
- @blocksuite/affine-shared@0.18.7
- @blocksuite/block-std@0.18.7
- @blocksuite/global@0.18.7
- @blocksuite/store@0.18.7

## 0.18.6

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

0 comments on commit ad9e8c8

Please sign in to comment.