Skip to content

Commit

Permalink
v0.79.3
Browse files Browse the repository at this point in the history
  • Loading branch information
riffbyte committed Feb 22, 2023
1 parent 2583531 commit 90747c6
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -5,5 +5,5 @@
"publishConfig": {
"access": "public"
},
"version": "0.79.2"
"version": "0.79.3"
}
4 changes: 2 additions & 2 deletions packages/slate-commons/package.json
@@ -1,6 +1,6 @@
{
"name": "@prezly/slate-commons",
"version": "0.79.2",
"version": "0.79.3",
"description": "Low-level commands, utilities, plugins, types, etc. used throughout Prezly-Slate packages",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -48,7 +48,7 @@
"slate-react": "^0.82.1"
},
"dependencies": {
"@prezly/slate-types": "^0.79.2",
"@prezly/slate-types": "^0.79.3",
"uuid": "^8.3.0"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/slate-editor/package.json
@@ -1,6 +1,6 @@
{
"name": "@prezly/slate-editor",
"version": "0.79.2",
"version": "0.79.3",
"description": "The Prezly Slate Editor",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -55,10 +55,10 @@
"@prezly/linear-partition": "^1.0.3",
"@prezly/progress-promise": "^2.0.1",
"@prezly/sdk": "^13.0.0 || ^14.0.0",
"@prezly/slate-commons": "^0.79.2",
"@prezly/slate-lists": "^0.79.2",
"@prezly/slate-tables": "^0.79.2",
"@prezly/slate-types": "^0.79.2",
"@prezly/slate-commons": "^0.79.3",
"@prezly/slate-lists": "^0.79.3",
"@prezly/slate-tables": "^0.79.3",
"@prezly/slate-types": "^0.79.3",
"@prezly/uploadcare": "^2.4.0",
"@prezly/uploadcare-widget": "^3.16.1",
"@types/combine-reducers": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/slate-lists/package.json
@@ -1,6 +1,6 @@
{
"name": "@prezly/slate-lists",
"version": "0.79.2",
"version": "0.79.3",
"description": "The best Slate lists extension out there",
"license": "MIT",
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions packages/slate-tables/package.json
@@ -1,6 +1,6 @@
{
"name": "@prezly/slate-tables",
"version": "0.79.2",
"version": "0.79.3",
"description": "The best Slate tables extension out there",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -47,7 +47,7 @@
"slate-react": "^0.82.1"
},
"dependencies": {
"@prezly/slate-commons": "^0.79.2",
"@prezly/slate-commons": "^0.79.3",
"is-hotkey": "^0.2.0",
"lodash-es": "^4.17.21"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/slate-types/package.json
@@ -1,6 +1,6 @@
{
"name": "@prezly/slate-types",
"version": "0.79.2",
"version": "0.79.3",
"description": "TypeScript definitions for Slate document structure used at Prezly",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit 90747c6

Please sign in to comment.