Skip to content

Commit

Permalink
v0.55.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ianstormtaylor committed Dec 16, 2019
1 parent 63a94a2 commit 72b4bf1
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"lerna": "2.7.1",
"version": "0.55.1",
"version": "0.55.2",
"npmClient": "yarn",
"useWorkspaces": true
}
6 changes: 3 additions & 3 deletions packages/slate-history/package.json
@@ -1,7 +1,7 @@
{
"name": "slate-history",
"description": "An operation-based history implementation for Slate editors.",
"version": "0.55.1",
"version": "0.55.2",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "dist/index.js",
Expand All @@ -18,8 +18,8 @@
"is-plain-object": "^3.0.0"
},
"devDependencies": {
"slate": "^0.55.1",
"slate-hyperscript": "^0.55.1"
"slate": "^0.55.2",
"slate-hyperscript": "^0.55.2"
},
"peerDependencies": {
"slate": ">=0.50.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/slate-hyperscript/package.json
@@ -1,7 +1,7 @@
{
"name": "slate-hyperscript",
"description": "A hyperscript helper for creating Slate documents.",
"version": "0.55.1",
"version": "0.55.2",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "dist/index.js",
Expand All @@ -17,7 +17,7 @@
"is-plain-object": "^3.0.0"
},
"devDependencies": {
"slate": "^0.55.1"
"slate": "^0.55.2"
},
"peerDependencies": {
"slate": ">=0.50.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/slate-react/package.json
@@ -1,7 +1,7 @@
{
"name": "slate-react",
"description": "Tools for building completely customizable richtext editors with React.",
"version": "0.55.1",
"version": "0.55.2",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "dist/index.js",
Expand All @@ -25,8 +25,8 @@
"scroll-into-view-if-needed": "^2.2.20"
},
"devDependencies": {
"slate": "^0.55.1",
"slate-hyperscript": "^0.55.1"
"slate": "^0.55.2",
"slate-hyperscript": "^0.55.2"
},
"peerDependencies": {
"react": ">=16.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/slate/package.json
@@ -1,7 +1,7 @@
{
"name": "slate",
"description": "A completely customizable framework for building rich text editors.",
"version": "0.55.1",
"version": "0.55.2",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "dist/index.js",
Expand Down

0 comments on commit 72b4bf1

Please sign in to comment.