Skip to content

Commit 7e88411

Browse files
[ci] release (#234)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4401d28 commit 7e88411

File tree

7 files changed

+24
-8
lines changed

7 files changed

+24
-8
lines changed

.changeset/forty-cars-clap.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

apps/web/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# web
22

3+
## 0.1.62
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [4401d28]
8+
- @3loop/transaction-decoder@0.29.0
9+
- @3loop/transaction-interpreter@0.11.26
10+
311
## 0.1.61
412

513
### Patch Changes

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web",
3-
"version": "0.1.61",
3+
"version": "0.1.62",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

packages/transaction-decoder/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @3loop/transaction-decoder
22

3+
## 0.29.0
4+
5+
### Minor Changes
6+
7+
- 4401d28: Implement circuit breaker and request pool for abi and meta strategies
8+
39
## 0.28.0
410

511
### Minor Changes

packages/transaction-decoder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@3loop/transaction-decoder",
3-
"version": "0.28.0",
3+
"version": "0.29.0",
44
"description": "A library for decoding Ethereum transactions",
55
"types": "./dist/index.d.ts",
66
"main": "./dist/index.cjs",

packages/transaction-interpreter/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @3loop/transaction-interpreter
22

3+
## 0.11.26
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [4401d28]
8+
- @3loop/transaction-decoder@0.29.0
9+
310
## 0.11.25
411

512
### Patch Changes

packages/transaction-interpreter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@3loop/transaction-interpreter",
3-
"version": "0.11.25",
3+
"version": "0.11.26",
44
"description": "",
55
"license": "GPL-3.0-only",
66
"type": "module",

0 commit comments

Comments
 (0)