mirror of
https://github.com/cudr/slate-collaborative.git
synced 2024-10-27 20:34:06 +00:00
v0.7.8
This commit is contained in:
parent
c3425096e2
commit
3e837cd518
@ -2,8 +2,15 @@
|
||||
|
||||
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
||||
|
||||
#### [v0.7.7](https://github.com/hiveteams/slate-collaborative/compare/v0.7.7...v0.7.7)
|
||||
|
||||
- fix: add backend changes to slate-collab [`2917c98`](https://github.com/hiveteams/slate-collaborative/commit/2917c980100c983014035aa4a4ed47ea07c70a01)
|
||||
- fix: call onError for errors during applyOperation [`c342509`](https://github.com/hiveteams/slate-collaborative/commit/c3425096e2a8c656c25c4dfacb1f3a25a37b611d)
|
||||
|
||||
#### [v0.7.7](https://github.com/hiveteams/slate-collaborative/compare/v0.7.6...v0.7.7)
|
||||
|
||||
> 29 October 2020
|
||||
|
||||
- fix: garbage cursor error on disconnect [`4598b17`](https://github.com/hiveteams/slate-collaborative/commit/4598b1758a7547414bac8cca4d44c005d0c4c01f)
|
||||
- fix: undefined value error in setNode [`176a0f6`](https://github.com/hiveteams/slate-collaborative/commit/176a0f650d214108e9705f315824b9229818570f)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"lerna": "2.7.1",
|
||||
"version": "0.7.7",
|
||||
"version": "0.7.8",
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": true
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@hiveteams/collab-backend",
|
||||
"version": "0.7.7",
|
||||
"version": "0.7.8",
|
||||
"files": [
|
||||
"lib"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@hiveteams/collab-client",
|
||||
"version": "0.7.7",
|
||||
"version": "0.7.8",
|
||||
"files": [
|
||||
"lib"
|
||||
],
|
||||
|
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@hiveteams/collab-example",
|
||||
"version": "0.7.7",
|
||||
"version": "0.7.8",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@emotion/core": "^10.0.17",
|
||||
"@emotion/styled": "^10.0.17",
|
||||
"@hiveteams/collab-backend": "^0.7.7",
|
||||
"@hiveteams/collab-client": "^0.7.7",
|
||||
"@hiveteams/collab-backend": "^0.7.8",
|
||||
"@hiveteams/collab-client": "^0.7.8",
|
||||
"@types/faker": "^4.1.5",
|
||||
"@types/is-url": "^1.2.28",
|
||||
"@types/jest": "24.0.18",
|
||||
|
Loading…
Reference in New Issue
Block a user