Skip to content

Commit

Permalink
v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
e1himself committed Feb 10, 2022
1 parent ae09efc commit 017a0b4
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"publishConfig": {
"access": "public"
},
"version": "0.14.8"
"version": "0.15.0"
}
6 changes: 3 additions & 3 deletions packages/slate-commons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prezly/slate-commons",
"version": "0.14.8",
"version": "0.15.0",
"description": "Low-level commands, utilities, plugins, types, etc. used throughout Prezly-Slate packages",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -55,11 +55,11 @@
"slate-react": "^0.71.0"
},
"dependencies": {
"@prezly/slate-types": "^0.14.8",
"@prezly/slate-types": "^0.15.0",
"uuid": "^8.3.0"
},
"devDependencies": {
"@prezly/slate-hyperscript": "^0.14.8",
"@prezly/slate-hyperscript": "^0.15.0",
"@types/uuid": "^8.3.0"
}
}
10 changes: 5 additions & 5 deletions packages/slate-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prezly/slate-editor",
"version": "0.14.8",
"version": "0.15.0",
"description": "The Prezly Slate Editor",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -71,10 +71,10 @@
"@prezly/linear-partition": "^1.0.2",
"@prezly/progress-promise": "^1.0.1",
"@prezly/sdk": "^6.12.1",
"@prezly/slate-commons": "^0.14.8",
"@prezly/slate-hyperscript": "^0.14.8",
"@prezly/slate-lists": "^0.14.8",
"@prezly/slate-types": "^0.14.8",
"@prezly/slate-commons": "^0.15.0",
"@prezly/slate-hyperscript": "^0.15.0",
"@prezly/slate-lists": "^0.15.0",
"@prezly/slate-types": "^0.15.0",
"@prezly/uploadcare": "^1.1.2",
"@prezly/uploadcare-widget": "^3.16.1",
"@udecode/plate-core": "^9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/slate-hyperscript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prezly/slate-hyperscript",
"version": "0.14.8",
"version": "0.15.0",
"description": "Hyperscript helpers for creating Slate documents with JSX",
"license": "MIT",
"type": "module",
Expand Down
8 changes: 4 additions & 4 deletions packages/slate-lists/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prezly/slate-lists",
"version": "0.14.8",
"version": "0.15.0",
"description": "The best Slate lists extension out there",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -54,12 +54,12 @@
"slate-react": "^0.71.0"
},
"dependencies": {
"@prezly/slate-commons": "^0.14.8",
"@prezly/slate-types": "^0.14.8",
"@prezly/slate-commons": "^0.15.0",
"@prezly/slate-types": "^0.15.0",
"uuid": "^8.3.0"
},
"devDependencies": {
"@prezly/slate-hyperscript": "^0.14.8",
"@prezly/slate-hyperscript": "^0.15.0",
"@types/uuid": "^8.3.0"
}
}
2 changes: 1 addition & 1 deletion packages/slate-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prezly/slate-types",
"version": "0.14.8",
"version": "0.15.0",
"description": "TypeScript definitions for Slate document structure used at Prezly",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit 017a0b4

Please sign in to comment.