Skip to content

Commit

Permalink
Release: v0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
perfectmak committed Feb 5, 2021
1 parent e9dd164 commit a760c7f
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 8 deletions.
2 changes: 1 addition & 1 deletion changelogs/v0.0.12.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## v0.0.11
## v0.0.12

This release contains a fix with breaking changes.

Expand Down
7 changes: 7 additions & 0 deletions changelogs/v0.0.13.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# CHANGELOG

## v0.0.13

This release contains a fix for gundb.

- Fixes issue with gundb connecting to non tls websocket.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.0.12",
"version": "0.0.13",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
6 changes: 3 additions & 3 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spacehq/sdk",
"version": "0.0.12",
"version": "0.0.13",
"description": "Space SDK Library",
"main": "dist/index",
"types": "dist/index",
Expand Down Expand Up @@ -33,7 +33,7 @@
"typescript": "^3.9.3"
},
"dependencies": {
"@spacehq/storage": "^0.0.12",
"@spacehq/users": "^0.0.12"
"@spacehq/storage": "^0.0.13",
"@spacehq/users": "^0.0.13"
}
}
4 changes: 2 additions & 2 deletions packages/storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spacehq/storage",
"version": "0.0.12",
"version": "0.0.13",
"description": "Space storage implementation",
"main": "dist/index",
"types": "dist/index",
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@improbable-eng/grpc-web": "^0.13.0",
"@spacehq/users": "^0.0.12",
"@spacehq/users": "^0.0.13",
"@textile/crypto": "^2.0.0",
"@textile/hub": "^4.1.0",
"@textile/threads-id": "^0.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/users/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spacehq/users",
"version": "0.0.12",
"version": "0.0.13",
"description": "Space users implementation",
"main": "dist/index",
"types": "dist/index",
Expand Down

0 comments on commit a760c7f

Please sign in to comment.