This commit is contained in:
Eric Maciel 2021-01-20 20:29:38 -05:00
parent b5bd7fe750
commit 0b1e4b66cb
6 changed files with 16 additions and 10 deletions

View File

@ -2,8 +2,14 @@
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
#### [v0.7.25](https://github.com/hiveteams/slate-collaborative/compare/v0.7.24...v0.7.25)
- fix: root level children update [`b5bd7fe`](https://github.com/hiveteams/slate-collaborative/commit/b5bd7fe750d7b0862ea814c578f793a953e84dc8)
#### [v0.7.24](https://github.com/hiveteams/slate-collaborative/compare/v0.7.23...v0.7.24)
> 15 January 2021
- Fix/old state error [`#1`](https://github.com/hiveteams/slate-collaborative/pull/1)
- fix: cleanup logic to avoid race conditions [`2e0e8f0`](https://github.com/hiveteams/slate-collaborative/commit/2e0e8f03526e2565d2ba683b20ca83d9b093bb6f)

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@hiveteams/collab-client",
"version": "0.7.24",
"version": "0.7.25",
"files": [
"lib"
],
@ -27,7 +27,7 @@
"dependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@babel/preset-react": "^7.0.0",
"@hiveteams/collab-bridge": "^0.7.24",
"@hiveteams/collab-bridge": "^0.7.25",
"automerge": "0.14.0",
"lodash": "^4.17.20",
"slate": "0.58.3",
@ -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.24",
"@hiveteams/collab-backend": "^0.7.25",
"@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.24",
"version": "0.7.25",
"private": true,
"dependencies": {
"@emotion/core": "^10.0.17",
"@emotion/styled": "^10.0.17",
"@hiveteams/collab-backend": "^0.7.24",
"@hiveteams/collab-client": "^0.7.24",
"@hiveteams/collab-backend": "^0.7.25",
"@hiveteams/collab-client": "^0.7.25",
"@types/faker": "^4.1.5",
"@types/is-url": "^1.2.28",
"@types/jest": "24.0.18",