Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ianstormtaylor committed Aug 19, 2019
1 parent ff831eb commit 3ed981a
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions packages/slate-base64-serializer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "slate-base64-serializer",
"description": "A Base64 serializer for Slate editors.",
"version": "0.2.108",
"version": "0.2.109",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "lib/slate-base64-serializer.js",
Expand All @@ -17,7 +17,7 @@
},
"devDependencies": {
"mocha": "^2.5.3",
"slate": "^0.47.5"
"slate": "^0.47.6"
},
"dependencies": {
"isomorphic-base64": "^1.0.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/slate-html-serializer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "slate-html-serializer",
"description": "An HTML serializer for Slate editors.",
"version": "0.8.7",
"version": "0.8.8",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "lib/slate-html-serializer.js",
Expand All @@ -23,8 +23,8 @@
},
"devDependencies": {
"mocha": "^2.5.3",
"slate": "^0.47.5",
"slate-hyperscript": "^0.13.5"
"slate": "^0.47.6",
"slate-hyperscript": "^0.13.6"
},
"scripts": {
"clean": "rm -rf ./dist ./lib ./node_modules"
Expand Down
4 changes: 2 additions & 2 deletions packages/slate-hyperscript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "slate-hyperscript",
"description": "A hyperscript helper for creating Slate documents.",
"version": "0.13.5",
"version": "0.13.6",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "lib/slate-hyperscript.js",
Expand All @@ -20,7 +20,7 @@
},
"devDependencies": {
"mocha": "^2.5.3",
"slate": "^0.47.5"
"slate": "^0.47.6"
},
"scripts": {
"clean": "rm -rf ./dist ./lib ./node_modules"
Expand Down
6 changes: 3 additions & 3 deletions packages/slate-plain-serializer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "slate-plain-serializer",
"description": "A plain text serializer for Slate editors.",
"version": "0.7.7",
"version": "0.7.8",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "lib/slate-plain-serializer.js",
Expand All @@ -18,8 +18,8 @@
},
"devDependencies": {
"mocha": "^2.5.3",
"slate": "^0.47.5",
"slate-hyperscript": "^0.13.5"
"slate": "^0.47.6",
"slate-hyperscript": "^0.13.6"
},
"scripts": {
"clean": "rm -rf ./dist ./lib ./node_modules"
Expand Down
4 changes: 2 additions & 2 deletions packages/slate-prop-types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "slate-prop-types",
"description": "A set of React prop type checkers for Slate editors.",
"version": "0.5.38",
"version": "0.5.39",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "lib/slate-prop-types.js",
Expand All @@ -18,7 +18,7 @@
},
"devDependencies": {
"mocha": "^2.5.3",
"slate": "^0.47.5"
"slate": "^0.47.6"
},
"scripts": {
"clean": "rm -rf ./dist ./lib ./node_modules"
Expand Down
4 changes: 2 additions & 2 deletions packages/slate-react-placeholder/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "slate-react-placeholder",
"description": "A Slate plugin to render a placeholder with React.",
"version": "0.2.5",
"version": "0.2.6",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "lib/slate-react-placeholder.js",
Expand All @@ -19,7 +19,7 @@
},
"devDependencies": {
"mocha": "^2.5.3",
"slate": "^0.47.5",
"slate": "^0.47.6",
"tiny-invariant": "^1.0.1"
},
"scripts": {
Expand Down
14 changes: 7 additions & 7 deletions packages/slate-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "slate-react",
"description": "A set of React components for building completely customizable rich-text editors.",
"version": "0.22.5",
"version": "0.22.6",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "lib/slate-react.js",
Expand All @@ -21,12 +21,12 @@
"prop-types": "^15.5.8",
"react-immutable-proptypes": "^2.1.0",
"selection-is-backward": "^1.0.0",
"slate-base64-serializer": "^0.2.108",
"slate-base64-serializer": "^0.2.109",
"slate-dev-environment": "^0.2.2",
"slate-hotkeys": "^0.2.9",
"slate-plain-serializer": "^0.7.7",
"slate-prop-types": "^0.5.38",
"slate-react-placeholder": "^0.2.5",
"slate-plain-serializer": "^0.7.8",
"slate-prop-types": "^0.5.39",
"slate-react-placeholder": "^0.2.6",
"tiny-invariant": "^1.0.1",
"tiny-warning": "^0.0.3"
},
Expand All @@ -40,8 +40,8 @@
"immutable": "^3.8.1",
"mocha": "^2.5.3",
"react-test-renderer": "^16.6.3",
"slate": "^0.47.5",
"slate-hyperscript": "^0.13.5"
"slate": "^0.47.6",
"slate-hyperscript": "^0.13.6"
},
"scripts": {
"clean": "rm -rf ./dist ./lib ./node_modules"
Expand Down
4 changes: 2 additions & 2 deletions packages/slate/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "slate",
"description": "A completely customizable framework for building rich text editors.",
"version": "0.47.5",
"version": "0.47.6",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "lib/slate.js",
Expand All @@ -27,7 +27,7 @@
},
"devDependencies": {
"slate-dev-test-utils": "^0.0.1",
"slate-hyperscript": "^0.13.5"
"slate-hyperscript": "^0.13.6"
},
"scripts": {
"clean": "rm -rf ./dist ./lib ./node_modules"
Expand Down

0 comments on commit 3ed981a

Please sign in to comment.