This commit is contained in:
Eric Maciel 2020-10-31 11:41:52 -04:00
parent c21172517a
commit de5df0efcd
6 changed files with 15 additions and 9 deletions

View File

@ -2,8 +2,14 @@
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
#### [v0.7.16](https://github.com/hiveteams/slate-collaborative/compare/v0.7.15...v0.7.16)
- fix: opSet conversion for rootKey [`c211725`](https://github.com/hiveteams/slate-collaborative/commit/c21172517aaa77818f593a1a3d11236ed88c8e96)
#### [v0.7.15](https://github.com/hiveteams/slate-collaborative/compare/v0.7.14...v0.7.15)
> 31 October 2020
- fix: opRemove on reconnect [`24a7f91`](https://github.com/hiveteams/slate-collaborative/commit/24a7f917fe83453264612e9275d9ae611959596c)
#### [v0.7.14](https://github.com/hiveteams/slate-collaborative/compare/v0.7.13...v0.7.14)

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@hiveteams/collab-backend",
"version": "0.7.15",
"version": "0.7.16",
"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.15",
"@hiveteams/collab-bridge": "^0.7.16",
"@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.15",
"version": "0.7.16",
"files": [
"lib"
],

View File

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