This commit is contained in:
Eric Maciel 2020-10-28 15:59:56 -04:00
parent 8a68dcabae
commit b3ddf5dc26
4 changed files with 10 additions and 4 deletions

View File

@ -2,8 +2,14 @@
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
#### [v0.7.4](https://github.com/hiveteams/slate-collaborative/compare/v0.7.4...v0.7.4)
- fix: socket stored on editor throwing circular error [`8a68dca`](https://github.com/hiveteams/slate-collaborative/commit/8a68dcabae0233cbeb0d25853a1ddbf3f40afcc5)
#### [v0.7.4](https://github.com/hiveteams/slate-collaborative/compare/v0.7.3...v0.7.4) #### [v0.7.4](https://github.com/hiveteams/slate-collaborative/compare/v0.7.3...v0.7.4)
> 28 October 2020
- fix: insert node behavior [`4c49a37`](https://github.com/hiveteams/slate-collaborative/commit/4c49a37fdb3797cab3b2b0210ef14ee676b51ceb) - fix: insert node behavior [`4c49a37`](https://github.com/hiveteams/slate-collaborative/commit/4c49a37fdb3797cab3b2b0210ef14ee676b51ceb)
- fix: undefined text error [`1b2f669`](https://github.com/hiveteams/slate-collaborative/commit/1b2f6693ee9f0c7f9cef7653e186a0dffa163857) - fix: undefined text error [`1b2f669`](https://github.com/hiveteams/slate-collaborative/commit/1b2f6693ee9f0c7f9cef7653e186a0dffa163857)
- chore: undo package change [`a9a9a43`](https://github.com/hiveteams/slate-collaborative/commit/a9a9a4316cc8a5db87cf80b5f5a782c853969d01) - chore: undo package change [`a9a9a43`](https://github.com/hiveteams/slate-collaborative/commit/a9a9a4316cc8a5db87cf80b5f5a782c853969d01)

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@hiveteams/collab-client", "name": "@hiveteams/collab-client",
"version": "0.7.4", "version": "0.7.5",
"files": [ "files": [
"lib" "lib"
], ],

View File

@ -1,12 +1,12 @@
{ {
"name": "@hiveteams/collab-example", "name": "@hiveteams/collab-example",
"version": "0.7.4", "version": "0.7.5",
"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.4", "@hiveteams/collab-backend": "^0.7.4",
"@hiveteams/collab-client": "^0.7.4", "@hiveteams/collab-client": "^0.7.5",
"@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",