Skip to content

Commit

Permalink
Release packages (#100)
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 Dec 18, 2024
1 parent 3d946d4 commit 251b27e
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions typescript/.changeset/chilled-bugs-develop.md

This file was deleted.

7 changes: 7 additions & 0 deletions typescript/examples/vercel-ai/solana/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# goat-examples-vercel-ai-solana

## 0.2.4

### Patch Changes

- Updated dependencies [3d946d4]
- @goat-sdk/plugin-spl-token@0.2.4

## 0.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion typescript/examples/vercel-ai/solana/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "goat-examples-vercel-ai-solana",
"version": "0.2.3",
"version": "0.2.4",
"description": "",
"private": true,
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions typescript/packages/plugins/spl-token/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @goat-sdk/plugin-spl-token

## 0.2.4

### Patch Changes

- 3d946d4: Improve error handling

## 0.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion typescript/packages/plugins/spl-token/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@goat-sdk/plugin-spl-token",
"version": "0.2.3",
"version": "0.2.4",
"files": ["dist/**/*", "README.md", "package.json"],
"scripts": {
"build": "tsup",
Expand Down

0 comments on commit 251b27e

Please sign in to comment.