Skip to content

Commit 4a1fba8

Browse files
jerryliang64claude
andauthored
fix(tegg): align @eggjs/agent-runtime version to beta.3 (#5828)
## Summary - Align `@eggjs/agent-runtime` version from `4.0.2-beta.2` to `4.0.2-beta.3` to match other tegg packages - The version script bumped it from `beta.1` to `beta.2` instead of `beta.3` since it was one version behind ## Context During the `prerelease` version bump, all other packages went from `beta.2` → `beta.3`, but `agent-runtime` was at `beta.1` so it only reached `beta.2`. This manual fix aligns it with the rest. 🤖 Generated with [Claude Code](https://claude.com/claude-code) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Version updated to 4.0.2-beta.3 <!-- end of auto-generated comment: release notes by coderabbit.ai --> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c5a4a21 commit 4a1fba8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tegg/core/agent-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eggjs/agent-runtime",
3-
"version": "4.0.2-beta.2",
3+
"version": "4.0.2-beta.3",
44
"description": "Agent runtime with store abstraction for Egg.js tegg",
55
"keywords": [
66
"agent",

0 commit comments

Comments
 (0)