Skip to content
This repository has been archived by the owner on Aug 6, 2021. It is now read-only.

Commit

Permalink
v0.3.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-es committed May 1, 2020
1 parent f07a9c8 commit a73505e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"packages": [
"packages/*"
],
"version": "0.2.1-beta.21",
"version": "0.3.0-beta.0",
"npmClient": "yarn"
}
2 changes: 1 addition & 1 deletion packages/actus-solidity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atpar/actus-solidity",
"version": "0.2.1-beta.21",
"version": "0.3.0-beta.0",
"description": "ACTUS smart contracts",
"author": "atpar AG",
"authors": [
Expand Down
6 changes: 3 additions & 3 deletions packages/ap-contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atpar/ap-contracts",
"version": "0.2.1-beta.21",
"version": "0.3.0-beta.0",
"description": "ACTUS protocol smart contracts",
"author": "jo-es <johannes.escherich+github@atpar.io>",
"homepage": "https://github.com/atpar/ap-monorepo#readme",
Expand Down Expand Up @@ -49,7 +49,7 @@
"**/web3-eth-contract": "1.2.4"
},
"dependencies": {
"@atpar/actus-solidity": "0.2.1-beta.21",
"@atpar/actus-solidity": "0.3.0-beta.0",
"openzeppelin-solidity": "3.0.0-beta.0",
"truffle-hdwallet-provider": "^1.0.9",
"web3": "1.2.4"
Expand All @@ -60,8 +60,8 @@
"@nomiclabs/buidler-web3": "^1.3.0",
"actus-dictionary": "https://github.com/actusfrf/actus-dictionary.git",
"bignumber.js": "^7.2.1",
"coveralls": "^3.0.9",
"buidler-gas-reporter": "^0.1.3",
"coveralls": "^3.0.9",
"eth-gas-reporter": "^0.2.17",
"ethlint": "^1.2.5",
"ganache-cli": "^6.4.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/ap.js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atpar/ap.js",
"version": "0.2.1-beta.21",
"version": "0.3.0-beta.0",
"description": "Typescript Library for interacting with the ACTUS protocol",
"author": "jo-es <johannes.escherich+github@atpar.io>",
"homepage": "https://github.com/atpar/ap-monorepo#readme",
Expand Down Expand Up @@ -33,7 +33,7 @@
"**/web3-eth-contract": "1.2.4"
},
"dependencies": {
"@atpar/ap-contracts": "0.2.1-beta.21",
"@atpar/ap-contracts": "0.3.0-beta.0",
"@types/eth-sig-util": "^2.1.0",
"@types/socket.io": "^2.1.2",
"@types/socket.io-client": "^1.4.32",
Expand Down

0 comments on commit a73505e

Please sign in to comment.