Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Release] Version packages #2869

Merged
merged 1 commit into from
Jan 8, 2024
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/good-cats-scream.md

This file was deleted.

20 changes: 0 additions & 20 deletions .changeset/late-bags-mix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-poems-marry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-mugs-shake.md

This file was deleted.

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

## 30.0.0

## 29.1.0

## 29.0.1
Expand Down
4 changes: 2 additions & 2 deletions packages/alignment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-alignment",
"version": "29.1.0",
"version": "30.0.0",
"description": "Text alignment plugin for Plate",
"license": "MIT",
"homepage": "https://platejs.org",
Expand Down Expand Up @@ -39,7 +39,7 @@
"typecheck": "yarn p:typecheck"
},
"dependencies": {
"@udecode/plate-common": "29.1.0"
"@udecode/plate-common": "30.0.0"
},
"peerDependencies": {
"react": ">=16.8.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/autoformat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @udecode/plate-autoformat

## 30.0.0

## 29.1.0

## 29.0.1
Expand Down
4 changes: 2 additions & 2 deletions packages/autoformat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-autoformat",
"version": "29.1.0",
"version": "30.0.0",
"description": "Autoformatting plugin for Plate",
"license": "MIT",
"homepage": "https://platejs.org",
Expand Down Expand Up @@ -39,7 +39,7 @@
"typecheck": "yarn p:typecheck"
},
"dependencies": {
"@udecode/plate-common": "29.1.0",
"@udecode/plate-common": "30.0.0",
"lodash": "^4.17.21"
},
"peerDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions packages/basic-elements/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @udecode/plate-basic-elements

## 30.0.0

## 29.1.0

## 29.0.1
Expand Down
12 changes: 6 additions & 6 deletions packages/basic-elements/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-basic-elements",
"version": "29.1.0",
"version": "30.0.0",
"description": "Basic elements plugin for Plate",
"license": "MIT",
"homepage": "https://platejs.org",
Expand Down Expand Up @@ -39,11 +39,11 @@
"typecheck": "yarn p:typecheck"
},
"dependencies": {
"@udecode/plate-block-quote": "29.1.0",
"@udecode/plate-code-block": "29.1.0",
"@udecode/plate-common": "29.1.0",
"@udecode/plate-heading": "29.1.0",
"@udecode/plate-paragraph": "29.1.0"
"@udecode/plate-block-quote": "30.0.0",
"@udecode/plate-code-block": "30.0.0",
"@udecode/plate-common": "30.0.0",
"@udecode/plate-heading": "30.0.0",
"@udecode/plate-paragraph": "30.0.0"
},
"peerDependencies": {
"react": ">=16.8.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/basic-marks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @udecode/plate-basic-marks

## 30.0.0

## 29.1.0

## 29.0.1
Expand Down
4 changes: 2 additions & 2 deletions packages/basic-marks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-basic-marks",
"version": "29.1.0",
"version": "30.0.0",
"description": "Basic marks plugin for Plate",
"license": "MIT",
"homepage": "https://platejs.org",
Expand Down Expand Up @@ -38,7 +38,7 @@
"typecheck": "yarn p:typecheck"
},
"dependencies": {
"@udecode/plate-common": "29.1.0"
"@udecode/plate-common": "30.0.0"
},
"peerDependencies": {
"react": ">=16.8.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/block-quote/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @udecode/plate-block-quote

## 30.0.0

## 29.1.0

## 29.0.1
Expand Down
4 changes: 2 additions & 2 deletions packages/block-quote/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-block-quote",
"version": "29.1.0",
"version": "30.0.0",
"description": "Block quote plugin for Plate",
"license": "MIT",
"homepage": "https://platejs.org",
Expand Down Expand Up @@ -39,7 +39,7 @@
"typecheck": "yarn p:typecheck"
},
"dependencies": {
"@udecode/plate-common": "29.1.0"
"@udecode/plate-common": "30.0.0"
},
"peerDependencies": {
"react": ">=16.8.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/break/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @udecode/plate-break

## 30.0.0

## 29.1.0

## 29.0.1
Expand Down
4 changes: 2 additions & 2 deletions packages/break/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-break",
"version": "29.1.0",
"version": "30.0.0",
"description": "Insert break plugins for Plate",
"license": "MIT",
"homepage": "https://platejs.org",
Expand Down Expand Up @@ -39,7 +39,7 @@
"typecheck": "yarn p:typecheck"
},
"dependencies": {
"@udecode/plate-common": "29.1.0"
"@udecode/plate-common": "30.0.0"
},
"peerDependencies": {
"react": ">=16.8.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/caption/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @udecode/plate-caption

## 30.0.0

## 29.1.0

## 29.0.1
Expand Down
4 changes: 2 additions & 2 deletions packages/caption/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-caption",
"version": "29.1.0",
"version": "30.0.0",
"description": "Primitive components for caption.",
"license": "MIT",
"homepage": "https://platejs.org",
Expand Down Expand Up @@ -39,7 +39,7 @@
"typecheck": "yarn p:typecheck"
},
"dependencies": {
"@udecode/plate-common": "29.1.0",
"@udecode/plate-common": "30.0.0",
"react-textarea-autosize": "^8.5.2"
},
"peerDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions packages/cloud/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @udecode/plate-cloud

