Skip to content

Commit 59aeca6

Browse files
MajorTalclaude
andcommitted
chore(astro): revert premature 2.0.0 bump
The 2.0.0 version field was committed manually in c7e2564; the publish-astro workflow runs `npm version <bump>` against current, so leaving it at 2.0.0 would push to 3.0.0. Revert to 1.2.2 so the workflow can do its bump=major → 2.0.0 step (mirrors the 1008195 precedent). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent cc32fa7 commit 59aeca6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@run402/astro",
3-
"version": "2.0.0",
3+
"version": "1.2.2",
44
"description": "Astro integration for Run402. Auth-aware SSR (<SignIn /> / <UserButton /> / <SignedIn> / <SignedOut> + cookie-session integration), pre-encoded image variants (3-width WebP ladder + HEIC display_jpeg + blurhash), and one-line wiring for run402-hosted projects.",
55
"type": "module",
66
"main": "dist/index.js",

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)