Skip to content

Commit

Permalink
chore: Release v2.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
paouvrard committed Sep 20, 2022
1 parent 378b1e0 commit a83adfc
Show file tree
Hide file tree
Showing 16 changed files with 40 additions and 72 deletions.
14 changes: 0 additions & 14 deletions .yarn/versions/00d7eedb.yml

This file was deleted.

11 changes: 0 additions & 11 deletions .yarn/versions/2bbe9c65.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .yarn/versions/31ac97ec.yml

This file was deleted.

14 changes: 0 additions & 14 deletions .yarn/versions/898c573e.yml

This file was deleted.

19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [2.5.0](https://github.com/aurora-is-near/rainbow-bridge-client/compare/v2.4.0...v2.5.0) (2022-09-20)


### Bug Fixes

* Remove $NEAR deposit to deploy to Aurora. ([a006872](https://github.com/aurora-is-near/rainbow-bridge-client/commit/a0068726d199db3e30c9f5dac57aa99f74acb5ad))
* Use args_base64 from indexer (replace json). ([378b1e0](https://github.com/aurora-is-near/rainbow-bridge-client/commit/378b1e0d4fd6e6721742a4f40561db2c750b04af))


### Features

* Add @near-eth/rainbow package. ([578b01c](https://github.com/aurora-is-near/rainbow-bridge-client/commit/578b01c1b24680b2fc22105a9ab3c686403f5b84))
* Add payNep141Storage, getBalance returns AccountBalance. ([a9b5031](https://github.com/aurora-is-near/rainbow-bridge-client/commit/a9b50311f58a4281b3d14010e5fa3fd9d4ae1a78))
* Add storage lock for multi tab conflict with near tx. ([228cff2](https://github.com/aurora-is-near/rainbow-bridge-client/commit/228cff25ef2c4a5ef7a3a4556a1039f8dc4e3a88))
* Support injected NEAR wallet (Sender). ([0e5dd64](https://github.com/aurora-is-near/rainbow-bridge-client/commit/0e5dd648e98155c08793e7d17230e338b767f356))
* Support near-wallet-selector, backward compatible. ([746b297](https://github.com/aurora-is-near/rainbow-bridge-client/commit/746b297ab29d20284608432fb585c9f3780668ed))



# [2.4.0](https://github.com/aurora-is-near/rainbow-bridge-client/compare/v2.3.0...v2.4.0) (2021-12-21)


Expand Down
5 changes: 2 additions & 3 deletions 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.5.0-rc.1",
"version": "2.5.0",
"private": true,
"scripts": {
"build": "yarn workspaces foreach -pt run build",
Expand Down Expand Up @@ -39,6 +39,5 @@
"workspaces": [
"packages/*"
],
"packageManager": "[email protected]",
"stableVersion": "2.4.0"
"packageManager": "[email protected]"
}
5 changes: 2 additions & 3 deletions 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.4.0-rc.1",
"version": "2.4.0",
"license": "(MIT AND Apache-2.0)",
"main": "dist/index.js",
"files": [
Expand Down Expand Up @@ -32,6 +32,5 @@
"repository": {
"type": "git",
"url": "https://github.com/aurora-is-near/rainbow-bridge-client/tree/main/packages/aurora-erc20"
},
"stableVersion": "2.3.0"
}
}
5 changes: 2 additions & 3 deletions 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.4.0-rc.1",
"version": "2.4.0",
"license": "(MIT AND Apache-2.0)",
"main": "dist/index.js",
"files": [
Expand Down Expand Up @@ -32,6 +32,5 @@
"repository": {
"type": "git",
"url": "https://github.com/aurora-is-near/rainbow-bridge-client/tree/main/packages/aurora-ether"
},
"stableVersion": "2.3.0"
}
}
5 changes: 2 additions & 3 deletions 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.3.0-rc.1",
"version": "1.3.0",
"license": "(MIT AND Apache-2.0)",
"main": "dist/index.js",
"files": [
Expand Down Expand Up @@ -32,6 +32,5 @@
"repository": {
"type": "git",
"url": "https://github.com/aurora-is-near/rainbow-bridge-client/tree/main/packages/nep141-erc20"
},
"stableVersion": "1.2.2"
}
}
5 changes: 2 additions & 3 deletions 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-rc.1",
"version": "1.9.0",
"license": "(MIT AND Apache-2.0)",
"main": "dist/index.js",
"files": [
Expand All @@ -25,6 +25,5 @@
"repository": {
"type": "git",
"url": "https://github.com/aurora-is-near/rainbow-bridge-client/tree/main/packages/client"
},
"stableVersion": "1.8.0"
}
}
5 changes: 2 additions & 3 deletions packages/find-replacement-tx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "find-replacement-tx",
"version": "1.2.3-rc.1",
"version": "1.2.3",
"license": "(MIT AND Apache-2.0)",
"main": "dist/index.js",
"files": [
Expand All @@ -21,6 +21,5 @@
"repository": {
"type": "git",
"url": "https://github.com/aurora-is-near/rainbow-bridge-client/tree/main/packages/find-replacement-tx"
},
"stableVersion": "1.2.2"
}
}
5 changes: 2 additions & 3 deletions packages/lite-merkle-patricia-tree/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lite-merkle-patricia-tree",
"version": "1.0.1-rc.1",
"version": "1.0.1",
"license": "(MIT AND Apache-2.0)",
"main": "dist/index.js",
"files": [
Expand All @@ -22,6 +22,5 @@
"repository": {
"type": "git",
"url": "https://github.com/aurora-is-near/rainbow-bridge-client/tree/main/packages/lite-merkle-patricia-tree"
},
"stableVersion": "1.0.0"
}
}
5 changes: 2 additions & 3 deletions 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.3.0-rc.1",
"version": "2.3.0",
"license": "(MIT AND Apache-2.0)",
"main": "dist/index.js",
"files": [
Expand Down Expand Up @@ -32,6 +32,5 @@
"repository": {
"type": "git",
"url": "https://github.com/aurora-is-near/rainbow-bridge-client/tree/main/packages/near-ether"
},
"stableVersion": "2.2.0"
}
}
5 changes: 2 additions & 3 deletions 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.3.0-rc.1",
"version": "2.3.0",
"license": "(MIT AND Apache-2.0)",
"main": "dist/index.js",
"files": [
Expand Down Expand Up @@ -32,6 +32,5 @@
"repository": {
"type": "git",
"url": "https://github.com/aurora-is-near/rainbow-bridge-client/tree/main/packages/nep141-erc20"
},
"stableVersion": "2.2.0"
}
}
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.0.0-rc.1",
"version": "1.0.0",
"license": "(MIT AND Apache-2.0)",
"main": "dist/index.js",
"files": [
Expand Down
5 changes: 2 additions & 3 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@near-eth/utils",
"version": "2.3.0-rc.1",
"version": "2.3.0",
"license": "(MIT AND Apache-2.0)",
"main": "dist/index.js",
"files": [
Expand Down Expand Up @@ -28,6 +28,5 @@
"repository": {
"type": "git",
"url": "https://github.com/aurora-is-near/rainbow-bridge-client/tree/main/packages/utils"
},
"stableVersion": "2.2.0"
}
}

0 comments on commit a83adfc

Please sign in to comment.