File tree Expand file tree Collapse file tree 10 files changed +51
-11
lines changed Expand file tree Collapse file tree 10 files changed +51
-11
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 1
1
{
2
2
"lerna" : " 3.19.0" ,
3
- "version" : " 0.61.0 " ,
3
+ "version" : " 0.61.1 " ,
4
4
"npmClient" : " yarn" ,
5
5
"useWorkspaces" : true
6
6
}
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " slate-history" ,
3
3
"description" : " An operation-based history implementation for Slate editors." ,
4
- "version" : " 0.61.0 " ,
4
+ "version" : " 0.61.1 " ,
5
5
"license" : " MIT" ,
6
6
"repository" : " git://github.com/ianstormtaylor/slate.git" ,
7
7
"main" : " dist/index.js" ,
18
18
"is-plain-object" : " ^3.0.0"
19
19
},
20
20
"devDependencies" : {
21
- "slate" : " ^0.61.0 " ,
22
- "slate-hyperscript" : " ^0.61.0 "
21
+ "slate" : " ^0.61.1 " ,
22
+ "slate-hyperscript" : " ^0.61.1 "
23
23
},
24
24
"peerDependencies" : {
25
25
"slate" : " >=0.55.0"
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " slate-hyperscript" ,
3
3
"description" : " A hyperscript helper for creating Slate documents." ,
4
- "version" : " 0.61.0 " ,
4
+ "version" : " 0.61.1 " ,
5
5
"license" : " MIT" ,
6
6
"repository" : " git://github.com/ianstormtaylor/slate.git" ,
7
7
"main" : " dist/index.js" ,
17
17
"is-plain-object" : " ^3.0.0"
18
18
},
19
19
"devDependencies" : {
20
- "slate" : " ^0.61.0 "
20
+ "slate" : " ^0.61.1 "
21
21
},
22
22
"peerDependencies" : {
23
23
"slate" : " >=0.55.0"
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " slate-react" ,
3
3
"description" : " Tools for building completely customizable richtext editors with React." ,
4
- "version" : " 0.61.0 " ,
4
+ "version" : " 0.61.1 " ,
5
5
"license" : " MIT" ,
6
6
"repository" : " git://github.com/ianstormtaylor/slate.git" ,
7
7
"main" : " dist/index.js" ,
23
23
"scroll-into-view-if-needed" : " ^2.2.20"
24
24
},
25
25
"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 "
29
29
},
30
30
"peerDependencies" : {
31
31
"react" : " >=16.8.0" ,
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " slate" ,
3
3
"description" : " A completely customizable framework for building rich text editors." ,
4
- "version" : " 0.61.0 " ,
4
+ "version" : " 0.61.1 " ,
5
5
"license" : " MIT" ,
6
6
"repository" : " git://github.com/ianstormtaylor/slate.git" ,
7
7
"main" : " dist/index.js" ,
You can’t perform that action at this time.
0 commit comments