Skip to content

Commit

Permalink
chore: publish package(s) (#602)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Ivan Herger <[email protected]>
  • Loading branch information
3 people authored Dec 18, 2024
1 parent 4cddbb0 commit 4d8aaa1
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/fast-rats-draw.md

This file was deleted.

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

## 1.2.0

### Minor Changes

- [#583](https://github.com/enzymefinance/sdk/pull/583) [`4cddbb0`](https://github.com/enzymefinance/sdk/commit/4cddbb094f27e60ffca0c6b4e0f2f4c58b53b889) Thanks [@iherger](https://github.com/iherger)! - Add StaderWithdrawals

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/abis/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@enzymefinance/abis",
"description": "Enzyme is an Ethereum-based protocol for decentralized on-chain asset management.",
"version": "1.1.0",
"version": "1.2.0",
"type": "module",
"publishConfig": {
"access": "public",
Expand Down
11 changes: 11 additions & 0 deletions packages/environment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @enzymefinance/environment

## 6.3.0

### Minor Changes

- [#583](https://github.com/enzymefinance/sdk/pull/583) [`4cddbb0`](https://github.com/enzymefinance/sdk/commit/4cddbb094f27e60ffca0c6b4e0f2f4c58b53b889) Thanks [@iherger](https://github.com/iherger)! - Add StaderWithdrawals

### Patch Changes

- Updated dependencies [[`4cddbb0`](https://github.com/enzymefinance/sdk/commit/4cddbb094f27e60ffca0c6b4e0f2f4c58b53b889)]:
- @enzymefinance/sdk@2.0.0

## 6.2.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/environment/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@enzymefinance/environment",
"description": "Enzyme is an Ethereum-based protocol for decentralized on-chain asset management.",
"version": "6.2.7",
"version": "6.3.0",
"type": "module",
"publishConfig": {
"access": "public",
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 @@
# @enzymefinance/sdk

## 1.2.0

### Minor Changes

- [#583](https://github.com/enzymefinance/sdk/pull/583) [`4cddbb0`](https://github.com/enzymefinance/sdk/commit/4cddbb094f27e60ffca0c6b4e0f2f4c58b53b889) Thanks [@iherger](https://github.com/iherger)! - Add StaderWithdrawals

### Patch Changes

- Updated dependencies [[`4cddbb0`](https://github.com/enzymefinance/sdk/commit/4cddbb094f27e60ffca0c6b4e0f2f4c58b53b889)]:
- @enzymefinance/abis@1.2.0

## 1.1.2

### 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,7 +1,7 @@
{
"name": "@enzymefinance/sdk",
"description": "Enzyme is an Ethereum-based protocol for decentralized on-chain asset management.",
"version": "1.1.2",
"version": "1.2.0",
"type": "module",
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit 4d8aaa1

Please sign in to comment.