Skip to content

Commit

Permalink
fix versions...
Browse files Browse the repository at this point in the history
  • Loading branch information
ianstormtaylor committed Sep 21, 2018
1 parent 9d4d00e commit fd87c74
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion 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.63",
"version": "0.2.64",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "lib/slate-base64-serializer.js",
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.3",
"version": "0.2.4",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "lib/slate-hotkeys.js",
Expand Down
2 changes: 1 addition & 1 deletion 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.2",
"version": "0.7.3",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "lib/slate-html-serializer.js",
Expand Down
2 changes: 1 addition & 1 deletion 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.2",
"version": "0.10.3",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "lib/slate-hyperscript.js",
Expand Down
2 changes: 1 addition & 1 deletion 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.2",
"version": "0.6.3",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "lib/slate-plain-serializer.js",
Expand Down
2 changes: 1 addition & 1 deletion 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.61",
"version": "0.4.62",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "lib/slate-prop-types.js",
Expand Down
2 changes: 1 addition & 1 deletion 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.5",
"version": "0.18.6",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "lib/slate-react.js",
Expand Down
2 changes: 1 addition & 1 deletion 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.61",
"version": "0.4.62",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "lib/slate-simulator.js",
Expand Down
2 changes: 1 addition & 1 deletion 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.2",
"version": "0.40.3",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "lib/slate.js",
Expand Down

0 comments on commit fd87c74

Please sign in to comment.