Skip to content

Commit

Permalink
Version Packages (alpha) (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
sammccord authored Sep 20, 2024
2 parents 652a913 + 26afad5 commit 441d0b0
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 @@ -16,6 +16,7 @@
"popular-books-destroy",
"pretty-carrots-wink",
"silent-ants-impress",
"swift-rivers-deny",
"witty-beers-melt"
]
}
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.6

## 0.0.0-alpha.5

## 0.0.0-alpha.4
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.5",
"version": "0.0.0-alpha.6",
"description": "A repository of useful scripts to interact with the protocol",
"repository": "https://github.com/rabbitholegg/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

## 0.0.0-alpha.8

### Minor Changes

- 15f71e8: add `BoostRegistry.initialize` as more obvious alternative name for `.clone`, make `.deploy` protected for Boost targets, await valid action steps, better `isBase` defaults, update comments

## 0.0.0-alpha.7

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

0 comments on commit 441d0b0

Please sign in to comment.