Skip to content

Commit babfbc2

Browse files
authored
chore: bump remaining version surfaces to 1.34.0 (#281)
Follow-up to the v1.34.0 release (#280): the release commit bumped `package.json` + `CHANGELOG.md` but missed the other 4 version surfaces, leaving them drifted at 1.33.0. Bumps to 1.34.0: - `.claude-plugin/plugin.json` - `.claude-plugin/marketplace.json` (`^1.34.0`) - `charts/aimock/Chart.yaml` (`appVersion`) - `packages/aimock-pytest/src/aimock_pytest/_version.py` (`AIMOCK_VERSION`) — functional: pytest default-download users would otherwise get 1.33.0 (old SDK 1.x Gemini Interactions shapes) and fail against the v2 migration in #279. No republish — `package.json` is already 1.34.0 on npm; this only realigns downstream surfaces.
2 parents 6aead88 + fd58bb3 commit babfbc2

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"source": {
1010
"source": "npm",
1111
"package": "@copilotkit/aimock",
12-
"version": "^1.33.0"
12+
"version": "^1.34.0"
1313
},
1414
"description": "Fixture authoring skill for @copilotkit/aimock — LLM, multimedia (image/TTS/transcription/video), MCP, A2A, AG-UI, vector, embeddings, structured output, sequential responses, streaming physics, record/replay, agent loop patterns, and debugging"
1515
}

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aimock",
3-
"version": "1.33.0",
3+
"version": "1.34.0",
44
"description": "Fixture authoring guidance for @copilotkit/aimock — LLM, multimedia, MCP, A2A, AG-UI, vector, and service mocking",
55
"author": {
66
"name": "CopilotKit"

charts/aimock/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name: aimock
33
description: Mock infrastructure for AI application testing (OpenAI, Anthropic, Gemini, MCP, A2A, vector)
44
type: application
55
version: 0.1.0
6-
appVersion: "1.33.0"
6+
appVersion: "1.34.0"

packages/aimock-pytest/src/aimock_pytest/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
control routes ship in the next release). Keep it tracking npm releases.
99
"""
1010

11-
AIMOCK_VERSION = "1.33.0"
11+
AIMOCK_VERSION = "1.34.0"

0 commit comments

Comments
 (0)