Skip to content

Commit b5416ac

Browse files
Version Packages
1 parent 03708f9 commit b5416ac

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+103
-90
lines changed

.changeset/beige-scissors-complain.md

-5
This file was deleted.

.changeset/chilly-dolls-study copy.md

-5
This file was deleted.

.changeset/chilly-dolls-study.md

-6
This file was deleted.

.changeset/sour-cobras-tease.md

-5
This file was deleted.

packages/ai/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @udecode/plate-ai
22

3+
## 39.2.13
4+
5+
### Patch Changes
6+
7+
- [#3469](https://github.com/udecode/plate/pull/3469) by [@felixfeng33](https://github.com/felixfeng33) – First stable version
8+
39
## 39.2.12
410

511
## 39.2.10

packages/ai/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@udecode/plate-ai",
3-
"version": "39.2.12",
3+
"version": "39.2.13",
44
"description": "Text AI plugin for Plate",
55
"keywords": [
66
"plate",
@@ -59,7 +59,7 @@
5959
"ai": "^3.4.10"
6060
},
6161
"peerDependencies": {
62-
"@udecode/plate-common": ">=39.2.12",
62+
"@udecode/plate-common": ">=39.2.13",
6363
"react": ">=16.8.0",
6464
"react-dom": ">=16.8.0",
6565
"slate": ">=0.103.0",

packages/alignment/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@udecode/plate-common": "workspace:^"
5454
},
5555
"peerDependencies": {
56-
"@udecode/plate-common": ">=39.2.12",
56+
"@udecode/plate-common": ">=39.2.13",
5757
"react": ">=16.8.0",
5858
"react-dom": ">=16.8.0",
5959
"slate": ">=0.103.0",

packages/autoformat/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@udecode/plate-common": "workspace:^"
5757
},
5858
"peerDependencies": {
59-
"@udecode/plate-common": ">=39.2.12",
59+
"@udecode/plate-common": ">=39.2.13",
6060
"react": ">=16.8.0",
6161
"react-dom": ">=16.8.0",
6262
"slate": ">=0.103.0",

packages/basic-elements/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@udecode/plate-common": "workspace:^"
5959
},
6060
"peerDependencies": {
61-
"@udecode/plate-common": ">=39.2.12",
61+
"@udecode/plate-common": ">=39.2.13",
6262
"react": ">=16.8.0",
6363
"react-dom": ">=16.8.0",
6464
"slate": ">=0.103.0",

packages/basic-marks/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@udecode/plate-common": "workspace:^"
5353
},
5454
"peerDependencies": {
55-
"@udecode/plate-common": ">=39.2.12",
55+
"@udecode/plate-common": ">=39.2.13",
5656
"react": ">=16.8.0",
5757
"react-dom": ">=16.8.0",
5858
"slate": ">=0.103.0",

packages/block-quote/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@udecode/plate-common": "workspace:^"
5454
},
5555
"peerDependencies": {
56-
"@udecode/plate-common": ">=39.2.12",
56+
"@udecode/plate-common": ">=39.2.13",
5757
"react": ">=16.8.0",
5858
"react-dom": ">=16.8.0",
5959
"slate": ">=0.103.0",

packages/break/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@udecode/plate-common": "workspace:^"
5454
},
5555
"peerDependencies": {
56-
"@udecode/plate-common": ">=39.2.12",
56+
"@udecode/plate-common": ">=39.2.13",
5757
"react": ">=16.8.0",
5858
"react-dom": ">=16.8.0",
5959
"slate": ">=0.103.0",

packages/callout/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @udecode/plate-callout
22

3+
## 39.2.13
4+
5+
### Patch Changes
6+
7+
- [#3469](https://github.com/udecode/plate/pull/3469) by [@felixfeng33](https://github.com/felixfeng33)
8+
- Refactor to `useCalloutEmojiPicker`
9+
- Remove default variant
10+
311
## 39.2.0
412

513
### Minor Changes

packages/callout/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@udecode/plate-callout",
3-
"version": "39.2.0",
3+
"version": "39.2.13",
44
"description": "Callout plugin for Plate",
55
"keywords": [
66
"plate",
@@ -53,7 +53,7 @@
5353
"@udecode/plate-common": "workspace:^"
5454
},
5555
"peerDependencies": {
56-
"@udecode/plate-common": ">=39.2.12",
56+
"@udecode/plate-common": ">=39.2.13",
5757
"react": ">=16.8.0",
5858
"react-dom": ">=16.8.0",
5959
"slate": ">=0.103.0",

packages/caption/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@udecode/plate-common": "workspace:^"
5656
},
5757
"peerDependencies": {
58-
"@udecode/plate-common": ">=39.2.12",
58+
"@udecode/plate-common": ">=39.2.13",
5959
"react": ">=16.8.0",
6060
"react-dom": ">=16.8.0",
6161
"slate": ">=0.103.0",

packages/cloud/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@udecode/plate-common": "workspace:^"
5353
},
5454
"peerDependencies": {
55-
"@udecode/plate-common": ">=39.2.12",
55+
"@udecode/plate-common": ">=39.2.13",
5656
"react": ">=16.8.0",
5757
"react-dom": ">=16.8.0",
5858
"slate": ">=0.103.0",

packages/code-block/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"prismjs": "^1.29.0"
5555
},
5656
"peerDependencies": {
57-
"@udecode/plate-common": ">=39.2.12",
57+
"@udecode/plate-common": ">=39.2.13",
5858
"react": ">=16.8.0",
5959
"react-dom": ">=16.8.0",
6060
"slate": ">=0.103.0",

packages/combobox/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@udecode/plate-common": "workspace:^"
5454
},
5555
"peerDependencies": {
56-
"@udecode/plate-common": ">=39.2.12",
56+
"@udecode/plate-common": ">=39.2.13",
5757
"react": ">=16.8.0",
5858
"react-dom": ">=16.8.0",
5959
"slate": ">=0.103.0",

packages/comments/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@udecode/plate-common": "workspace:^"
5757
},
5858
"peerDependencies": {
59-
"@udecode/plate-common": ">=39.2.12",
59+
"@udecode/plate-common": ">=39.2.13",
6060
"react": ">=16.8.0",
6161
"react-dom": ">=16.8.0",
6262
"slate": ">=0.103.0",

packages/common/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @udecode/plate-common
22

3+
## 39.2.13
4+
35
## 39.2.12
46

57
## 39.2.1

packages/common/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@udecode/plate-common",
3-
"version": "39.2.12",
3+
"version": "39.2.13",
44
"description": "Plate common packages for plugins",
55
"keywords": [
66
"plate",
@@ -50,8 +50,8 @@
5050
"typecheck": "yarn p:typecheck"
5151
},
5252
"dependencies": {
53-
"@udecode/plate-core": "39.2.12",
54-
"@udecode/plate-utils": "39.2.12",
53+
"@udecode/plate-core": "39.2.13",
54+
"@udecode/plate-utils": "39.2.13",
5555
"@udecode/react-hotkeys": "37.0.0",
5656
"@udecode/react-utils": "39.0.0",
5757
"@udecode/slate": "39.2.1",

packages/core/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @udecode/plate-core
22

3+
## 39.2.13
4+
5+
### Patch Changes
6+
7+
- [#3469](https://github.com/udecode/plate/pull/3469) by [@felixfeng33](https://github.com/felixfeng33) – Fix `DefaultLeaf` and `DefaultElement` props
8+
39
## 39.2.12
410

511
### Patch Changes

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@udecode/plate-core",
3-
"version": "39.2.12",
3+
"version": "39.2.13",
44
"description": "The core of Plate – a plugin system for slate",
55
"keywords": [
66
"contentEditable",

packages/csv/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@udecode/plate-common": "workspace:^"
5555
},
5656
"peerDependencies": {
57-
"@udecode/plate-common": ">=39.2.12",
57+
"@udecode/plate-common": ">=39.2.13",
5858
"react": ">=16.8.0",
5959
"react-dom": ">=16.8.0",
6060
"slate": ">=0.103.0",

packages/cursor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@udecode/plate-common": "workspace:^"
4848
},
4949
"peerDependencies": {
50-
"@udecode/plate-common": ">=39.2.12",
50+
"@udecode/plate-common": ">=39.2.13",
5151
"react": ">=16.8.0",
5252
"react-dom": ">=16.8.0",
5353
"slate": ">=0.103.0",

packages/date/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@udecode/plate-common": "workspace:^"
5454
},
5555
"peerDependencies": {
56-
"@udecode/plate-common": ">=39.2.12",
56+
"@udecode/plate-common": ">=39.2.13",
5757
"react": ">=16.8.0",
5858
"react-dom": ">=16.8.0",
5959
"slate": ">=0.94.0",

packages/diff/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@udecode/plate-common": "workspace:^"
5151
},
5252
"peerDependencies": {
53-
"@udecode/plate-common": ">=39.2.12",
53+
"@udecode/plate-common": ">=39.2.13",
5454
"react": ">=16.8.0",
5555
"react-dom": ">=16.8.0",
5656
"slate": ">=0.103.0",

packages/dnd/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@udecode/plate-common": "workspace:^"
5252
},
5353
"peerDependencies": {
54-
"@udecode/plate-common": ">=39.2.12",
54+
"@udecode/plate-common": ">=39.2.13",
5555
"react": ">=16.8.0",
5656
"react-dnd": ">=14.0.0",
5757
"react-dnd-html5-backend": ">=14.0.0",

packages/docx/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @udecode/plate-docx-serializer
22

3+
## 39.2.13
4+
35
## 39.2.4
46

57
## 39.2.0

packages/docx/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@udecode/plate-docx",
3-
"version": "39.2.4",
3+
"version": "39.2.13",
44
"description": "Docx serializer plugin for Plate",
55
"keywords": [
66
"docx",
@@ -49,15 +49,15 @@
4949
"@udecode/plate-heading": "39.0.0",
5050
"@udecode/plate-indent": "39.0.0",
5151
"@udecode/plate-indent-list": "39.1.10",
52-
"@udecode/plate-media": "39.2.4",
52+
"@udecode/plate-media": "39.2.13",
5353
"@udecode/plate-table": "39.1.6",
5454
"validator": "^13.12.0"
5555
},
5656
"devDependencies": {
5757
"@udecode/plate-common": "workspace:^"
5858
},
5959
"peerDependencies": {
60-
"@udecode/plate-common": ">=39.2.12",
60+
"@udecode/plate-common": ">=39.2.13",
6161
"react": ">=16.8.0",
6262
"react-dom": ">=16.8.0",
6363
"slate": ">=0.103.0",

packages/emoji/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@udecode/plate-common": "workspace:^"
5858
},
5959
"peerDependencies": {
60-
"@udecode/plate-common": ">=39.2.12",
60+
"@udecode/plate-common": ">=39.2.13",
6161
"react": ">=16.8.0",
6262
"react-dom": ">=16.8.0",
6363
"slate": ">=0.103.0",

packages/excalidraw/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@udecode/plate-common": "workspace:^"
5757
},
5858
"peerDependencies": {
59-
"@udecode/plate-common": ">=39.2.12",
59+
"@udecode/plate-common": ">=39.2.13",
6060
"react": ">=16.8.0",
6161
"react-dom": ">=16.8.0",
6262
"slate": ">=0.103.0",

packages/find-replace/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@udecode/plate-common": "workspace:^"
4848
},
4949
"peerDependencies": {
50-
"@udecode/plate-common": ">=39.2.12",
50+
"@udecode/plate-common": ">=39.2.13",
5151
"react": ">=16.8.0",
5252
"react-dom": ">=16.8.0",
5353
"slate": ">=0.103.0",

packages/floating/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@udecode/plate-common": "workspace:^"
5252
},
5353
"peerDependencies": {
54-
"@udecode/plate-common": ">=39.2.12",
54+
"@udecode/plate-common": ">=39.2.13",
5555
"react": ">=16.8.0",
5656
"react-dom": ">=16.8.0",
5757
"slate": ">=0.103.0",

packages/font/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@udecode/plate-common": "workspace:^"
5757
},
5858
"peerDependencies": {
59-
"@udecode/plate-common": ">=39.2.12",
59+
"@udecode/plate-common": ">=39.2.13",
6060
"react": ">=16.8.0",
6161
"react-dom": ">=16.8.0",
6262
"slate": ">=0.103.0",

packages/heading/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@udecode/plate-common": "workspace:^"
5454
},
5555
"peerDependencies": {
56-
"@udecode/plate-common": ">=39.2.12",
56+
"@udecode/plate-common": ">=39.2.13",
5757
"react": ">=16.8.0",
5858
"react-dom": ">=16.8.0",
5959
"slate": ">=0.103.0",

packages/highlight/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@udecode/plate-common": "workspace:^"
5454
},
5555
"peerDependencies": {
56-
"@udecode/plate-common": ">=39.2.12",
56+
"@udecode/plate-common": ">=39.2.13",
5757
"react": ">=16.8.0",
5858
"react-dom": ">=16.8.0",
5959
"slate": ">=0.103.0",

packages/horizontal-rule/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@udecode/plate-common": "workspace:^"
5454
},
5555
"peerDependencies": {
56-
"@udecode/plate-common": ">=39.2.12",
56+
"@udecode/plate-common": ">=39.2.13",
5757
"react": ">=16.8.0",
5858
"react-dom": ">=16.8.0",
5959
"slate": ">=0.103.0",

packages/html/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@udecode/plate-common": "workspace:^"
6060
},
6161
"peerDependencies": {
62-
"@udecode/plate-common": ">=39.2.12",
62+
"@udecode/plate-common": ">=39.2.13",
6363
"react": ">=16.8.0",
6464
"react-dom": ">=16.8.0",
6565
"slate": ">=0.103.0",

packages/indent-list/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@udecode/plate-common": "workspace:^"
5959
},
6060
"peerDependencies": {
61-
"@udecode/plate-common": ">=39.2.12",
61+
"@udecode/plate-common": ">=39.2.13",
6262
"react": ">=16.8.0",
6363
"react-dom": ">=16.8.0",
6464
"slate": ">=0.103.0",

0 commit comments

Comments
 (0)