Skip to content

Commit cbd1f78

Browse files
committed
chore(release): publish
- agentic-kit@1.0.3 - @agentic-kit/anthropic@1.0.3 - @agentic-kit/ollama@1.0.3 - @agentic-kit/openai@1.0.3
1 parent ba11f36 commit cbd1f78

8 files changed

Lines changed: 20 additions & 4 deletions

File tree

packages/agentic-kit/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.3](https://github.com/constructive-io/agentic-kit/compare/agentic-kit@1.0.2...agentic-kit@1.0.3) (2026-02-28)
7+
8+
**Note:** Version bump only for package agentic-kit
9+
610
## [1.0.2](https://github.com/constructive-io/agentic-kit/compare/agentic-kit@1.0.1...agentic-kit@1.0.2) (2026-02-28)
711

812
**Note:** Version bump only for package agentic-kit

packages/agentic-kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agentic-kit",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"author": "Dan Lynch <pyramation@gmail.com>",
55
"description": "Provider-agnostic LLM adapter with streaming and multi-turn support",
66
"main": "index.js",

packages/anthropic/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.3](https://github.com/constructive-io/agentic-kit/compare/@agentic-kit/anthropic@1.0.2...@agentic-kit/anthropic@1.0.3) (2026-02-28)
7+
8+
**Note:** Version bump only for package @agentic-kit/anthropic
9+
610
## [1.0.2](https://github.com/constructive-io/agentic-kit/compare/@agentic-kit/anthropic@1.0.1...@agentic-kit/anthropic@1.0.2) (2026-02-28)
711

812
**Note:** Version bump only for package @agentic-kit/anthropic

packages/anthropic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentic-kit/anthropic",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"author": "Dan Lynch <pyramation@gmail.com>",
55
"description": "Anthropic (Claude) adapter for agentic-kit",
66
"main": "index.js",

packages/ollama/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.3](https://github.com/constructive-io/agentic-kit/compare/@agentic-kit/ollama@1.0.2...@agentic-kit/ollama@1.0.3) (2026-02-28)
7+
8+
**Note:** Version bump only for package @agentic-kit/ollama
9+
610
## [1.0.2](https://github.com/constructive-io/agentic-kit/compare/@agentic-kit/ollama@1.0.1...@agentic-kit/ollama@1.0.2) (2026-02-28)
711

812
**Note:** Version bump only for package @agentic-kit/ollama

packages/ollama/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentic-kit/ollama",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"author": "Dan Lynch <pyramation@gmail.com>",
55
"description": "Ollama",
66
"main": "index.js",

packages/openai/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.3](https://github.com/constructive-io/agentic-kit/compare/@agentic-kit/openai@1.0.2...@agentic-kit/openai@1.0.3) (2026-02-28)
7+
8+
**Note:** Version bump only for package @agentic-kit/openai
9+
610
## [1.0.2](https://github.com/constructive-io/agentic-kit/compare/@agentic-kit/openai@1.0.1...@agentic-kit/openai@1.0.2) (2026-02-28)
711

812
**Note:** Version bump only for package @agentic-kit/openai

packages/openai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentic-kit/openai",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"author": "Dan Lynch <pyramation@gmail.com>",
55
"description": "OpenAI (and OpenAI-compatible) adapter for agentic-kit",
66
"main": "index.js",

0 commit comments

Comments
 (0)