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

Commit

Permalink
v0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-es committed Oct 4, 2020
1 parent 42eebe1 commit 8fa7dd2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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": "0.4.6",
"version": "0.4.7",
"npmClient": "yarn",
"command": {
"publish": {
Expand Down
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.4.5",
"version": "0.4.7",
"description": "ACTUS smart contracts",
"author": "atpar AG",
"authors": [
Expand Down
4 changes: 2 additions & 2 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.4.6",
"version": "0.4.7",
"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 @@ -47,7 +47,7 @@
"**/web3-eth-contract": "1.2.4"
},
"dependencies": {
"@atpar/actus-solidity": "0.4.5",
"@atpar/actus-solidity": "0.4.7",
"@nomiclabs/buidler": "1.4.3",
"@nomiclabs/buidler-web3": "^1.3.4",
"@openzeppelin/contracts-ethereum-package": "^3.0.0",
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.4.6",
"version": "0.4.7",
"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.4.6",
"@atpar/ap-contracts": "0.4.7",
"@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 8fa7dd2

Please sign in to comment.