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 Dec 23, 2024
1 parent e26b885 commit 93356bc
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/brave-candles-approve.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

## 41.0.6

## 41.0.1

### Patch Changes
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": "41.0.1",
"version": "41.0.6",
"description": "Text AI plugin for Plate",
"keywords": [
"plate",
Expand Down Expand Up @@ -51,7 +51,7 @@
},
"dependencies": {
"@udecode/plate-markdown": "41.0.0",
"@udecode/plate-selection": "41.0.0",
"@udecode/plate-selection": "41.0.6",
"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

## 41.0.6

## 41.0.5

## 41.0.2
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": "41.0.5",
"version": "41.0.6",
"description": "Plate – a plugin system for slate",
"keywords": [
"contentEditable",
Expand Down Expand Up @@ -90,7 +90,7 @@
"@udecode/plate-reset-node": "41.0.0",
"@udecode/plate-resizable": "41.0.0",
"@udecode/plate-select": "41.0.0",
"@udecode/plate-selection": "41.0.0",
"@udecode/plate-selection": "41.0.6",
"@udecode/plate-slash-command": "41.0.0",
"@udecode/plate-suggestion": "41.0.0",
"@udecode/plate-tabbable": "41.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

## 41.0.6

### Patch Changes

- [#3905](https://github.com/udecode/plate/pull/3905) by [@felixfeng33](https://github.com/felixfeng33) – Fix the BlockSelection.removeNodes issue that incorrectly removes all nodes.

## 41.0.0

### Patch 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": "41.0.0",
"version": "41.0.6",
"description": "Plate selection plugins",
"keywords": [
"plate",
Expand Down

0 comments on commit 93356bc

Please sign in to comment.