Skip to content

Commit

Permalink
Version Packages (alpha) (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
sammccord authored Sep 27, 2024
2 parents 65e3762 + 14b2853 commit 762aaed
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"@boostxyz/cli": "0.0.0-alpha.0"
},
"changesets": [
"chatty-eagles-collect",
"clever-planets-listen",
"cuddly-toes-push",
"empty-feet-cheat",
"hungry-beds-peel",
"large-ladybugs-tan",
Expand All @@ -18,6 +20,7 @@
"popular-books-destroy",
"pretty-carrots-wink",
"silent-ants-impress",
"silver-bobcats-switch",
"sixty-turtles-taste",
"swift-rivers-deny",
"wicked-feet-tap",
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

## 0.0.0-alpha.9

## 0.0.0-alpha.8

## 0.0.0-alpha.7
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": "0.0.0-alpha.8",
"version": "0.0.0-alpha.9",
"description": "A repository of useful scripts to interact with the protocol",
"repository": "https://github.com/rabbitholegg/boost-protocol",
"private": true,
Expand Down
11 changes: 11 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @boostxyz/sdk

## 0.0.0-alpha.11

### Minor Changes

- f11669c: add `OpenAllowList`, for zero config allow list support
- 74e818c: ManagedBudgetRoles as ts enum

### Patch Changes

- 4b65cfe: refactor budget methods to make assets have zero address as the default value

## 0.0.0-alpha.10

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

0 comments on commit 762aaed

Please sign in to comment.