Skip to content

Commit ca23344

Browse files
Release: agentpond 0.5.2 (#42)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 05f8478 commit ca23344

7 files changed

Lines changed: 18 additions & 18 deletions

File tree

.changeset/brand-agentpond-init.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/detect-cancelled-skill-install.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/follow-firebase-active-project.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

apps/cli/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# agentpond
22

3+
## 0.5.2
4+
5+
### Patch Changes
6+
7+
- 05f8478: Show AgentPond branding before the bundled Skills setup flow.
8+
- 05f8478: Stop Firebase setup when AgentPond skill installation is cancelled or incomplete.
9+
- 05f8478: Honor active Firebase CLI project selections even when `.firebaserc` is absent.
10+
- Updated dependencies [05f8478]
11+
- @agentpond/firebase@0.4.2
12+
313
## 0.5.1
414

515
### Patch Changes

apps/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agentpond",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "Agent-native CLI for local Langfuse-compatible trace analytics",
55
"license": "MIT",
66
"type": "module",

packages/firebase/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @agentpond/firebase
22

3+
## 0.4.2
4+
5+
### Patch Changes
6+
7+
- 05f8478: Honor active Firebase CLI project selections even when `.firebaserc` is absent.
8+
39
## 0.4.1
410

511
### Patch Changes

packages/firebase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentpond/firebase",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "Firebase Storage, Functions ingestion, and direct OpenTelemetry export adapters for AgentPond",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)