Skip to content

Commit f7d074a

Browse files
chore: changeset
1 parent 2df13fb commit f7d074a

File tree

8 files changed

+33
-4
lines changed

8 files changed

+33
-4
lines changed

packages/gravatar/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @agentic/gravatar
2+
3+
## 7.4.2
4+
5+
### Patch Changes
6+
7+
- Add gravatar; minor type fixes

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.1",
3+
"version": "7.4.2",
44
"description": "Agentic SDK for Gravatar.",
55
"author": "Travis Fischer <[email protected]>",
66
"license": "MIT",

packages/jina/CHANGELOG.md

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

3+
## 7.3.5
4+
5+
### Patch Changes
6+
7+
- Add gravatar; minor type fixes
8+
39
## 7.3.4
410

511
### Patch Changes

packages/jina/package.json

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

packages/social-data/CHANGELOG.md

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

3+
## 7.3.4
4+
5+
### Patch Changes
6+
7+
- Add gravatar; minor type fixes
8+
39
## 7.3.3
410

511
### Patch Changes

packages/social-data/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentic/social-data",
3-
"version": "7.3.3",
3+
"version": "7.3.4",
44
"description": "Agentic SDK for accessing Twitter via Social Data.",
55
"author": "Travis Fischer <[email protected]>",
66
"license": "MIT",

packages/stdlib/CHANGELOG.md

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

3+
## 7.4.4
4+
5+
### Patch Changes
6+
7+
- Add gravatar; minor type fixes
8+
- Updated dependencies
9+
- @agentic/gravatar@7.4.2
10+
- @agentic/jina@7.3.5
11+
- @agentic/social-data@7.3.4
12+
313
## 7.4.3
414

515
### 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.3",
3+
"version": "7.4.4",
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)