mirror of
https://github.com/cudr/slate-collaborative.git
synced 2024-10-27 20:34:06 +00:00
v0.7.16
This commit is contained in:
parent
c21172517a
commit
de5df0efcd
@ -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)
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"lerna": "2.7.1",
|
||||
"version": "0.7.15",
|
||||
"version": "0.7.16",
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": true
|
||||
}
|
||||
|
@ -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",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@hiveteams/collab-bridge",
|
||||
"version": "0.7.15",
|
||||
"version": "0.7.16",
|
||||
"files": [
|
||||
"lib"
|
||||
],
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user