Skip to content

Commit

Permalink
v2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
0x31 committed Feb 26, 2021
1 parent eff4002 commit 59ef986
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 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": "2.1.3"
"version": "2.1.4"
}
2 changes: 1 addition & 1 deletion packages/lib/chains/chains-filecoin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@renproject/chains-filecoin",
"version": "2.1.3",
"version": "2.1.4",
"repository": {
"type": "git",
"url": "git+https://github.com/renproject/ren-js.git"
Expand Down
4 changes: 2 additions & 2 deletions packages/lib/chains/chains-terra/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@renproject/chains-terra",
"version": "2.1.3",
"version": "2.1.4",
"repository": {
"type": "git",
"url": "git+https://github.com/renproject/ren-js.git"
Expand Down Expand Up @@ -46,10 +46,10 @@
"@renproject/rpc": "^2.1.3",
"@renproject/utils": "^2.1.3",
"@terra-money/terra.js": "1.3.6",
"@types/elliptic": "^6.4.12",
"@types/node": ">=10",
"bech32": "^1.1.4",
"bignumber.js": "^9.0.1",
"@types/elliptic": "^6.4.12",
"blakejs": "^1.1.0",
"elliptic": "^6.5.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/lib/chains/chains/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@renproject/chains",
"version": "2.1.3",
"version": "2.1.4",
"repository": {
"type": "git",
"url": "git+https://github.com/renproject/ren-js.git"
Expand Down Expand Up @@ -45,8 +45,8 @@
"dependencies": {
"@renproject/chains-bitcoin": "^2.1.3",
"@renproject/chains-ethereum": "^2.1.3",
"@renproject/chains-filecoin": "^2.1.3",
"@renproject/chains-terra": "^2.1.3",
"@renproject/chains-filecoin": "^2.1.4",
"@renproject/chains-terra": "^2.1.4",
"@renproject/interfaces": "^2.1.3",
"@types/node": ">=10"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/lib/test/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "test",
"private": true,
"version": "2.1.3",
"version": "2.1.4",
"scripts": {
"describe": "npm-scripts-info",
"prettier": "yarn fix:prettier",
Expand All @@ -24,8 +24,8 @@
"build:module": "tsc -p tsconfig.module.json"
},
"dependencies": {
"@renproject/chains": "^2.1.3",
"@renproject/chains-terra": "^2.1.3",
"@renproject/chains": "^2.1.4",
"@renproject/chains-terra": "^2.1.4",
"@renproject/interfaces": "^2.1.3",
"@renproject/provider": "^2.1.3",
"@renproject/ren": "^2.1.3",
Expand Down

0 comments on commit 59ef986

Please sign in to comment.