chore: bump all packages to 0.2.1

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Dotta
2026-03-03 15:08:09 -06:00
parent 31f02a80d8
commit 52e936a770
16 changed files with 87 additions and 8 deletions

14
server/CHANGELOG.md Normal file
View File

@@ -0,0 +1,14 @@
# @paperclipai/server
## 0.2.1
### Patch Changes
- Version bump (patch)
- Updated dependencies
- @paperclipai/shared@0.2.1
- @paperclipai/adapter-utils@0.2.1
- @paperclipai/db@0.2.1
- @paperclipai/adapter-claude-local@0.2.1
- @paperclipai/adapter-codex-local@0.2.1
- @paperclipai/adapter-openclaw@0.2.1

View File

@@ -1,6 +1,6 @@
{
"name": "@paperclipai/server",
"version": "0.2.0",
"version": "0.2.1",
"type": "module",
"exports": {
".": "./src/index.ts"