Skip to content

Commit

Permalink
Release packages (#328)
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
github-actions[bot] and github-actions[bot] authored Feb 11, 2025
1 parent fb5252a commit c3290f8
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 14 deletions.
5 changes: 0 additions & 5 deletions typescript/.changeset/breezy-pants-know.md

This file was deleted.

6 changes: 0 additions & 6 deletions typescript/.changeset/honest-countries-peel.md

This file was deleted.

8 changes: 8 additions & 0 deletions typescript/examples/langchain/safe/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

### Patch Changes

- fb5252a: Release package
- Updated dependencies [fb5252a]
- @goat-sdk/wallet-safe@0.1.2

## 0.1.1

### Patch Changes

- 3d3dc2e: Release package
- Updated dependencies [3d3dc2e]
- @goat-sdk/wallet-safe@0.1.1
2 changes: 1 addition & 1 deletion typescript/examples/langchain/safe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "goat-examples-langchain-safe",
"version": "0.1.0",
"version": "0.1.1",
"description": "",
"private": true,
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions typescript/packages/plugins/plunderswap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @goat-sdk/plugin-plunderswap

## 1.1.0

### Minor Changes

- 3a95d40: Remove parameter from PlunderSwap swap tool API.

## 1.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion typescript/packages/plugins/plunderswap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@goat-sdk/plugin-plunderswap",
"version": "1.0.0",
"version": "1.1.0",
"files": ["dist/**/*", "README.md", "package.json"],
"scripts": {
"build": "tsup",
Expand Down
6 changes: 6 additions & 0 deletions typescript/packages/wallets/safe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @goat-sdk/wallet-safe

## 0.1.2

### Patch Changes

- fb5252a: Release package

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion typescript/packages/wallets/safe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@goat-sdk/wallet-safe",
"version": "0.1.1",
"version": "0.1.2",
"sideEffects": false,
"files": ["dist/**/*", "README.md", "package.json"],
"scripts": {
Expand Down

0 comments on commit c3290f8

Please sign in to comment.