This commit is contained in:
Eric Maciel 2020-10-29 09:34:36 -04:00
parent 4598b1758a
commit 47dc072d14
6 changed files with 16 additions and 9 deletions

View File

@ -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.6...v0.7.7)
- 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)
#### [v0.7.6](https://github.com/hiveteams/slate-collaborative/compare/v0.7.5...v0.7.6)
> 28 October 2020
- fix: remove marks [`07a8201`](https://github.com/hiveteams/slate-collaborative/commit/07a82012151442594b81d01dd90a25036c8bceeb)
- fix: split node cloning with old properties [`21493ca`](https://github.com/hiveteams/slate-collaborative/commit/21493ca2388656be638e2966863375d214f288bc)

View File

@ -1,6 +1,6 @@
{
"lerna": "2.7.1",
"version": "0.7.6",
"version": "0.7.7",
"npmClient": "yarn",
"useWorkspaces": true
}

View File

@ -1,6 +1,6 @@
{
"name": "@hiveteams/collab-backend",
"version": "0.7.6",
"version": "0.7.7",
"files": [
"lib"
],
@ -26,7 +26,7 @@
"dependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@babel/runtime": "^7.6.3",
"@hiveteams/collab-bridge": "^0.7.6",
"@hiveteams/collab-bridge": "^0.7.7",
"@types/lodash": "^4.14.150",
"@types/socket.io": "^2.1.4",
"automerge": "0.14.0",

View File

@ -1,6 +1,6 @@
{
"name": "@hiveteams/collab-bridge",
"version": "0.7.6",
"version": "0.7.7",
"files": [
"lib"
],

View File

@ -1,6 +1,6 @@
{
"name": "@hiveteams/collab-client",
"version": "0.7.6",
"version": "0.7.7",
"files": [
"lib"
],
@ -26,7 +26,7 @@
"dependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@babel/preset-react": "^7.0.0",
"@hiveteams/collab-bridge": "^0.7.6",
"@hiveteams/collab-bridge": "^0.7.7",
"automerge": "0.14.0",
"slate": "0.58.3",
"slate-history": "0.58.3",

View File

@ -1,12 +1,12 @@
{
"name": "@hiveteams/collab-example",
"version": "0.7.6",
"version": "0.7.7",
"private": true,
"dependencies": {
"@emotion/core": "^10.0.17",
"@emotion/styled": "^10.0.17",
"@hiveteams/collab-backend": "^0.7.6",
"@hiveteams/collab-client": "^0.7.6",
"@hiveteams/collab-backend": "^0.7.7",
"@hiveteams/collab-client": "^0.7.7",
"@types/faker": "^4.1.5",
"@types/is-url": "^1.2.28",
"@types/jest": "24.0.18",