Skip to content

Commit

Permalink
Merge pull request #20 from aboutcircles/0.4.0
Browse files Browse the repository at this point in the history
0.4.0
  • Loading branch information
jaensen authored Jul 11, 2024
2 parents 29cbcca + 1584d96 commit f592e4b
Show file tree
Hide file tree
Showing 17 changed files with 723 additions and 710 deletions.
585 changes: 1 addition & 584 deletions README.md

Large diffs are not rendered by default.

135 changes: 51 additions & 84 deletions package-lock.json

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

7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@
"typescript": "^5.3.3"
},
"name": "@cirlces-sdk/root",
"version": "",
"dependencies": {
"@openzeppelin/contracts": "^3.4.2",
"bignumber.js": "^9.1.2"
}
"license": "MIT",
"version": "0.4.0"
}
4 changes: 2 additions & 2 deletions packages/abi-v1/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@circles-sdk/abi-v1",
"version": "0.3.3",
"version": "0.4.0",
"description": "",
"type": "module",
"main": "./dist/index.js",
Expand All @@ -21,5 +21,5 @@
},
"keywords": [],
"author": "",
"license": "ISC"
"license": "MIT"
}
4 changes: 2 additions & 2 deletions packages/abi-v2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@circles-sdk/abi-v2",
"version": "0.3.3",
"version": "0.4.0",
"description": "",
"type": "module",
"main": "./dist/index.js",
Expand All @@ -21,5 +21,5 @@
},
"keywords": [],
"author": "",
"license": "ISC"
"license": "MIT"
}
6 changes: 3 additions & 3 deletions packages/data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@circles-sdk/data",
"version": "0.3.3",
"version": "0.4.0",
"description": "",
"type": "module",
"main": "./dist/index.js",
Expand All @@ -17,9 +17,9 @@
"build": "rollup -c"
},
"dependencies": {
"@circles-sdk/utils": "0.3.3"
"@circles-sdk/utils": "0.4.0"
},
"keywords": [],
"author": "",
"license": "ISC"
"license": "MIT"
}
Loading

0 comments on commit f592e4b

Please sign in to comment.