Skip to content

Commit

Permalink
chore: Release v1.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
paouvrard committed Jul 23, 2021
1 parent 97f4143 commit 8107dad
Show file tree
Hide file tree
Showing 12 changed files with 29 additions and 32 deletions.
6 changes: 0 additions & 6 deletions .yarn/versions/43543e14.yml

This file was deleted.

9 changes: 0 additions & 9 deletions .yarn/versions/528478f0.yml

This file was deleted.

9 changes: 0 additions & 9 deletions .yarn/versions/977f60c3.yml

This file was deleted.

21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# [1.6.0](https://github.com/aurora-is-near/rainbow-bridge-client/compare/v1.5.1...v1.6.0) (2021-07-23)


### Bug Fixes

* `findEthProof` support eip1559. ([01dc4a0](https://github.com/aurora-is-near/rainbow-bridge-client/commit/01dc4a035b0e8b7ef937bd4de246ba8c9f9d44d0))
* Add id to recovered Erc20 -> Aurora. ([6b352ff](https://github.com/aurora-is-near/rainbow-bridge-client/commit/6b352ff3375ba35dcdbdfe4d1cfc341044f7e7ea))
* Fix checkSync in NEAR to Ethereum. ([a167342](https://github.com/aurora-is-near/rainbow-bridge-client/commit/a167342e3c21c3271416ea1557b1fe92004e2082))
* Fix network checks. ([d395066](https://github.com/aurora-is-near/rainbow-bridge-client/commit/d395066fb94f7497c27374dece67ea90742c0aca))
* Improve handling of chain reorgs. ([daff226](https://github.com/aurora-is-near/rainbow-bridge-client/commit/daff2264d6d60e5281883b37a3e5cbefb3bc9352))
* Use getEthProvider in checkSync. ([97f4143](https://github.com/aurora-is-near/rainbow-bridge-client/commit/97f41431bdeef1d41395218b105198fa83e941f6))


### Features

* Add ETH connector to `@near-eth/near-ether`. ([a30c6b2](https://github.com/aurora-is-near/rainbow-bridge-client/commit/a30c6b2acf6773a9fd529803b2d0ec30556cff5d))
* Reduce checkSync data queries. ([4b4947d](https://github.com/aurora-is-near/rainbow-bridge-client/commit/4b4947d6e3b7dab9b8a741739a98463630b6391c))
* Support custom transfer types in `client`. ([3c8069a](https://github.com/aurora-is-near/rainbow-bridge-client/commit/3c8069a674fb27b0e6b3dc5dcc8a84540154e3fe))



## [1.5.1](https://github.com/aurora-is-near/rainbow-bridge-client/compare/v1.5.0...v1.5.1) (2021-07-08)


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": "1.5.1",
"version": "1.6.0",
"private": true,
"scripts": {
"build": "yarn workspaces foreach 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": "1.1.0-3",
"version": "1.1.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": "1.1.0-3",
"version": "1.1.0",
"license": "(MIT AND Apache-2.0)",
"main": "dist/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@near-eth/client",
"version": "1.5.0-0",
"version": "1.5.0",
"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.0-0",
"version": "1.2.0",
"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": "1.2.0-3",
"version": "1.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": "1.6.0-3",
"version": "1.6.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": "1.1.0-0",
"version": "1.1.0",
"license": "(MIT AND Apache-2.0)",
"main": "dist/index.js",
"files": [
Expand Down

0 comments on commit 8107dad

Please sign in to comment.