fix: package json and version

This commit is contained in:
Eric Maciel 2021-01-05 18:43:59 -05:00
parent 2b8206d1c5
commit 217864dc69
6 changed files with 18 additions and 12 deletions

View File

@ -2,7 +2,13 @@
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
#### [v0.7.16](https://github.com/hiveteams/slate-collaborative/compare/v0.7.16...v0.7.16)
#### [v0.7.18](https://github.com/hiveteams/slate-collaborative/compare/v0.7.17...v0.7.18)
- fix: old state passed to connection error [`2b8206d`](https://github.com/hiveteams/slate-collaborative/commit/2b8206d1c574ec82b3d1687515d1e4db8652573b)
#### [v0.7.17](https://github.com/hiveteams/slate-collaborative/compare/v0.7.16...v0.7.17)
> 2 November 2020
- fix: close connection error [`31a14e2`](https://github.com/hiveteams/slate-collaborative/commit/31a14e2a3519ea3076071a4d8fdfd48b26bb3d34)

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@hiveteams/collab-client",
"version": "0.7.17",
"version": "0.7.18",
"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.16",
"@hiveteams/collab-bridge": "^0.7.18",
"automerge": "0.14.0",
"slate": "0.58.3",
"slate-history": "0.58.3",
@ -41,10 +41,10 @@
"@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.18",
"@types/jest": "^24.9.0",
"@types/react": "^16.9.34",
"@types/socket.io-client": "^1.4.32",
"@hiveteams/collab-backend": "^0.7.16",
"@types/jest": "^24.9.0",
"jest": "^26.6.3",
"ts-jest": "^26.4.4"
},

View File

@ -1,12 +1,12 @@
{
"name": "@hiveteams/collab-example",
"version": "0.7.17",
"version": "0.7.18",
"private": true,
"dependencies": {
"@emotion/core": "^10.0.17",
"@emotion/styled": "^10.0.17",
"@hiveteams/collab-backend": "^0.7.16",
"@hiveteams/collab-client": "^0.7.17",
"@hiveteams/collab-backend": "^0.7.18",
"@hiveteams/collab-client": "^0.7.18",
"@types/faker": "^4.1.5",
"@types/is-url": "^1.2.28",
"@types/jest": "24.0.18",