Skip to content

Commit

Permalink
chore: version packages (#8950)
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 d925364 commit 8fe10ce
Show file tree
Hide file tree
Showing 37 changed files with 1,187 additions and 92 deletions.
74 changes: 0 additions & 74 deletions .changeset/angry-drinks-greet.md

This file was deleted.

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

## 0.18.6

### Patch Changes

- d925364: Blocksuite patch release.

## Feat

- feat: add from entity api for dnd (#8946)
- feat: make block to snapshot a sync method (#8943)
- feat(database): enhance filter functionality with default values (#8932)
- feat: bring back the ability to drag blocks from note to edgeless (#8914)
- feat(blocks): responsive ui for embed doc (#8900)
- feat(edgeless): unlock and unlock button (#8826)
- feat(edgeless): impl lock interface for edgeless element and block (#8825)
- feat(edgeless): add lock property to edgeless block and element (#8824)
- feat(blocks): support embed linked doc and synced doc html block adapter (#8907)
- feat(blocks): support database html block adapter (#8898)

## Fix

- fix(blocks): inconsistent language list behavior on hover in Firefox (#8944)
- fix(database): adjust detail panel layout for better responsiveness (#8945)
- fix(database): move cursor in kanban card title by arrow keys (#8893)
- fix(blocks): show keyboard toolbar when focus on title and hide on scrolling (#8939)
- fix(blocks): missing aliases when duplicating linked doc block on edgeless (#8930)
- fix: remove vitest extension from recommendation list (#8936)
- fix(blocks): should prevent default if drop event is handled (#8929)
- fix(blocks): missing aliases when converting from embed to card (#8928)
- fix(blocks): should show original doc title when hovering title button (#8925)
- fix(blocks): hide the thumb for bookmark if its width is less than 375 (#8922)
- fix(blocks): button styling when disabled on embed card edit popup (#8924)
- fix(edgeless): undefined telemetry service (#8918)
- fix(database): add group call frequency is incorrect (#8916)
- fix(database): adjust padding for mobile menu to accommodate safe area insets (#8915)

## Chore

- chore(edgeless): telemetry for edgeless lock feature (#8933)
- chore(blocks): use rest params in parsed result (#8908)
- chore: lock file maintenance (#8919)
- chore: lock file maintenance (#8894)

## Refactor

- refactor: adapter types and utils (#8934)
- refactor: make notion text adapter as an extension (#8926)

## Perf

- perf(std): cache dom rect for pointer controller (#8940)

## Test

- test(database): add sorting functionality tests for multiple rules (#8917)
- test(edgeless): fix lock flaky test by adding waitNextFrame (#8937)
- test(edgeless): edgeless element lock feature tests (#8867)

- Updated dependencies [d925364]
- @blocksuite/blocks@0.18.6
- @blocksuite/block-std@0.18.6
- @blocksuite/global@0.18.6
- @blocksuite/inline@0.18.6
- @blocksuite/store@0.18.6
- @blocksuite/presets@0.18.6

## 0.18.5

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

## 0.18.6

### Patch Changes

- d925364: Blocksuite patch release.

## Feat

- feat: add from entity api for dnd (#8946)
- feat: make block to snapshot a sync method (#8943)
- feat(database): enhance filter functionality with default values (#8932)
- feat: bring back the ability to drag blocks from note to edgeless (#8914)
- feat(blocks): responsive ui for embed doc (#8900)
- feat(edgeless): unlock and unlock button (#8826)
- feat(edgeless): impl lock interface for edgeless element and block (#8825)
- feat(edgeless): add lock property to edgeless block and element (#8824)
- feat(blocks): support embed linked doc and synced doc html block adapter (#8907)
- feat(blocks): support database html block adapter (#8898)

## Fix

- fix(blocks): inconsistent language list behavior on hover in Firefox (#8944)
- fix(database): adjust detail panel layout for better responsiveness (#8945)
- fix(database): move cursor in kanban card title by arrow keys (#8893)
- fix(blocks): show keyboard toolbar when focus on title and hide on scrolling (#8939)
- fix(blocks): missing aliases when duplicating linked doc block on edgeless (#8930)
- fix: remove vitest extension from recommendation list (#8936)
- fix(blocks): should prevent default if drop event is handled (#8929)
- fix(blocks): missing aliases when converting from embed to card (#8928)
- fix(blocks): should show original doc title when hovering title button (#8925)
- fix(blocks): hide the thumb for bookmark if its width is less than 375 (#8922)
- fix(blocks): button styling when disabled on embed card edit popup (#8924)
- fix(edgeless): undefined telemetry service (#8918)
- fix(database): add group call frequency is incorrect (#8916)
- fix(database): adjust padding for mobile menu to accommodate safe area insets (#8915)

## Chore

- chore(edgeless): telemetry for edgeless lock feature (#8933)
- chore(blocks): use rest params in parsed result (#8908)
- chore: lock file maintenance (#8919)
- chore: lock file maintenance (#8894)

## Refactor

- refactor: adapter types and utils (#8934)
- refactor: make notion text adapter as an extension (#8926)

## Perf

- perf(std): cache dom rect for pointer controller (#8940)

## Test

- test(database): add sorting functionality tests for multiple rules (#8917)
- test(edgeless): fix lock flaky test by adding waitNextFrame (#8937)
- test(edgeless): edgeless element lock feature tests (#8867)

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

## 0.18.5

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

## 0.18.6

### Patch Changes

- d925364: Blocksuite patch release.

## Feat

- feat: add from entity api for dnd (#8946)
- feat: make block to snapshot a sync method (#8943)
- feat(database): enhance filter functionality with default values (#8932)
- feat: bring back the ability to drag blocks from note to edgeless (#8914)
- feat(blocks): responsive ui for embed doc (#8900)
- feat(edgeless): unlock and unlock button (#8826)
- feat(edgeless): impl lock interface for edgeless element and block (#8825)
- feat(edgeless): add lock property to edgeless block and element (#8824)
- feat(blocks): support embed linked doc and synced doc html block adapter (#8907)
- feat(blocks): support database html block adapter (#8898)

## Fix

- fix(blocks): inconsistent language list behavior on hover in Firefox (#8944)
- fix(database): adjust detail panel layout for better responsiveness (#8945)
- fix(database): move cursor in kanban card title by arrow keys (#8893)
- fix(blocks): show keyboard toolbar when focus on title and hide on scrolling (#8939)
- fix(blocks): missing aliases when duplicating linked doc block on edgeless (#8930)
- fix: remove vitest extension from recommendation list (#8936)
- fix(blocks): should prevent default if drop event is handled (#8929)
- fix(blocks): missing aliases when converting from embed to card (#8928)
- fix(blocks): should show original doc title when hovering title button (#8925)
- fix(blocks): hide the thumb for bookmark if its width is less than 375 (#8922)
- fix(blocks): button styling when disabled on embed card edit popup (#8924)
- fix(edgeless): undefined telemetry service (#8918)
- fix(database): add group call frequency is incorrect (#8916)
- fix(database): adjust padding for mobile menu to accommodate safe area insets (#8915)

## Chore

- chore(edgeless): telemetry for edgeless lock feature (#8933)
- chore(blocks): use rest params in parsed result (#8908)
- chore: lock file maintenance (#8919)
- chore: lock file maintenance (#8894)

## Refactor

- refactor: adapter types and utils (#8934)
- refactor: make notion text adapter as an extension (#8926)

## Perf

- perf(std): cache dom rect for pointer controller (#8940)

## Test

- test(database): add sorting functionality tests for multiple rules (#8917)
- test(edgeless): fix lock flaky test by adding waitNextFrame (#8937)
- test(edgeless): edgeless element lock feature tests (#8867)

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

## 0.18.5

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

## 0.18.6

### Patch Changes

- d925364: Blocksuite patch release.

## Feat

- feat: add from entity api for dnd (#8946)
- feat: make block to snapshot a sync method (#8943)
- feat(database): enhance filter functionality with default values (#8932)
- feat: bring back the ability to drag blocks from note to edgeless (#8914)
- feat(blocks): responsive ui for embed doc (#8900)
- feat(edgeless): unlock and unlock button (#8826)
- feat(edgeless): impl lock interface for edgeless element and block (#8825)
- feat(edgeless): add lock property to edgeless block and element (#8824)
- feat(blocks): support embed linked doc and synced doc html block adapter (#8907)
- feat(blocks): support database html block adapter (#8898)

## Fix

- fix(blocks): inconsistent language list behavior on hover in Firefox (#8944)
- fix(database): adjust detail panel layout for better responsiveness (#8945)
- fix(database): move cursor in kanban card title by arrow keys (#8893)
- fix(blocks): show keyboard toolbar when focus on title and hide on scrolling (#8939)
- fix(blocks): missing aliases when duplicating linked doc block on edgeless (#8930)
- fix: remove vitest extension from recommendation list (#8936)
- fix(blocks): should prevent default if drop event is handled (#8929)
- fix(blocks): missing aliases when converting from embed to card (#8928)
- fix(blocks): should show original doc title when hovering title button (#8925)
- fix(blocks): hide the thumb for bookmark if its width is less than 375 (#8922)
- fix(blocks): button styling when disabled on embed card edit popup (#8924)
- fix(edgeless): undefined telemetry service (#8918)
- fix(database): add group call frequency is incorrect (#8916)
- fix(database): adjust padding for mobile menu to accommodate safe area insets (#8915)

## Chore

- chore(edgeless): telemetry for edgeless lock feature (#8933)
- chore(blocks): use rest params in parsed result (#8908)
- chore: lock file maintenance (#8919)
- chore: lock file maintenance (#8894)

## Refactor

- refactor: adapter types and utils (#8934)
- refactor: make notion text adapter as an extension (#8926)

## Perf

- perf(std): cache dom rect for pointer controller (#8940)

## Test

- test(database): add sorting functionality tests for multiple rules (#8917)
- test(edgeless): fix lock flaky test by adding waitNextFrame (#8937)
- test(edgeless): edgeless element lock feature tests (#8867)

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

## 0.18.5

### 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.5",
"version": "0.18.6",
"description": "Paragraph block for BlockSuite.",
"type": "module",
"repository": {
Expand Down
Loading

0 comments on commit 8fe10ce

Please sign in to comment.