Skip to content

Commit

Permalink
chore: version packages (#8353)
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 Sep 13, 2024
1 parent e0d0016 commit e81c4cc
Show file tree
Hide file tree
Showing 31 changed files with 308 additions and 42 deletions.
27 changes: 0 additions & 27 deletions .changeset/poor-crabs-fix.md

This file was deleted.

22 changes: 22 additions & 0 deletions packages/affine/block-list/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @blocksuite/affine-block-list

## 0.17.10

### Patch Changes

- e0d0016: - Fix database performance issue
- Fix frame panel display issue
- Fix editor settings for color with transparency
- Fix portal in modals
- Fix group selection rendering delay
- Remove unused and duplicated code
- Improve frame model
- Improve ParseDocUrl service
- Support custom max zoom
- Updated dependencies [e0d0016]
- @blocksuite/affine-components@0.17.10
- @blocksuite/affine-model@0.17.10
- @blocksuite/affine-shared@0.17.10
- @blocksuite/block-std@0.17.10
- @blocksuite/global@0.17.10
- @blocksuite/inline@0.17.10
- @blocksuite/store@0.17.10

## 0.17.9

### 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.9",
"version": "0.17.10",
"description": "Default BlockSuite editable blocks.",
"type": "module",
"repository": "toeverything/blocksuite",
Expand Down
22 changes: 22 additions & 0 deletions packages/affine/block-paragraph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @blocksuite/affine-block-paragraph

## 0.17.10

### Patch Changes

- e0d0016: - Fix database performance issue
- Fix frame panel display issue
- Fix editor settings for color with transparency
- Fix portal in modals
- Fix group selection rendering delay
- Remove unused and duplicated code
- Improve frame model
- Improve ParseDocUrl service
- Support custom max zoom
- Updated dependencies [e0d0016]
- @blocksuite/affine-components@0.17.10
- @blocksuite/affine-model@0.17.10
- @blocksuite/affine-shared@0.17.10
- @blocksuite/block-std@0.17.10
- @blocksuite/global@0.17.10
- @blocksuite/inline@0.17.10
- @blocksuite/store@0.17.10

## 0.17.9

### 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.9",
"version": "0.17.10",
"description": "Default BlockSuite editable blocks.",
"type": "module",
"repository": "toeverything/blocksuite",
Expand Down
21 changes: 21 additions & 0 deletions packages/affine/block-surface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @blocksuite/affine-block-surface

## 0.17.10

### Patch Changes

- e0d0016: - Fix database performance issue
- Fix frame panel display issue
- Fix editor settings for color with transparency
- Fix portal in modals
- Fix group selection rendering delay
- Remove unused and duplicated code
- Improve frame model
- Improve ParseDocUrl service
- Support custom max zoom
- Updated dependencies [e0d0016]
- @blocksuite/affine-components@0.17.10
- @blocksuite/affine-model@0.17.10
- @blocksuite/affine-shared@0.17.10
- @blocksuite/block-std@0.17.10
- @blocksuite/global@0.17.10
- @blocksuite/store@0.17.10

## 0.17.9

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

## 0.17.10

### Patch Changes

- e0d0016: - Fix database performance issue
- Fix frame panel display issue
- Fix editor settings for color with transparency
- Fix portal in modals
- Fix group selection rendering delay
- Remove unused and duplicated code
- Improve frame model
- Improve ParseDocUrl service
- Support custom max zoom
- Updated dependencies [e0d0016]
- @blocksuite/affine-model@0.17.10
- @blocksuite/affine-shared@0.17.10
- @blocksuite/block-std@0.17.10
- @blocksuite/global@0.17.10
- @blocksuite/inline@0.17.10
- @blocksuite/store@0.17.10

## 0.17.9

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

## 0.17.10

### Patch Changes

- e0d0016: - Fix database performance issue
- Fix frame panel display issue
- Fix editor settings for color with transparency
- Fix portal in modals
- Fix group selection rendering delay
- Remove unused and duplicated code
- Improve frame model
- Improve ParseDocUrl service
- Support custom max zoom
- Updated dependencies [e0d0016]
- @blocksuite/affine-components@0.17.10
- @blocksuite/affine-shared@0.17.10
- @blocksuite/block-std@0.17.10
- @blocksuite/global@0.17.10
- @blocksuite/store@0.17.10

## 0.17.9

### 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.9",
"version": "0.17.10",
"description": "views of database",
"type": "module",
"repository": "toeverything/blocksuite",
Expand Down
19 changes: 19 additions & 0 deletions packages/affine/model/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @blocksuite/affine-model

## 0.17.10

### Patch Changes

- e0d0016: - Fix database performance issue
- Fix frame panel display issue
- Fix editor settings for color with transparency
- Fix portal in modals
- Fix group selection rendering delay
- Remove unused and duplicated code
- Improve frame model
- Improve ParseDocUrl service
- Support custom max zoom
- Updated dependencies [e0d0016]
- @blocksuite/block-std@0.17.10
- @blocksuite/global@0.17.10
- @blocksuite/inline@0.17.10
- @blocksuite/store@0.17.10

## 0.17.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/affine/model/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blocksuite/affine-model",
"version": "0.17.9",
"version": "0.17.10",
"description": "Default BlockSuite editable blocks.",
"type": "module",
"repository": "toeverything/blocksuite",
Expand Down
20 changes: 20 additions & 0 deletions packages/affine/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @blocksuite/affine-shared

## 0.17.10

### Patch Changes

- e0d0016: - Fix database performance issue
- Fix frame panel display issue
- Fix editor settings for color with transparency
- Fix portal in modals
- Fix group selection rendering delay
- Remove unused and duplicated code
- Improve frame model
- Improve ParseDocUrl service
- Support custom max zoom
- Updated dependencies [e0d0016]
- @blocksuite/affine-model@0.17.10
- @blocksuite/block-std@0.17.10
- @blocksuite/global@0.17.10
- @blocksuite/inline@0.17.10
- @blocksuite/store@0.17.10

## 0.17.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/affine/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blocksuite/affine-shared",
"version": "0.17.9",
"version": "0.17.10",
"description": "Default BlockSuite editable blocks.",
"type": "module",
"repository": "toeverything/blocksuite",
Expand Down
26 changes: 26 additions & 0 deletions packages/blocks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# @blocksuite/blocks

## 0.17.10

### Patch Changes

- e0d0016: - Fix database performance issue
- Fix frame panel display issue
- Fix editor settings for color with transparency
- Fix portal in modals
- Fix group selection rendering delay
- Remove unused and duplicated code
- Improve frame model
- Improve ParseDocUrl service
- Support custom max zoom
- Updated dependencies [e0d0016]
- @blocksuite/affine-block-list@0.17.10
- @blocksuite/affine-block-paragraph@0.17.10
- @blocksuite/affine-block-surface@0.17.10
- @blocksuite/affine-components@0.17.10
- @blocksuite/data-view@0.17.10
- @blocksuite/affine-model@0.17.10
- @blocksuite/affine-shared@0.17.10
- @blocksuite/block-std@0.17.10
- @blocksuite/global@0.17.10
- @blocksuite/inline@0.17.10
- @blocksuite/store@0.17.10

## 0.17.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/blocks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blocksuite/blocks",
"version": "0.17.9",
"version": "0.17.10",
"description": "Default BlockSuite editable blocks.",
"type": "module",
"repository": "toeverything/blocksuite",
Expand Down
18 changes: 18 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @blocksuite/docs

## 0.17.10

### Patch Changes

- e0d0016: - Fix database performance issue
- Fix frame panel display issue
- Fix editor settings for color with transparency
- Fix portal in modals
- Fix group selection rendering delay
- Remove unused and duplicated code
- Improve frame model
- Improve ParseDocUrl service
- Support custom max zoom
- Updated dependencies [e0d0016]
- @blocksuite/blocks@0.17.10
- @blocksuite/store@0.17.10
- @blocksuite/presets@0.17.10

## 0.17.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blocksuite/docs",
"version": "0.17.9",
"version": "0.17.10",
"description": "BlockSuite documentation",
"private": true,
"keywords": [],
Expand Down
18 changes: 18 additions & 0 deletions packages/framework/block-std/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @blocksuite/block-std

## 0.17.10

### Patch Changes

- e0d0016: - Fix database performance issue
- Fix frame panel display issue
- Fix editor settings for color with transparency
- Fix portal in modals
- Fix group selection rendering delay
- Remove unused and duplicated code
- Improve frame model
- Improve ParseDocUrl service
- Support custom max zoom
- Updated dependencies [e0d0016]
- @blocksuite/global@0.17.10
- @blocksuite/inline@0.17.10
- @blocksuite/store@0.17.10

## 0.17.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/framework/block-std/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blocksuite/block-std",
"version": "0.17.9",
"version": "0.17.10",
"description": "Std for blocksuite blocks",
"type": "module",
"repository": "toeverything/blocksuite",
Expand Down
14 changes: 14 additions & 0 deletions packages/framework/global/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @blocksuite/global

## 0.17.10

### Patch Changes

- e0d0016: - Fix database performance issue
- Fix frame panel display issue
- Fix editor settings for color with transparency
- Fix portal in modals
- Fix group selection rendering delay
- Remove unused and duplicated code
- Improve frame model
- Improve ParseDocUrl service
- Support custom max zoom

## 0.17.9

### Patch Changes
Expand Down
Loading

0 comments on commit e81c4cc

Please sign in to comment.