Skip to content

Commit

Permalink
[ci] release (#137)
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 23, 2024
1 parent b1afc80 commit 88d86a4
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/fresh-tips-try.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.32

### Patch Changes

- Updated dependencies [b1afc80]
- @3loop/transaction-decoder@0.19.3
- @3loop/transaction-interpreter@0.10.4

## 0.1.31

### 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.31",
"version": "0.1.32",
"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.19.3

### Patch Changes

- b1afc80: Fix in-memory meta store was missing access to PubliClient for RPC requests

## 0.19.2

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

## 0.10.4

### Patch Changes

- Updated dependencies [b1afc80]
- @3loop/transaction-decoder@0.19.3

## 0.10.3

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

0 comments on commit 88d86a4

Please sign in to comment.