This commit is contained in:
Eric Maciel 2020-11-02 13:27:52 -05:00
parent 31a14e2a35
commit 511f0f925d
4 changed files with 10 additions and 4 deletions

View File

@ -2,8 +2,14 @@
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
#### [v0.7.16](https://github.com/hiveteams/slate-collaborative/compare/v0.7.16...v0.7.16)
- fix: close connection error [`31a14e2`](https://github.com/hiveteams/slate-collaborative/commit/31a14e2a3519ea3076071a4d8fdfd48b26bb3d34)
#### [v0.7.16](https://github.com/hiveteams/slate-collaborative/compare/v0.7.15...v0.7.16)
> 31 October 2020
- fix: opSet conversion for rootKey [`c211725`](https://github.com/hiveteams/slate-collaborative/commit/c21172517aaa77818f593a1a3d11236ed88c8e96)
#### [v0.7.15](https://github.com/hiveteams/slate-collaborative/compare/v0.7.14...v0.7.15)

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@hiveteams/collab-client",
"version": "0.7.16",
"version": "0.7.17",
"files": [
"lib"
],

View File

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