diff --git a/.yarn/versions/72d6e211.yml b/.yarn/versions/72d6e211.yml deleted file mode 100644 index 9daefa33..00000000 --- a/.yarn/versions/72d6e211.yml +++ /dev/null @@ -1,9 +0,0 @@ -releases: - "@near-eth/aurora-erc20": minor - "@near-eth/aurora-ether": minor - "@near-eth/aurora-nep141": patch - "@near-eth/near-ether": minor - "@near-eth/nep141-erc20": minor - "@near-eth/utils": minor - find-replacement-tx: patch - rainbow-bridge-client-monorepo: minor diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cfb0ebb..140b98df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# [2.4.0](https://github.com/aurora-is-near/rainbow-bridge-client/compare/v2.3.0...v2.4.0) (2021-12-21) + + +### Bug Fixes + +* Add getTransactionByNonce start bound check. ([d0b77e5](https://github.com/aurora-is-near/rainbow-bridge-client/commit/d0b77e5e96c27546e9cc3f67b76ec17a6fe8d04b)) +* Simplify getTransactionByNonce. ([a30c076](https://github.com/aurora-is-near/rainbow-bridge-client/commit/a30c07642526996b36b5fb033d0a867d0cb432e3)) + + +### Features + +* Add findFinalizationTxOnEthereum. ([c548c61](https://github.com/aurora-is-near/rainbow-bridge-client/commit/c548c6156728854b2b01eaa9c26e88ce54f814e1)) +* Add findFinalizationTxOnNear and finishTime. ([269ba6a](https://github.com/aurora-is-near/rainbow-bridge-client/commit/269ba6af3daf4b4a59a86b0b7cb546d6c2b2d6ad)) +* Add finishTime in transfers to Ethereum. ([b5dbf2a](https://github.com/aurora-is-near/rainbow-bridge-client/commit/b5dbf2ad2ff5b3b116965124b21e632310503377)) +* Allow 0x in aurora recipient format. ([9e1f6dd](https://github.com/aurora-is-near/rainbow-bridge-client/commit/9e1f6dd0cab29e6d885cadd161d3cd6944a3da55)) + + + # [2.3.0](https://github.com/aurora-is-near/rainbow-bridge-client/compare/v2.2.0...v2.3.0) (2021-10-29) diff --git a/package.json b/package.json index 07412e99..66af5973 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "rainbow-bridge-client-monorepo", "license": "(MIT AND Apache-2.0)", - "version": "2.3.0", + "version": "2.4.0", "private": true, "scripts": { "build": "yarn workspaces foreach -pt run build", diff --git a/packages/aurora-erc20/package.json b/packages/aurora-erc20/package.json index 4f8f0fe6..d648a298 100644 --- a/packages/aurora-erc20/package.json +++ b/packages/aurora-erc20/package.json @@ -1,6 +1,6 @@ { "name": "@near-eth/aurora-erc20", - "version": "2.2.0", + "version": "2.3.0", "license": "(MIT AND Apache-2.0)", "main": "dist/index.js", "files": [ diff --git a/packages/aurora-ether/package.json b/packages/aurora-ether/package.json index f4a87c03..f53d2795 100644 --- a/packages/aurora-ether/package.json +++ b/packages/aurora-ether/package.json @@ -1,6 +1,6 @@ { "name": "@near-eth/aurora-ether", - "version": "2.2.0", + "version": "2.3.0", "license": "(MIT AND Apache-2.0)", "main": "dist/index.js", "files": [ diff --git a/packages/aurora-nep141/package.json b/packages/aurora-nep141/package.json index 94cf603c..1a17c0d6 100644 --- a/packages/aurora-nep141/package.json +++ b/packages/aurora-nep141/package.json @@ -1,6 +1,6 @@ { "name": "@near-eth/aurora-nep141", - "version": "1.2.0", + "version": "1.2.1", "license": "(MIT AND Apache-2.0)", "main": "dist/index.js", "files": [ diff --git a/packages/find-replacement-tx/package.json b/packages/find-replacement-tx/package.json index 3dfb8dea..e617cff0 100644 --- a/packages/find-replacement-tx/package.json +++ b/packages/find-replacement-tx/package.json @@ -1,6 +1,6 @@ { "name": "find-replacement-tx", - "version": "1.2.1", + "version": "1.2.2", "license": "(MIT AND Apache-2.0)", "main": "dist/index.js", "files": [ diff --git a/packages/near-ether/package.json b/packages/near-ether/package.json index 82dd54b2..0f2f2720 100644 --- a/packages/near-ether/package.json +++ b/packages/near-ether/package.json @@ -1,6 +1,6 @@ { "name": "@near-eth/near-ether", - "version": "2.1.1", + "version": "2.2.0", "license": "(MIT AND Apache-2.0)", "main": "dist/index.js", "files": [ diff --git a/packages/nep141-erc20/package.json b/packages/nep141-erc20/package.json index b8208d28..c6d86059 100644 --- a/packages/nep141-erc20/package.json +++ b/packages/nep141-erc20/package.json @@ -1,6 +1,6 @@ { "name": "@near-eth/nep141-erc20", - "version": "2.1.1", + "version": "2.2.0", "license": "(MIT AND Apache-2.0)", "main": "dist/index.js", "files": [ diff --git a/packages/utils/package.json b/packages/utils/package.json index bf53dce2..86a199b0 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@near-eth/utils", - "version": "2.1.2", + "version": "2.2.0", "license": "(MIT AND Apache-2.0)", "main": "dist/index.js", "files": [