Skip to content

Commit

Permalink
chore: Release v2.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
paouvrard committed Oct 20, 2021
1 parent 47318fc commit a4d5fa2
Show file tree
Hide file tree
Showing 11 changed files with 28 additions and 25 deletions.
9 changes: 0 additions & 9 deletions .yarn/versions/0a3d8cb8.yml

This file was deleted.

8 changes: 0 additions & 8 deletions .yarn/versions/b34fc55d.yml

This file was deleted.

20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# [2.2.0](https://github.com/aurora-is-near/rainbow-bridge-client/compare/v2.1.0...v2.2.0) (2021-10-20)


### Bug Fixes

* Query icon from nep141, update naj release. ([51f54c2](https://github.com/aurora-is-near/rainbow-bridge-client/commit/51f54c20eb4741df2cca95f4f5728e4276029430))
* Remove unnecessary conflictingTransfer check. ([144bf35](https://github.com/aurora-is-near/rainbow-bridge-client/commit/144bf35bf4b16b1f73868a9ddb39673be0fcd63d))
* Replace eth_getStorageAt. ([1d41f5f](https://github.com/aurora-is-near/rainbow-bridge-client/commit/1d41f5f4f3319f031a0543352344a104c9b93ea3))
* Throw on invalid eth/aurora chain id. ([f5a5f75](https://github.com/aurora-is-near/rainbow-bridge-client/commit/f5a5f7563c34cd6df5b94d95db8cb687a0d61c20))


### Features

* Add findAllTransfers to/from Aurora. ([4b3de53](https://github.com/aurora-is-near/rainbow-bridge-client/commit/4b3de539091f8622711e709ab7ea2ee1cede1699), [47318fc](https://github.com/aurora-is-near/rainbow-bridge-client/commit/47318fc2dd3deacc676fef7f2a3a66364bf6562a))
* Add optional metadata to recover. ([e9672c1](https://github.com/aurora-is-near/rainbow-bridge-client/commit/e9672c1f3cac6742a8fc62e62c49ee0df8ffd3cb))
* Give a random `id` to transfers. ([2575d04](https://github.com/aurora-is-near/rainbow-bridge-client/commit/2575d0419d19577213c98cb3b07b8692f4b73d5a))
* Refactor aurora-nep141/bridged-ether. ([c373bd2](https://github.com/aurora-is-near/rainbow-bridge-client/commit/c373bd2d480a2d81782322d7f7468936eed9bf91))



# [2.1.0](https://github.com/aurora-is-near/rainbow-bridge-client/compare/v2.0.0...v2.1.0) (2021-09-23)


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.1.0",
"version": "2.2.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.0.1",
"version": "2.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": "2.0.1",
"version": "2.1.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.0.0",
"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.7.0",
"version": "1.8.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": "2.0.2",
"version": "2.1.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.0.2",
"version": "2.1.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.0",
"version": "2.1.1",
"license": "(MIT AND Apache-2.0)",
"main": "dist/index.js",
"files": [
Expand Down

0 comments on commit a4d5fa2

Please sign in to comment.