Skip to content

Version Packages - #1418

Merged
yamcodes merged 1 commit into
devfrom
changeset-release/dev
Jul 20, 2026
Merged

Version Packages#1418
yamcodes merged 1 commit into
devfrom
changeset-release/dev

Conversation

@arkenv-bot

@arkenv-bot arkenv-bot Bot commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to dev, this PR will be updated.

Releases

@arkenv/cli@0.5.1

Patch Changes

  • Add add host command to CLI for adding hosting presets to existing schemas #1324 eed3cce @abhimanyutiwaribot

    Support adding a hosting provider preset (Vercel or Netlify) to an existing env.ts configuration file:

    npx @arkenv/cli@latest add host [provider]
    • Prompts interactively to select Vercel or Netlify if the provider is omitted.
    • Auto-detects the framework (Next.js, Nuxt, Vite, Bun) and the validator engine (Zod, Valibot, or ArkType) to inject the preset fields with the correct syntax.
    • Fallback to logging the generated variable schemas to stdout with manual configuration instructions if env.ts is missing or unparseable.

@arkenv/nuxt@0.0.7

Patch Changes

  • Fix number and boolean env values returning as strings #1420 aecac94 @yamcodes

    Keep coerced types when reading from env. A key declared as "number" or "boolean" now returns a number or boolean at runtime, not the raw string from Nuxt runtime config.

    import { createEnv } from "@arkenv/nuxt";
    
    export const env = createEnv({
      NUXT_PUBLIC_PORT: "number",
      PORT: "number",
    });
    
    // Was "3000" (string) — now 3000 (number)
    env.NUXT_PUBLIC_PORT;
    env.PORT;

@github-actions github-actions Bot added docs Adds or changes documentation, or acts as documentation in and of itself @arkenv/cli Issues or Pull Requests involving the ArkEnv CLI labels Jul 20, 2026
@pkg-pr-new

pkg-pr-new Bot commented Jul 20, 2026

Copy link
Copy Markdown

Open in StackBlitz

arkenv

npm i https://pkg.pr.new/arkenv@1418

@arkenv/build

npm i https://pkg.pr.new/@arkenv/build@1418

@arkenv/bun-plugin

npm i https://pkg.pr.new/@arkenv/bun-plugin@1418

@arkenv/cli

npm i https://pkg.pr.new/@arkenv/cli@1418

@arkenv/fumadocs-ui

npm i https://pkg.pr.new/@arkenv/fumadocs-ui@1418

@arkenv/nextjs

npm i https://pkg.pr.new/@arkenv/nextjs@1418

@arkenv/nuxt

npm i https://pkg.pr.new/@arkenv/nuxt@1418

@arkenv/vite-plugin

npm i https://pkg.pr.new/@arkenv/vite-plugin@1418

commit: 2712767

@arkenv-bot

arkenv-bot Bot commented Jul 20, 2026

Copy link
Copy Markdown
Contributor Author

📦 Bundle Size Report

No results found

All size limits passed!

@arkenv-bot
arkenv-bot Bot force-pushed the changeset-release/dev branch 2 times, most recently from 7b5a9e1 to ba26d2c Compare July 20, 2026 20:08
@github-actions github-actions Bot added the @arkenv/nuxt Issues or Pull Requests involving the Nuxt integration for ArkEnv label Jul 20, 2026
@arkenv-bot
arkenv-bot Bot force-pushed the changeset-release/dev branch from ba26d2c to 577abad Compare July 20, 2026 20:33
@arkenv-bot
arkenv-bot Bot force-pushed the changeset-release/dev branch from 577abad to 2712767 Compare July 20, 2026 20:49
@yamcodes
yamcodes merged commit 32022d0 into dev Jul 20, 2026
21 checks passed
@yamcodes
yamcodes deleted the changeset-release/dev branch July 20, 2026 20:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

@arkenv/cli Issues or Pull Requests involving the ArkEnv CLI @arkenv/nuxt Issues or Pull Requests involving the Nuxt integration for ArkEnv docs Adds or changes documentation, or acts as documentation in and of itself

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant