Skip to content

Commit

Permalink
v2.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
0x31 committed May 6, 2021
1 parent abb9035 commit 26cc951
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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.1.9"
"version": "2.1.10"
}
2 changes: 1 addition & 1 deletion packages/lib/chains/chains-terra/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@renproject/chains-terra",
"version": "2.1.9",
"version": "2.1.10",
"repository": {
"type": "git",
"url": "git+https://github.com/renproject/ren-js.git"
Expand Down
4 changes: 2 additions & 2 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.1.9",
"version": "2.1.10",
"repository": {
"type": "git",
"url": "git+https://github.com/renproject/ren-js.git"
Expand Down Expand Up @@ -46,7 +46,7 @@
"@renproject/chains-bitcoin": "^2.1.9",
"@renproject/chains-ethereum": "^2.1.9",
"@renproject/chains-filecoin": "^2.1.9",
"@renproject/chains-terra": "^2.1.9",
"@renproject/chains-terra": "^2.1.10",
"@renproject/interfaces": "^2.1.9",
"@types/node": ">=10"
},
Expand Down
6 changes: 3 additions & 3 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.1.9",
"version": "2.1.10",
"scripts": {
"describe": "npm-scripts-info",
"prettier": "yarn fix:prettier",
Expand All @@ -24,8 +24,8 @@
"build:module": "tsc -p tsconfig.module.json"
},
"dependencies": {
"@renproject/chains": "^2.1.9",
"@renproject/chains-terra": "^2.1.9",
"@renproject/chains": "^2.1.10",
"@renproject/chains-terra": "^2.1.10",
"@renproject/interfaces": "^2.1.9",
"@renproject/provider": "^2.1.9",
"@renproject/ren": "^2.1.9",
Expand Down
2 changes: 1 addition & 1 deletion 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.1.9",
"version": "2.1.10",
"description": "Easily create and track RenVM transactions in React",
"keywords": [
"renvm",
Expand Down

0 comments on commit 26cc951

Please sign in to comment.