Skip to content

Commit 63aeeb2

Browse files
chore: changeset
1 parent de6f3fd commit 63aeeb2

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

packages/gravatar/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @agentic/gravatar
22

3+
## 7.4.3
4+
5+
### Patch Changes
6+
7+
- Fix gravatar types
8+
39
## 7.4.2
410

511
### Patch Changes

packages/gravatar/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentic/gravatar",
3-
"version": "7.4.2",
3+
"version": "7.4.3",
44
"description": "Agentic SDK for Gravatar.",
55
"author": "Travis Fischer <[email protected]>",
66
"license": "MIT",

packages/stdlib/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @agentic/stdlib
22

3+
## 7.4.5
4+
5+
### Patch Changes
6+
7+
- Fix gravatar types
8+
- Updated dependencies
9+
- @agentic/gravatar@7.4.3
10+
311
## 7.4.4
412

513
### Patch Changes

packages/stdlib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentic/stdlib",
3-
"version": "7.4.4",
3+
"version": "7.4.5",
44
"description": "Standard library of AI functions which work with any LLM and TypeScript AI SDK.",
55
"author": "Travis Fischer <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)