pull/82/head
schulace 3 years ago
parent 0a146438c2
commit d5b15e1279

@ -2,7 +2,17 @@
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
#### [v0.7.27](https://github.com/hiveteams/slate-collaborative/compare/v0.7.27...v0.7.27)
#### [v0.7.27](https://github.com/hiveteams/slate-collaborative/compare/v0.7.28...v0.7.27)
- Fix/large collab ops [`#4`](https://github.com/hiveteams/slate-collaborative/pull/4)
- Feature/add tracing [`#3`](https://github.com/hiveteams/slate-collaborative/pull/3)
- feat: add ability to reset docSet for client on reconnect (resetOnReconnect) [`d0a7930`](https://github.com/hiveteams/slate-collaborative/commit/d0a793048405a6c2c4a0864cbc65b5723798fb3f)
- fix: large collab ops [`f985772`](https://github.com/hiveteams/slate-collaborative/commit/f985772afcd2b1b118028cf9cfb826c7e7e1daf1)
- test: clean initial test state [`5137703`](https://github.com/hiveteams/slate-collaborative/commit/513770336a67a304ae292dea9ea58b755339a0fb)
#### [v0.7.28](https://github.com/hiveteams/slate-collaborative/compare/v0.7.27...v0.7.28)
> 11 February 2021
- feat: add tracing [`e3ce984`](https://github.com/hiveteams/slate-collaborative/commit/e3ce9849413ed33cc4d1324d52f808da7dd59822)
- chore: fix collab-backend description [`2681254`](https://github.com/hiveteams/slate-collaborative/commit/2681254c7a08240e8a7ee9d491735c218d7f0fa2)

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

@ -1,6 +1,6 @@
{
"name": "@hiveteams/collab-backend",
"version": "0.7.28",
"version": "0.7.29",
"files": [
"lib"
],

@ -1,6 +1,6 @@
{
"name": "@hiveteams/collab-client",
"version": "0.7.28",
"version": "0.7.29",
"files": [
"lib"
],
@ -42,7 +42,7 @@
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
"@babel/preset-env": "^7.6.0",
"@babel/preset-typescript": "^7.6.0",
"@hiveteams/collab-backend": "^0.7.28",
"@hiveteams/collab-backend": "^0.7.29",
"@types/jest": "^24.9.0",
"@types/react": "^16.9.34",
"@types/socket.io-client": "^1.4.32",

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

Loading…
Cancel
Save