This commit is contained in:
Eric Maciel 2021-01-15 17:30:06 -05:00
parent ff417d59fd
commit a887e26391
6 changed files with 17 additions and 10 deletions

View File

@ -2,8 +2,15 @@
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
#### [v0.7.24](https://github.com/hiveteams/slate-collaborative/compare/v0.7.23...v0.7.24)
- 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)
#### [v0.7.23](https://github.com/hiveteams/slate-collaborative/compare/v0.7.22...v0.7.23) #### [v0.7.23](https://github.com/hiveteams/slate-collaborative/compare/v0.7.22...v0.7.23)
> 12 January 2021
- fix: remove node and remove text errors [`eb6f396`](https://github.com/hiveteams/slate-collaborative/commit/eb6f39679b9b4f9dfb652f25ffd0429abcde5b0c) - fix: remove node and remove text errors [`eb6f396`](https://github.com/hiveteams/slate-collaborative/commit/eb6f39679b9b4f9dfb652f25ffd0429abcde5b0c)
- fix: slateOps undefined on toSlateOp error [`89dafd7`](https://github.com/hiveteams/slate-collaborative/commit/89dafd78b989227b3f02ab77c2deb73d23e4cd88) - fix: slateOps undefined on toSlateOp error [`89dafd7`](https://github.com/hiveteams/slate-collaborative/commit/89dafd78b989227b3f02ab77c2deb73d23e4cd88)

View File

@ -1,6 +1,6 @@
{ {
"lerna": "2.7.1", "lerna": "2.7.1",
"version": "0.7.23", "version": "0.7.24",
"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.23", "version": "0.7.24",
"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.23", "@hiveteams/collab-bridge": "^0.7.24",
"@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.23", "version": "0.7.24",
"files": [ "files": [
"lib" "lib"
], ],

View File

@ -1,6 +1,6 @@
{ {
"name": "@hiveteams/collab-client", "name": "@hiveteams/collab-client",
"version": "0.7.23", "version": "0.7.24",
"files": [ "files": [
"lib" "lib"
], ],
@ -27,7 +27,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.23", "@hiveteams/collab-bridge": "^0.7.24",
"automerge": "0.14.0", "automerge": "0.14.0",
"lodash": "^4.17.20", "lodash": "^4.17.20",
"slate": "0.58.3", "slate": "0.58.3",
@ -42,7 +42,7 @@
"@babel/plugin-proposal-object-rest-spread": "^7.5.5", "@babel/plugin-proposal-object-rest-spread": "^7.5.5",
"@babel/preset-env": "^7.6.0", "@babel/preset-env": "^7.6.0",
"@babel/preset-typescript": "^7.6.0", "@babel/preset-typescript": "^7.6.0",
"@hiveteams/collab-backend": "^0.7.23", "@hiveteams/collab-backend": "^0.7.24",
"@types/jest": "^24.9.0", "@types/jest": "^24.9.0",
"@types/react": "^16.9.34", "@types/react": "^16.9.34",
"@types/socket.io-client": "^1.4.32", "@types/socket.io-client": "^1.4.32",

View File

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