Skip to content

Commit

Permalink
chore: Release v2.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
paouvrard committed Dec 21, 2021
1 parent c061277 commit d54217a
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 17 deletions.
9 changes: 0 additions & 9 deletions .yarn/versions/72d6e211.yml

This file was deleted.

18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/aurora-erc20/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion packages/aurora-ether/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion packages/aurora-nep141/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion packages/find-replacement-tx/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion packages/near-ether/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion packages/nep141-erc20/package.json
Original file line number Diff line number Diff line change
@@ -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": [
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": "@near-eth/utils",
"version": "2.1.2",
"version": "2.2.0",
"license": "(MIT AND Apache-2.0)",
"main": "dist/index.js",
"files": [
Expand Down

0 comments on commit d54217a

Please sign in to comment.