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 Oct 19, 2024
1 parent ab98482 commit 1e7b565
Show file tree
Hide file tree
Showing 22 changed files with 57 additions and 46 deletions.
5 changes: 0 additions & 5 deletions .changeset/curvy-mice-relate.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/eight-gorillas-teach.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-spoons-float.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-socks-know.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-months-report.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-cobras-tease.md

This file was deleted.

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

## 39.2.0

### Minor Changes

- [#3644](https://github.com/udecode/plate/pull/3644) by [@felixfeng33](https://github.com/felixfeng33) – Add `AIPlugin`, `CopilotPlugin`

## 39.1.5

## 39.1.4
Expand Down
6 changes: 3 additions & 3 deletions packages/ai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-ai",
"version": "39.1.5",
"version": "39.2.0",
"description": "Text AI plugin for Plate",
"keywords": [
"plate",
Expand Down Expand Up @@ -51,8 +51,8 @@
},
"dependencies": {
"@udecode/plate-combobox": "39.0.0",
"@udecode/plate-markdown": "39.1.5",
"@udecode/plate-selection": "39.1.4",
"@udecode/plate-markdown": "39.2.0",
"@udecode/plate-selection": "39.2.0",
"ai": "^3.4.10",
"lodash": "^4.17.21"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/callout/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @udecode/plate-callout

## 39.2.0

### Minor Changes

- [#3644](https://github.com/udecode/plate/pull/3644) by [@felixfeng33](https://github.com/felixfeng33) – Add `editor.tf.insert.callout`

## 39.0.0

## 38.0.1
Expand Down
2 changes: 1 addition & 1 deletion packages/callout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-callout",
"version": "39.0.0",
"version": "39.2.0",
"description": "Callout plugin for Plate",
"keywords": [
"plate",
Expand Down
2 changes: 2 additions & 0 deletions packages/docx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @udecode/plate-docx-serializer

## 39.2.0

## 39.1.10

## 39.1.6
Expand Down
4 changes: 2 additions & 2 deletions packages/docx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-docx",
"version": "39.1.10",
"version": "39.2.0",
"description": "Docx serializer plugin for Plate",
"keywords": [
"docx",
Expand Down Expand Up @@ -49,7 +49,7 @@
"@udecode/plate-heading": "39.0.0",
"@udecode/plate-indent": "39.0.0",
"@udecode/plate-indent-list": "39.1.10",
"@udecode/plate-media": "39.0.0",
"@udecode/plate-media": "39.2.0",
"@udecode/plate-table": "39.1.6",
"validator": "^13.12.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @udecode/plate-md-serializer

## 39.2.0

### Minor Changes

- [#3644](https://github.com/udecode/plate/pull/3644) by [@felixfeng33](https://github.com/felixfeng33) – Add `deserializeInlineMd`, `serializeInlineMd`, `stripMarkdownBlocks`, `stripMarkdownInline`

## 39.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-markdown",
"version": "39.1.5",
"version": "39.2.0",
"description": "Markdown serializer plugin for Plate",
"keywords": [
"markdown",
Expand Down
6 changes: 6 additions & 0 deletions packages/math/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @udecode/plate-math

## 39.2.0

### Minor Changes

- [#3644](https://github.com/udecode/plate/pull/3644) by [@felixfeng33](https://github.com/felixfeng33) – Add `editor.tf.insert.equation`, `editor.tf.insert.inlineEquation`

## 39.1.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/math/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-math",
"version": "39.1.8",
"version": "39.2.0",
"description": "Math plugin for Plate",
"keywords": [
"plate",
Expand Down
6 changes: 6 additions & 0 deletions packages/media/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @udecode/plate-media

## 39.2.0

### Minor Changes

- [#3644](https://github.com/udecode/plate/pull/3644) by [@felixfeng33](https://github.com/felixfeng33) – Add `editor.tf.insert.audioPlaceholder`, `editor.tf.insert.filePlaceholder`, `editor.tf.insert.imagePlaceholder`, `editor.tf.insert.videoPlaceholder`

## 39.0.0

## 38.0.6
Expand Down
2 changes: 1 addition & 1 deletion packages/media/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-media",
"version": "39.0.0",
"version": "39.2.0",
"description": "Plate Media plugin",
"keywords": [
"plate",
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

## 39.2.0

## 39.1.10

## 39.1.9
Expand Down
10 changes: 5 additions & 5 deletions packages/plate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate",
"version": "39.1.10",
"version": "39.2.0",
"description": "Plate – a plugin system for slate",
"keywords": [
"contentEditable",
Expand Down Expand Up @@ -68,7 +68,7 @@
"@udecode/plate-common": "39.1.8",
"@udecode/plate-csv": "39.1.6",
"@udecode/plate-diff": "39.0.0",
"@udecode/plate-docx": "39.1.10",
"@udecode/plate-docx": "39.2.0",
"@udecode/plate-find-replace": "39.0.0",
"@udecode/plate-floating": "39.1.6",
"@udecode/plate-font": "39.0.0",
Expand All @@ -83,15 +83,15 @@
"@udecode/plate-line-height": "39.0.0",
"@udecode/plate-link": "39.1.9",
"@udecode/plate-list": "39.0.0",
"@udecode/plate-markdown": "39.1.5",
"@udecode/plate-media": "39.0.0",
"@udecode/plate-markdown": "39.2.0",
"@udecode/plate-media": "39.2.0",
"@udecode/plate-mention": "39.0.0",
"@udecode/plate-node-id": "39.0.0",
"@udecode/plate-normalizers": "39.0.0",
"@udecode/plate-reset-node": "39.0.0",
"@udecode/plate-resizable": "39.1.6",
"@udecode/plate-select": "39.0.0",
"@udecode/plate-selection": "39.1.4",
"@udecode/plate-selection": "39.2.0",
"@udecode/plate-slash-command": "39.0.0",
"@udecode/plate-suggestion": "39.0.0",
"@udecode/plate-tabbable": "39.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/selection/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @udecode/plate-selection

## 39.2.0

### Minor Changes

- [#3644](https://github.com/udecode/plate/pull/3644) by [@felixfeng33](https://github.com/felixfeng33)
- Add `editor.tf.setBlockSelectionIndent` `editor.tf.insertBlocksAndSelect`
- `BlockMenuPlugin`: Now when the left mouse button is clicked and the menu is open, the default event will not be prevented.

## 39.1.4

### 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": "39.1.4",
"version": "39.2.0",
"description": "Plate React plugin to add a visual way of selecting blocks",
"keywords": [
"plate",
Expand Down

0 comments on commit 1e7b565

Please sign in to comment.