Skip to content

Commit

Permalink
[ci] release (#91)
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 Sep 2, 2024
1 parent 03306a6 commit c0d3027
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/cyan-dingos-attend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dull-tools-visit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-coats-know.md

This file was deleted.

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

## 0.1.18

### Patch Changes

- Updated dependencies [f7efaff]
- Updated dependencies [03306a6]
- Updated dependencies [76badf6]
- @3loop/transaction-interpreter@0.5.0
- @3loop/transaction-decoder@0.15.0

## 0.1.17

### 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.17",
"version": "0.1.18",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
7 changes: 7 additions & 0 deletions packages/transaction-decoder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @3loop/transaction-decoder

## 0.15.0

### Minor Changes

- 03306a6: Fix store abi loader for fragments needs wrapping in square brakets to act as array
- 76badf6: Make trace and log addresses hexed

## 0.14.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.14.0",
"version": "0.15.0",
"description": "A library for decoding Ethereum transactions",
"types": "dist/index.d.ts",
"main": "dist/index.cjs",
Expand Down
12 changes: 12 additions & 0 deletions packages/transaction-interpreter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @3loop/transaction-interpreter

## 0.5.0

### Minor Changes

- f7efaff: Throw InterpreterError during interpretation

### Patch Changes

- Updated dependencies [03306a6]
- Updated dependencies [76badf6]
- @3loop/transaction-decoder@0.15.0

## 0.4.0

### Minor 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.4.0",
"version": "0.5.0",
"description": "",
"license": "GPL-3.0-only",
"type": "module",
Expand Down

0 comments on commit c0d3027

Please sign in to comment.