mirror of
https://github.com/cudr/slate-collaborative.git
synced 2024-10-27 20:34:06 +00:00
v0.7.10
This commit is contained in:
parent
34db64edaf
commit
5147dce608
@ -2,8 +2,14 @@
|
||||
|
||||
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)
|
||||
|
||||
> 30 October 2020
|
||||
|
||||
- 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)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"lerna": "2.7.1",
|
||||
"version": "0.7.9",
|
||||
"version": "0.7.10",
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": true
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@hiveteams/collab-client",
|
||||
"version": "0.7.9",
|
||||
"version": "0.7.10",
|
||||
"files": [
|
||||
"lib"
|
||||
],
|
||||
|
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@hiveteams/collab-example",
|
||||
"version": "0.7.9",
|
||||
"version": "0.7.10",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@emotion/core": "^10.0.17",
|
||||
"@emotion/styled": "^10.0.17",
|
||||
"@hiveteams/collab-backend": "^0.7.9",
|
||||
"@hiveteams/collab-client": "^0.7.9",
|
||||
"@hiveteams/collab-client": "^0.7.10",
|
||||
"@types/faker": "^4.1.5",
|
||||
"@types/is-url": "^1.2.28",
|
||||
"@types/jest": "24.0.18",
|
||||
|
Loading…
Reference in New Issue
Block a user