Skip to content

Commit

Permalink
Version Packages (alpha)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and Quazia committed Sep 13, 2024
1 parent a538691 commit 9974d34
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
"initialVersions": {
"@boostxyz/evm": "0.0.0-alpha.0",
"@boostxyz/sdk": "0.0.0-alpha.0",
"@boostxyz/signatures": "0.0.0-alpha.0"
"@boostxyz/signatures": "0.0.0-alpha.0",
"@boostxyz/cli": "0.0.0-alpha.0"
},
"changesets": [
"hungry-beds-peel",
"mighty-pans-provide",
"polite-jars-lie",
"silent-ants-impress",
Expand Down
3 changes: 3 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# @boostxyz/cli

## 0.0.0-alpha.1
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.0",
"version": "0.0.0-alpha.1",
"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.3

### Minor Changes

- ba5b22f: event action hardening, alternate event action payload shape, action step deduping

## 0.0.0-alpha.2

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

0 comments on commit 9974d34

Please sign in to comment.