Skip to content

Commit 4a88e96

Browse files
Version Packages (#410)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent df2369d commit 4a88e96

File tree

7 files changed

+17
-9
lines changed

7 files changed

+17
-9
lines changed

.changeset/tough-actors-cross.md

-6
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.0.6
4+
35
## 5.0.5
46

57
## 5.0.4

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.0.5",
3+
"version": "5.0.6",
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/evm/CHANGELOG.md

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

3+
## 6.0.3
4+
5+
### Patch Changes
6+
7+
- df2369d: export LimitedSignerValidator component interface
8+
39
## 6.0.2
410

511
### Patch Changes

packages/evm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@boostxyz/evm",
3-
"version": "6.0.2",
3+
"version": "6.0.3",
44
"description": "",
55
"private": true,
66
"publishConfig": {

packages/sdk/CHANGELOG.md

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

3+
## 6.1.2
4+
5+
### Patch Changes
6+
7+
- df2369d: export LimitedSignerValidator component interface
8+
39
## 6.1.1
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.1",
3+
"version": "6.1.2",
44
"license": "GPL-3.0-or-later",
55
"type": "module",
66
"files": ["dist", "src"],

0 commit comments

Comments
 (0)