Skip to content

Commit 97b1a62

Browse files
Release packages (#256)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5b08d6c commit 97b1a62

File tree

5 files changed

+15
-8
lines changed

5 files changed

+15
-8
lines changed

typescript/.changeset/eight-islands-march.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

typescript/examples/vercel-ai/viem/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# goat-examples-vercel-ai-viem
22

3+
## 0.2.12
4+
5+
### Patch Changes
6+
7+
- 5b08d6c: Release 0x plugin
8+
39
## 0.2.11
410

511
### Patch Changes

typescript/examples/vercel-ai/viem/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "goat-examples-vercel-ai-viem",
3-
"version": "0.2.11",
3+
"version": "0.2.12",
44
"description": "",
55
"private": true,
66
"scripts": {
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @goat-sdk/plugin-0x
2+
3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- 5b08d6c: Release 0x plugin

typescript/packages/plugins/0x/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@goat-sdk/plugin-0x",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"files": ["dist/**/*", "README.md", "package.json"],
55
"scripts": {
66
"build": "tsup",

0 commit comments

Comments
 (0)