This commit is contained in:
Eric Maciel 2021-01-08 18:20:34 -05:00
parent f6d3af83c9
commit c72c42ec05
5 changed files with 14 additions and 8 deletions

View File

@ -2,7 +2,13 @@
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
#### [v0.7.19](https://github.com/hiveteams/slate-collaborative/compare/v0.7.20-alpha.1...v0.7.19)
#### [v0.7.19](https://github.com/hiveteams/slate-collaborative/compare/v0.7.20...v0.7.19)
- fix: tsconfigs for packages [`f6d3af8`](https://github.com/hiveteams/slate-collaborative/commit/f6d3af83c95ff825f8a7fcaf4daef0afba3c155a)
#### [v0.7.20](https://github.com/hiveteams/slate-collaborative/compare/v0.7.20-alpha.1...v0.7.20)
> 8 January 2021
- 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)

View File

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

View File

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

View File

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