Bump version across all looplia-core package.json files, changelog, and documentation. Use when: releasing a new version, preparing a version bump PR, updating version numbers across the monorepo. Handles all 5 package.json files, CHANGELOG.md, docs/README.md, and the landing page version badge.
Bump version from X.Y.Z to A.B.C across all files in looplia-core monorepo.
apps/cli/package.json
apps/docs/package.json
packages/core/package.json
packages/config/package.json
packages/provider/package.json
Edit: "version": "X.Y.Z" → "version": "A.B.C"
## [Unreleased] with ## [A.B.C] - YYYY-MM-DD[Unreleased]: https://github.com/memorysaver/looplia-core/compare/vA.B.C...HEAD
[A.B.C]: https://github.com/memorysaver/looplia-core/compare/vX.Y.Z...vA.B.C
> **Version:** X.Y.ZvX.Y.Z architectureDOCUMENT RELATIONSHIPS (vX.Y.Z)vX.Y.Z documentationapps/docs/src/content/docs/index.mdx - footer version badge:
<span class="version-badge">vA.B.C</span>
# Check versions updated
grep -r '"A.B.C"' --include="*.json" . | grep -v node_modules
# Run tests
bun test && bun run check-types
git add apps/cli/package.json apps/docs/package.json \
packages/core/package.json packages/config/package.json \
packages/provider/package.json CHANGELOG.md docs/README.md \
apps/docs/src/content/docs/index.mdx
git commit -m "$(cat <<'EOF'
chore: version bump X.Y.Z → A.B.C
Co-Authored-By: Claude <noreply@anthropic.com>
EOF
)"
npx skills add memorysaver/version-bump下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer