diff --git a/lerna.json b/lerna.json index 51ab87dd64..e6fb3352d3 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "3.19.0", - "version": "0.61.3", + "version": "0.61.4", "npmClient": "yarn", "useWorkspaces": true } diff --git a/packages/slate-history/package.json b/packages/slate-history/package.json index 97a8847adf..727c5fb592 100644 --- a/packages/slate-history/package.json +++ b/packages/slate-history/package.json @@ -1,7 +1,7 @@ { "name": "slate-history", "description": "An operation-based history implementation for Slate editors.", - "version": "0.93.0", + "version": "0.61.4", "license": "MIT", "repository": "git://github.com/ianstormtaylor/slate.git", "main": "dist/index.js", @@ -19,8 +19,8 @@ "devDependencies": { "@babel/runtime": "^7.23.2", "lodash": "^4.17.21", - "slate": "^0.94.0", - "slate-hyperscript": "^0.81.3", + "slate": "^0.61.4", + "slate-hyperscript": "^0.61.4", "source-map-loader": "^4.0.1" }, "peerDependencies": { diff --git a/packages/slate-hyperscript/package.json b/packages/slate-hyperscript/package.json index 8026724e7d..fccf3ddcf4 100644 --- a/packages/slate-hyperscript/package.json +++ b/packages/slate-hyperscript/package.json @@ -1,7 +1,7 @@ { "name": "slate-hyperscript", "description": "A hyperscript helper for creating Slate documents.", - "version": "0.81.3", + "version": "0.61.4", "license": "MIT", "repository": "git://github.com/ianstormtaylor/slate.git", "main": "dist/index.js", @@ -18,7 +18,7 @@ }, "devDependencies": { "@babel/runtime": "^7.23.2", - "slate": "^0.94.0", + "slate": "^0.61.4", "source-map-loader": "^4.0.1" }, "peerDependencies": { diff --git a/packages/slate-react/package.json b/packages/slate-react/package.json index e49105567f..2f06fa224f 100644 --- a/packages/slate-react/package.json +++ b/packages/slate-react/package.json @@ -1,7 +1,7 @@ { "name": "slate-react", "description": "Tools for building completely customizable richtext editors with React.", - "version": "0.99.0", + "version": "0.61.4", "license": "MIT", "repository": "git://github.com/ianstormtaylor/slate.git", "main": "dist/index.js", @@ -35,8 +35,8 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-test-renderer": "^18.2.0", - "slate": "^0.94.0", - "slate-hyperscript": "^0.81.3", + "slate": "^0.61.4", + "slate-hyperscript": "^0.61.4", "source-map-loader": "^4.0.1" }, "peerDependencies": { diff --git a/packages/slate/package.json b/packages/slate/package.json index a119bfeb9f..9c478ba4b5 100644 --- a/packages/slate/package.json +++ b/packages/slate/package.json @@ -1,7 +1,7 @@ { "name": "slate", "description": "A completely customizable framework for building rich text editors.", - "version": "0.94.1", + "version": "0.61.4", "license": "MIT", "repository": "git://github.com/ianstormtaylor/slate.git", "main": "dist/index.js", @@ -21,7 +21,7 @@ "devDependencies": { "@babel/runtime": "^7.23.2", "lodash": "^4.17.21", - "slate-hyperscript": "^0.81.3", + "slate-hyperscript": "^0.61.4", "source-map-loader": "^4.0.1" }, "keywords": [