Skip to content

Commit

Permalink
[ci] release (#170)
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 Dec 6, 2024
1 parent 611d1c4 commit e0dd9bf
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/lemon-worms-jam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-taxis-impress.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.42

### Patch Changes

- Updated dependencies [2d17903]
- Updated dependencies [611d1c4]
- @3loop/transaction-interpreter@0.11.6
- @3loop/transaction-decoder@0.24.0

## 0.1.41

### 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.41",
"version": "0.1.42",
"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.24.0

### Minor Changes

- 611d1c4: Add an id to each strategy to make each request to a strategy unique. Effect will cache the request in a single global cache, thus to avoid the same request of being cached across different strategies we added an unique id that will identify each request.

## 0.23.1

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

## 0.11.6

### Patch Changes

- 2d17903: Update 0x interpretator
- Updated dependencies [611d1c4]
- @3loop/transaction-decoder@0.24.0

## 0.11.5

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

0 comments on commit e0dd9bf

Please sign in to comment.