Skip to content

Commit

Permalink
chore: Release v2.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
paouvrard committed Oct 29, 2021
1 parent 9c45d40 commit e8f3df3
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 15 deletions.
8 changes: 0 additions & 8 deletions .yarn/versions/da368658.yml

This file was deleted.

15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [2.3.0](https://github.com/aurora-is-near/rainbow-bridge-client/compare/v2.2.0...v2.3.0) (2021-10-29)


### Bug Fixes

* NEAR proof sharding fix. ([555c3c4](https://github.com/aurora-is-near/rainbow-bridge-client/commit/555c3c4ee471e6593f29b1b05edb69ed6ea8ccbf))


### Features

* Add aurora-nep141 recover. ([934adc6](https://github.com/aurora-is-near/rainbow-bridge-client/commit/934adc684dd5546ee1c7c4be6014c63f4fb4ae37))
* Restore Aurora -> Eth transfer from NEAR relayer tx. ([9beb6f9](https://github.com/aurora-is-near/rainbow-bridge-client/commit/9beb6f9c2dca6fad0a5f618d9811d27ec2411ab3))



# [2.2.0](https://github.com/aurora-is-near/rainbow-bridge-client/compare/v2.1.0...v2.2.0) (2021-10-20)


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.2.0",
"version": "2.3.0",
"private": true,
"scripts": {
"build": "yarn workspaces foreach -pt 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.1.0",
"version": "2.2.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.1.0",
"version": "2.2.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.1.0",
"version": "1.2.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.1.0",
"version": "2.1.1",
"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.1.0",
"version": "2.1.1",
"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.1.1",
"version": "2.1.2",
"license": "(MIT AND Apache-2.0)",
"main": "dist/index.js",
"files": [
Expand Down

0 comments on commit e8f3df3

Please sign in to comment.