diff --git a/.yarn/versions/55773dcb.yml b/.yarn/versions/55773dcb.yml deleted file mode 100644 index 2a0c03e0..00000000 --- a/.yarn/versions/55773dcb.yml +++ /dev/null @@ -1,12 +0,0 @@ -releases: - "@near-eth/aurora-erc20": minor - "@near-eth/aurora-ether": major - "@near-eth/aurora-nep141": patch - "@near-eth/near-ether": major - "@near-eth/nep141-erc20": patch - "@near-eth/rainbow": major - "@near-eth/utils": patch - rainbow-bridge-client-monorepo: major - -declined: - - "@near-eth/client" diff --git a/CHANGELOG.md b/CHANGELOG.md index c0fdc0b2..c14cf591 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [3.0.0](https://github.com/aurora-is-near/rainbow-bridge-client/compare/v2.9.0...v3.0.0) (2024-08-07) + + +### Features + +* ETH connector migration. ([#98](https://github.com/aurora-is-near/rainbow-bridge-client/issues/98)) ([b401aee](https://github.com/aurora-is-near/rainbow-bridge-client/commit/b401aee8a98dcfd1f4ba5c070d89a7728bcb03e2)) +* Ether Custodian Proxy ([#97](https://github.com/aurora-is-near/rainbow-bridge-client/issues/97)) ([19bae80](https://github.com/aurora-is-near/rainbow-bridge-client/commit/19bae800cbfcfaa47dbefdcc401835fab0a9cf43)) + + + # [2.10.0](https://github.com/aurora-is-near/rainbow-bridge-client/compare/v2.9.0...v2.10.0) (2024-07-04) diff --git a/package.json b/package.json index 111db947..412c8c7c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "rainbow-bridge-client-monorepo", "license": "(MIT AND Apache-2.0)", - "version": "2.10.0", + "version": "3.0.0", "private": true, "scripts": { "build": "yarn workspaces foreach -Apt run build", diff --git a/packages/aurora-erc20/package.json b/packages/aurora-erc20/package.json index 5b197c16..0defce51 100644 --- a/packages/aurora-erc20/package.json +++ b/packages/aurora-erc20/package.json @@ -1,6 +1,6 @@ { "name": "@near-eth/aurora-erc20", - "version": "2.7.2", + "version": "2.8.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 c62b6f2c..4af55646 100644 --- a/packages/aurora-ether/package.json +++ b/packages/aurora-ether/package.json @@ -1,6 +1,6 @@ { "name": "@near-eth/aurora-ether", - "version": "2.7.0", + "version": "3.0.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 86222ff0..dfb21655 100644 --- a/packages/aurora-nep141/package.json +++ b/packages/aurora-nep141/package.json @@ -1,6 +1,6 @@ { "name": "@near-eth/aurora-nep141", - "version": "1.5.2", + "version": "1.5.3", "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 4848ed2b..8836409c 100644 --- a/packages/near-ether/package.json +++ b/packages/near-ether/package.json @@ -1,6 +1,6 @@ { "name": "@near-eth/near-ether", - "version": "2.5.0", + "version": "3.0.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 a3ada28a..e1e634d1 100644 --- a/packages/nep141-erc20/package.json +++ b/packages/nep141-erc20/package.json @@ -1,6 +1,6 @@ { "name": "@near-eth/nep141-erc20", - "version": "2.5.0", + "version": "2.5.1", "license": "(MIT AND Apache-2.0)", "main": "dist/index.js", "files": [ diff --git a/packages/rainbow/package.json b/packages/rainbow/package.json index af6a2678..d92b051e 100644 --- a/packages/rainbow/package.json +++ b/packages/rainbow/package.json @@ -1,6 +1,6 @@ { "name": "@near-eth/rainbow", - "version": "1.5.0", + "version": "2.0.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 b81b7b36..be7352e9 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@near-eth/utils", - "version": "2.6.0", + "version": "2.6.1", "license": "(MIT AND Apache-2.0)", "main": "dist/index.js", "files": [