Skip to content

Commit

Permalink
Release packages (#187)
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 Jan 5, 2025
1 parent a52c937 commit 9ff4e4a
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 8 deletions.
6 changes: 0 additions & 6 deletions typescript/.changeset/late-socks-drop.md

This file was deleted.

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

## 0.1.3

### Patch Changes

- a52c937: Release SNS plugin
- Updated dependencies [a52c937]
- @goat-sdk/plugin-sns@0.1.1
2 changes: 1 addition & 1 deletion typescript/examples/vercel-ai/sns/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "goat-examples-vercel-ai-sns",
"version": "0.1.2",
"version": "0.1.3",
"private": true,
"scripts": {
"test": "vitest run --passWithNoTests"
Expand Down
7 changes: 7 additions & 0 deletions typescript/packages/plugins/sns/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @goat-sdk/plugin-sns

## 0.1.1

### Patch Changes

- a52c937: Release SNS plugin
2 changes: 1 addition & 1 deletion typescript/packages/plugins/sns/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@goat-sdk/plugin-sns",
"version": "0.1.0",
"version": "0.1.1",
"files": ["dist/**/*", "README.md", "package.json"],
"scripts": {
"build": "tsup",
Expand Down

0 comments on commit 9ff4e4a

Please sign in to comment.