Skip to content

Commit 2720fed

Browse files
chore: changeset
1 parent b85293c commit 2720fed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+500
-39
lines changed

packages/ai-sdk/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @agentic/ai-sdk
22

3+
## 7.3.0
4+
5+
### Minor Changes
6+
7+
- Update all deps
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- @agentic/core@7.3.0
13+
314
## 7.2.0
415

516
### Minor Changes

packages/ai-sdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentic/ai-sdk",
3-
"version": "7.2.0",
3+
"version": "7.3.0",
44
"description": "Agentic adapter for the Vercel AI SDK.",
55
"author": "Travis Fischer <[email protected]>",
66
"license": "MIT",

packages/bing/CHANGELOG.md

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

3+
## 7.3.0
4+
5+
### Minor Changes
6+
7+
- Update all deps
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- @agentic/core@7.3.0
13+
314
## 7.2.0
415

516
### Minor Changes

packages/bing/package.json

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

packages/calculator/CHANGELOG.md

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

3+
## 7.3.0
4+
5+
### Minor Changes
6+
7+
- Update all deps
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- @agentic/core@7.3.0
13+
314
## 7.2.0
415

516
### Minor Changes

packages/calculator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentic/calculator",
3-
"version": "7.2.0",
3+
"version": "7.3.0",
44
"description": "Agentic calculator tool wrapping mathjs.",
55
"author": "Travis Fischer <[email protected]>",
66
"license": "MIT",

packages/clearbit/CHANGELOG.md

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

3+
## 7.3.0
4+
5+
### Minor Changes
6+
7+
- Update all deps
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- @agentic/core@7.3.0
13+
314
## 7.2.0
415

516
### Minor Changes

packages/clearbit/package.json

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

packages/core/CHANGELOG.md

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

3+
## 7.3.0
4+
5+
### Minor Changes
6+
7+
- Update all deps
8+
39
## 7.2.0
410

511
### Minor Changes

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentic/core",
3-
"version": "7.2.0",
3+
"version": "7.3.0",
44
"description": "Agentic AI utils which work with any LLM and TypeScript AI SDK.",
55
"author": "Travis Fischer <[email protected]>",
66
"license": "MIT",

packages/dexa/CHANGELOG.md

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

3+
## 7.3.0
4+
5+
### Minor Changes
6+
7+
- Update all deps
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- @agentic/core@7.3.0
13+
314
## 7.2.0
415

516
### Minor Changes

packages/dexa/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentic/dexa",
3-
"version": "7.2.0",
3+
"version": "7.3.0",
44
"description": "Agentic SDK for Dexa's API (currently closed beta).",
55
"author": "Travis Fischer <[email protected]>",
66
"license": "MIT",

packages/dexter/CHANGELOG.md

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

3+
## 7.3.0
4+
5+
### Minor Changes
6+
7+
- Update all deps
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- @agentic/core@7.3.0
13+
314
## 7.2.0
415

516
### Minor Changes

packages/dexter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentic/dexter",
3-
"version": "7.2.0",
3+
"version": "7.3.0",
44
"description": "Agentic adapter for the Dexter AI SDK by Dexa.",
55
"author": "Travis Fischer <[email protected]>",
66
"license": "MIT",

packages/diffbot/CHANGELOG.md

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

3+
## 7.3.0
4+
5+
### Minor Changes
6+
7+
- Update all deps
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- @agentic/core@7.3.0
13+
314
## 7.2.0
415

516
### Minor Changes

packages/diffbot/package.json

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

packages/e2b/CHANGELOG.md

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

3+
## 7.3.0
4+
5+
### Minor Changes
6+
7+
- Update all deps
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- @agentic/core@7.3.0
13+
314
## 7.2.0
415

516
### Minor Changes

packages/e2b/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentic/e2b",
3-
"version": "7.2.0",
3+
"version": "7.3.0",
44
"description": "Agentic SDK for E2B's hosted code interpreter.",
55
"author": "Travis Fischer <[email protected]>",
66
"license": "MIT",

packages/exa/CHANGELOG.md

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

3+
## 7.3.0
4+
5+
### Minor Changes
6+
7+
- Update all deps
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- @agentic/core@7.3.0
13+
314
## 7.2.0
415

516
### Minor Changes

packages/exa/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentic/exa",
3-
"version": "7.2.0",
3+
"version": "7.3.0",
44
"description": "Agentic SDK for the Exa search engine.",
55
"author": "Travis Fischer <[email protected]>",
66
"license": "MIT",

packages/firecrawl/CHANGELOG.md

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

3+
## 7.3.0
4+
5+
### Minor Changes
6+
7+
- Update all deps
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- @agentic/core@7.3.0
13+
314
## 7.2.0
415

516
### Minor Changes

packages/firecrawl/package.json

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

packages/genkit/CHANGELOG.md

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

3+
## 7.3.0
4+
5+
### Minor Changes
6+
7+
- Update all deps
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- @agentic/core@7.3.0
13+
314
## 7.2.0
415

516
### Minor Changes

packages/genkit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentic/genkit",
3-
"version": "7.2.0",
3+
"version": "7.3.0",
44
"description": "Agentic adapter for the Firebase Genkit AI SDK.",
55
"author": "Travis Fischer <[email protected]>",
66
"license": "MIT",

packages/github/CHANGELOG.md

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

3+
## 7.3.0
4+
5+
### Minor Changes
6+
7+
- Update all deps
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- @agentic/core@7.3.0
13+
314
## 7.2.0
415

516
### Minor Changes

packages/github/package.json

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

packages/hacker-news/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @agentic/hacker-news
22

3+
## 7.3.0
4+
5+
### Minor Changes
6+
7+
- Update all deps
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- @agentic/core@7.3.0
13+
314
## 7.2.0
415

516
### Minor Changes

packages/hacker-news/package.json

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

packages/hunter/CHANGELOG.md

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

3+
## 7.3.0
4+
5+
### Minor Changes
6+
7+
- Update all deps
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- @agentic/core@7.3.0
13+
314
## 7.2.0
415

516
### Minor Changes

packages/hunter/package.json

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

packages/jigsawstack/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# @agentic/jigsawstack
2+
3+
## 2.0.0
4+
5+
### Minor Changes
6+
7+
- Update all deps
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- @agentic/core@7.3.0

packages/jigsawstack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentic/jigsawstack",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "Agentic adapter for the Jigsawstack AI SDK.",
55
"author": "Narcisse Egonu",
66
"license": "MIT",

0 commit comments

Comments
 (0)