This commit is contained in:
Eric Maciel 2021-01-08 17:33:22 -05:00
parent 2faeda163b
commit d4dc99f6b2
5 changed files with 15 additions and 8 deletions

View File

@ -2,7 +2,14 @@
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
#### [v0.7.19](https://github.com/hiveteams/slate-collaborative/compare/v0.7.20-alpha.0...v0.7.19)
#### [v0.7.19](https://github.com/hiveteams/slate-collaborative/compare/v0.7.20-alpha.1...v0.7.19)
- feat: cleaner error handling and basic client tests [`f425635`](https://github.com/hiveteams/slate-collaborative/commit/f425635cf849718aa863402ec6450f9a35353fbb)
- fix: make onError optional [`2faeda1`](https://github.com/hiveteams/slate-collaborative/commit/2faeda163b955341d2d5c066158973939fe0baad)
#### [v0.7.20-alpha.1](https://github.com/hiveteams/slate-collaborative/compare/v0.7.20-alpha.0...v0.7.20-alpha.1)
> 6 January 2021
- feat: automerge collaboration to backend [`0894a7a`](https://github.com/hiveteams/slate-collaborative/commit/0894a7a917949e3ef08a5cd9533258a59b7a3486)

View File

@ -1,6 +1,6 @@
{
"lerna": "2.7.1",
"version": "0.7.20-alpha.1",
"version": "0.7.20",
"npmClient": "yarn",
"useWorkspaces": true
}

View File

@ -1,6 +1,6 @@
{
"name": "@hiveteams/collab-backend",
"version": "0.7.20-alpha.1",
"version": "0.7.20",
"files": [
"lib"
],

View File

@ -1,6 +1,6 @@
{
"name": "@hiveteams/collab-client",
"version": "0.7.20-alpha.1",
"version": "0.7.20",
"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.20-alpha.1",
"@hiveteams/collab-backend": "^0.7.20",
"@types/jest": "^24.9.0",
"@types/react": "^16.9.34",
"@types/socket.io-client": "^1.4.32",

View File

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