Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/preserve-docx-equation-output.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/preserve-static-html-escaping.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slate.md

This file was deleted.

21 changes: 19 additions & 2 deletions apps/www/src/generated/release-index.json

Large diffs are not rendered by default.

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

## 53.3.10

### Patch Changes

- [`1af4d23`](https://github.com/udecode/plate/commit/1af4d239b36642e94b222e18f17f2851a9cd65b3) by [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D) – Preserve HTML escaping when serializing editor content

## 53.3.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platejs/core",
"version": "53.3.9",
"version": "53.3.10",
"description": "The core of Plate – a plugin system for slate",
"keywords": [
"contentEditable",
Expand Down
6 changes: 6 additions & 0 deletions packages/docx-io/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @platejs/docx-io

## 53.3.10

### Patch Changes

- [`dfe6805`](https://github.com/udecode/plate/commit/dfe680559e9167b0e8aaf462488467783d4abc5b) by [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D) – Preserve equation output while ignoring unrelated XML

## 53.3.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/docx-io/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platejs/docx-io",
"version": "53.3.2",
"version": "53.3.10",
"description": "DOCX import/export for Plate - file-based document conversion",
"keywords": [
"docx",
Expand Down Expand Up @@ -65,7 +65,7 @@
"peerDependencies": {
"@platejs/docx": ">=53.0.0",
"@platejs/markdown": ">=53.0.0",
"platejs": ">=53.0.0",
"platejs": ">=53.3.10",
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/plate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# platejs

## 53.3.10

### Patch Changes

- Updated `@platejs/core`, `@platejs/slate`, `@platejs/utils`.

## 53.3.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "platejs",
"version": "53.3.9",
"version": "53.3.10",
"description": "Plate – a framework for building rich text editors on the web",
"keywords": [
"contentEditable",
Expand Down
6 changes: 6 additions & 0 deletions packages/slate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @udecode/slate

## 53.3.10

### Patch Changes

- [`12a034f`](https://github.com/udecode/plate/commit/12a034f7cfe698cc020fade0d4849373d6faa065) by [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D) – Updated `slate-react`.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Attribute the Slate React update to core

For users reading the 53.3.10 release notes, this assigns the dependency update to the wrong package: commit 12a034f changes slate-react only in packages/core/package.json, while @platejs/slate does not depend on slate-react. Consequently, Slate advertises a nonexistent change and Core's 53.3.10 changelog is blank despite containing the actual update. Regenerate the release from an @platejs/core changeset so the published notes identify the package users must upgrade. .agents/rules/changeset.mdcL7-L9

Useful? React with 👍 / 👎.


## 53.3.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/slate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platejs/slate",
"version": "53.3.5",
"version": "53.3.10",
"description": "Slate extension",
"keywords": [
"slate"
Expand Down
2 changes: 2 additions & 0 deletions packages/test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @platejs/test-utils

## 53.3.10

## 53.3.5

## 53.3.4
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platejs/test-utils",
"version": "53.3.5",
"version": "53.3.10",
"description": "Testing utilities for Plate",
"keywords": [
"plate",
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @platejs/utils

## 53.3.10

### Patch Changes

- Updated `@platejs/core`, `@platejs/slate`.

## 53.3.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platejs/utils",
"version": "53.3.9",
"version": "53.3.10",
"description": "Plate utils",
"keywords": [
"plate",
Expand Down
Loading