Skip to content

Commit

Permalink
v3.0.1-0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasmueller committed Feb 26, 2020
1 parent cfb4466 commit eaa7ab2
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "3.0.0-0.4.1",
"version": "3.0.1-0.4.2",
"command": {
"publish": {
"allowBranch": [
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-tests/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/integration-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "integration-tests",
"private": true,
"version": "3.0.0-0.4.1",
"version": "3.0.1-0.4.2",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -11,9 +11,9 @@
"author": "",
"license": "MIT",
"dependencies": {
"@omisego/omg-js-childchain": "3.0.0-0.4.1",
"@omisego/omg-js-rootchain": "3.0.0-0.4.1",
"@omisego/omg-js-util": "3.0.0-0.4.1",
"@omisego/omg-js-childchain": "3.0.1-0.4.2",
"@omisego/omg-js-rootchain": "3.0.1-0.4.2",
"@omisego/omg-js-util": "3.0.1-0.4.2",
"human-standard-token-abi": "^2.0.0",
"node-fetch": "^2.6.0",
"promise-retry": "^1.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/omg-js-childchain/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/omg-js-childchain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@omisego/omg-js-childchain",
"version": "3.0.0-0.4.1",
"version": "3.0.1-0.4.2",
"description": "Module to interact with OMG ChildChain",
"keywords": [
"OMG",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"@hapi/joi": "^16.1.8",
"@omisego/omg-js-util": "3.0.0-0.4.1",
"@omisego/omg-js-util": "3.0.1-0.4.2",
"bn.js": "^5.0.0",
"debug": "^4.0.1",
"json-bigint": "git+https://[email protected]/omisego/json-bigint.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/omg-js-rootchain/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/omg-js-rootchain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@omisego/omg-js-rootchain",
"version": "3.0.0-0.4.1",
"version": "3.0.1-0.4.2",
"description": "Module to interact with the Ethereum RootChain",
"keywords": [
"OMG",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"@hapi/joi": "^16.1.8",
"@omisego/omg-js-util": "3.0.0-0.4.1",
"@omisego/omg-js-util": "3.0.1-0.4.2",
"abi-decoder": "^2.2.2",
"bn.js": "^5.0.0",
"debug": "^4.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/omg-js-util/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/omg-js-util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@omisego/omg-js-util",
"version": "3.0.0-0.4.1",
"version": "3.0.1-0.4.2",
"description": "OMG util module",
"main": "src/index.js",
"author": "OmiseGo",
Expand Down
2 changes: 1 addition & 1 deletion packages/omg-js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/omg-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@omisego/omg-js",
"version": "3.0.0-0.4.1",
"version": "3.0.1-0.4.2",
"description": "JavaScript Library to interact with OMG Network",
"keywords": [
"OMG",
Expand All @@ -24,9 +24,9 @@
"url": "https://github.com/omisego/omg-js/issues"
},
"dependencies": {
"@omisego/omg-js-childchain": "3.0.0-0.4.1",
"@omisego/omg-js-rootchain": "3.0.0-0.4.1",
"@omisego/omg-js-util": "3.0.0-0.4.1"
"@omisego/omg-js-childchain": "3.0.1-0.4.2",
"@omisego/omg-js-rootchain": "3.0.1-0.4.2",
"@omisego/omg-js-util": "3.0.1-0.4.2"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit eaa7ab2

Please sign in to comment.