Skip to content

Commit

Permalink
Merge pull request #3776 from udecode/changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfeng33 authored Nov 16, 2024
2 parents 1e86f47 + 7f2134e commit 40abfeb
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/polite-dingos-itch.md

This file was deleted.

2 changes: 2 additions & 0 deletions packages/ai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @udecode/plate-ai

## 40.1.0

## 40.0.5

## 40.0.4
Expand Down
4 changes: 2 additions & 2 deletions packages/ai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-ai",
"version": "40.0.5",
"version": "40.1.0",
"description": "Text AI plugin for Plate",
"keywords": [
"plate",
Expand Down Expand Up @@ -51,7 +51,7 @@
},
"dependencies": {
"@udecode/plate-markdown": "40.0.5",
"@udecode/plate-selection": "40.0.0",
"@udecode/plate-selection": "40.1.0",
"lodash": "^4.17.21"
},
"devDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions packages/plate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @udecode/plate

## 40.1.0

## 40.0.5

## 40.0.4
Expand Down
4 changes: 2 additions & 2 deletions packages/plate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate",
"version": "40.0.5",
"version": "40.1.0",
"description": "Plate – a plugin system for slate",
"keywords": [
"contentEditable",
Expand Down Expand Up @@ -91,7 +91,7 @@
"@udecode/plate-reset-node": "40.0.0",
"@udecode/plate-resizable": "40.0.0",
"@udecode/plate-select": "40.0.0",
"@udecode/plate-selection": "40.0.0",
"@udecode/plate-selection": "40.1.0",
"@udecode/plate-slash-command": "40.0.0",
"@udecode/plate-suggestion": "40.0.0",
"@udecode/plate-tabbable": "40.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/selection/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @udecode/plate-selection

## 40.1.0

### Minor Changes

- [#3774](https://github.com/udecode/plate/pull/3774) by [@felixfeng33](https://github.com/felixfeng33) – Fix the issue of slow scrolling speed when the cursor is at the bottom.(areaOption needs to be removed to fix the issue.)
If there are no special requirements, there is no need to pass areaOptions; the default configuration is the optimal one.

## 40.0.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/selection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-selection",
"version": "40.0.0",
"version": "40.1.0",
"description": "Plate selection plugins",
"keywords": [
"plate",
Expand Down

0 comments on commit 40abfeb

Please sign in to comment.