Skip to content

Commit

Permalink
Release packages (#251)
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 20, 2025
1 parent d8b05a5 commit 4931467
Show file tree
Hide file tree
Showing 13 changed files with 47 additions and 13 deletions.
7 changes: 0 additions & 7 deletions typescript/.changeset/six-beers-compete.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# conversational-agent

## 0.2.13

### Patch Changes

- Updated dependencies [d8b05a5]
- @goat-sdk/plugin-coingecko@0.2.7

## 0.2.12

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "conversational-agent",
"version": "0.2.12",
"version": "0.2.13",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
7 changes: 7 additions & 0 deletions typescript/examples/vercel-ai/allora/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# goat-examples-vercel-ai-allora

## 0.1.6

### Patch Changes

- Updated dependencies [d8b05a5]
- @goat-sdk/plugin-coingecko@0.2.7

## 0.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion typescript/examples/vercel-ai/allora/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "goat-examples-vercel-ai-allora",
"version": "0.1.5",
"version": "0.1.6",
"description": "",
"private": true,
"scripts": {
Expand Down
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.15

### Patch Changes

- Updated dependencies [d8b05a5]
- @goat-sdk/plugin-coingecko@0.2.7

## 0.2.14

### 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.14",
"version": "0.2.15",
"description": "",
"private": true,
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions typescript/examples/vercel-ai/viem/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# goat-examples-vercel-ai-viem

## 0.2.11

### Patch Changes

- d8b05a5: Fix endpoints
- Updated dependencies [d8b05a5]
- @goat-sdk/plugin-uniswap@0.2.9

## 0.2.10

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

## 0.2.7

### Patch Changes

- d8b05a5: Fix endpoints

## 0.2.6

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

## 0.2.9

### Patch Changes

- d8b05a5: Fix endpoints

## 0.2.8

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

0 comments on commit 4931467

Please sign in to comment.