mirror of
https://github.com/cudr/slate-collaborative.git
synced 2025-06-09 10:54:03 +00:00
v0.7.21
This commit is contained in:
parent
f6d3af83c9
commit
c72c42ec05
@ -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)
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"lerna": "2.7.1",
|
||||
"version": "0.7.20",
|
||||
"version": "0.7.21",
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": true
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@hiveteams/collab-backend",
|
||||
"version": "0.7.20",
|
||||
"version": "0.7.21",
|
||||
"files": [
|
||||
"lib"
|
||||
],
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user