Skip to content

Commit d9aa22f

Browse files
committed
v3.1.0
1 parent 5d052b9 commit d9aa22f

File tree

11 files changed

+28
-28
lines changed

11 files changed

+28
-28
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"npmClient": "yarn",
33
"useWorkspaces": true,
4-
"version": "3.0.0-alpha.32"
4+
"version": "3.1.0"
55
}

packages/chains/chains-bitcoin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@renproject/chains-bitcoin",
3-
"version": "3.0.0-alpha.32",
3+
"version": "3.1.0",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/renproject/ren-js.git"
@@ -44,7 +44,7 @@
4444
},
4545
"dependencies": {
4646
"@noble/hashes": "1.0.0",
47-
"@renproject/utils": "^3.0.0-alpha.32",
47+
"@renproject/utils": "^3.1.0",
4848
"@types/bchaddrjs": "^0.4.0",
4949
"@types/bs58": "^4.0.1",
5050
"@types/bs58check": "2.1.0",

packages/chains/chains-ethereum/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@renproject/chains-ethereum",
3-
"version": "3.0.0-alpha.32",
3+
"version": "3.1.0",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/renproject/ren-js.git"
@@ -46,7 +46,7 @@
4646
"@ethersproject/abi": "^5.6.0",
4747
"@ethersproject/bytes": "^5.6.0",
4848
"@ethersproject/providers": "^5.6.1",
49-
"@renproject/utils": "^3.0.0-alpha.32",
49+
"@renproject/utils": "^3.1.0",
5050
"@types/elliptic": "^6.4.14",
5151
"bignumber.js": "^9.0.2",
5252
"elliptic": "^6.5.4",

packages/chains/chains-filecoin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@renproject/chains-filecoin",
3-
"version": "3.0.0-alpha.32",
3+
"version": "3.1.0",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/renproject/ren-js.git"
@@ -45,7 +45,7 @@
4545
"dependencies": {
4646
"@glif/filecoin-address": "^1.1.0",
4747
"@glif/filecoin-rpc-client": "^1.1.0",
48-
"@renproject/utils": "^3.0.0-alpha.32",
48+
"@renproject/utils": "^3.1.0",
4949
"@types/elliptic": "^6.4.14",
5050
"bignumber.js": "^9.0.2",
5151
"blakejs": "^1.1.1",

packages/chains/chains-solana/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@renproject/chains-solana",
3-
"version": "3.0.0-alpha.32",
3+
"version": "3.1.0",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/renproject/ren-js.git"
@@ -46,7 +46,7 @@
4646
"@project-serum/associated-token": "^0.1.1",
4747
"@project-serum/borsh": "^0.2.5",
4848
"@project-serum/sol-wallet-adapter": "^0.2.6",
49-
"@renproject/utils": "^3.0.0-alpha.32",
49+
"@renproject/utils": "^3.1.0",
5050
"@solana/buffer-layout": "^4.0.0",
5151
"@solana/spl-token": "0.2.0",
5252
"@solana/web3.js": "1.36.0",

packages/chains/chains-terra/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@renproject/chains-terra",
3-
"version": "3.0.0-alpha.32",
3+
"version": "3.1.0",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/renproject/ren-js.git"
@@ -42,7 +42,7 @@
4242
"prepare-release": "run-s npmignore build"
4343
},
4444
"dependencies": {
45-
"@renproject/utils": "^3.0.0-alpha.32",
45+
"@renproject/utils": "^3.1.0",
4646
"@terra-money/terra.js": "3.0.8",
4747
"@types/elliptic": "^6.4.14",
4848
"bech32": "^2.0.0",

packages/chains/chains/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@renproject/chains",
3-
"version": "3.0.0-alpha.32",
3+
"version": "3.1.0",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/renproject/ren-js.git"
@@ -43,12 +43,12 @@
4343
"prepare-release": "run-s npmignore build"
4444
},
4545
"dependencies": {
46-
"@renproject/chains-bitcoin": "^3.0.0-alpha.32",
47-
"@renproject/chains-ethereum": "^3.0.0-alpha.32",
48-
"@renproject/chains-filecoin": "^3.0.0-alpha.32",
49-
"@renproject/chains-solana": "^3.0.0-alpha.32",
50-
"@renproject/chains-terra": "^3.0.0-alpha.32",
51-
"@renproject/utils": "^3.0.0-alpha.32"
46+
"@renproject/chains-bitcoin": "^3.1.0",
47+
"@renproject/chains-ethereum": "^3.1.0",
48+
"@renproject/chains-filecoin": "^3.1.0",
49+
"@renproject/chains-solana": "^3.1.0",
50+
"@renproject/chains-terra": "^3.1.0",
51+
"@renproject/utils": "^3.1.0"
5252
},
5353
"nyc": {
5454
"extends": "@istanbuljs/nyc-config-typescript",

packages/mock-provider/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@renproject/mock-provider",
3-
"version": "3.0.0-alpha.32",
3+
"version": "3.1.0",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/renproject/ren-js.git"
@@ -43,9 +43,9 @@
4343
"prepare-release": "run-s npmignore build"
4444
},
4545
"dependencies": {
46-
"@renproject/chains-bitcoin": "^3.0.0-alpha.32",
47-
"@renproject/provider": "^3.0.0-alpha.32",
48-
"@renproject/utils": "^3.0.0-alpha.32",
46+
"@renproject/chains-bitcoin": "^3.1.0",
47+
"@renproject/provider": "^3.1.0",
48+
"@renproject/utils": "^3.1.0",
4949
"@types/elliptic": "^6.4.14",
5050
"bignumber.js": "^9.0.2",
5151
"elliptic": "^6.5.4",

packages/provider/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@renproject/provider",
3-
"version": "3.0.0-alpha.32",
3+
"version": "3.1.0",
44
"description": "Official Ren JavaScript client",
55
"repository": {
66
"type": "git",
@@ -44,7 +44,7 @@
4444
"prepare-release": "run-s npmignore build"
4545
},
4646
"dependencies": {
47-
"@renproject/utils": "^3.0.0-alpha.32",
47+
"@renproject/utils": "^3.1.0",
4848
"axios": "^0.26.1",
4949
"bignumber.js": "^9.0.2"
5050
},

packages/ren/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@renproject/ren",
3-
"version": "3.0.0-alpha.32",
3+
"version": "3.1.0",
44
"description": "Official Ren JavaScript SDK for bridging crypto assets cross-chain.",
55
"repository": {
66
"type": "git",
@@ -57,8 +57,8 @@
5757
"prepare-release": "run-s npmignore build"
5858
},
5959
"dependencies": {
60-
"@renproject/provider": "^3.0.0-alpha.32",
61-
"@renproject/utils": "^3.0.0-alpha.32",
60+
"@renproject/provider": "^3.1.0",
61+
"@renproject/utils": "^3.1.0",
6262
"bignumber.js": "^9.0.2",
6363
"events": "^3.3.0",
6464
"immutable": "^4.0.0"

packages/utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@renproject/utils",
3-
"version": "3.0.0-alpha.32",
3+
"version": "3.1.0",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/renproject/ren-js.git"

0 commit comments

Comments
 (0)