Skip to content

Commit

Permalink
Merge pull request #48 from gnidan/release
Browse files Browse the repository at this point in the history
Release v0.5.2
  • Loading branch information
gnidan authored Dec 11, 2021
2 parents ec8f8bb + cafe146 commit e50571e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# abi-to-sol changelog

## vNext
## v0.5.2

See [release notes](https://github.com/gnidan/abi-to-sol/releases/tag/v0.5.2).

### Dependency updates

Expand All @@ -26,6 +28,8 @@

## v0.5.1

See [release notes](https://github.com/gnidan/abi-to-sol/releases/tag/v0.5.1).

### Internal improvements

- Add script for upgrading dependencies
Expand Down
2 changes: 1 addition & 1 deletion packages/abi-to-sol/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "abi-to-sol",
"version": "0.5.1",
"version": "0.5.2",
"description": "Compile ABI JSON to Solidity interface",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/web-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@abi-to-sol/web-ui",
"version": "0.0.4",
"version": "0.0.5",
"private": true,
"description": "Web UI for abi-to-sol",
"author": "g. nicholas d'andrea <[email protected]>",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@types/react-dom": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^4.5.0",
"@typescript-eslint/parser": "^4.5.0",
"abi-to-sol": "^0.5.1",
"abi-to-sol": "^0.5.2",
"add": "^2.0.6",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.0",
Expand Down

0 comments on commit e50571e

Please sign in to comment.