Skip to content

Commit 6d44623

Browse files
Version Packages
1 parent 4187468 commit 6d44623

File tree

5 files changed

+10
-7
lines changed

5 files changed

+10
-7
lines changed

.changeset/clean-parents-laugh.md

-5
This file was deleted.

packages/cli/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @boostxyz/cli
22

3+
## 5.1.1
4+
35
## 5.1.0
46

57
### Minor Changes

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@boostxyz/cli",
3-
"version": "5.1.0",
3+
"version": "5.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<[email protected]>",

packages/sdk/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @boostxyz/sdk
22

3+
## 6.2.0
4+
5+
### Minor Changes
6+
7+
- 507bf0b: ERC20VariableIncentive and ERC20VaribleCritieriaIncentive decodeClaimData functions return Promise<bigint>
8+
39
## 6.1.3
410

511
### Patch Changes

packages/sdk/package.json

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

0 commit comments

Comments
 (0)