Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 7, 2025
1 parent 29813f6 commit 21eb49b
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 19 deletions.
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/wild-rings-itch.md

This file was deleted.

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

## 4.0.5

## 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.0.5",
"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
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

## 5.2.0

### Minor Changes

- 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
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

## 5.3.0

### Minor Changes

- 00498c2: [BOOST-5131] feat: tuple support for eventaction
- 999399b: add method for getIncentiveFeesInfo on boostcore

### Patch Changes

- 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 21eb49b

Please sign in to comment.