Skip to content

Commit 21d534e

Browse files
[ci] release (#159)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a3dd631 commit 21d534e

File tree

8 files changed

+30
-13
lines changed

8 files changed

+30
-13
lines changed

.changeset/green-elephants-guess.md

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

.changeset/wet-mirrors-work.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.37
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [a3dd631]
8+
- Updated dependencies [a3dd631]
9+
- @3loop/transaction-decoder@0.22.0
10+
- @3loop/transaction-interpreter@0.11.1
11+
312
## 0.1.36
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.36",
3+
"version": "0.1.37",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

packages/transaction-decoder/CHANGELOG.md

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

3+
## 0.22.0
4+
5+
### Minor Changes
6+
7+
- a3dd631: Fix sql stores syntax
8+
9+
### Patch Changes
10+
11+
- a3dd631: Use TaggedRequest for request to allow for equality check for in-memory caching of requests
12+
313
## 0.21.1
414

515
### 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.21.1",
3+
"version": "0.22.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.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [a3dd631]
8+
- Updated dependencies [a3dd631]
9+
- @3loop/transaction-decoder@0.22.0
10+
311
## 0.11.0
412

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

0 commit comments

Comments
 (0)