Skip to content

Commit

Permalink
Merge pull request #70 from gnidan/release
Browse files Browse the repository at this point in the history
Publish
  • Loading branch information
gnidan committed Jun 21, 2022
2 parents e46d471 + 0554bcb commit edf88a3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
18 changes: 14 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## vNext

## v0.6.1

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

### New features

- Add `--no-attribution` and `--no-source` flags
Expand All @@ -22,6 +26,16 @@

### Dependency updates

- Bump eventsource from 1.1.0 to 1.1.1
([#66](https://github.com/gnidan/abi-to-sol/pull/66) by
[@dependabot](https://github.com/dependabot))

## v0.5.3

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

### Dependency updates

- Bump follow-redirects from 1.14.1 to 1.14.7
([#50](https://github.com/gnidan/abi-to-sol/pull/50) by
[@dependabot](https://github.com/dependabot))
Expand Down Expand Up @@ -62,10 +76,6 @@
([#60](https://github.com/gnidan/abi-to-sol/pull/60) by
[@dependabot](https://github.com/dependabot))

- Bump eventsource from 1.1.0 to 1.1.1
([#66](https://github.com/gnidan/abi-to-sol/pull/66) by
[@dependabot](https://github.com/dependabot))

## v0.5.2

See [release notes](https://github.com/gnidan/abi-to-sol/releases/tag/v0.5.2).
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.3",
"version": "0.6.1",
"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.6",
"version": "0.0.8",
"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.3",
"abi-to-sol": "^0.6.1",
"add": "^2.0.6",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.0",
Expand Down

0 comments on commit edf88a3

Please sign in to comment.