Skip to content

Commit 7c0e2b7

Browse files
authored
Merge pull request #1278 from mnfst/changeset-release/main
chore: version packages
2 parents 97d7726 + f865f49 commit 7c0e2b7

File tree

9 files changed

+11
-26
lines changed

9 files changed

+11
-26
lines changed

.changeset/common-roses-dream.md

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

.changeset/dry-shared-package.md

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

.changeset/khaki-foxes-thank.md

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

.changeset/model-pricing-cache-cleanup.md

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

.changeset/remove-dead-code.md

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

.changeset/remove-security-module.md

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

packages/openclaw-plugin/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# manifest
22

3+
## 5.31.1
4+
5+
### Patch Changes
6+
7+
- 264271c: Create packages/shared to centralize duplicated constants, types, and utilities across backend, frontend, and plugin. Moves TIERS, TIER_LABELS, AUTH_TYPES, API_KEY_PREFIX, MODEL_PREFIX_MAP, inferProviderFromModel, ResolveResponse, and subscription-capabilities into a single source of truth.
8+
- 66412b2: Clean up model pricing cache: return ReadonlyMap from PricingSyncService, remove dead code, derive provider prefixes from registry, fix naming inconsistencies
9+
- ec6c984: Remove dead EmailConfigController, unused API endpoints, and orphaned frontend functions
10+
- 1a728fe: Remove unused security module, endpoint, entity, and seeder
11+
312
## 5.31.0
413

514
### Minor Changes

packages/openclaw-plugin/openclaw.plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "manifest",
33
"kind": "observability",
44
"name": "Manifest — Agent Observability",
5-
"version": "5.31.0",
5+
"version": "5.31.1",
66
"description": "Traces, metrics, and cost tracking for your OpenClaw agent. Zero-config local dashboard included.",
77
"author": "MNFST Inc.",
88
"homepage": "https://manifest.build",

packages/openclaw-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "manifest",
3-
"version": "5.31.0",
3+
"version": "5.31.1",
44
"description": "LLM router and observability plugin for OpenClaw — smart model routing, real-time cost tracking, and telemetry for your AI agents",
55
"main": "dist/index.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)