From e8f3df3540c53c1c44488c5d271618d5895a79c9 Mon Sep 17 00:00:00 2001 From: Pierre-Alain Date: Fri, 29 Oct 2021 20:27:05 +0900 Subject: [PATCH] chore: Release v2.3.0. --- .yarn/versions/da368658.yml | 8 -------- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- packages/aurora-erc20/package.json | 2 +- packages/aurora-ether/package.json | 2 +- packages/aurora-nep141/package.json | 2 +- packages/near-ether/package.json | 2 +- packages/nep141-erc20/package.json | 2 +- packages/utils/package.json | 2 +- 9 files changed, 22 insertions(+), 15 deletions(-) delete mode 100644 .yarn/versions/da368658.yml diff --git a/.yarn/versions/da368658.yml b/.yarn/versions/da368658.yml deleted file mode 100644 index e9355958..00000000 --- a/.yarn/versions/da368658.yml +++ /dev/null @@ -1,8 +0,0 @@ -releases: - "@near-eth/aurora-erc20": minor - "@near-eth/aurora-ether": minor - "@near-eth/aurora-nep141": minor - "@near-eth/near-ether": patch - "@near-eth/nep141-erc20": patch - "@near-eth/utils": patch - rainbow-bridge-client-monorepo: minor diff --git a/CHANGELOG.md b/CHANGELOG.md index 79603231..1cfb0ebb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# [2.3.0](https://github.com/aurora-is-near/rainbow-bridge-client/compare/v2.2.0...v2.3.0) (2021-10-29) + + +### Bug Fixes + +* NEAR proof sharding fix. ([555c3c4](https://github.com/aurora-is-near/rainbow-bridge-client/commit/555c3c4ee471e6593f29b1b05edb69ed6ea8ccbf)) + + +### Features + +* Add aurora-nep141 recover. ([934adc6](https://github.com/aurora-is-near/rainbow-bridge-client/commit/934adc684dd5546ee1c7c4be6014c63f4fb4ae37)) +* Restore Aurora -> Eth transfer from NEAR relayer tx. ([9beb6f9](https://github.com/aurora-is-near/rainbow-bridge-client/commit/9beb6f9c2dca6fad0a5f618d9811d27ec2411ab3)) + + + # [2.2.0](https://github.com/aurora-is-near/rainbow-bridge-client/compare/v2.1.0...v2.2.0) (2021-10-20) diff --git a/package.json b/package.json index 2f0bd5f3..07412e99 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "rainbow-bridge-client-monorepo", "license": "(MIT AND Apache-2.0)", - "version": "2.2.0", + "version": "2.3.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 8ee72a96..4f8f0fe6 100644 --- a/packages/aurora-erc20/package.json +++ b/packages/aurora-erc20/package.json @@ -1,6 +1,6 @@ { "name": "@near-eth/aurora-erc20", - "version": "2.1.0", + "version": "2.2.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 c7fa0f18..f4a87c03 100644 --- a/packages/aurora-ether/package.json +++ b/packages/aurora-ether/package.json @@ -1,6 +1,6 @@ { "name": "@near-eth/aurora-ether", - "version": "2.1.0", + "version": "2.2.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 858181ed..94cf603c 100644 --- a/packages/aurora-nep141/package.json +++ b/packages/aurora-nep141/package.json @@ -1,6 +1,6 @@ { "name": "@near-eth/aurora-nep141", - "version": "1.1.0", + "version": "1.2.0", "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 3d676dc9..82dd54b2 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.0", + "version": "2.1.1", "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 e2e2d013..b8208d28 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.0", + "version": "2.1.1", "license": "(MIT AND Apache-2.0)", "main": "dist/index.js", "files": [ diff --git a/packages/utils/package.json b/packages/utils/package.json index 2426c629..bf53dce2 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@near-eth/utils", - "version": "2.1.1", + "version": "2.1.2", "license": "(MIT AND Apache-2.0)", "main": "dist/index.js", "files": [