Skip to content

Commit

Permalink
chore: Release v3.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
paouvrard committed Aug 7, 2024
1 parent b401aee commit ea2b7be
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 20 deletions.
12 changes: 0 additions & 12 deletions .yarn/versions/55773dcb.yml

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.10.0",
"version": "3.0.0",
"private": true,
"scripts": {
"build": "yarn workspaces foreach -Apt 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.7.2",
"version": "2.8.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.7.0",
"version": "3.0.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.5.2",
"version": "1.5.3",
"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.5.0",
"version": "3.0.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.5.0",
"version": "2.5.1",
"license": "(MIT AND Apache-2.0)",
"main": "dist/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/rainbow/package.json
Original file line number Diff line number Diff line change
@@ -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": [
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.6.0",
"version": "2.6.1",
"license": "(MIT AND Apache-2.0)",
"main": "dist/index.js",
"files": [
Expand Down

0 comments on commit ea2b7be

Please sign in to comment.