Skip to content

Commit

Permalink
[ci] release (#116)
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 Oct 8, 2024
1 parent 9d99f31 commit b94b16b
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/flat-rabbits-deny.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-cats-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-kings-eat.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.27

### Patch Changes

- Updated dependencies [d0ff5af]
- Updated dependencies [9d99f31]
- Updated dependencies [9d99f31]
- @3loop/transaction-decoder@0.18.1
- @3loop/transaction-interpreter@0.9.0

## 0.1.26

### 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.26",
"version": "0.1.27",
"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.18.1

### Patch Changes

- d0ff5af: Add retries during proxy resolution

## 0.18.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.18.0",
"version": "0.18.1",
"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.9.0

### Minor Changes

- 9d99f31: Add decoding of Gnosis Safe transacitons, rename DecodedTx type, update type used in methodCall

### Patch Changes

- 9d99f31: Add more contracts from base network
- Updated dependencies [d0ff5af]
- @3loop/transaction-decoder@0.18.1

## 0.8.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.8.0",
"version": "0.9.0",
"description": "",
"license": "GPL-3.0-only",
"type": "module",
Expand Down

0 comments on commit b94b16b

Please sign in to comment.