Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ianstormtaylor committed Sep 21, 2018
1 parent fd87c74 commit fd1832c
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 25 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.64",
"version": "0.2.65",
"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.40.2"
"slate": "^0.40.4"
},
"dependencies": {
"isomorphic-base64": "^1.0.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/slate-hotkeys/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "slate-hotkeys",
"description": "A set of function to detect common keypresses in a platform-agnostic way",
"version": "0.2.4",
"version": "0.2.5",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "lib/slate-hotkeys.js",
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.7.3",
"version": "0.7.4",
"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.40.2",
"slate-hyperscript": "^0.10.2"
"slate": "^0.40.4",
"slate-hyperscript": "^0.10.4"
},
"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.10.3",
"version": "0.10.4",
"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.40.2"
"slate": "^0.40.4"
},
"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.6.3",
"version": "0.6.4",
"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.40.2",
"slate-hyperscript": "^0.10.2"
"slate": "^0.40.4",
"slate-hyperscript": "^0.10.4"
},
"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.4.62",
"version": "0.4.63",
"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.40.2"
"slate": "^0.40.4"
},
"scripts": {
"clean": "rm -rf ./dist ./lib ./node_modules"
Expand Down
16 changes: 8 additions & 8 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.18.6",
"version": "0.18.7",
"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.63",
"slate-base64-serializer": "^0.2.65",
"slate-dev-environment": "^0.2.0",
"slate-dev-warning": "^0.0.1",
"slate-hotkeys": "^0.2.3",
"slate-plain-serializer": "^0.6.2",
"slate-prop-types": "^0.4.61"
"slate-hotkeys": "^0.2.5",
"slate-plain-serializer": "^0.6.4",
"slate-prop-types": "^0.4.63"
},
"peerDependencies": {
"immutable": ">=3.8.1",
Expand All @@ -37,9 +37,9 @@
"devDependencies": {
"immutable": "^3.8.1",
"mocha": "^2.5.3",
"slate": "^0.40.2",
"slate-hyperscript": "^0.10.2",
"slate-simulator": "^0.4.61"
"slate": "^0.40.4",
"slate-hyperscript": "^0.10.4",
"slate-simulator": "^0.4.63"
},
"scripts": {
"clean": "rm -rf ./dist ./lib ./node_modules"
Expand Down
4 changes: 2 additions & 2 deletions packages/slate-simulator/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "slate-simulator",
"description": "A simulator for testing Slate editors and plugins.",
"version": "0.4.62",
"version": "0.4.63",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "lib/slate-simulator.js",
Expand All @@ -16,7 +16,7 @@
"slate": ">=0.32.0"
},
"devDependencies": {
"slate": "^0.40.2"
"slate": "^0.40.4"
},
"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.40.3",
"version": "0.40.4",
"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.10.2"
"slate-hyperscript": "^0.10.4"
},
"scripts": {
"clean": "rm -rf ./dist ./lib ./node_modules"
Expand Down

0 comments on commit fd1832c

Please sign in to comment.