This commit is contained in:
Eric Maciel 2020-10-30 15:28:04 -04:00
parent 025943de4e
commit f231ab4f01
6 changed files with 17 additions and 10 deletions

View File

@ -2,7 +2,14 @@
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
#### [v0.7.7](https://github.com/hiveteams/slate-collaborative/compare/v0.7.7...v0.7.7) #### [v0.7.9](https://github.com/hiveteams/slate-collaborative/compare/v0.7.8...v0.7.9)
- fix: add error handling for applyOperation [`025943d`](https://github.com/hiveteams/slate-collaborative/commit/025943de4e60e820619ec7bf76d97e757270d670)
- chore: bump bridge version [`baeab8a`](https://github.com/hiveteams/slate-collaborative/commit/baeab8a74c72481978fc1d2021ef1fb903060a80)
#### [v0.7.8](https://github.com/hiveteams/slate-collaborative/compare/v0.7.7...v0.7.8)
> 30 October 2020
- fix: add backend changes to slate-collab [`2917c98`](https://github.com/hiveteams/slate-collaborative/commit/2917c980100c983014035aa4a4ed47ea07c70a01) - fix: add backend changes to slate-collab [`2917c98`](https://github.com/hiveteams/slate-collaborative/commit/2917c980100c983014035aa4a4ed47ea07c70a01)
- fix: call onError for errors during applyOperation [`c342509`](https://github.com/hiveteams/slate-collaborative/commit/c3425096e2a8c656c25c4dfacb1f3a25a37b611d) - fix: call onError for errors during applyOperation [`c342509`](https://github.com/hiveteams/slate-collaborative/commit/c3425096e2a8c656c25c4dfacb1f3a25a37b611d)

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@hiveteams/collab-backend", "name": "@hiveteams/collab-backend",
"version": "0.7.8", "version": "0.7.9",
"files": [ "files": [
"lib" "lib"
], ],
@ -26,7 +26,7 @@
"dependencies": { "dependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.9.0", "@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@babel/runtime": "^7.6.3", "@babel/runtime": "^7.6.3",
"@hiveteams/collab-bridge": "^0.7.7", "@hiveteams/collab-bridge": "^0.7.9",
"@types/debug": "^4.1.5", "@types/debug": "^4.1.5",
"@types/lodash": "^4.14.150", "@types/lodash": "^4.14.150",
"@types/socket.io": "^2.1.4", "@types/socket.io": "^2.1.4",

View File

@ -1,6 +1,6 @@
{ {
"name": "@hiveteams/collab-bridge", "name": "@hiveteams/collab-bridge",
"version": "0.7.8", "version": "0.7.9",
"files": [ "files": [
"lib" "lib"
], ],

View File

@ -1,6 +1,6 @@
{ {
"name": "@hiveteams/collab-client", "name": "@hiveteams/collab-client",
"version": "0.7.8", "version": "0.7.9",
"files": [ "files": [
"lib" "lib"
], ],
@ -26,7 +26,7 @@
"dependencies": { "dependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.9.0", "@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@babel/preset-react": "^7.0.0", "@babel/preset-react": "^7.0.0",
"@hiveteams/collab-bridge": "^0.7.7", "@hiveteams/collab-bridge": "^0.7.9",
"automerge": "0.14.0", "automerge": "0.14.0",
"slate": "0.58.3", "slate": "0.58.3",
"slate-history": "0.58.3", "slate-history": "0.58.3",

View File

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