Skip to content

Commit

Permalink
[ci] release (#81)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jul 21, 2024
1 parent 32af229 commit 5696972
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-jobs-beg.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-ghosts-behave.md

This file was deleted.

9 changes: 9 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# web

## 0.1.16

### Patch Changes

- Updated dependencies [215e045]
- Updated dependencies [32af229]
- @3loop/transaction-interpreter@0.3.0
- @3loop/transaction-decoder@0.13.0

## 0.1.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web",
"version": "0.1.15",
"version": "0.1.16",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
6 changes: 6 additions & 0 deletions packages/transaction-decoder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @3loop/transaction-decoder

## 0.13.0

### Minor Changes

- 32af229: Separate ABI resolvers into fragment and full address abi

## 0.12.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/transaction-decoder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@3loop/transaction-decoder",
"version": "0.12.0",
"version": "0.13.0",
"description": "A library for decoding Ethereum transactions",
"types": "dist/index.d.ts",
"main": "dist/index.cjs",
Expand Down
11 changes: 11 additions & 0 deletions packages/transaction-interpreter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @3loop/transaction-interpreter

## 0.3.0

### Minor Changes

- 215e045: Add a common data type to return it from all interpreters. Additionally added a couple of more examples of interpretators and a fallback interpretator.

### Patch Changes

- Updated dependencies [32af229]
- @3loop/transaction-decoder@0.13.0

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/transaction-interpreter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@3loop/transaction-interpreter",
"version": "0.2.1",
"version": "0.3.0",
"description": "",
"license": "GPL-3.0-only",
"type": "module",
Expand Down

0 comments on commit 5696972

Please sign in to comment.