mirror of
https://github.com/cudr/slate-collaborative.git
synced 2024-10-27 20:34:06 +00:00
v0.7.30
This commit is contained in:
parent
8f259ea0b5
commit
4f48c070cc
@ -2,7 +2,14 @@
|
||||
|
||||
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
||||
|
||||
#### [v0.7.27](https://github.com/hiveteams/slate-collaborative/compare/v0.7.28...v0.7.27)
|
||||
#### [v0.7.27](https://github.com/hiveteams/slate-collaborative/compare/v0.7.29...v0.7.27)
|
||||
|
||||
- feat: make socket available for onTrace callback [`a7fbd9b`](https://github.com/hiveteams/slate-collaborative/commit/a7fbd9ba9ccac2b18ac804a027fe66317f55f0f6)
|
||||
- fix: client tests [`8f259ea`](https://github.com/hiveteams/slate-collaborative/commit/8f259ea0b54970526df3cc4d1f2b86e48f517c41)
|
||||
|
||||
#### [v0.7.29](https://github.com/hiveteams/slate-collaborative/compare/v0.7.28...v0.7.29)
|
||||
|
||||
> 4 March 2021
|
||||
|
||||
- Fix/large collab ops [`#4`](https://github.com/hiveteams/slate-collaborative/pull/4)
|
||||
- Feature/add tracing [`#3`](https://github.com/hiveteams/slate-collaborative/pull/3)
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"lerna": "2.7.1",
|
||||
"version": "0.7.29",
|
||||
"version": "0.7.30",
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": true
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@hiveteams/collab-backend",
|
||||
"version": "0.7.29",
|
||||
"version": "0.7.30",
|
||||
"files": [
|
||||
"lib"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@hiveteams/collab-client",
|
||||
"version": "0.7.29",
|
||||
"version": "0.7.30",
|
||||
"files": [
|
||||
"lib"
|
||||
],
|
||||
@ -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.29",
|
||||
"@hiveteams/collab-backend": "^0.7.30",
|
||||
"@types/jest": "^24.9.0",
|
||||
"@types/react": "^16.9.34",
|
||||
"@types/socket.io-client": "^1.4.32",
|
||||
|
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@hiveteams/collab-example",
|
||||
"version": "0.7.29",
|
||||
"version": "0.7.30",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@emotion/core": "^10.0.17",
|
||||
"@emotion/styled": "^10.0.17",
|
||||
"@hiveteams/collab-backend": "^0.7.29",
|
||||
"@hiveteams/collab-client": "^0.7.29",
|
||||
"@hiveteams/collab-backend": "^0.7.30",
|
||||
"@hiveteams/collab-client": "^0.7.30",
|
||||
"@types/faker": "^4.1.5",
|
||||
"@types/is-url": "^1.2.28",
|
||||
"@types/jest": "24.0.18",
|
||||
|
Loading…
Reference in New Issue
Block a user