Skip to content

Commit 834a6c6

Browse files
chore: version packages (canary)
1 parent 39f722d commit 834a6c6

File tree

5 files changed

+11
-3
lines changed

5 files changed

+11
-3
lines changed

.changeset/pre.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
"@boostxyz/signatures": "1.3.0",
1414
"@boostxyz/test": "1.0.1-alpha.3"
1515
},
16-
"changesets": ["three-swans-prove"]
16+
"changesets": ["rude-owls-divide", "three-swans-prove"]
1717
}

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+
## 7.0.3-canary.1
4+
35
## 7.0.3-canary.0
46

57
## 7.0.2

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": "7.0.3-canary.0",
3+
"version": "7.0.3-canary.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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @boostxyz/sdk
22

3+
## 8.1.0-canary.1
4+
5+
### Patch Changes
6+
7+
- 39f722d: fix log reorder bug for viem versions > 2.30.6
8+
39
## 8.1.0-canary.0
410

511
### 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": "8.1.0-canary.0",
3+
"version": "8.1.0-canary.1",
44
"license": "GPL-3.0-or-later",
55
"type": "module",
66
"files": ["dist", "src"],

0 commit comments

Comments
 (0)