Skip to content

Commit

Permalink
chore: Release v2.6.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
paouvrard committed Jan 4, 2024
1 parent 6d2d883 commit 0717e38
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 24 deletions.
9 changes: 0 additions & 9 deletions .yarn/versions/17863933.yml

This file was deleted.

7 changes: 0 additions & 7 deletions .yarn/versions/bf801d06.yml

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [2.6.2](https://github.com/aurora-is-near/rainbow-bridge-client/compare/v2.6.1...v2.6.2) (2024-01-04)


### Bug Fixes

* Better NEAR receipt parsing. ([#90](https://github.com/aurora-is-near/rainbow-bridge-client/issues/90)) ([c134739](https://github.com/aurora-is-near/rainbow-bridge-client/commit/c134739208f14528d3cfaa089ae5c08319779575))


### Features

* Find finalization tx using monitoring indexer. ([#91](https://github.com/aurora-is-near/rainbow-bridge-client/issues/91)) ([6d2d883](https://github.com/aurora-is-near/rainbow-bridge-client/commit/6d2d883e0713ba56f74fb9d1f1a87a3430af7f93))



## [2.6.1](https://github.com/aurora-is-near/rainbow-bridge-client/compare/v2.6.0...v2.6.1) (2023-06-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.6.1",
"version": "2.6.2",
"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.5.1",
"version": "2.5.2",
"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.1",
"version": "2.5.2",
"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.0",
"version": "1.4.1",
"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.1",
"version": "2.4.2",
"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.1",
"version": "2.4.2",
"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.1",
"version": "1.1.2",
"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.0",
"version": "2.4.1",
"license": "(MIT AND Apache-2.0)",
"main": "dist/index.js",
"files": [
Expand Down

0 comments on commit 0717e38

Please sign in to comment.