Skip to content

Commit

Permalink
Version Packages (#347)
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 Dec 20, 2024
1 parent f01db75 commit 8694811
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/khaki-squids-compare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-humans-fix.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.4

## 4.0.3

## 4.0.2
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.3",
"version": "4.0.4",
"description": "A repository of useful scripts to interact with the protocol",
"repository": "https://github.com/boostxyz/boost-protocol",
"author": "Boost Team<[email protected]>",
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

## 5.2.1

### Patch Changes

- f01db75: fixes claim data decoding for ERC20PeggedVariableCriteriaIncentive

## 5.2.0

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

## 1.3.0

### Minor Changes

- 3012fe3: add wow event signatures

## 1.2.0

### 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": "1.2.0",
"version": "1.3.0",
"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 8694811

Please sign in to comment.