Skip to content

Commit

Permalink
Version Packages (alpha) (#233)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
sammccord and github-actions[bot] authored Oct 25, 2024
1 parent d8f0d27 commit 066dccf
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"swift-rivers-deny",
"swift-ties-guess",
"tame-pots-study",
"ten-horses-sleep",
"tender-crabs-sniff",
"thick-lizards-explode",
"tiny-baboons-buy",
Expand Down
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

## 1.1.0-alpha.26

## 1.1.0-alpha.25

## 1.1.0-alpha.24
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": "1.1.0-alpha.25",
"version": "1.1.0-alpha.26",
"description": "A repository of useful scripts to interact with the protocol",
"repository": "https://github.com/boostxyz/boost-protocol",
"private": true,
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

## 2.0.0-alpha.26

### Patch Changes

- d8f0d27: Replace signTypedData util with PrivateKeyAccount's signTypedData

## 2.0.0-alpha.25

### Major 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": "2.0.0-alpha.25",
"version": "2.0.0-alpha.26",
"license": "GPL-3.0-or-later",
"type": "module",
"files": ["dist", "src"],
Expand Down

0 comments on commit 066dccf

Please sign in to comment.