Skip to content

Commit a2db52d

Browse files
authored
Merge pull request #4242 from udecode/changeset-release/main
[Release] Version packages
2 parents 09c0ae0 + ef9070b commit a2db52d

9 files changed

Lines changed: 20 additions & 19 deletions

File tree

.changeset/khaki-lions-pretend.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/poor-jobs-ring.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/thin-garlics-pump.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/ai/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @udecode/plate-ai
22

3+
## 47.2.1
4+
35
## 47.2.0
46

57
### Patch Changes

packages/ai/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@udecode/plate-ai",
3-
"version": "47.2.0",
3+
"version": "47.2.1",
44
"description": "Text AI plugin for Plate",
55
"keywords": [
66
"plate",
@@ -50,7 +50,7 @@
5050
"typecheck": "yarn p:typecheck"
5151
},
5252
"dependencies": {
53-
"@udecode/plate-markdown": "47.2.0",
53+
"@udecode/plate-markdown": "47.2.1",
5454
"@udecode/plate-selection": "47.0.8",
5555
"lodash": "^4.17.21"
5656
},

packages/link/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @udecode/plate-link
22

3+
## 47.2.1
4+
5+
### Patch Changes
6+
7+
- [#4241](https://github.com/udecode/plate/pull/4241) by [@iamdustan](https://github.com/iamdustan) – Fixes #3156: LinkPlugin having a `target` attribute.
8+
39
## 44.0.4
410

511
### Patch Changes

packages/link/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@udecode/plate-link",
3-
"version": "44.0.4",
3+
"version": "47.2.1",
44
"description": "Link plugin for Plate",
55
"keywords": [
66
"plate",

packages/markdown/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @udecode/plate-markdown
22

3+
## 47.2.1
4+
5+
### Patch Changes
6+
7+
- [#4224](https://github.com/udecode/plate/pull/4224) by [@martin-lysk](https://github.com/martin-lysk) – Fix overlapping inline formatting
8+
9+
- [#4243](https://github.com/udecode/plate/pull/4243) by [@martin-lysk](https://github.com/martin-lysk) – Fix formatted empty paragraph
10+
311
## 47.2.0
412

513
### Minor Changes

packages/markdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@udecode/plate-markdown",
3-
"version": "47.2.0",
3+
"version": "47.2.1",
44
"description": "Markdown serializer plugin for Plate",
55
"keywords": [
66
"markdown",

0 commit comments

Comments
 (0)