This commit is contained in:
Eric Maciel 2021-01-27 18:32:52 -05:00
parent e5ec4bf4c4
commit 24ebd5ac85
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).
#### [v0.7.26](https://github.com/hiveteams/slate-collaborative/compare/v0.7.25...v0.7.26)
- fix: index error and set of root children error [`e0b3425`](https://github.com/hiveteams/slate-collaborative/commit/e0b342585ae1679f661c37149036f12b6c5672b9)
- fix: cleanup getTarget test case [`e5ec4bf`](https://github.com/hiveteams/slate-collaborative/commit/e5ec4bf4c44e4810694be1f2cb8d3885f1b91a00)
#### [v0.7.25](https://github.com/hiveteams/slate-collaborative/compare/v0.7.24...v0.7.25)
> 20 January 2021
- 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)

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@hiveteams/collab-backend",
"version": "0.7.25",
"version": "0.7.26",
"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.25",
"@hiveteams/collab-bridge": "^0.7.26",
"@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.25",
"version": "0.7.26",
"files": [
"lib"
],

View File

@ -1,6 +1,6 @@
{
"name": "@hiveteams/collab-client",
"version": "0.7.25",
"version": "0.7.26",
"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.25",
"@hiveteams/collab-bridge": "^0.7.26",
"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.25",
"@hiveteams/collab-backend": "^0.7.26",
"@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.25",
"version": "0.7.26",
"private": true,
"dependencies": {
"@emotion/core": "^10.0.17",
"@emotion/styled": "^10.0.17",
"@hiveteams/collab-backend": "^0.7.25",
"@hiveteams/collab-client": "^0.7.25",
"@hiveteams/collab-backend": "^0.7.26",
"@hiveteams/collab-client": "^0.7.26",
"@types/faker": "^4.1.5",
"@types/is-url": "^1.2.28",
"@types/jest": "24.0.18",