diff --git a/.changeset/salty-stars-smell.md b/.changeset/salty-stars-smell.md deleted file mode 100644 index 5f3f18f..0000000 --- a/.changeset/salty-stars-smell.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@shellular/protocol": patch -"shellular": patch ---- - -feat(agent): add Vercel fx diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index a11b4cf..35c8118 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # shellular +## 0.0.55 + +### Patch Changes + +- 4915ce6: feat(agent): add Vercel fx +- Updated dependencies [4915ce6] + - @shellular/protocol@0.0.33 + ## 0.0.54 ### Patch Changes diff --git a/cli/package.json b/cli/package.json index 759f816..cad06c8 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "shellular", - "version": "0.0.54", + "version": "0.0.55", "description": "Shellular CLI — host your dev environment for remote access from your phone.", "main": "dist/main.js", "scripts": { diff --git a/protocol/CHANGELOG.md b/protocol/CHANGELOG.md index 0e09eb6..96cf096 100644 --- a/protocol/CHANGELOG.md +++ b/protocol/CHANGELOG.md @@ -1,5 +1,11 @@ # @shellular/protocol +## 0.0.33 + +### Patch Changes + +- 4915ce6: feat(agent): add Vercel fx + ## 0.0.32 ### Patch Changes diff --git a/protocol/package.json b/protocol/package.json index 9ad62e8..c43a4a4 100644 --- a/protocol/package.json +++ b/protocol/package.json @@ -1,6 +1,6 @@ { "name": "@shellular/protocol", - "version": "0.0.32", + "version": "0.0.33", "description": "Shellular wire protocol — shared Zod schemas and TypeScript types.", "type": "module", "main": "./dist/index.cjs",