Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"@boostxyz/signatures": "1.3.0",
"@boostxyz/test": "1.0.1-alpha.3"
},
"changesets": ["three-swans-prove"]
"changesets": ["rude-owls-divide", "three-swans-prove"]
}
2 changes: 2 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @boostxyz/cli

## 7.0.3-canary.1

## 7.0.3-canary.0

## 7.0.2
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boostxyz/cli",
"version": "7.0.3-canary.0",
"version": "7.0.3-canary.1",
"description": "A repository of useful scripts to interact with the protocol",
"repository": "https://github.com/boostxyz/boost-protocol",
"author": "Boost Team<boost-team@boost.xyz>",
Expand Down
6 changes: 6 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @boostxyz/sdk

## 8.1.0-canary.1

### Patch Changes

- 39f722d: fix log reorder bug for viem versions > 2.30.6

## 8.1.0-canary.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boostxyz/sdk",
"version": "8.1.0-canary.0",
"version": "8.1.0-canary.1",
"license": "GPL-3.0-or-later",
"type": "module",
"files": ["dist", "src"],
Expand Down
Loading