Skip to content

Commit 4ec2dc9

Browse files
v0.61.1
1 parent 86e7df6 commit 4ec2dc9

File tree

10 files changed

+51
-11
lines changed

10 files changed

+51
-11
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 0.61.1 (2021-03-29)
7+
8+
**Note:** Version bump only for package slate-packages

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "3.19.0",
3-
"version": "0.61.0",
3+
"version": "0.61.1",
44
"npmClient": "yarn",
55
"useWorkspaces": true
66
}

packages/slate-history/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 0.61.1 (2021-03-29)
7+
8+
**Note:** Version bump only for package slate-history

packages/slate-history/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "slate-history",
33
"description": "An operation-based history implementation for Slate editors.",
4-
"version": "0.61.0",
4+
"version": "0.61.1",
55
"license": "MIT",
66
"repository": "git://github.com/ianstormtaylor/slate.git",
77
"main": "dist/index.js",
@@ -18,8 +18,8 @@
1818
"is-plain-object": "^3.0.0"
1919
},
2020
"devDependencies": {
21-
"slate": "^0.61.0",
22-
"slate-hyperscript": "^0.61.0"
21+
"slate": "^0.61.1",
22+
"slate-hyperscript": "^0.61.1"
2323
},
2424
"peerDependencies": {
2525
"slate": ">=0.55.0"
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 0.61.1 (2021-03-29)
7+
8+
**Note:** Version bump only for package slate-hyperscript

packages/slate-hyperscript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "slate-hyperscript",
33
"description": "A hyperscript helper for creating Slate documents.",
4-
"version": "0.61.0",
4+
"version": "0.61.1",
55
"license": "MIT",
66
"repository": "git://github.com/ianstormtaylor/slate.git",
77
"main": "dist/index.js",
@@ -17,7 +17,7 @@
1717
"is-plain-object": "^3.0.0"
1818
},
1919
"devDependencies": {
20-
"slate": "^0.61.0"
20+
"slate": "^0.61.1"
2121
},
2222
"peerDependencies": {
2323
"slate": ">=0.55.0"

packages/slate-react/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 0.61.1 (2021-03-29)
7+
8+
**Note:** Version bump only for package slate-react

packages/slate-react/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "slate-react",
33
"description": "Tools for building completely customizable richtext editors with React.",
4-
"version": "0.61.0",
4+
"version": "0.61.1",
55
"license": "MIT",
66
"repository": "git://github.com/ianstormtaylor/slate.git",
77
"main": "dist/index.js",
@@ -23,9 +23,9 @@
2323
"scroll-into-view-if-needed": "^2.2.20"
2424
},
2525
"devDependencies": {
26-
"slate": "^0.61.0",
27-
"slate-history": "^0.61.0",
28-
"slate-hyperscript": "^0.61.0"
26+
"slate": "^0.61.1",
27+
"slate-history": "^0.61.1",
28+
"slate-hyperscript": "^0.61.1"
2929
},
3030
"peerDependencies": {
3131
"react": ">=16.8.0",

packages/slate/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 0.61.1 (2021-03-29)
7+
8+
**Note:** Version bump only for package slate

packages/slate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "slate",
33
"description": "A completely customizable framework for building rich text editors.",
4-
"version": "0.61.0",
4+
"version": "0.61.1",
55
"license": "MIT",
66
"repository": "git://github.com/ianstormtaylor/slate.git",
77
"main": "dist/index.js",

0 commit comments

Comments
 (0)