diff --git a/.yarn/versions/cf0fe5ae.yml b/.yarn/versions/cf0fe5ae.yml deleted file mode 100644 index 791b479d..00000000 --- a/.yarn/versions/cf0fe5ae.yml +++ /dev/null @@ -1,10 +0,0 @@ -releases: - "@near-eth/aurora-erc20": patch - "@near-eth/aurora-ether": patch - "@near-eth/aurora-nep141": patch - "@near-eth/client": minor - "@near-eth/near-ether": patch - "@near-eth/nep141-erc20": minor - "@near-eth/rainbow": minor - "@near-eth/utils": minor - rainbow-bridge-client-monorepo: minor diff --git a/CHANGELOG.md b/CHANGELOG.md index fde552c8..413c6599 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [2.9.0](https://github.com/aurora-is-near/rainbow-bridge-client/compare/v2.8.1...v2.9.0) (2024-06-12) + + +### Features + +* Add native NEP-141 bridge to Ethereum. ([#96](https://github.com/aurora-is-near/rainbow-bridge-client/issues/96)) ([6292803](https://github.com/aurora-is-near/rainbow-bridge-client/commit/6292803bc5946f29ce288674ae169815750b01fe)) + + + # [2.8.1](https://github.com/aurora-is-near/rainbow-bridge-client/compare/v2.7.0...v2.8.0) (2024-05-10) diff --git a/package.json b/package.json index f19cda8b..40c2d503 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "rainbow-bridge-client-monorepo", "license": "(MIT AND Apache-2.0)", - "version": "2.8.1", + "version": "2.9.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 f6e27ee9..5b197c16 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.1", + "version": "2.7.2", "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 6a2032f0..5bf60c51 100644 --- a/packages/aurora-ether/package.json +++ b/packages/aurora-ether/package.json @@ -1,6 +1,6 @@ { "name": "@near-eth/aurora-ether", - "version": "2.6.1", + "version": "2.6.2", "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 3c2679e1..86222ff0 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.1", + "version": "1.5.2", "license": "(MIT AND Apache-2.0)", "main": "dist/index.js", "files": [ diff --git a/packages/client/package.json b/packages/client/package.json index 1329e64d..80d99422 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@near-eth/client", - "version": "1.11.1", + "version": "1.12.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 8a79d584..b882a7d4 100644 --- a/packages/near-ether/package.json +++ b/packages/near-ether/package.json @@ -1,6 +1,6 @@ { "name": "@near-eth/near-ether", - "version": "2.4.5", + "version": "2.4.6", "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 5c34f62f..a3ada28a 100644 --- a/packages/nep141-erc20/package.json +++ b/packages/nep141-erc20/package.json @@ -1,6 +1,6 @@ { "name": "@near-eth/nep141-erc20", - "version": "2.4.5", + "version": "2.5.0", "license": "(MIT AND Apache-2.0)", "main": "dist/index.js", "files": [ diff --git a/packages/rainbow/package.json b/packages/rainbow/package.json index 09e35984..505f62c4 100644 --- a/packages/rainbow/package.json +++ b/packages/rainbow/package.json @@ -1,6 +1,6 @@ { "name": "@near-eth/rainbow", - "version": "1.3.1", + "version": "1.4.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 aa65d4fc..b81b7b36 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@near-eth/utils", - "version": "2.5.0", + "version": "2.6.0", "license": "(MIT AND Apache-2.0)", "main": "dist/index.js", "files": [