## 30.0.0

## 29.1.0

## 29.0.1
Expand Down
4 changes: 2 additions & 2 deletions packages/cloud/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-cloud",
"version": "29.1.0",
"version": "30.0.0",
"description": "Plate plugin to add cloud based image and attachment uploads",
"license": "MIT",
"homepage": "https://platejs.org",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@portive/client": "10.0.3",
"@udecode/plate-common": "29.1.0",
"@udecode/plate-common": "30.0.0",
"delay": "5.0.0",
"p-defer": "^3.0.0"
},
Expand Down
2 changes: 2 additions & 0 deletions packages/code-block/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @udecode/plate-code-block

## 30.0.0

## 29.1.0

## 29.0.1
Expand Down
4 changes: 2 additions & 2 deletions packages/code-block/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-code-block",
"version": "29.1.0",
"version": "30.0.0",
"description": "Code block plugin for Plate",
"license": "MIT",
"homepage": "https://platejs.org",
Expand Down Expand Up @@ -39,7 +39,7 @@
"typecheck": "yarn p:typecheck"
},
"dependencies": {
"@udecode/plate-common": "29.1.0",
"@udecode/plate-common": "30.0.0",
"prismjs": "^1.29.0"
},
"peerDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions packages/combobox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @udecode/plate-combobox

## 30.0.0

## 29.1.0

## 29.0.1
Expand Down
4 changes: 2 additions & 2 deletions packages/combobox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-combobox",
"version": "29.1.0",
"version": "30.0.0",
"description": "Combobox for Plate",
"license": "MIT",
"homepage": "https://platejs.org",
Expand Down Expand Up @@ -39,7 +39,7 @@
"typecheck": "yarn p:typecheck"
},
"dependencies": {
"@udecode/plate-common": "29.1.0",
"@udecode/plate-common": "30.0.0",
"downshift": "^6.1.12"
},
"peerDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions packages/comments/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @udecode/plate-comments

## 30.0.0

## 29.1.0

## 29.0.1
Expand Down
4 changes: 2 additions & 2 deletions packages/comments/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-comments",
"version": "29.1.0",
"version": "30.0.0",
"description": "Plate plugin for comments",
"license": "MIT",
"homepage": "https://platejs.org",
Expand Down Expand Up @@ -39,7 +39,7 @@
"typecheck": "yarn p:typecheck"
},
"dependencies": {
"@udecode/plate-common": "29.1.0",
"@udecode/plate-common": "30.0.0",
"lodash": "^4.17.21"
},
"peerDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @udecode/plate-common

## 30.0.0

## 29.1.0

## 29.0.1
Expand Down
6 changes: 3 additions & 3 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-common",
"version": "29.1.0",
"version": "30.0.0",
"description": "Plate common packages for plugins",
"license": "MIT",
"homepage": "https://platejs.org",
Expand Down Expand Up @@ -39,8 +39,8 @@
"typecheck": "yarn p:typecheck"
},
"dependencies": {
"@udecode/plate-core": "29.1.0",
"@udecode/plate-utils": "29.1.0",
"@udecode/plate-core": "30.0.0",
"@udecode/plate-utils": "30.0.0",
"@udecode/react-utils": "29.0.1",
"@udecode/slate": "25.0.0",
"@udecode/slate-react": "29.0.1",
Expand Down
24 changes: 24 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @udecode/plate-core

## 30.0.0

### Minor Changes

- [#2867](https://github.com/udecode/plate/pull/2867) by [@12joan](https://github.com/12joan) – Export `atom` from `jotai`

- [#2859](https://github.com/udecode/plate/pull/2859) by [@12joan](https://github.com/12joan) –
- Introduce `PlateController` as a way of accessing the active editor from an ancestor or sibling of `Plate` (see [Accessing the Editor](https://platejs.org/docs/accessing-editor#from-a-sibling-or-ancestor-of-plate)).
- Add `primary` prop to `Plate` (default true)
- Add `isFallback` to `editor` instance (default false)
- The following hooks now throw a runtime error when used outside of either a `Plate` or `PlateController`, and accept a `debugHookName` option to customize this error message:
- `useIncrementVersion`
- `useRedecorate`
- `useReplaceEditor`
- `useEditorMounted` (new)
- `useEditorReadOnly`
- `useEditorRef`
- `useEdtiorSelection`
- `useEditorSelector`
- `useEditorState`
- `useEditorVersion`
- `useSelectionVersion`
- Change the default `id` of a `Plate` editor from `'plate'` to a random value generated with `nanoid/non-secure`

## 29.1.0

### 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": "@udecode/plate-core",
"version": "29.1.0",
"version": "30.0.0",
"description": "The core architecture of Plate – a plugin system for slate",
"license": "MIT",
"homepage": "https://platejs.org",
Expand Down
2 changes: 2 additions & 0 deletions packages/cursor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @udecode/plate-cursor

## 30.0.0

## 29.1.0

## 29.0.1
Expand Down
Loading