Skip to content

Commit

Permalink
chore: version packages (#8416)
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 20, 2024
1 parent 7581a0f commit 1dd1654
Show file tree
Hide file tree
Showing 37 changed files with 343 additions and 46 deletions.
28 changes: 0 additions & 28 deletions .changeset/blue-clouds-pump.md

This file was deleted.

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

## 0.17.14

### Patch Changes

- 163cb11: - Provide an all-in-one package for Affine.
- Fix duplication occurs when card view is switched to embed view.
- Improve linked block status detection.
- Separate user extensions and internal extensions in std.
- Fix add note feature in database.
- Fix pasting multiple times when span nested in p.
- Refactor range sync.
- Updated dependencies [163cb11]
- @blocksuite/blocks@0.17.14
- @blocksuite/block-std@0.17.14
- @blocksuite/global@0.17.14
- @blocksuite/inline@0.17.14
- @blocksuite/store@0.17.14
- @blocksuite/presets@0.17.14
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.13",
"version": "0.17.14",
"description": "BlockSuite for Affine",
"type": "module",
"repository": {
Expand Down
21 changes: 21 additions & 0 deletions packages/affine/block-embed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @blocksuite/affine-block-embed

## 0.17.14

### Patch Changes

- 163cb11: - Provide an all-in-one package for Affine.
- Fix duplication occurs when card view is switched to embed view.
- Improve linked block status detection.
- Separate user extensions and internal extensions in std.
- Fix add note feature in database.
- Fix pasting multiple times when span nested in p.
- Refactor range sync.
- Updated dependencies [163cb11]
- @blocksuite/affine-block-surface@0.17.14
- @blocksuite/affine-components@0.17.14
- @blocksuite/affine-model@0.17.14
- @blocksuite/affine-shared@0.17.14
- @blocksuite/block-std@0.17.14
- @blocksuite/global@0.17.14
- @blocksuite/inline@0.17.14
- @blocksuite/store@0.17.14

## 0.17.13

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

## 0.17.14

### Patch Changes

- 163cb11: - Provide an all-in-one package for Affine.
- Fix duplication occurs when card view is switched to embed view.
- Improve linked block status detection.
- Separate user extensions and internal extensions in std.
- Fix add note feature in database.
- Fix pasting multiple times when span nested in p.
- Refactor range sync.
- Updated dependencies [163cb11]
- @blocksuite/affine-components@0.17.14
- @blocksuite/affine-model@0.17.14
- @blocksuite/affine-shared@0.17.14
- @blocksuite/block-std@0.17.14
- @blocksuite/global@0.17.14
- @blocksuite/inline@0.17.14
- @blocksuite/store@0.17.14

## 0.17.13

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

## 0.17.14

### Patch Changes

- 163cb11: - Provide an all-in-one package for Affine.
- Fix duplication occurs when card view is switched to embed view.
- Improve linked block status detection.
- Separate user extensions and internal extensions in std.
- Fix add note feature in database.
- Fix pasting multiple times when span nested in p.
- Refactor range sync.
- Updated dependencies [163cb11]
- @blocksuite/affine-components@0.17.14
- @blocksuite/affine-model@0.17.14
- @blocksuite/affine-shared@0.17.14
- @blocksuite/block-std@0.17.14
- @blocksuite/global@0.17.14
- @blocksuite/inline@0.17.14
- @blocksuite/store@0.17.14

## 0.17.13

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

## 0.17.14

### Patch Changes

- 163cb11: - Provide an all-in-one package for Affine.
- Fix duplication occurs when card view is switched to embed view.
- Improve linked block status detection.
- Separate user extensions and internal extensions in std.
- Fix add note feature in database.
- Fix pasting multiple times when span nested in p.
- Refactor range sync.
- Updated dependencies [163cb11]
- @blocksuite/affine-components@0.17.14
- @blocksuite/affine-model@0.17.14
- @blocksuite/affine-shared@0.17.14
- @blocksuite/block-std@0.17.14
- @blocksuite/global@0.17.14
- @blocksuite/inline@0.17.14
- @blocksuite/store@0.17.14

## 0.17.13

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

## 0.17.14

### Patch Changes

- 163cb11: - Provide an all-in-one package for Affine.
- Fix duplication occurs when card view is switched to embed view.
- Improve linked block status detection.
- Separate user extensions and internal extensions in std.
- Fix add note feature in database.
- Fix pasting multiple times when span nested in p.
- Refactor range sync.
- Updated dependencies [163cb11]
- @blocksuite/affine-model@0.17.14
- @blocksuite/affine-shared@0.17.14
- @blocksuite/block-std@0.17.14
- @blocksuite/global@0.17.14
- @blocksuite/inline@0.17.14
- @blocksuite/store@0.17.14

## 0.17.13

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

## 0.17.14

### Patch Changes

- 163cb11: - Provide an all-in-one package for Affine.
- Fix duplication occurs when card view is switched to embed view.
- Improve linked block status detection.
- Separate user extensions and internal extensions in std.
- Fix add note feature in database.
- Fix pasting multiple times when span nested in p.
- Refactor range sync.
- Updated dependencies [163cb11]
- @blocksuite/affine-components@0.17.14
- @blocksuite/affine-shared@0.17.14
- @blocksuite/block-std@0.17.14
- @blocksuite/global@0.17.14
- @blocksuite/store@0.17.14

## 0.17.13

### 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.13",
"version": "0.17.14",
"description": "Views of database in affine",
"type": "module",
"repository": {
Expand Down
17 changes: 17 additions & 0 deletions packages/affine/model/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @blocksuite/affine-model

## 0.17.14

### Patch Changes

- 163cb11: - Provide an all-in-one package for Affine.
- Fix duplication occurs when card view is switched to embed view.
- Improve linked block status detection.
- Separate user extensions and internal extensions in std.
- Fix add note feature in database.
- Fix pasting multiple times when span nested in p.
- Refactor range sync.
- Updated dependencies [163cb11]
- @blocksuite/block-std@0.17.14
- @blocksuite/global@0.17.14
- @blocksuite/inline@0.17.14
- @blocksuite/store@0.17.14

## 0.17.13

### 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.13",
"version": "0.17.14",
"description": "Models for BlockSuite in Affine.",
"type": "module",
"repository": {
Expand Down
18 changes: 18 additions & 0 deletions packages/affine/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @blocksuite/affine-shared

## 0.17.14

### Patch Changes

- 163cb11: - Provide an all-in-one package for Affine.
- Fix duplication occurs when card view is switched to embed view.
- Improve linked block status detection.
- Separate user extensions and internal extensions in std.
- Fix add note feature in database.
- Fix pasting multiple times when span nested in p.
- Refactor range sync.
- Updated dependencies [163cb11]
- @blocksuite/affine-model@0.17.14
- @blocksuite/block-std@0.17.14
- @blocksuite/global@0.17.14
- @blocksuite/inline@0.17.14
- @blocksuite/store@0.17.14

## 0.17.13

### 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.13",
"version": "0.17.14",
"description": "Default BlockSuite editable blocks.",
"type": "module",
"repository": {
Expand Down
17 changes: 17 additions & 0 deletions packages/affine/widget-scroll-anchoring/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @blocksuite/affine-widget-scroll-anchoring

## 0.17.14

### Patch Changes

- 163cb11: - Provide an all-in-one package for Affine.
- Fix duplication occurs when card view is switched to embed view.
- Improve linked block status detection.
- Separate user extensions and internal extensions in std.
- Fix add note feature in database.
- Fix pasting multiple times when span nested in p.
- Refactor range sync.
- Updated dependencies [163cb11]
- @blocksuite/affine-model@0.17.14
- @blocksuite/affine-shared@0.17.14
- @blocksuite/block-std@0.17.14
- @blocksuite/global@0.17.14

## 0.17.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/affine/widget-scroll-anchoring/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blocksuite/affine-widget-scroll-anchoring",
"version": "0.17.13",
"version": "0.17.14",
"description": "Affine scroll anchoring widget.",
"type": "module",
"repository": {
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.14

### Patch Changes

- 163cb11: - Provide an all-in-one package for Affine.
- Fix duplication occurs when card view is switched to embed view.
- Improve linked block status detection.
- Separate user extensions and internal extensions in std.
- Fix add note feature in database.
- Fix pasting multiple times when span nested in p.
- Refactor range sync.
- Updated dependencies [163cb11]
- @blocksuite/affine-block-embed@0.17.14
- @blocksuite/affine-block-list@0.17.14
- @blocksuite/affine-block-paragraph@0.17.14
- @blocksuite/affine-block-surface@0.17.14
- @blocksuite/affine-components@0.17.14
- @blocksuite/data-view@0.17.14
- @blocksuite/affine-model@0.17.14
- @blocksuite/affine-shared@0.17.14
- @blocksuite/affine-widget-scroll-anchoring@0.17.14
- @blocksuite/block-std@0.17.14
- @blocksuite/global@0.17.14
- @blocksuite/inline@0.17.14
- @blocksuite/store@0.17.14

## 0.17.13

### 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.13",
"version": "0.17.14",
"description": "Default BlockSuite editable blocks.",
"type": "module",
"repository": {
Expand Down
Loading

0 comments on commit 1dd1654

Please sign in to comment.