Skip to content

Commit

Permalink
Version Packages (alpha) (#211)
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 17, 2024
1 parent 29e17b0 commit 38d38a6
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 5 deletions.
10 changes: 9 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@
"@boostxyz/evm": "0.0.0-alpha.0",
"@boostxyz/sdk": "0.0.0-alpha.0",
"@boostxyz/signatures": "0.0.0-alpha.0",
"@boostxyz/cli": "0.0.0-alpha.0"
"@boostxyz/cli": "0.0.0-alpha.0",
"agora-vote": "1.0.1-alpha.3",
"delegate-action": "1.0.1-alpha.3",
"ens-register": "1.0.1-alpha.3",
"swap-specific-dex": "1.0.1-alpha.3",
"zora-mint": "1.0.1-alpha.3",
"@boostxyz/test": "1.0.1-alpha.3"
},
"changesets": [
"calm-moles-fry",
Expand All @@ -14,12 +20,14 @@
"cuddly-toes-push",
"empty-feet-cheat",
"fifty-frogs-repair",
"fluffy-dolphins-dress",
"fuzzy-walls-eat",
"great-bulldogs-buy",
"great-files-cheer",
"healthy-socks-stare",
"hungry-beds-peel",
"large-ladybugs-tan",
"lazy-guests-tickle",
"lazy-zebras-wave",
"little-seals-punch",
"lovely-tigers-accept",
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.22

## 0.0.0-alpha.19

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

## 1.1.0-alpha.22

## 0.0.0-alpha.7

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/evm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boostxyz/evm",
"version": "0.0.0-alpha.7",
"version": "1.1.0-alpha.22",
"description": "",
"private": true,
"publishConfig": {
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

## 1.1.0-alpha.22

### Minor Changes

- 29e17b0: add buildClaimData method to incentives

### Patch Changes

- f0c615b: create and validate `anyActionParameter`
- @boostxyz/signatures@1.1.0-alpha.22

## 0.0.0-alpha.21

### 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.21",
"version": "1.1.0-alpha.22",
"license": "GPL-3.0-or-later",
"type": "module",
"files": ["dist", "src"],
Expand Down
2 changes: 2 additions & 0 deletions packages/signatures/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @boostxyz/signatures

## 1.1.0-alpha.22

## 0.0.0-alpha.7

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/signatures/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boostxyz/signatures",
"version": "0.0.0-alpha.7",
"version": "1.1.0-alpha.22",
"description": "An offline database of builtin bytes4 selectors and their corresponding abi items",
"repository": "https://github.com/boostxyz/boost-protocol",
"author": "Boost Team<[email protected]>",
Expand Down

0 comments on commit 38d38a6

Please sign in to comment.