Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ianstormtaylor committed Aug 16, 2018
1 parent 3bfec77 commit 0b74a37
Show file tree
Hide file tree
Showing 11 changed files with 31 additions and 31 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.52",
"version": "0.2.53",
"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.37.6"
"slate": "^0.37.7"
},
"dependencies": {
"isomorphic-base64": "^1.0.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/slate-dev-environment/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "slate-dev-environment",
"description": "INTERNAL: A set of environment-related constants for Slate's core.",
"version": "0.1.5",
"version": "0.1.6",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "lib/slate-dev-environment.js",
Expand Down
4 changes: 2 additions & 2 deletions 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.1",
"version": "0.2.2",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "lib/slate-hotkeys.js",
Expand All @@ -14,7 +14,7 @@
],
"dependencies": {
"is-hotkey": "^0.1.3",
"slate-dev-environment": "^0.1.5"
"slate-dev-environment": "^0.1.6"
},
"scripts": {
"clean": "rm -rf ./dist ./lib ./node_modules"
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.6.24",
"version": "0.6.25",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "lib/slate-html-serializer.js",
Expand All @@ -24,8 +24,8 @@
},
"devDependencies": {
"mocha": "^2.5.3",
"slate": "^0.37.6",
"slate-hyperscript": "^0.8.1"
"slate": "^0.37.7",
"slate-hyperscript": "^0.8.2"
},
"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.8.1",
"version": "0.8.2",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "lib/slate-hyperscript.js",
Expand All @@ -22,7 +22,7 @@
},
"devDependencies": {
"mocha": "^2.5.3",
"slate": "^0.37.6"
"slate": "^0.37.7"
},
"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.5.33",
"version": "0.5.34",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "lib/slate-plain-serializer.js",
Expand All @@ -21,8 +21,8 @@
},
"devDependencies": {
"mocha": "^2.5.3",
"slate": "^0.37.6",
"slate-hyperscript": "^0.8.1"
"slate": "^0.37.7",
"slate-hyperscript": "^0.8.2"
},
"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.50",
"version": "0.4.51",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "lib/slate-prop-types.js",
Expand All @@ -21,7 +21,7 @@
},
"devDependencies": {
"mocha": "^2.5.3",
"slate": "^0.37.6"
"slate": "^0.37.7"
},
"scripts": {
"clean": "rm -rf ./dist ./lib ./node_modules"
Expand Down
18 changes: 9 additions & 9 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.15.7",
"version": "0.15.8",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "lib/slate-react.js",
Expand All @@ -23,12 +23,12 @@
"react-immutable-proptypes": "^2.1.0",
"react-portal": "^3.1.0",
"selection-is-backward": "^1.0.0",
"slate-base64-serializer": "^0.2.52",
"slate-dev-environment": "^0.1.5",
"slate-base64-serializer": "^0.2.53",
"slate-dev-environment": "^0.1.6",
"slate-dev-logger": "^0.1.43",
"slate-hotkeys": "^0.2.1",
"slate-plain-serializer": "^0.5.33",
"slate-prop-types": "^0.4.50"
"slate-hotkeys": "^0.2.2",
"slate-plain-serializer": "^0.5.34",
"slate-prop-types": "^0.4.51"
},
"peerDependencies": {
"immutable": ">=3.8.1",
Expand All @@ -39,9 +39,9 @@
"devDependencies": {
"immutable": "^3.8.1",
"mocha": "^2.5.3",
"slate": "^0.37.6",
"slate-hyperscript": "^0.8.1",
"slate-simulator": "^0.4.50"
"slate": "^0.37.7",
"slate-hyperscript": "^0.8.2",
"slate-simulator": "^0.4.51"
},
"scripts": {
"clean": "rm -rf ./dist ./lib ./node_modules"
Expand Down
4 changes: 2 additions & 2 deletions packages/slate-schema-violations/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "slate-schema-violations",
"description": "A set of constants for the built-in violations in a Slate schema.",
"version": "0.1.31",
"version": "0.1.32",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "lib/slate-schema-violations.js",
Expand All @@ -14,7 +14,7 @@
],
"devDependencies": {
"mocha": "^2.5.3",
"slate": "^0.37.6"
"slate": "^0.37.7"
},
"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.50",
"version": "0.4.51",
"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.37.6"
"slate": "^0.37.7"
},
"scripts": {
"clean": "rm -rf ./dist ./lib ./node_modules"
Expand Down
6 changes: 3 additions & 3 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.37.6",
"version": "0.37.7",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "lib/slate.js",
Expand All @@ -20,7 +20,7 @@
"is-plain-object": "^2.0.4",
"lodash": "^4.17.4",
"slate-dev-logger": "^0.1.43",
"slate-schema-violations": "^0.1.31",
"slate-schema-violations": "^0.1.32",
"type-of": "^2.0.1"
},
"peerDependencies": {
Expand All @@ -29,7 +29,7 @@
},
"devDependencies": {
"slate-dev-test-utils": "^0.0.1",
"slate-hyperscript": "^0.8.1"
"slate-hyperscript": "^0.8.2"
},
"scripts": {
"clean": "rm -rf ./dist ./lib ./node_modules"
Expand Down

0 comments on commit 0b74a37

Please sign in to comment.