Skip to content

Commit

Permalink
Version Packages (alpha) (#272)
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 Nov 13, 2024
1 parent 9ff2694 commit af6bf5d
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"@boostxyz/test": "1.0.1-alpha.3"
},
"changesets": [
"afraid-papayas-kiss",
"calm-moles-fry",
"chatty-eagles-collect",
"chilly-pets-live",
Expand Down Expand Up @@ -58,6 +59,7 @@
"pretty-carrots-wink",
"purple-islands-cheer",
"quiet-lies-lick",
"real-boxes-jump",
"real-planes-ring",
"red-kiwis-hope",
"red-stingrays-greet",
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.36

## 1.1.0-alpha.35

### Patch Changes
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.35",
"version": "1.1.0-alpha.36",
"description": "A repository of useful scripts to interact with the protocol",
"repository": "https://github.com/boostxyz/boost-protocol",
"author": "Boost Team<[email protected]>",
Expand Down
7 changes: 7 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @boostxyz/sdk

## 2.0.0-alpha.34

### Minor Changes

- 9ff2694: add `getTotalBudget` and `calculateProtocolFee` utilities
- 2ed232d: change WriteParams to use SimulateContractParameters under the hood, remove excessively huge generic typings

## 2.0.0-alpha.33

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

0 comments on commit af6bf5d

Please sign in to comment.