From 9009ecafa8f79d11f15c04addc6025d2e3257f84 Mon Sep 17 00:00:00 2001 From: Pierre-Alain Ouvrard Date: Thu, 18 Jan 2024 12:29:34 +0900 Subject: [PATCH] chore: Release v2.6.3. --- .yarn/versions/5029224a.yml | 9 --------- CHANGELOG.md | 9 +++++++++ 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/rainbow/package.json | 2 +- packages/utils/package.json | 2 +- 10 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 .yarn/versions/5029224a.yml diff --git a/.yarn/versions/5029224a.yml b/.yarn/versions/5029224a.yml deleted file mode 100644 index 16faf26e..00000000 --- a/.yarn/versions/5029224a.yml +++ /dev/null @@ -1,9 +0,0 @@ -releases: - "@near-eth/aurora-erc20": patch - "@near-eth/aurora-ether": patch - "@near-eth/aurora-nep141": patch - "@near-eth/near-ether": patch - "@near-eth/nep141-erc20": patch - "@near-eth/rainbow": patch - "@near-eth/utils": patch - rainbow-bridge-client-monorepo: patch diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ea1b39a..5a8a451d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.6.3](https://github.com/aurora-is-near/rainbow-bridge-client/compare/v2.6.2...v2.6.3) (2024-01-18) + + +### Bug Fixes + +* Cancun upgrade eth-object and yarn. ([#92](https://github.com/aurora-is-near/rainbow-bridge-client/issues/92)) ([b75f902](https://github.com/aurora-is-near/rainbow-bridge-client/commit/b75f902612c81f01aeb4b31c69d118055e38151b)) + + + ## [2.6.2](https://github.com/aurora-is-near/rainbow-bridge-client/compare/v2.6.1...v2.6.2) (2024-01-04) diff --git a/package.json b/package.json index 4cce437b..25152532 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "rainbow-bridge-client-monorepo", "license": "(MIT AND Apache-2.0)", - "version": "2.6.2", + "version": "2.6.3", "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 c0895076..f0b4b8e5 100644 --- a/packages/aurora-erc20/package.json +++ b/packages/aurora-erc20/package.json @@ -1,6 +1,6 @@ { "name": "@near-eth/aurora-erc20", - "version": "2.5.2", + "version": "2.5.3", "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 8f741df2..539ece73 100644 --- a/packages/aurora-ether/package.json +++ b/packages/aurora-ether/package.json @@ -1,6 +1,6 @@ { "name": "@near-eth/aurora-ether", - "version": "2.5.2", + "version": "2.5.3", "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 61e4a5fd..badb93f6 100644 --- a/packages/aurora-nep141/package.json +++ b/packages/aurora-nep141/package.json @@ -1,6 +1,6 @@ { "name": "@near-eth/aurora-nep141", - "version": "1.4.1", + "version": "1.4.2", "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 cf1fbca5..540b35b9 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.2", + "version": "2.4.3", "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 ed9cc860..6509e026 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.2", + "version": "2.4.3", "license": "(MIT AND Apache-2.0)", "main": "dist/index.js", "files": [ diff --git a/packages/rainbow/package.json b/packages/rainbow/package.json index f50370ea..ed1b1497 100644 --- a/packages/rainbow/package.json +++ b/packages/rainbow/package.json @@ -1,6 +1,6 @@ { "name": "@near-eth/rainbow", - "version": "1.1.2", + "version": "1.1.3", "license": "(MIT AND Apache-2.0)", "main": "dist/index.js", "files": [ diff --git a/packages/utils/package.json b/packages/utils/package.json index 458c7a46..58926e52 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@near-eth/utils", - "version": "2.4.1", + "version": "2.4.2", "license": "(MIT AND Apache-2.0)", "main": "dist/index.js", "files": [