Skip to content

chore: fix version number for extension#606

Merged
shadowfax92 merged 1 commit intomainfrom
fix/chore-manifest-version
Mar 27, 2026
Merged

chore: fix version number for extension#606
shadowfax92 merged 1 commit intomainfrom
fix/chore-manifest-version

Conversation

@shadowfax92
Copy link
Copy Markdown
Contributor

No description provided.

@github-actions github-actions bot added the chore label Mar 27, 2026
@shadowfax92 shadowfax92 merged commit 86c62f1 into main Mar 27, 2026
8 of 10 checks passed
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps bot commented Mar 27, 2026

Greptile Summary

This PR corrects the version number of the @browseros/agent extension package from 0.0.52 to 0.0.97, syncing it with the actual deployed extension version. Both package.json and bun.lock are updated consistently.\n\n- Version bumped from 0.0.520.0.97 in packages/browseros-agent/apps/agent/package.json\n- bun.lock updated to reflect the same version change for @browseros/agent\n- No logic, dependency, or behavioral changes — purely a metadata correction

Confidence Score: 5/5

Safe to merge — purely a version metadata correction with no code or logic changes.

The change is a two-line version number correction across package.json and its corresponding lock file. Both files are updated consistently, there are no dependency changes, and no code logic is touched. No issues were found.

No files require special attention.

Important Files Changed

Filename Overview
packages/browseros-agent/apps/agent/package.json Version bumped from 0.0.52 to 0.0.97 to align with the actual extension version.
packages/browseros-agent/bun.lock Lock file updated to reflect the new version 0.0.97 for @browseros/agent, consistent with package.json.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["package.json\nversion: 0.0.52"] -->|"Version bump"| B["package.json\nversion: 0.0.97"]
    C["bun.lock\nversion: 0.0.52"] -->|"Lock file sync"| D["bun.lock\nversion: 0.0.97"]
    B & D --> E["@browseros/agent\nAligned with actual extension version"]
Loading

Reviews (1): Last reviewed commit: "chore: fix version number for extension" | Re-trigger Greptile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant