Skip to content

Commit

Permalink
v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
0x31 committed Jun 24, 2021
1 parent 3995387 commit 40f81b6
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "2.4.0"
"version": "2.4.1"
}
2 changes: 1 addition & 1 deletion packages/lib/chains/chains-ethereum/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@renproject/chains-ethereum",
"version": "2.4.0",
"version": "2.4.1",
"repository": {
"type": "git",
"url": "git+https://github.com/renproject/ren-js.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/chains/chains-solana/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@renproject/chains-solana",
"version": "2.4.0",
"version": "2.4.1",
"repository": {
"type": "git",
"url": "git+https://github.com/renproject/ren-js.git"
Expand Down
6 changes: 3 additions & 3 deletions packages/lib/chains/chains/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@renproject/chains",
"version": "2.4.0",
"version": "2.4.1",
"repository": {
"type": "git",
"url": "git+https://github.com/renproject/ren-js.git"
Expand Down Expand Up @@ -44,10 +44,10 @@
},
"dependencies": {
"@renproject/chains-bitcoin": "^2.4.0",
"@renproject/chains-ethereum": "^2.4.0",
"@renproject/chains-ethereum": "^2.4.1",
"@renproject/chains-filecoin": "^2.4.0",
"@renproject/chains-solana": "^2.4.1",
"@renproject/chains-terra": "^2.4.0",
"@renproject/chains-solana": "^2.4.0",
"@renproject/interfaces": "^2.4.0",
"@types/node": ">=10"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@renproject/multiwallet-abstract-ethereum-connector",
"version": "2.4.0",
"version": "2.4.1",
"repository": {
"type": "git",
"url": "git+https://github.com/renproject/ren-js.git"
Expand Down Expand Up @@ -42,7 +42,7 @@
"prepare-release": "run-s npmignore build"
},
"dependencies": {
"@renproject/chains-ethereum": "^2.4.0",
"@renproject/chains-ethereum": "^2.4.1",
"@renproject/interfaces": "^2.4.0",
"@renproject/multiwallet-base-connector": "^2.4.0",
"@types/node": ">=10",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@renproject/multiwallet-binancesmartchain-injected-connector",
"version": "2.4.0",
"version": "2.4.1",
"repository": {
"type": "git",
"url": "git+https://github.com/renproject/ren-js.git"
Expand Down Expand Up @@ -42,8 +42,8 @@
},
"dependencies": {
"@renproject/interfaces": "^2.4.0",
"@renproject/multiwallet-abstract-ethereum-connector": "^2.4.0",
"@renproject/multiwallet-ethereum-injected-connector": "^2.4.0",
"@renproject/multiwallet-abstract-ethereum-connector": "^2.4.1",
"@renproject/multiwallet-ethereum-injected-connector": "^2.4.1",
"@types/node": ">=10"
},
"resolutions": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@renproject/multiwallet-ethereum-injected-connector",
"version": "2.4.0",
"version": "2.4.1",
"repository": {
"type": "git",
"url": "git+https://github.com/renproject/ren-js.git"
Expand Down Expand Up @@ -41,7 +41,7 @@
"prepare-release": "run-s npmignore build"
},
"dependencies": {
"@renproject/multiwallet-abstract-ethereum-connector": "^2.4.0",
"@renproject/multiwallet-abstract-ethereum-connector": "^2.4.1",
"@renproject/multiwallet-base-connector": "^2.4.0",
"@types/node": ">=10"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@renproject/multiwallet-ethereum-mewconnect-connector",
"version": "2.4.0",
"version": "2.4.1",
"repository": {
"type": "git",
"url": "git+https://github.com/renproject/ren-js.git"
Expand Down Expand Up @@ -43,7 +43,7 @@
"dependencies": {
"@myetherwallet/mewconnect-web-client": "^2.1.23-beta.1",
"@renproject/interfaces": "^2.4.0",
"@renproject/multiwallet-abstract-ethereum-connector": "^2.4.0",
"@renproject/multiwallet-abstract-ethereum-connector": "^2.4.1",
"@renproject/multiwallet-base-connector": "^2.4.0",
"@types/node": ">=10"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@renproject/multiwallet-ethereum-walletconnect-connector",
"version": "2.4.0",
"version": "2.4.1",
"repository": {
"type": "git",
"url": "git+https://github.com/renproject/ren-js.git"
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@renproject/interfaces": "^2.4.0",
"@renproject/multiwallet-abstract-ethereum-connector": "^2.4.0",
"@renproject/multiwallet-abstract-ethereum-connector": "^2.4.1",
"@renproject/multiwallet-base-connector": "^2.4.0",
"@types/node": ">=10",
"@walletconnect/web3-provider": "^1.3.6"
Expand Down
4 changes: 2 additions & 2 deletions packages/lib/test/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "test",
"private": true,
"version": "2.4.0",
"version": "2.4.1",
"scripts": {
"describe": "npm-scripts-info",
"prettier": "yarn fix:prettier",
Expand All @@ -24,7 +24,7 @@
"build:module": "tsc -p tsconfig.module.json"
},
"dependencies": {
"@renproject/chains": "^2.4.0",
"@renproject/chains": "^2.4.1",
"@renproject/chains-terra": "^2.4.0",
"@renproject/interfaces": "^2.4.0",
"@renproject/provider": "^2.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/ren-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@renproject/ren-react",
"version": "2.4.0",
"version": "2.4.1",
"description": "Easily create and track RenVM transactions in React",
"keywords": [
"renvm",
Expand Down Expand Up @@ -52,7 +52,7 @@
"@babel/preset-typescript": "^7.13.0",
"@open-wc/webpack-import-meta-loader": "^0.4.7",
"@renproject/chains-bitcoin": "^2.4.0",
"@renproject/chains-ethereum": "^2.4.0",
"@renproject/chains-ethereum": "^2.4.1",
"@renproject/ren": "^2.4.0",
"@rollup/plugin-alias": "^3.1.1",
"@rollup/plugin-babel": "^5.3.0",
Expand Down

0 comments on commit 40f81b6

Please sign in to comment.