Skip to content

Commit d4f3f66

Browse files
committed
chore(release): publish
- nextjs-chat-demo@0.1.0 - @agentic-kit/agent@0.3.0 - agentic-kit@1.2.0 - @agentic-kit/anthropic@1.2.0 - @agentic-kit/ollama@1.2.0 - @agentic-kit/openai@1.2.0 - @agentic-kit/react@0.2.0
1 parent 75488c2 commit d4f3f66

14 files changed

Lines changed: 39 additions & 7 deletions

File tree

apps/nextjs-chat-demo/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.1.0 (2026-05-14)
7+
8+
**Note:** Version bump only for package nextjs-chat-demo

apps/nextjs-chat-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextjs-chat-demo",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/agent/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+
# [0.3.0](https://github.com/constructive-io/agentic-kit/compare/@agentic-kit/agent@0.2.0...@agentic-kit/agent@0.3.0) (2026-05-14)
7+
8+
**Note:** Version bump only for package @agentic-kit/agent
9+
610
# 0.2.0 (2026-05-14)
711

812
### Features

packages/agent/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/agent",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"author": "Dan Lynch <pyramation@gmail.com>",
55
"description": "Minimal stateful agent runtime for agentic-kit",
66
"main": "index.js",

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.2.0](https://github.com/constructive-io/agentic-kit/compare/agentic-kit@1.1.0...agentic-kit@1.2.0) (2026-05-14)
7+
8+
**Note:** Version bump only for package agentic-kit
9+
610
# [1.1.0](https://github.com/constructive-io/agentic-kit/compare/agentic-kit@0.1.2...agentic-kit@1.1.0) (2026-05-14)
711

812
### Bug Fixes

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.1.0",
3+
"version": "1.2.0",
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.2.0](https://github.com/constructive-io/agentic-kit/compare/@agentic-kit/anthropic@1.1.0...@agentic-kit/anthropic@1.2.0) (2026-05-14)
7+
8+
**Note:** Version bump only for package @agentic-kit/anthropic
9+
610
# 1.1.0 (2026-05-14)
711

812
### Features

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.1.0",
3+
"version": "1.2.0",
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.2.0](https://github.com/constructive-io/agentic-kit/compare/@agentic-kit/ollama@1.1.0...@agentic-kit/ollama@1.2.0) (2026-05-14)
7+
8+
**Note:** Version bump only for package @agentic-kit/ollama
9+
610
# [1.1.0](https://github.com/constructive-io/agentic-kit/compare/@agentic-kit/ollama@0.1.2...@agentic-kit/ollama@1.1.0) (2026-05-14)
711

812
### Features

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.1.0",
3+
"version": "1.2.0",
44
"author": "Dan Lynch <pyramation@gmail.com>",
55
"description": "Ollama",
66
"main": "index.js",

0 commit comments

Comments
 (0)