Files
software-mansion__argent/packages/ui/package.json
T
filip131311 02fd22e9d6 chore: bump all versions to 0.25.0 (#1083)
Bumps every workspace package, `package-lock.json`, and both version
fields in `server.json` from 0.24.0 to 0.25.0.

- `npm version 0.25.0 --workspaces --no-git-tag-version
--workspaces-update=false`
- lockfile regenerated with `npm install --package-lock-only
--ignore-scripts` on Node 24 / npm 11 (version-only diff)
- `npm run check:versions` passes

No docs update needed.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

https://claude.ai/code/session_01XdSDvFDvuU1iyz7HPjcHMV

Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
2026-09-09 15:00:24 +02:00

10 lines
235 B
JSON

{
"private": true,
"name": "@argent/ui",
"version": "0.25.0",
"description": "Simple browser UI that streams a simulator and forwards taps/gestures directly to the argent simulator-server.",
"files": [
"index.html"
]
}