This commit is contained in:
Eric Maciel 2020-10-30 16:10:07 -04:00
parent 3d8f999872
commit e8ad6fe205
4 changed files with 11 additions and 5 deletions

View File

@ -2,7 +2,13 @@
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) #### [v0.7.9](https://github.com/hiveteams/slate-collaborative/compare/v0.7.10...v0.7.9)
- fix: add back createConnection [`3d8f999`](https://github.com/hiveteams/slate-collaborative/commit/3d8f999872d78f335c3ee578d65812689be5ffda)
#### [v0.7.10](https://github.com/hiveteams/slate-collaborative/compare/v0.7.9...v0.7.10)
> 30 October 2020
- fix: try reducing number of connections [`34db64e`](https://github.com/hiveteams/slate-collaborative/commit/34db64edafb06e4b381885dac50fd61915b5f442) - fix: try reducing number of connections [`34db64e`](https://github.com/hiveteams/slate-collaborative/commit/34db64edafb06e4b381885dac50fd61915b5f442)

View File

@ -1,6 +1,6 @@
{ {
"lerna": "2.7.1", "lerna": "2.7.1",
"version": "0.7.10", "version": "0.7.11",
"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.10", "version": "0.7.11",
"files": [ "files": [
"lib" "lib"
], ],

View File

@ -1,12 +1,12 @@
{ {
"name": "@hiveteams/collab-example", "name": "@hiveteams/collab-example",
"version": "0.7.10", "version": "0.7.11",
"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.10", "@hiveteams/collab-client": "^0.7.11",
"@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",