Skip to content

Commit

Permalink
Merge pull request #2966 from udecode/changeset-release/main
Browse files Browse the repository at this point in the history
[Release] Version packages
  • Loading branch information
zbeyens authored Feb 16, 2024
2 parents 0c14551 + 1f5ea2d commit 5c41b2d
Show file tree
Hide file tree
Showing 69 changed files with 253 additions and 108 deletions.
31 changes: 0 additions & 31 deletions .changeset/nice-bags-admire.md

This file was deleted.

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

## 30.5.2

### Patch Changes

- [#2961](https://github.com/udecode/plate/pull/2961) by [@zbeyens](https://github.com/zbeyens) – Move `@udecode/plate-common` to peerDeps to fix a bug when multiple instances were installed

## 30.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/alignment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-alignment",
"version": "30.5.1",
"version": "30.5.2",
"description": "Text alignment plugin for Plate",
"license": "MIT",
"homepage": "https://platejs.org",
Expand Down
6 changes: 6 additions & 0 deletions packages/autoformat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @udecode/plate-autoformat

## 30.5.2

### Patch Changes

- [#2961](https://github.com/udecode/plate/pull/2961) by [@zbeyens](https://github.com/zbeyens) – Move `@udecode/plate-common` to peerDeps to fix a bug when multiple instances were installed

## 30.4.5

## 30.1.2
Expand Down
2 changes: 1 addition & 1 deletion packages/autoformat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-autoformat",
"version": "30.4.5",
"version": "30.5.2",
"description": "Autoformatting plugin for Plate",
"license": "MIT",
"homepage": "https://platejs.org",
Expand Down
6 changes: 6 additions & 0 deletions packages/basic-elements/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @udecode/plate-basic-elements

## 30.5.2

### Patch Changes

- [#2961](https://github.com/udecode/plate/pull/2961) by [@zbeyens](https://github.com/zbeyens) – Move `@udecode/plate-common` to peerDeps to fix a bug when multiple instances were installed

## 30.4.5

## 30.1.2
Expand Down
8 changes: 4 additions & 4 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": "30.4.5",
"version": "30.5.2",
"description": "Basic elements plugin for Plate",
"license": "MIT",
"homepage": "https://platejs.org",
Expand Down Expand Up @@ -39,9 +39,9 @@
"typecheck": "yarn p:typecheck"
},
"dependencies": {
"@udecode/plate-block-quote": "30.4.5",
"@udecode/plate-code-block": "30.4.5",
"@udecode/plate-heading": "30.4.5",
"@udecode/plate-block-quote": "30.5.2",
"@udecode/plate-code-block": "30.5.2",
"@udecode/plate-heading": "30.5.2",
"@udecode/plate-paragraph": "30.4.5"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/basic-marks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @udecode/plate-basic-marks

## 30.5.2

### Patch Changes

- [#2961](https://github.com/udecode/plate/pull/2961) by [@zbeyens](https://github.com/zbeyens) – Move `@udecode/plate-common` to peerDeps to fix a bug when multiple instances were installed

## 30.4.5

## 30.1.2
Expand Down
2 changes: 1 addition & 1 deletion 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": "30.4.5",
"version": "30.5.2",
"description": "Basic marks plugin for Plate",
"license": "MIT",
"homepage": "https://platejs.org",
Expand Down
6 changes: 6 additions & 0 deletions packages/block-quote/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @udecode/plate-block-quote

## 30.5.2

### Patch Changes

- [#2961](https://github.com/udecode/plate/pull/2961) by [@zbeyens](https://github.com/zbeyens) – Move `@udecode/plate-common` to peerDeps to fix a bug when multiple instances were installed

## 30.4.5

## 30.1.2
Expand Down
2 changes: 1 addition & 1 deletion 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": "30.4.5",
"version": "30.5.2",
"description": "Block quote plugin for Plate",
"license": "MIT",
"homepage": "https://platejs.org",
Expand Down
6 changes: 6 additions & 0 deletions packages/break/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @udecode/plate-break

## 30.5.2

### Patch Changes

- [#2961](https://github.com/udecode/plate/pull/2961) by [@zbeyens](https://github.com/zbeyens) – Move `@udecode/plate-common` to peerDeps to fix a bug when multiple instances were installed

## 30.4.5

## 30.1.2
Expand Down
2 changes: 1 addition & 1 deletion packages/break/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-break",
"version": "30.4.5",
"version": "30.5.2",
"description": "Insert break plugins for Plate",
"license": "MIT",
"homepage": "https://platejs.org",
Expand Down
6 changes: 6 additions & 0 deletions packages/caption/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @udecode/plate-caption

## 30.5.2

### Patch Changes

- [#2961](https://github.com/udecode/plate/pull/2961) by [@zbeyens](https://github.com/zbeyens) – Move `@udecode/plate-common` to peerDeps to fix a bug when multiple instances were installed

## 30.4.5

## 30.1.2
Expand Down
2 changes: 1 addition & 1 deletion packages/caption/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-caption",
"version": "30.4.5",
"version": "30.5.2",
"description": "Primitive components for caption.",
"license": "MIT",
"homepage": "https://platejs.org",
Expand Down
6 changes: 6 additions & 0 deletions packages/cloud/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @udecode/plate-cloud

## 30.5.2

### Patch Changes

- [#2961](https://github.com/udecode/plate/pull/2961) by [@zbeyens](https://github.com/zbeyens) – Move `@udecode/plate-common` to peerDeps to fix a bug when multiple instances were installed

## 30.4.5

## 30.1.2
Expand Down
2 changes: 1 addition & 1 deletion packages/cloud/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-cloud",
"version": "30.4.5",
"version": "30.5.2",
"description": "Plate plugin to add cloud based image and attachment uploads",
"license": "MIT",
"homepage": "https://platejs.org",
Expand Down
6 changes: 6 additions & 0 deletions packages/code-block/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @udecode/plate-code-block

## 30.5.2

### Patch Changes

- [#2961](https://github.com/udecode/plate/pull/2961) by [@zbeyens](https://github.com/zbeyens) – Move `@udecode/plate-common` to peerDeps to fix a bug when multiple instances were installed

## 30.4.5

## 30.1.2
Expand Down
2 changes: 1 addition & 1 deletion 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": "30.4.5",
"version": "30.5.2",
"description": "Code block plugin for Plate",
"license": "MIT",
"homepage": "https://platejs.org",
Expand Down
6 changes: 6 additions & 0 deletions packages/combobox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @udecode/plate-combobox

## 30.5.2

### Patch Changes

- [#2961](https://github.com/udecode/plate/pull/2961) by [@zbeyens](https://github.com/zbeyens) – Move `@udecode/plate-common` to peerDeps to fix a bug when multiple instances were installed

## 30.4.5

## 30.1.2
Expand Down
2 changes: 1 addition & 1 deletion packages/combobox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-combobox",
"version": "30.4.5",
"version": "30.5.2",
"description": "Combobox for Plate",
"license": "MIT",
"homepage": "https://platejs.org",
Expand Down
6 changes: 6 additions & 0 deletions packages/comments/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @udecode/plate-comments

## 30.5.2

### Patch Changes

- [#2961](https://github.com/udecode/plate/pull/2961) by [@zbeyens](https://github.com/zbeyens) – Move `@udecode/plate-common` to peerDeps to fix a bug when multiple instances were installed

## 30.4.5

## 30.1.2
Expand Down
2 changes: 1 addition & 1 deletion packages/comments/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-comments",
"version": "30.4.5",
"version": "30.5.2",
"description": "Plate plugin for comments",
"license": "MIT",
"homepage": "https://platejs.org",
Expand Down
6 changes: 6 additions & 0 deletions packages/cursor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @udecode/plate-cursor

## 30.5.2

### Patch Changes

- [#2961](https://github.com/udecode/plate/pull/2961) by [@zbeyens](https://github.com/zbeyens) – Move `@udecode/plate-common` to peerDeps to fix a bug when multiple instances were installed

## 30.4.5

## 30.1.2
Expand Down
2 changes: 1 addition & 1 deletion packages/cursor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-cursor",
"version": "30.4.5",
"version": "30.5.2",
"description": "Cursor for Plate",
"license": "MIT",
"homepage": "https://platejs.org",
Expand Down
6 changes: 6 additions & 0 deletions packages/diff/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @udecode/plate-diff

## 30.5.2

### Patch Changes

- [#2961](https://github.com/udecode/plate/pull/2961) by [@zbeyens](https://github.com/zbeyens) – Move `@udecode/plate-common` to peerDeps to fix a bug when multiple instances were installed

## 30.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/diff/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-diff",
"version": "30.5.0",
"version": "30.5.2",
"description": "Compute a diff of two Slate documents",
"homepage": "https://platejs.org",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/dnd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @udecode/plate-dnd

## 30.5.2

### Patch Changes

- [#2961](https://github.com/udecode/plate/pull/2961) by [@zbeyens](https://github.com/zbeyens) – Move `@udecode/plate-common` to peerDeps to fix a bug when multiple instances were installed

## 30.4.5

## 30.1.2
Expand Down
2 changes: 1 addition & 1 deletion packages/dnd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-dnd",
"version": "30.4.5",
"version": "30.5.2",
"description": "Drag and drop feature for Plate",
"license": "MIT",
"homepage": "https://platejs.org",
Expand Down
6 changes: 6 additions & 0 deletions packages/emoji/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @udecode/plate-emoji

## 30.5.2

### Patch Changes

- [#2961](https://github.com/udecode/plate/pull/2961) by [@zbeyens](https://github.com/zbeyens) – Move `@udecode/plate-common` to peerDeps to fix a bug when multiple instances were installed

## 30.4.5

## 30.1.2
Expand Down
4 changes: 2 additions & 2 deletions packages/emoji/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-emoji",
"version": "30.4.5",
"version": "30.5.2",
"description": "Emoji plugin for Plate",
"license": "MIT",
"homepage": "https://platejs.org",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@emoji-mart/data": "^1.1.2",
"@udecode/plate-combobox": "30.4.5"
"@udecode/plate-combobox": "30.5.2"
},
"devDependencies": {
"@udecode/plate-common": "workspace:^"
Expand Down
6 changes: 6 additions & 0 deletions packages/excalidraw/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @udecode/plate-excalidraw

## 30.5.2

### Patch Changes

- [#2961](https://github.com/udecode/plate/pull/2961) by [@zbeyens](https://github.com/zbeyens) – Move `@udecode/plate-common` to peerDeps to fix a bug when multiple instances were installed

## 30.4.5

## 30.1.2
Expand Down
2 changes: 1 addition & 1 deletion packages/excalidraw/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-excalidraw",
"version": "30.4.5",
"version": "30.5.2",
"description": "Excalidraw plugin for Plate",
"license": "MIT",
"homepage": "https://platejs.org",
Expand Down
6 changes: 6 additions & 0 deletions packages/find-replace/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @udecode/plate-find-replace

## 30.5.2

### Patch Changes

- [#2961](https://github.com/udecode/plate/pull/2961) by [@zbeyens](https://github.com/zbeyens) – Move `@udecode/plate-common` to peerDeps to fix a bug when multiple instances were installed

## 30.4.5

## 30.1.2
Expand Down
2 changes: 1 addition & 1 deletion packages/find-replace/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-find-replace",
"version": "30.4.5",
"version": "30.5.2",
"description": "Find and replace plugin for Plate",
"license": "MIT",
"homepage": "https://platejs.org",
Expand Down
Loading

0 comments on commit 5c41b2d

Please sign in to comment.