This commit is contained in:
Eric Maciel 2020-10-30 18:06:40 -04:00
parent 7f2bd39402
commit c2066ed498
6 changed files with 16 additions and 10 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.11...v0.7.9)
#### [v0.7.13](https://github.com/hiveteams/slate-collaborative/compare/v0.7.12...v0.7.13)
- fix: map error [`7f2bd39`](https://github.com/hiveteams/slate-collaborative/commit/7f2bd394028c242af7d30d2a59da1e1e3a256997)
#### [v0.7.12](https://github.com/hiveteams/slate-collaborative/compare/v0.7.11...v0.7.12)
> 30 October 2020
- fix: cleanup createConnection logic [`ce563a2`](https://github.com/hiveteams/slate-collaborative/commit/ce563a2514afd19f4c12e7d721e0b8f85fdded8e)

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@hiveteams/collab-backend",
"version": "0.7.9",
"version": "0.7.13",
"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.9",
"@hiveteams/collab-bridge": "^0.7.13",
"@types/debug": "^4.1.5",
"@types/lodash": "^4.14.150",
"@types/socket.io": "^2.1.4",

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@hiveteams/collab-client",
"version": "0.7.12",
"version": "0.7.13",
"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.9",
"@hiveteams/collab-bridge": "^0.7.13",
"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.12",
"version": "0.7.13",
"private": true,
"dependencies": {
"@emotion/core": "^10.0.17",
"@emotion/styled": "^10.0.17",
"@hiveteams/collab-backend": "^0.7.9",
"@hiveteams/collab-client": "^0.7.12",
"@hiveteams/collab-backend": "^0.7.13",
"@hiveteams/collab-client": "^0.7.13",
"@types/faker": "^4.1.5",
"@types/is-url": "^1.2.28",
"@types/jest": "24.0.18",