v0.7.20-alpha.1

This commit is contained in:
Eric Maciel 2021-01-06 15:10:45 -05:00
parent 0894a7a917
commit c8df4f7ad0
5 changed files with 14 additions and 8 deletions

View File

@ -2,7 +2,13 @@
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
#### [v0.7.19](https://github.com/hiveteams/slate-collaborative/compare/v0.7.19...v0.7.19)
#### [v0.7.19](https://github.com/hiveteams/slate-collaborative/compare/v0.7.20-alpha.0...v0.7.19)
- feat: automerge collaboration to backend [`0894a7a`](https://github.com/hiveteams/slate-collaborative/commit/0894a7a917949e3ef08a5cd9533258a59b7a3486)
#### [v0.7.20-alpha.0](https://github.com/hiveteams/slate-collaborative/compare/v0.7.19...v0.7.20-alpha.0)
> 5 January 2021
- fix: automerge backend import [`2f05bce`](https://github.com/hiveteams/slate-collaborative/commit/2f05bced2bb3f89df829408ecb146fbc51004bd0)

View File

@ -1,6 +1,6 @@
{
"lerna": "2.7.1",
"version": "0.7.20-alpha.0",
"version": "0.7.20-alpha.1",
"npmClient": "yarn",
"useWorkspaces": true
}

View File

@ -1,6 +1,6 @@
{
"name": "@hiveteams/collab-backend",
"version": "0.7.20-alpha.0",
"version": "0.7.20-alpha.1",
"files": [
"lib"
],

View File

@ -1,6 +1,6 @@
{
"name": "@hiveteams/collab-client",
"version": "0.7.20-alpha.0",
"version": "0.7.20-alpha.1",
"files": [
"lib"
],
@ -41,7 +41,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.20-alpha.0",
"@hiveteams/collab-backend": "^0.7.20-alpha.1",
"@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.20-alpha.0",
"version": "0.7.20-alpha.1",
"private": true,
"dependencies": {
"@emotion/core": "^10.0.17",
"@emotion/styled": "^10.0.17",
"@hiveteams/collab-backend": "^0.7.20-alpha.0",
"@hiveteams/collab-client": "^0.7.20-alpha.0",
"@hiveteams/collab-backend": "^0.7.20-alpha.1",
"@hiveteams/collab-client": "^0.7.20-alpha.1",
"@types/faker": "^4.1.5",
"@types/is-url": "^1.2.28",
"@types/jest": "24.0.18",