Skip to content

Commit 495708e

Browse files
github-actions[bot]Quazia
authored andcommitted
Version Packages
1 parent cf262d1 commit 495708e

File tree

7 files changed

+12
-17
lines changed

7 files changed

+12
-17
lines changed

.changeset/breezy-jokes-judge.md

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

.changeset/cold-days-yell.md

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

.changeset/cool-turkeys-punch.md

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

packages/cli/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @boostxyz/cli
22

3+
## 4.1.1
4+
35
## 4.1.0
46

57
### Minor Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@boostxyz/cli",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "A repository of useful scripts to interact with the protocol",
55
"repository": "https://github.com/boostxyz/boost-protocol",
66
"author": "Boost Team<boost-team@boost.xyz>",

packages/sdk/CHANGELOG.md

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

3+
## 5.3.1
4+
5+
### Patch Changes
6+
7+
- cf262d1: [BOOST-5221] feat(sdk): update tuple support helpers to add terminators
8+
- 34308e9: fix transfer signature issue in deriveActionClaimantFromTransaction method
9+
- aef6e3c: fix undefined address in address comparison
10+
311
## 5.3.0
412

513
### Minor Changes

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@boostxyz/sdk",
3-
"version": "5.3.0",
3+
"version": "5.3.1",
44
"license": "GPL-3.0-or-later",
55
"type": "module",
66
"files": ["dist", "src"],

0 commit comments

Comments
 (0)