Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 28, 2024
1 parent 8821d9b commit 6d26bb0
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/empty-keys-pull.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.2.9

## 40.2.2

## 40.1.0
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.2.2",
"version": "40.2.9",
"description": "Text AI plugin for Plate",
"keywords": [
"plate",
Expand Down Expand Up @@ -51,7 +51,7 @@
},
"dependencies": {
"@udecode/plate-markdown": "40.2.2",
"@udecode/plate-selection": "40.1.0",
"@udecode/plate-selection": "40.2.9",
"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.2.9

## 40.2.8

## 40.2.7
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.2.8",
"version": "40.2.9",
"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.1.0",
"@udecode/plate-selection": "40.2.9",
"@udecode/plate-slash-command": "40.0.0",
"@udecode/plate-suggestion": "40.2.8",
"@udecode/plate-tabbable": "40.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/selection/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @udecode/plate-selection

## 40.2.9

### Patch Changes

- [#3821](https://github.com/udecode/plate/pull/3821) by [@felixfeng33](https://github.com/felixfeng33) – Add `delay` in addSelectedRow option

## 40.1.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.1.0",
"version": "40.2.9",
"description": "Plate selection plugins",
"keywords": [
"plate",
Expand Down

0 comments on commit 6d26bb0

Please sign in to comment.