This commit is contained in:
Eric Maciel 2020-10-27 18:53:23 -04:00
parent c1bb9bbcd8
commit 075e4f475b
6 changed files with 10 additions and 10 deletions

View File

@ -2,7 +2,7 @@
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
#### [v0.7.2](https://github.com/hiveteams/slate-collaborative/compare/v0.7.0...v0.7.2) #### [v0.7.3](https://github.com/hiveteams/slate-collaborative/compare/v0.7.0...v0.7.3)
- chore: bump package version [`6c157f4`](https://github.com/hiveteams/slate-collaborative/commit/6c157f43ced89a57bd982dd11f17d11eb7b18f20) - chore: bump package version [`6c157f4`](https://github.com/hiveteams/slate-collaborative/commit/6c157f43ced89a57bd982dd11f17d11eb7b18f20)
- chore: change to hiveteams package [`adec1b7`](https://github.com/hiveteams/slate-collaborative/commit/adec1b719bd05b2f07a59fe8242a3dbfff1e0689) - chore: change to hiveteams package [`adec1b7`](https://github.com/hiveteams/slate-collaborative/commit/adec1b719bd05b2f07a59fe8242a3dbfff1e0689)

View File

@ -1,6 +1,6 @@
{ {
"lerna": "2.7.1", "lerna": "2.7.1",
"version": "0.7.2", "version": "0.7.3",
"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.2", "version": "0.7.3",
"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.2", "@hiveteams/collab-bridge": "^0.7.3",
"@types/lodash": "^4.14.150", "@types/lodash": "^4.14.150",
"@types/socket.io": "^2.1.4", "@types/socket.io": "^2.1.4",
"automerge": "0.14.0", "automerge": "0.14.0",

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@hiveteams/collab-client", "name": "@hiveteams/collab-client",
"version": "0.7.2", "version": "0.7.3",
"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/preset-react": "^7.0.0", "@babel/preset-react": "^7.0.0",
"@hiveteams/collab-bridge": "^0.7.2", "@hiveteams/collab-bridge": "^0.7.3",
"automerge": "0.14.0", "automerge": "0.14.0",
"slate": "0.58.3", "slate": "0.58.3",
"slate-history": "0.58.3", "slate-history": "0.58.3",

View File

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