Skip to content

Commit

Permalink
v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
e1himself committed Dec 16, 2021
1 parent 17ed1e7 commit 854c3cb
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.9.1"
"version": "0.9.2"
}
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.9.1",
"version": "0.9.2",
"description": "Low-level commands, utilities, plugins, types, etc. used throughout Prezly-Slate packages",
"license": "MIT",
"main": "build/esm/index.mjs",
Expand Down Expand Up @@ -47,11 +47,11 @@
"slate-react": "^0.71.0"
},
"dependencies": {
"@prezly/slate-types": "^0.9.1",
"@prezly/slate-types": "^0.9.2",
"uuid": "^8.3.0"
},
"devDependencies": {
"@prezly/slate-hyperscript": "^0.9.1",
"@prezly/slate-hyperscript": "^0.9.2",
"@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.9.1",
"version": "0.9.2",
"description": "The Prezly Slate Editor",
"license": "MIT",
"main": "build/esm/index.mjs",
Expand Down Expand Up @@ -58,10 +58,10 @@
"@prezly/linear-partition": "^1.0.2",
"@prezly/progress-promise": "^1.0.1",
"@prezly/sdk": "^6.3.1",
"@prezly/slate-commons": "^0.9.1",
"@prezly/slate-hyperscript": "^0.9.1",
"@prezly/slate-lists": "^0.9.1",
"@prezly/slate-types": "^0.9.1",
"@prezly/slate-commons": "^0.9.2",
"@prezly/slate-hyperscript": "^0.9.2",
"@prezly/slate-lists": "^0.9.2",
"@prezly/slate-types": "^0.9.2",
"@prezly/uploadcare": "^1.0.0",
"classnames": "^2.3.1",
"is-hotkey": "^0.2.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.9.1",
"version": "0.9.2",
"description": "Hyperscript helpers for creating Slate documents with JSX",
"license": "MIT",
"main": "./build/esm/index.mjs",
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.9.1",
"version": "0.9.2",
"description": "The best Slate lists extension out there",
"license": "MIT",
"main": "build/esm/index.mjs",
Expand Down Expand Up @@ -46,12 +46,12 @@
"slate-react": "^0.71.0"
},
"dependencies": {
"@prezly/slate-commons": "^0.9.1",
"@prezly/slate-types": "^0.9.1",
"@prezly/slate-commons": "^0.9.2",
"@prezly/slate-types": "^0.9.2",
"uuid": "^8.3.0"
},
"devDependencies": {
"@prezly/slate-hyperscript": "^0.9.1",
"@prezly/slate-hyperscript": "^0.9.2",
"@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.9.1",
"version": "0.9.2",
"description": "TypeScript definitions for Slate document structure used at Prezly",
"license": "MIT",
"main": "build/esm/index.mjs",
Expand Down

0 comments on commit 854c3cb

Please sign in to comment.