Skip to content

Commit 8780d30

Browse files
github-actions[bot]Quazia
authored andcommitted
Version Packages
1 parent 85316f2 commit 8780d30

8 files changed

+17
-13
lines changed

.changeset/chilled-walls-explode.md

-5
This file was deleted.

.changeset/forty-rockets-yell.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.0.4
4+
35
## 5.0.3
46

57
## 5.0.2

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.3",
3+
"version": "5.0.4",
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.2
4+
5+
### Patch Changes
6+
7+
- 8c3369c: Deployed LimitedSignerValidator
8+
39
## 6.0.1
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.1",
3+
"version": "6.0.2",
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.0
4+
5+
### Minor Changes
6+
7+
- 54de50c: Changes default behavior in boost creation to use a LimitedSignerValidator
8+
39
## 6.0.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.0.3",
3+
"version": "6.1.0",
44
"license": "GPL-3.0-or-later",
55
"type": "module",
66
"files": ["dist", "src"],

0 commit comments

Comments
 (0)