Skip to content

Commit b2afaa3

Browse files
committed
chore(release): 0.2.1
1 parent 52a23de commit b2afaa3

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

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": "offworld",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Offworld CLI - Repository reference generation for AI coding agents",
55
"keywords": [
66
"ai",

apps/cli/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import {
2929
mapSearchHandler,
3030
} from "./handlers/index.js";
3131

32-
export const version = "0.2.0";
32+
export const version = "0.2.1";
3333

3434
export const router = os.router({
3535
pull: os

packages/backend-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@offworld/backend-api",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Generated Convex API types for Offworld",
55
"license": "MIT",
66
"repository": {

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@offworld/sdk",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Core SDK for Offworld - clone repos, generate references, sync with offworld.sh",
55
"keywords": [
66
"ai",

packages/sdk/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*/
44

55
/** SDK version - must match package.json */
6-
export const VERSION = "0.2.0";
6+
export const VERSION = "0.2.1";
77

88
/**
99
* Default patterns to ignore when scanning repositories.

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@offworld/types",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "TypeScript types and Zod schemas for Offworld CLI",
55
"keywords": [
66
"ai",

0 commit comments

Comments
 (0)