Skip to content

Commit

Permalink
Merge pull request #2980 from udecode/fix/missing-diff-export
Browse files Browse the repository at this point in the history
Add missing `@udecode/plate-diff` export to `@udecode/plate`
  • Loading branch information
zbeyens authored Feb 17, 2024
2 parents f94b398 + b3bad24 commit 6758099
Show file tree
Hide file tree
Showing 6 changed files with 119 additions and 108 deletions.
5 changes: 5 additions & 0 deletions .changeset/curvy-mugs-taste.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@udecode/plate": patch
---

Add missing `@udecode/plate-diff` export
1 change: 1 addition & 0 deletions apps/www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"@udecode/plate-common": "workspace:^",
"@udecode/plate-core": "workspace:^",
"@udecode/plate-cursor": "workspace:^",
"@udecode/plate-diff": "workspace:^",
"@udecode/plate-dnd": "workspace:^",
"@udecode/plate-emoji": "workspace:^",
"@udecode/plate-excalidraw": "workspace:^",
Expand Down
1 change: 1 addition & 0 deletions config/aliases.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ module.exports = {
'@udecode/plate-common': 'common',
'@udecode/plate-core': 'core',
'@udecode/plate-cursor': 'cursor',
'@udecode/plate-diff': 'diff',
'@udecode/plate-dnd': 'dnd',
'@udecode/plate-emoji': 'emoji',
'@udecode/plate-serializer-csv': 'serializer-csv',
Expand Down
1 change: 1 addition & 0 deletions packages/plate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"@udecode/plate-combobox": "30.5.3",
"@udecode/plate-comments": "30.5.3",
"@udecode/plate-common": "30.4.5",
"@udecode/plate-diff": "30.5.3",
"@udecode/plate-find-replace": "30.5.3",
"@udecode/plate-floating": "30.5.3",
"@udecode/plate-font": "30.5.3",
Expand Down
1 change: 1 addition & 0 deletions packages/plate/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export * from '@udecode/plate-code-block';
export * from '@udecode/plate-combobox';
export * from '@udecode/plate-comments';
export * from '@udecode/plate-common';
export * from '@udecode/plate-diff';
export * from '@udecode/plate-find-replace';
export * from '@udecode/plate-floating';
export * from '@udecode/plate-font';
Expand Down
Loading

0 comments on commit 6758099

Please sign in to comment.