Skip to content

Commit 5e31b7d

Browse files
authored
Merge pull request #61 from gnidan/release
Release v0.5.3
2 parents 5041a3d + c4cfa78 commit 5e31b7d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# abi-to-sol changelog
22

3-
## vNext
3+
## v0.5.3
44

55
### Dependency updates
66

packages/abi-to-sol/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "abi-to-sol",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"description": "Compile ABI JSON to Solidity interface",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",

packages/web-ui/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@abi-to-sol/web-ui",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"private": true,
55
"description": "Web UI for abi-to-sol",
66
"author": "g. nicholas d'andrea <[email protected]>",
@@ -34,7 +34,7 @@
3434
"@types/react-dom": "^17.0.0",
3535
"@typescript-eslint/eslint-plugin": "^4.5.0",
3636
"@typescript-eslint/parser": "^4.5.0",
37-
"abi-to-sol": "^0.5.2",
37+
"abi-to-sol": "^0.5.3",
3838
"add": "^2.0.6",
3939
"babel-eslint": "^10.1.0",
4040
"babel-jest": "^26.6.0",

0 commit comments

Comments
 (0)