From 5fa8fb347137b704a8622d62a10bd0cc26877184 Mon Sep 17 00:00:00 2001 From: Automation Date: Tue, 30 Mar 2021 01:03:00 +0000 Subject: [PATCH] v0.61.2 --- CHANGELOG.md | 8 ++++++++ lerna.json | 2 +- packages/slate-history/CHANGELOG.md | 8 ++++++++ packages/slate-history/package.json | 6 +++--- packages/slate-hyperscript/CHANGELOG.md | 8 ++++++++ packages/slate-hyperscript/package.json | 4 ++-- packages/slate-react/CHANGELOG.md | 8 ++++++++ packages/slate-react/package.json | 8 ++++---- packages/slate/CHANGELOG.md | 8 ++++++++ packages/slate/package.json | 2 +- 10 files changed, 51 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f8d54780..b4d1db1f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.61.2 (2021-03-30) + +**Note:** Version bump only for package slate-packages + + + + + ## 0.61.1 (2021-03-29) **Note:** Version bump only for package slate-packages diff --git a/lerna.json b/lerna.json index 8df67f76d..7d26c06ce 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "3.19.0", - "version": "0.61.1", + "version": "0.61.2", "npmClient": "yarn", "useWorkspaces": true } diff --git a/packages/slate-history/CHANGELOG.md b/packages/slate-history/CHANGELOG.md index 581a3e09f..a03d0949e 100644 --- a/packages/slate-history/CHANGELOG.md +++ b/packages/slate-history/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.61.2 (2021-03-30) + +**Note:** Version bump only for package slate-history + + + + + ## 0.61.1 (2021-03-29) **Note:** Version bump only for package slate-history diff --git a/packages/slate-history/package.json b/packages/slate-history/package.json index c392f42cf..f32ee0274 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.61.1", + "version": "0.61.2", "license": "MIT", "repository": "git://github.com/ianstormtaylor/slate.git", "main": "dist/index.js", @@ -18,8 +18,8 @@ "is-plain-object": "^3.0.0" }, "devDependencies": { - "slate": "^0.61.1", - "slate-hyperscript": "^0.61.1" + "slate": "^0.61.2", + "slate-hyperscript": "^0.61.2" }, "peerDependencies": { "slate": ">=0.55.0" diff --git a/packages/slate-hyperscript/CHANGELOG.md b/packages/slate-hyperscript/CHANGELOG.md index 5b0a2a189..551e6a14a 100644 --- a/packages/slate-hyperscript/CHANGELOG.md +++ b/packages/slate-hyperscript/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.61.2 (2021-03-30) + +**Note:** Version bump only for package slate-hyperscript + + + + + ## 0.61.1 (2021-03-29) **Note:** Version bump only for package slate-hyperscript diff --git a/packages/slate-hyperscript/package.json b/packages/slate-hyperscript/package.json index 22d9caa96..c8713cad4 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.61.1", + "version": "0.61.2", "license": "MIT", "repository": "git://github.com/ianstormtaylor/slate.git", "main": "dist/index.js", @@ -17,7 +17,7 @@ "is-plain-object": "^3.0.0" }, "devDependencies": { - "slate": "^0.61.1" + "slate": "^0.61.2" }, "peerDependencies": { "slate": ">=0.55.0" diff --git a/packages/slate-react/CHANGELOG.md b/packages/slate-react/CHANGELOG.md index 1cc8f130e..605adf78e 100644 --- a/packages/slate-react/CHANGELOG.md +++ b/packages/slate-react/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.61.2 (2021-03-30) + +**Note:** Version bump only for package slate-react + + + + + ## 0.61.1 (2021-03-29) **Note:** Version bump only for package slate-react diff --git a/packages/slate-react/package.json b/packages/slate-react/package.json index e81bc5b84..a9ddde403 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.61.1", + "version": "0.61.2", "license": "MIT", "repository": "git://github.com/ianstormtaylor/slate.git", "main": "dist/index.js", @@ -23,9 +23,9 @@ "scroll-into-view-if-needed": "^2.2.20" }, "devDependencies": { - "slate": "^0.61.1", - "slate-history": "^0.61.1", - "slate-hyperscript": "^0.61.1" + "slate": "^0.61.2", + "slate-history": "^0.61.2", + "slate-hyperscript": "^0.61.2" }, "peerDependencies": { "react": ">=16.8.0", diff --git a/packages/slate/CHANGELOG.md b/packages/slate/CHANGELOG.md index 8b599714f..0654a5454 100644 --- a/packages/slate/CHANGELOG.md +++ b/packages/slate/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.61.2 (2021-03-30) + +**Note:** Version bump only for package slate + + + + + ## 0.61.1 (2021-03-29) **Note:** Version bump only for package slate diff --git a/packages/slate/package.json b/packages/slate/package.json index fbd2f2402..7886ce8f5 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.61.1", + "version": "0.61.2", "license": "MIT", "repository": "git://github.com/ianstormtaylor/slate.git", "main": "dist/index.js",