Skip to content

Commit

Permalink
v3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
0x31 committed Oct 28, 2022
1 parent c6278ab commit 30f9648
Show file tree
Hide file tree
Showing 11 changed files with 28 additions and 28 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": "3.5.1"
"version": "3.5.2"
}
4 changes: 2 additions & 2 deletions packages/chains/chains-bitcoin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@renproject/chains-bitcoin",
"version": "3.5.1",
"version": "3.5.2",
"repository": {
"type": "git",
"url": "git+https://github.com/renproject/ren-js.git"
Expand Down Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"@noble/hashes": "1.1.2",
"@renproject/utils": "^3.5.1",
"@renproject/utils": "^3.5.2",
"@types/bchaddrjs": "0.4.0",
"@types/bs58": "4.0.1",
"@types/bs58check": "2.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/chains/chains-ethereum/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@renproject/chains-ethereum",
"version": "3.5.1",
"version": "3.5.2",
"repository": {
"type": "git",
"url": "git+https://github.com/renproject/ren-js.git"
Expand Down Expand Up @@ -45,7 +45,7 @@
"@ethersproject/abi": "5.7.0",
"@ethersproject/bytes": "5.7.0",
"@ethersproject/providers": "5.7.2",
"@renproject/utils": "^3.5.1",
"@renproject/utils": "^3.5.2",
"@types/elliptic": "6.4.14",
"bignumber.js": "9.0.2",
"elliptic": "6.5.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/chains/chains-filecoin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@renproject/chains-filecoin",
"version": "3.5.1",
"version": "3.5.2",
"repository": {
"type": "git",
"url": "git+https://github.com/renproject/ren-js.git"
Expand Down Expand Up @@ -44,7 +44,7 @@
"dependencies": {
"@glif/filecoin-address": "1.1.0",
"@glif/filecoin-rpc-client": "1.1.0",
"@renproject/utils": "^3.5.1",
"@renproject/utils": "^3.5.2",
"@types/elliptic": "6.4.14",
"bignumber.js": "9.0.2",
"blakejs": "1.2.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/chains/chains-solana/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@renproject/chains-solana",
"version": "3.5.1",
"version": "3.5.2",
"repository": {
"type": "git",
"url": "git+https://github.com/renproject/ren-js.git"
Expand Down Expand Up @@ -42,7 +42,7 @@
"prepare": "yarn build"
},
"dependencies": {
"@renproject/utils": "^3.5.1",
"@renproject/utils": "^3.5.2",
"@scure/bip39": "1.1.0",
"@solana/spl-token": "0.2.0",
"@solana/web3.js": "1.50.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/chains/chains-terra/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@renproject/chains-terra",
"version": "3.5.1",
"version": "3.5.2",
"repository": {
"type": "git",
"url": "git+https://github.com/renproject/ren-js.git"
Expand Down Expand Up @@ -42,7 +42,7 @@
"prepare": "yarn build"
},
"dependencies": {
"@renproject/utils": "^3.5.1",
"@renproject/utils": "^3.5.2",
"@terra-money/terra.js": "3.1.5",
"@types/elliptic": "6.4.14",
"bech32": "2.0.0",
Expand Down
14 changes: 7 additions & 7 deletions packages/chains/chains/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@renproject/chains",
"version": "3.5.1",
"version": "3.5.2",
"repository": {
"type": "git",
"url": "git+https://github.com/renproject/ren-js.git"
Expand Down Expand Up @@ -42,12 +42,12 @@
"prepare": "yarn build"
},
"dependencies": {
"@renproject/chains-bitcoin": "^3.5.1",
"@renproject/chains-ethereum": "^3.5.1",
"@renproject/chains-filecoin": "^3.5.1",
"@renproject/chains-solana": "^3.5.1",
"@renproject/chains-terra": "^3.5.1",
"@renproject/utils": "^3.5.1"
"@renproject/chains-bitcoin": "^3.5.2",
"@renproject/chains-ethereum": "^3.5.2",
"@renproject/chains-filecoin": "^3.5.2",
"@renproject/chains-solana": "^3.5.2",
"@renproject/chains-terra": "^3.5.2",
"@renproject/utils": "^3.5.2"
},
"nyc": {
"extends": "@istanbuljs/nyc-config-typescript",
Expand Down
8 changes: 4 additions & 4 deletions packages/mock-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@renproject/mock-provider",
"version": "3.5.1",
"version": "3.5.2",
"repository": {
"type": "git",
"url": "git+https://github.com/renproject/ren-js.git"
Expand Down Expand Up @@ -42,9 +42,9 @@
"prepare": "yarn build"
},
"dependencies": {
"@renproject/chains-bitcoin": "^3.5.1",
"@renproject/provider": "^3.5.1",
"@renproject/utils": "^3.5.1",
"@renproject/chains-bitcoin": "^3.5.2",
"@renproject/provider": "^3.5.2",
"@renproject/utils": "^3.5.2",
"@types/elliptic": "6.4.14",
"bignumber.js": "9.0.2",
"elliptic": "6.5.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@renproject/provider",
"version": "3.5.1",
"version": "3.5.2",
"description": "Official Ren JavaScript client",
"repository": {
"type": "git",
Expand Down Expand Up @@ -43,7 +43,7 @@
"prepare": "yarn build"
},
"dependencies": {
"@renproject/utils": "^3.5.1",
"@renproject/utils": "^3.5.2",
"axios": "0.27.2",
"bignumber.js": "9.0.2"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/ren/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@renproject/ren",
"version": "3.5.1",
"version": "3.5.2",
"description": "Official Ren JavaScript SDK for bridging crypto assets cross-chain.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -56,8 +56,8 @@
"prepare": "yarn build"
},
"dependencies": {
"@renproject/provider": "^3.5.1",
"@renproject/utils": "^3.5.1",
"@renproject/provider": "^3.5.2",
"@renproject/utils": "^3.5.2",
"bignumber.js": "9.0.2",
"events": "3.3.0",
"immutable": "4.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@renproject/utils",
"version": "3.5.1",
"version": "3.5.2",
"repository": {
"type": "git",
"url": "git+https://github.com/renproject/ren-js.git"
Expand Down

0 comments on commit 30f9648

Please sign in to comment.