Skip to content

Commit

Permalink
Version Packages (#2177)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Feb 1, 2023
1 parent b42d095 commit 558e52e
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 14 deletions.
6 changes: 0 additions & 6 deletions .changeset/selfish-humans-clap.md

This file was deleted.

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

## 19.4.0

## 19.3.0

## 19.2.0
Expand Down
4 changes: 2 additions & 2 deletions packages/headless/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-headless",
"version": "19.3.0",
"version": "19.4.0",
"description": "Plate – a plugin system for slate",
"license": "MIT",
"homepage": "https://plate.udecode.io",
Expand Down Expand Up @@ -53,7 +53,7 @@
"@udecode/plate-serializer-csv": "19.3.0",
"@udecode/plate-serializer-docx": "19.3.0",
"@udecode/plate-serializer-html": "19.2.0",
"@udecode/plate-serializer-md": "19.3.0",
"@udecode/plate-serializer-md": "19.4.0",
"@udecode/plate-table": "19.3.0",
"@udecode/plate-trailing-block": "19.2.0"
},
Expand Down
2 changes: 2 additions & 0 deletions packages/plate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @udecode/plate

## 19.4.0

## 19.3.0

## 19.2.0
Expand Down
6 changes: 3 additions & 3 deletions packages/plate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate",
"version": "19.3.0",
"version": "19.4.0",
"description": "Plate – a plugin system for slate",
"license": "MIT",
"homepage": "https://plate.udecode.io",
Expand All @@ -19,8 +19,8 @@
],
"types": "dist/index.d.ts",
"dependencies": {
"@udecode/plate-headless": "19.3.0",
"@udecode/plate-ui": "19.3.0"
"@udecode/plate-headless": "19.4.0",
"@udecode/plate-ui": "19.4.0"
},
"peerDependencies": {
"react": ">=16.8.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/serializers/md/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @udecode/plate-md-serializer

## 19.4.0

### Minor Changes

- [#2175](https://github.com/udecode/plate/pull/2175) by [@12joan](https://github.com/12joan)
- Plugin can now be customised using `elementRules` and `textRules` options
- Various fixes

## 19.3.0

## 19.2.0
Expand Down
2 changes: 1 addition & 1 deletion packages/serializers/md/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-serializer-md",
"version": "19.3.0",
"version": "19.4.0",
"description": "Markdown serializer plugin for Plate",
"license": "MIT",
"homepage": "https://plate.udecode.io",
Expand Down
2 changes: 2 additions & 0 deletions packages/ui/plate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @udecode/plate-ui

## 19.4.0

## 19.3.0

## 19.2.0
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/plate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-ui",
"version": "19.3.0",
"version": "19.4.0",
"description": "Plate UI",
"license": "MIT",
"homepage": "https://plate.udecode.io",
Expand All @@ -19,7 +19,7 @@
],
"types": "dist/index.d.ts",
"dependencies": {
"@udecode/plate-headless": "19.3.0",
"@udecode/plate-headless": "19.4.0",
"@udecode/plate-styled-components": "19.2.0",
"@udecode/plate-ui-alignment": "19.2.0",
"@udecode/plate-ui-block-quote": "19.2.0",
Expand Down

2 comments on commit 558e52e

@vercel
Copy link

@vercel vercel bot commented on 558e52e Feb 1, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

plate-examples – ./

plate-examples-git-main-udecode.vercel.app
plate-examples-udecode.vercel.app
plate-examples.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 558e52e Feb 1, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

plate – ./

plate-udecode.vercel.app
plate-git-main-udecode.vercel.app
plate.udecode.io
www.plate.udecode.io

Please sign in to comment.