Skip to content

Commit

Permalink
chore: Release v2.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
paouvrard committed Feb 28, 2024
1 parent c298534 commit 6901685
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 19 deletions.
10 changes: 0 additions & 10 deletions .yarn/versions/5012e96b.yml

This file was deleted.

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [2.7.0](https://github.com/aurora-is-near/rainbow-bridge-client/compare/v2.6.3...v2.7.0) (2024-02-28)


### Features

* Aurora Cloud silo support. ([#93](https://github.com/aurora-is-near/rainbow-bridge-client/issues/93)) ([c298534](https://github.com/aurora-is-near/rainbow-bridge-client/commit/c298534ba7a27a063009910ee0e0e2c581fdce58))



## [2.6.3](https://github.com/aurora-is-near/rainbow-bridge-client/compare/v2.6.2...v2.6.3) (2024-01-18)


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.6.3",
"version": "2.7.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.5.3",
"version": "2.6.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.5.3",
"version": "2.6.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.4.2",
"version": "1.5.0",
"license": "(MIT AND Apache-2.0)",
"main": "dist/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@near-eth/client",
"version": "1.9.0",
"version": "1.10.0",
"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.4.3",
"version": "2.4.4",
"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.4.3",
"version": "2.4.4",
"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.1.3",
"version": "1.2.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.4.2",
"version": "2.5.0",
"license": "(MIT AND Apache-2.0)",
"main": "dist/index.js",
"files": [
Expand Down

0 comments on commit 6901685

Please sign in to comment.