This commit is contained in:
Eric Maciel 2020-10-30 16:05:24 -04:00
parent 34db64edaf
commit 5147dce608
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). Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
#### [v0.7.9](https://github.com/hiveteams/slate-collaborative/compare/v0.7.9...v0.7.9)
- fix: try reducing number of connections [`34db64e`](https://github.com/hiveteams/slate-collaborative/commit/34db64edafb06e4b381885dac50fd61915b5f442)
#### [v0.7.9](https://github.com/hiveteams/slate-collaborative/compare/v0.7.8...v0.7.9) #### [v0.7.9](https://github.com/hiveteams/slate-collaborative/compare/v0.7.8...v0.7.9)
> 30 October 2020
- fix: add error handling for applyOperation [`025943d`](https://github.com/hiveteams/slate-collaborative/commit/025943de4e60e820619ec7bf76d97e757270d670) - fix: add error handling for applyOperation [`025943d`](https://github.com/hiveteams/slate-collaborative/commit/025943de4e60e820619ec7bf76d97e757270d670)
- chore: bump bridge version [`baeab8a`](https://github.com/hiveteams/slate-collaborative/commit/baeab8a74c72481978fc1d2021ef1fb903060a80) - chore: bump bridge version [`baeab8a`](https://github.com/hiveteams/slate-collaborative/commit/baeab8a74c72481978fc1d2021ef1fb903060a80)

View File

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

View File

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

View File

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