Skip to content

Commit e0dd9bf

Browse files
[ci] release (#170)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 611d1c4 commit e0dd9bf

File tree

8 files changed

+26
-13
lines changed

8 files changed

+26
-13
lines changed

.changeset/lemon-worms-jam.md

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

.changeset/swift-taxis-impress.md

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

apps/web/CHANGELOG.md

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

3+
## 0.1.42
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [2d17903]
8+
- Updated dependencies [611d1c4]
9+
- @3loop/transaction-interpreter@0.11.6
10+
- @3loop/transaction-decoder@0.24.0
11+
312
## 0.1.41
413

514
### 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.41",
3+
"version": "0.1.42",
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.24.0
4+
5+
### Minor Changes
6+
7+
- 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.
8+
39
## 0.23.1
410

511
### Patch 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.23.1",
3+
"version": "0.24.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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @3loop/transaction-interpreter
22

3+
## 0.11.6
4+
5+
### Patch Changes
6+
7+
- 2d17903: Update 0x interpretator
8+
- Updated dependencies [611d1c4]
9+
- @3loop/transaction-decoder@0.24.0
10+
311
## 0.11.5
412

513
### 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.5",
3+
"version": "0.11.6",
44
"description": "",
55
"license": "GPL-3.0-only",
66
"type": "module",

0 commit comments

Comments
 (0)