Skip to content

Commit

Permalink
Version Packages (#354)
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 Jan 13, 2025
1 parent 68ffa7b commit 86baa9e
Show file tree
Hide file tree
Showing 13 changed files with 31 additions and 41 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-kids-pay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clean-items-pay.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/empty-monkeys-decide.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/itchy-news-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-snakes-leave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-carpets-jog.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-rings-itch.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @boostxyz/cli

## 4.1.0

### Minor Changes

- 68ffa7b: deploy EventAction module on Base/BaseSepolia/Sepolia

## 4.0.4

## 4.0.3
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": "4.0.4",
"version": "4.1.0",
"description": "A repository of useful scripts to interact with the protocol",
"repository": "https://github.com/boostxyz/boost-protocol",
"author": "Boost Team<boost-team@boost.xyz>",
Expand Down
7 changes: 7 additions & 0 deletions packages/evm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @boostxyz/evm

## 5.2.0

### Minor Changes

- 68ffa7b: deploy EventAction module on Base/BaseSepolia/Sepolia
- 00498c2: [BOOST-5131] feat: tuple support for eventaction

## 5.1.0

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

## 5.3.0

### Minor Changes

- ade50d6: reorder event args params in decoded logs to match abi params
- 68ffa7b: deploy EventAction module on Base/BaseSepolia/Sepolia
- 00498c2: [BOOST-5131] feat: tuple support for eventaction
- 999399b: add method for getIncentiveFeesInfo on boostcore

### Patch Changes

- a62b4c1: fix getRemainingClaims on ERC20PeggedIncentive
- f6a5b57: add decodeClaimData to ERC20PeggedIncentive
- 29813f6: add a createBoostRaw function to BoostCore sdk

## 5.2.1

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

0 comments on commit 86baa9e

Please sign in to comment.