This commit is contained in:
Eric Maciel 2020-10-30 17:20:13 -04:00
parent ce563a2514
commit c59e5239e4
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).
#### [v0.7.9](https://github.com/hiveteams/slate-collaborative/compare/v0.7.10...v0.7.9)
#### [v0.7.9](https://github.com/hiveteams/slate-collaborative/compare/v0.7.11...v0.7.9)
- fix: cleanup createConnection logic [`ce563a2`](https://github.com/hiveteams/slate-collaborative/commit/ce563a2514afd19f4c12e7d721e0b8f85fdded8e)
#### [v0.7.11](https://github.com/hiveteams/slate-collaborative/compare/v0.7.10...v0.7.11)
> 30 October 2020
- fix: add back createConnection [`3d8f999`](https://github.com/hiveteams/slate-collaborative/commit/3d8f999872d78f335c3ee578d65812689be5ffda)

View File

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

View File

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

View File

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