Skip to content

Commit

Permalink
chore: version packages (#8591)
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 Oct 24, 2024
1 parent 21e2a0b commit 6588d43
Show file tree
Hide file tree
Showing 37 changed files with 917 additions and 77 deletions.
59 changes: 0 additions & 59 deletions .changeset/strange-melons-sell.md

This file was deleted.

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

## 0.17.20

### Patch Changes

- 99d69d5: ## Feat

- feat(blocks): add more html transformer apis (#8573)
- feat(blocks): support more markdown transformer api (#8564)
- feat(blocks): add abort controller to peekviewservice (#8558)
- feat: add docLinkMiddleware for linked doc export (#8553)

## Fix

- fix: mind map dragging issue (#8563)
- fix(database): can't use horizontal scrollbar (#8576)
- fix: note width is less than minimum width after resize and arrange (#8550)
- fix: newly created note alignments cannot be stored persistently (#8551)
- fix: inline range calculation not expected (#8552)
- fix(database): avoid filter bar flickering (#8562)
- fix(database): drag and drop block into database block (#8561)
- fix(blocks): split paragraphs based on newlines (#8556)
- fix(database): incorrect delete row logic (#8544)
- fix: note height less than minimum height (#8542)

## Chore

- chore: add changelog generating script (#8582)
- chore: optimize zip transformer api (#8580)
- chore: adjust attachment click events, like image, to support opening in peek view (#8579)
- chore: remove useless import (#8571)

## Refactor

- refactor: convert built-in component to widget (#8577)
- refactor: migrating legacy tools (#8471)
- refactor: edgeless tool manager (#8438)
- refactor(playground): organize export and import menu items into submenus in the debug menu (#8557)
- refactor: combine unsafeCSS and cssVar (#8545)

## Perf

- perf(edgeless): use css var to place collaboration cursors-n-selections on board zoom change (#8543)

- Updated dependencies [99d69d5]
- @blocksuite/blocks@0.17.20
- @blocksuite/block-std@0.17.20
- @blocksuite/global@0.17.20
- @blocksuite/inline@0.17.20
- @blocksuite/store@0.17.20
- @blocksuite/presets@0.17.20

## 0.17.19

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

## 0.17.20

### Patch Changes

- 99d69d5: ## Feat

- feat(blocks): add more html transformer apis (#8573)
- feat(blocks): support more markdown transformer api (#8564)
- feat(blocks): add abort controller to peekviewservice (#8558)
- feat: add docLinkMiddleware for linked doc export (#8553)

## Fix

- fix: mind map dragging issue (#8563)
- fix(database): can't use horizontal scrollbar (#8576)
- fix: note width is less than minimum width after resize and arrange (#8550)
- fix: newly created note alignments cannot be stored persistently (#8551)
- fix: inline range calculation not expected (#8552)
- fix(database): avoid filter bar flickering (#8562)
- fix(database): drag and drop block into database block (#8561)
- fix(blocks): split paragraphs based on newlines (#8556)
- fix(database): incorrect delete row logic (#8544)
- fix: note height less than minimum height (#8542)

## Chore

- chore: add changelog generating script (#8582)
- chore: optimize zip transformer api (#8580)
- chore: adjust attachment click events, like image, to support opening in peek view (#8579)
- chore: remove useless import (#8571)

## Refactor

- refactor: convert built-in component to widget (#8577)
- refactor: migrating legacy tools (#8471)
- refactor: edgeless tool manager (#8438)
- refactor(playground): organize export and import menu items into submenus in the debug menu (#8557)
- refactor: combine unsafeCSS and cssVar (#8545)

## Perf

- perf(edgeless): use css var to place collaboration cursors-n-selections on board zoom change (#8543)

- Updated dependencies [99d69d5]
- @blocksuite/affine-block-surface@0.17.20
- @blocksuite/affine-components@0.17.20
- @blocksuite/affine-model@0.17.20
- @blocksuite/affine-shared@0.17.20
- @blocksuite/block-std@0.17.20
- @blocksuite/global@0.17.20
- @blocksuite/inline@0.17.20
- @blocksuite/store@0.17.20

## 0.17.19

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

## 0.17.20

### Patch Changes

- 99d69d5: ## Feat

- feat(blocks): add more html transformer apis (#8573)
- feat(blocks): support more markdown transformer api (#8564)
- feat(blocks): add abort controller to peekviewservice (#8558)
- feat: add docLinkMiddleware for linked doc export (#8553)

## Fix

- fix: mind map dragging issue (#8563)
- fix(database): can't use horizontal scrollbar (#8576)
- fix: note width is less than minimum width after resize and arrange (#8550)
- fix: newly created note alignments cannot be stored persistently (#8551)
- fix: inline range calculation not expected (#8552)
- fix(database): avoid filter bar flickering (#8562)
- fix(database): drag and drop block into database block (#8561)
- fix(blocks): split paragraphs based on newlines (#8556)
- fix(database): incorrect delete row logic (#8544)
- fix: note height less than minimum height (#8542)

## Chore

- chore: add changelog generating script (#8582)
- chore: optimize zip transformer api (#8580)
- chore: adjust attachment click events, like image, to support opening in peek view (#8579)
- chore: remove useless import (#8571)

## Refactor

- refactor: convert built-in component to widget (#8577)
- refactor: migrating legacy tools (#8471)
- refactor: edgeless tool manager (#8438)
- refactor(playground): organize export and import menu items into submenus in the debug menu (#8557)
- refactor: combine unsafeCSS and cssVar (#8545)

## Perf

- perf(edgeless): use css var to place collaboration cursors-n-selections on board zoom change (#8543)

- Updated dependencies [99d69d5]
- @blocksuite/affine-components@0.17.20
- @blocksuite/affine-model@0.17.20
- @blocksuite/affine-shared@0.17.20
- @blocksuite/block-std@0.17.20
- @blocksuite/global@0.17.20
- @blocksuite/inline@0.17.20
- @blocksuite/store@0.17.20

## 0.17.19

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

## 0.17.20

### Patch Changes

- 99d69d5: ## Feat

- feat(blocks): add more html transformer apis (#8573)
- feat(blocks): support more markdown transformer api (#8564)
- feat(blocks): add abort controller to peekviewservice (#8558)
- feat: add docLinkMiddleware for linked doc export (#8553)

## Fix

- fix: mind map dragging issue (#8563)
- fix(database): can't use horizontal scrollbar (#8576)
- fix: note width is less than minimum width after resize and arrange (#8550)
- fix: newly created note alignments cannot be stored persistently (#8551)
- fix: inline range calculation not expected (#8552)
- fix(database): avoid filter bar flickering (#8562)
- fix(database): drag and drop block into database block (#8561)
- fix(blocks): split paragraphs based on newlines (#8556)
- fix(database): incorrect delete row logic (#8544)
- fix: note height less than minimum height (#8542)

## Chore

- chore: add changelog generating script (#8582)
- chore: optimize zip transformer api (#8580)
- chore: adjust attachment click events, like image, to support opening in peek view (#8579)
- chore: remove useless import (#8571)

## Refactor

- refactor: convert built-in component to widget (#8577)
- refactor: migrating legacy tools (#8471)
- refactor: edgeless tool manager (#8438)
- refactor(playground): organize export and import menu items into submenus in the debug menu (#8557)
- refactor: combine unsafeCSS and cssVar (#8545)

## Perf

- perf(edgeless): use css var to place collaboration cursors-n-selections on board zoom change (#8543)

- Updated dependencies [99d69d5]
- @blocksuite/affine-components@0.17.20
- @blocksuite/affine-model@0.17.20
- @blocksuite/affine-shared@0.17.20
- @blocksuite/block-std@0.17.20
- @blocksuite/global@0.17.20
- @blocksuite/inline@0.17.20
- @blocksuite/store@0.17.20

## 0.17.19

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

## 0.17.20

### Patch Changes

- 99d69d5: ## Feat

- feat(blocks): add more html transformer apis (#8573)
- feat(blocks): support more markdown transformer api (#8564)
- feat(blocks): add abort controller to peekviewservice (#8558)
- feat: add docLinkMiddleware for linked doc export (#8553)

## Fix

- fix: mind map dragging issue (#8563)
- fix(database): can't use horizontal scrollbar (#8576)
- fix: note width is less than minimum width after resize and arrange (#8550)
- fix: newly created note alignments cannot be stored persistently (#8551)
- fix: inline range calculation not expected (#8552)
- fix(database): avoid filter bar flickering (#8562)
- fix(database): drag and drop block into database block (#8561)
- fix(blocks): split paragraphs based on newlines (#8556)
- fix(database): incorrect delete row logic (#8544)
- fix: note height less than minimum height (#8542)

## Chore

- chore: add changelog generating script (#8582)
- chore: optimize zip transformer api (#8580)
- chore: adjust attachment click events, like image, to support opening in peek view (#8579)
- chore: remove useless import (#8571)

## Refactor

- refactor: convert built-in component to widget (#8577)
- refactor: migrating legacy tools (#8471)
- refactor: edgeless tool manager (#8438)
- refactor(playground): organize export and import menu items into submenus in the debug menu (#8557)
- refactor: combine unsafeCSS and cssVar (#8545)

## Perf

- perf(edgeless): use css var to place collaboration cursors-n-selections on board zoom change (#8543)

- Updated dependencies [99d69d5]
- @blocksuite/affine-components@0.17.20
- @blocksuite/affine-model@0.17.20
- @blocksuite/affine-shared@0.17.20
- @blocksuite/block-std@0.17.20
- @blocksuite/global@0.17.20
- @blocksuite/inline@0.17.20
- @blocksuite/store@0.17.20

## 0.17.19

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

0 comments on commit 6588d43

Please sign in to comment.