Skip to content

Commit

Permalink
chore: version packages (#8999)
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 17, 2024
1 parent a675ff4 commit 437ab87
Show file tree
Hide file tree
Showing 37 changed files with 503 additions and 54 deletions.
36 changes: 0 additions & 36 deletions .changeset/fast-houses-design.md

This file was deleted.

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

## 0.19.2

### Patch Changes

- bc04f27: ## Feat

- feat: support heading toggle (#8829)
- feat(blocks): add surface element plain text adapter (#8977)
- feat: add doc display meta extension (#8953)

## Fix

- fix(blocks): incorrect image icon in keyboard tool panel (#8998)
- fix(inline): incorrect caret position in safari when using IME (#8993)
- fix(blocks): toolbar color should be light when app theme is light and edgeless theme is dark (#8996)
- fix: dnd in edgeless (#8995)
- fix: dnd status error (#8994)
- fix(blocks): the width of the card view is not fully filled (#8988)
- fix(blocks): prevent hiding keyboard when scrolling (#8989)

- Updated dependencies [bc04f27]
- @blocksuite/blocks@0.19.2
- @blocksuite/block-std@0.19.2
- @blocksuite/global@0.19.2
- @blocksuite/inline@0.19.2
- @blocksuite/store@0.19.2
- @blocksuite/presets@0.19.2

## 0.19.1

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

## 0.19.2

### Patch Changes

- bc04f27: ## Feat

- feat: support heading toggle (#8829)
- feat(blocks): add surface element plain text adapter (#8977)
- feat: add doc display meta extension (#8953)

## Fix

- fix(blocks): incorrect image icon in keyboard tool panel (#8998)
- fix(inline): incorrect caret position in safari when using IME (#8993)
- fix(blocks): toolbar color should be light when app theme is light and edgeless theme is dark (#8996)
- fix: dnd in edgeless (#8995)
- fix: dnd status error (#8994)
- fix(blocks): the width of the card view is not fully filled (#8988)
- fix(blocks): prevent hiding keyboard when scrolling (#8989)

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

## 0.19.1

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

## 0.19.2

### Patch Changes

- bc04f27: ## Feat

- feat: support heading toggle (#8829)
- feat(blocks): add surface element plain text adapter (#8977)
- feat: add doc display meta extension (#8953)

## Fix

- fix(blocks): incorrect image icon in keyboard tool panel (#8998)
- fix(inline): incorrect caret position in safari when using IME (#8993)
- fix(blocks): toolbar color should be light when app theme is light and edgeless theme is dark (#8996)
- fix: dnd in edgeless (#8995)
- fix: dnd status error (#8994)
- fix(blocks): the width of the card view is not fully filled (#8988)
- fix(blocks): prevent hiding keyboard when scrolling (#8989)

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

## 0.19.1

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

## 0.19.2

### Patch Changes

- bc04f27: ## Feat

- feat: support heading toggle (#8829)
- feat(blocks): add surface element plain text adapter (#8977)
- feat: add doc display meta extension (#8953)

## Fix

- fix(blocks): incorrect image icon in keyboard tool panel (#8998)
- fix(inline): incorrect caret position in safari when using IME (#8993)
- fix(blocks): toolbar color should be light when app theme is light and edgeless theme is dark (#8996)
- fix: dnd in edgeless (#8995)
- fix: dnd status error (#8994)
- fix(blocks): the width of the card view is not fully filled (#8988)
- fix(blocks): prevent hiding keyboard when scrolling (#8989)

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

## 0.19.1

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

## 0.19.2

### Patch Changes

- bc04f27: ## Feat

- feat: support heading toggle (#8829)
- feat(blocks): add surface element plain text adapter (#8977)
- feat: add doc display meta extension (#8953)

## Fix

- fix(blocks): incorrect image icon in keyboard tool panel (#8998)
- fix(inline): incorrect caret position in safari when using IME (#8993)
- fix(blocks): toolbar color should be light when app theme is light and edgeless theme is dark (#8996)
- fix: dnd in edgeless (#8995)
- fix: dnd status error (#8994)
- fix(blocks): the width of the card view is not fully filled (#8988)
- fix(blocks): prevent hiding keyboard when scrolling (#8989)

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

## 0.19.1

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

## 0.19.2

### Patch Changes

- bc04f27: ## Feat

- feat: support heading toggle (#8829)
- feat(blocks): add surface element plain text adapter (#8977)
- feat: add doc display meta extension (#8953)

## Fix

- fix(blocks): incorrect image icon in keyboard tool panel (#8998)
- fix(inline): incorrect caret position in safari when using IME (#8993)
- fix(blocks): toolbar color should be light when app theme is light and edgeless theme is dark (#8996)
- fix: dnd in edgeless (#8995)
- fix: dnd status error (#8994)
- fix(blocks): the width of the card view is not fully filled (#8988)
- fix(blocks): prevent hiding keyboard when scrolling (#8989)

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

## 0.19.1

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

## 0.19.2

### Patch Changes

- bc04f27: ## Feat

- feat: support heading toggle (#8829)
- feat(blocks): add surface element plain text adapter (#8977)
- feat: add doc display meta extension (#8953)

## Fix

- fix(blocks): incorrect image icon in keyboard tool panel (#8998)
- fix(inline): incorrect caret position in safari when using IME (#8993)
- fix(blocks): toolbar color should be light when app theme is light and edgeless theme is dark (#8996)
- fix: dnd in edgeless (#8995)
- fix: dnd status error (#8994)
- fix(blocks): the width of the card view is not fully filled (#8988)
- fix(blocks): prevent hiding keyboard when scrolling (#8989)

- Updated dependencies [bc04f27]
- @blocksuite/affine-components@0.19.2
- @blocksuite/affine-shared@0.19.2
- @blocksuite/block-std@0.19.2
- @blocksuite/global@0.19.2
- @blocksuite/store@0.19.2

## 0.19.1

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

## 0.19.2

### Patch Changes

- bc04f27: ## Feat

- feat: support heading toggle (#8829)
- feat(blocks): add surface element plain text adapter (#8977)
- feat: add doc display meta extension (#8953)

## Fix

- fix(blocks): incorrect image icon in keyboard tool panel (#8998)
- fix(inline): incorrect caret position in safari when using IME (#8993)
- fix(blocks): toolbar color should be light when app theme is light and edgeless theme is dark (#8996)
- fix: dnd in edgeless (#8995)
- fix: dnd status error (#8994)
- fix(blocks): the width of the card view is not fully filled (#8988)
- fix(blocks): prevent hiding keyboard when scrolling (#8989)

- Updated dependencies [bc04f27]
- @blocksuite/block-std@0.19.2
- @blocksuite/global@0.19.2
- @blocksuite/inline@0.19.2
- @blocksuite/store@0.19.2

## 0.19.1

### 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.19.1",
"version": "0.19.2",
"description": "Models for BlockSuite in Affine.",
"type": "module",
"repository": {
Expand Down
Loading

0 comments on commit 437ab87

Please sign in to comment.