Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfeng33 committed Oct 1, 2024
1 parent 72c1999 commit ed6fad0
Show file tree
Hide file tree
Showing 3 changed files with 248 additions and 183 deletions.
12 changes: 6 additions & 6 deletions packages/ai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-ai",
"version": "38.0.1",
"version": "39.0.0",
"description": "Text AI plugin for Plate",
"keywords": [
"plate",
Expand Down Expand Up @@ -50,14 +50,14 @@
"typecheck": "yarn p:typecheck"
},
"dependencies": {
"@udecode/plate-combobox": "38.0.1",
"@udecode/plate-markdown": "38.0.1",
"@udecode/plate-menu": "38.0.1",
"@udecode/plate-selection": "38.0.11",
"@udecode/plate-combobox": "39.0.0",
"@udecode/plate-markdown": "39.0.0",
"@udecode/plate-menu": "39.0.0",
"@udecode/plate-selection": "39.0.0",
"lodash": "^4.17.21"
},
"peerDependencies": {
"@udecode/plate-common": ">=38.0.6",
"@udecode/plate-common": ">=39.0.0",
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"slate": ">=0.103.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/menu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-menu",
"version": "38.0.1",
"version": "39.0.0",
"description": "Menu for Plate",
"keywords": [
"plate",
Expand Down Expand Up @@ -59,7 +59,7 @@
"@udecode/plate-common": "workspace:^"
},
"peerDependencies": {
"@udecode/plate-common": ">=38.0.6",
"@udecode/plate-common": ">=39.0.0",
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"slate": ">=0.103.0",
Expand Down
Loading

0 comments on commit ed6fad0

Please sign in to comment.