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 30, 2024
1 parent bac443d commit 0a5aaa0
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
"clever-planets-listen",
"cuddly-toes-push",
"empty-feet-cheat",
"great-bulldogs-buy",
"great-files-cheer",
"hungry-beds-peel",
"large-ladybugs-tan",
"little-seals-punch",
Expand All @@ -23,6 +25,7 @@
"silver-bobcats-switch",
"sixty-turtles-taste",
"swift-rivers-deny",
"tiny-baboons-buy",
"wicked-feet-tap",
"wild-rabbits-compare",
"witty-beers-melt"
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.10

## 0.0.0-alpha.9

## 0.0.0-alpha.8
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.9",
"version": "0.0.0-alpha.10",
"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/evm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @boostxyz/evm

## 0.0.0-alpha.2

### Minor Changes

- bac443d: Support Regex filtering for Event Actions

## 0.0.0-alpha.1

### 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.1",
"version": "0.0.0-alpha.2",
"description": "",
"private": true,
"publishConfig": {
Expand Down
9 changes: 9 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @boostxyz/sdk

## 0.0.0-alpha.12

### Minor Changes

- bac443d: Implement support for non-indexed string parameters
- 1df1f74: split out eventABI getter parameters from the validation parameters for
validateActionSteps calls
- bac443d: Support Regex filtering for Event Actions

## 0.0.0-alpha.11

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

0 comments on commit 0a5aaa0

Please sign in to comment.