Skip to content

Commit

Permalink
Version Packages (#293)
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 Nov 27, 2024
1 parent 7b11e38 commit 09b6dcd
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 15 deletions.
6 changes: 0 additions & 6 deletions .changeset/curvy-buckets-type.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/stupid-pans-travel.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

## 1.3.2

### Patch Changes

- 7b11e38: fix owner param in BoostCore constructor

## 1.3.1

## 1.3.0
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": "1.3.1",
"version": "1.3.2",
"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/evm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @boostxyz/evm

## 2.1.2

### Patch Changes

- 52f6db3: deploy new protocol to all supported networks

## 2.1.1

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

## 2.1.2

### Patch Changes

- 7b11e38: fix owner param in BoostCore constructor
- 52f6db3: deploy new protocol to all supported networks

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

0 comments on commit 09b6dcd

Please sign in to comment.