Skip to content

Commit

Permalink
[ci] release (#20)
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 Jan 9, 2024
1 parent c467017 commit 53588d8
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/khaki-schools-march.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-glasses-lay.md

This file was deleted.

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

## 0.1.5

### Patch Changes

- Updated dependencies [bcd03ed]
- Updated dependencies [eb73069]
- @3loop/transaction-decoder@0.3.0

## 0.1.4

### 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.4",
"version": "0.1.5",
"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.3.0

### Minor Changes

- bcd03ed: Add all addresses involved in the transaction in the decode output
- eb73069: Allow having custom abi loader strategy per each chain

## 0.2.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.2.0",
"version": "0.3.0",
"description": "A library for decoding Ethereum transactions",
"types": "dist/index.d.ts",
"main": "dist/index.cjs",
Expand Down

0 comments on commit 53588d8

Please sign in to comment.