mirror of
https://github.com/cudr/slate-collaborative.git
synced 2024-10-27 20:34:06 +00:00
v0.7.5
This commit is contained in:
parent
8a68dcabae
commit
b3ddf5dc26
@ -2,8 +2,14 @@
|
||||
|
||||
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)
|
||||
|
||||
> 28 October 2020
|
||||
|
||||
- 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)
|
||||
- chore: undo package change [`a9a9a43`](https://github.com/hiveteams/slate-collaborative/commit/a9a9a4316cc8a5db87cf80b5f5a782c853969d01)
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"lerna": "2.7.1",
|
||||
"version": "0.7.4",
|
||||
"version": "0.7.5",
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": true
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@hiveteams/collab-client",
|
||||
"version": "0.7.4",
|
||||
"version": "0.7.5",
|
||||
"files": [
|
||||
"lib"
|
||||
],
|
||||
|
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@hiveteams/collab-example",
|
||||
"version": "0.7.4",
|
||||
"version": "0.7.5",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@emotion/core": "^10.0.17",
|
||||
"@emotion/styled": "^10.0.17",
|
||||
"@hiveteams/collab-backend": "^0.7.4",
|
||||
"@hiveteams/collab-client": "^0.7.4",
|
||||
"@hiveteams/collab-client": "^0.7.5",
|
||||
"@types/faker": "^4.1.5",
|
||||
"@types/is-url": "^1.2.28",
|
||||
"@types/jest": "24.0.18",
|
||||
|
Loading…
Reference in New Issue
Block a user