Skip to content

Commit

Permalink
v0.91.0
Browse files Browse the repository at this point in the history
  • Loading branch information
e1himself committed Aug 18, 2023
1 parent f20968d commit 1c5a445
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "0.90.7"
"version": "0.91.0"
}
2 changes: 1 addition & 1 deletion 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.90.2",
"version": "0.91.0",
"description": "Low-level commands, utilities, plugins, types, etc. used throughout Prezly-Slate packages",
"license": "MIT",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion 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.90.7",
"version": "0.91.0",
"description": "The Prezly Slate Editor",
"license": "MIT",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion 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.90.2",
"version": "0.91.0",
"description": "The best Slate lists extension out there",
"license": "MIT",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/slate-tables/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prezly/slate-tables",
"version": "0.90.2",
"version": "0.91.0",
"description": "The best Slate tables extension out there",
"license": "MIT",
"type": "module",
Expand Down
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.90.2",
"version": "0.91.0",
"description": "TypeScript definitions for Slate document structure used at Prezly",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit 1c5a445

Please sign in to comment.