Skip to content
Open
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/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.

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

## 53.3.3

## 53.2.4

### 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.2.4",
"version": "53.3.3",
"description": "The core of Plate – a plugin system for slate",
"keywords": [
"contentEditable",
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.3

### Patch Changes

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

## 53.2.4

### 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.2.4",
"version": "53.3.3",
"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.3

### Patch Changes

- [`279fdae`](https://github.com/udecode/plate/commit/279fdae77739b0c549dc2c6d9c65b4512c62d9ce) 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 Move the slate-react note to @platejs/core

This release note is attached to @platejs/slate, but the dependency update it describes is in packages/core/package.json (slate-react), while @platejs/slate does not depend on slate-react at all. When publishing 53.3.3, @platejs/core gets the runtime dependency change with an empty changelog and @platejs/slate advertises a change it does not ship, so consumers looking at package-specific release notes are pointed at the wrong package.

Useful? React with 👍 / 👎.


## 53.0.7

### 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.0.7",
"version": "53.3.3",
"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.3

## 53.0.7

## 53.0.5
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.0.7",
"version": "53.3.3",
"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.3

### Patch Changes

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

## 53.2.4

### 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.2.4",
"version": "53.3.3",
"description": "Plate utils",
"keywords": [
"plate",
Expand Down
Loading