Skip to content

Commit

Permalink
v1.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
0x31 committed Sep 9, 2020
1 parent 11f17d0 commit 14cbf63
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.0.12"
"version": "1.0.13"
}
2 changes: 1 addition & 1 deletion packages/lib/gateway/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@renproject/gateway",
"version": "1.0.12",
"version": "1.0.13",
"description": "GatewayJS allows dApp to easily and securely integrate with RenVM",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@renproject/provider",
"version": "1.0.12",
"version": "1.0.13",
"description": "Official Ren JavaScript client",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/ren/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@renproject/ren",
"version": "1.0.12",
"version": "1.0.13",
"description": "Official Ren JavaScript client",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/rpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@renproject/rpc",
"version": "1.0.12",
"version": "1.0.13",
"description": "Official Ren JavaScript client",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@renproject/utils",
"version": "1.0.12",
"version": "1.0.13",
"description": "Official Ren JavaScript client",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/gateway-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gateway-example",
"version": "1.0.12",
"version": "1.0.13",
"private": true,
"homepage": "https://renproject.github.io/gateway-staging",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/gateway.renproject.io/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gateway.renproject.io",
"version": "1.0.12",
"version": "1.0.13",
"private": true,
"homepage": "https://renproject.github.io/gateway-staging.renproject.io/",
"scripts": {
Expand Down

0 comments on commit 14cbf63

Please sign in to comment.