Skip to content

Version Packages (rc) - #1885

Open
arkenv-bot[bot] wants to merge 1 commit into
v1from
changeset-release/v1
Open

arkenv-bot[bot] wants to merge 1 commit into
v1from
changeset-release/v1

Conversation

@arkenv-bot

@arkenv-bot arkenv-bot Bot commented Sep 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 v1, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

v1 is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on v1.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

arkenv@1.0.0-rc.2

Major Changes

  • Remove package.json "arkenv" schema pointer from CLI discovery #1909 a98f6c0 @yamcodes

    arkenv init no longer writes a package.json "arkenv" field, and CLI
    schema discovery no longer reads one. Location is --schema / -s, then
    convention paths (env.ts, src/env.ts, …). Leftover "arkenv" keys are
    ignored.

    BREAKING CHANGE: If you relied on package.json "arkenv" (string or
    { "schema": "…" }) for arkenv check, put the path on --schema in your
    scripts instead:

     {
       "scripts": {
         "check": "arkenv check --schema config/env.ts"
       }
     }

Patch Changes

  • Fetch the example registry from the v1 branch #1903 e6c8f78 @yamcodes

    The CLI example registry URL pointed at the archived main (v0) line. It now loads examples/registry.json from v1.

@arkenv/core@1.0.0-rc.2

Patch Changes

  • Point StackBlitz README link at the v1 example #1905 f71bee1 @yamcodes

    The core package README StackBlitz badge now opens tree/v1/examples/stackblitz, matching the v1 @arkenv/core playground instead of the stale main path.

@arkenv/nextjs@1.0.0-rc.2

Patch Changes

  • Widen the React peer dependency range #1877 c18c102 @yamcodes

    Allow @arkenv/nextjs to work with React 18.2.0 and later in the React 18 line,
    as well as every React 19 release, instead of requiring React 19.2.5. Install it
    alongside a supported React version, such as pnpm add @arkenv/nextjs react@^18.2.0.

Updated 2 dependencies

f71bee1

  • @arkenv/core@1.0.0-rc.2
  • @arkenv/standard@1.0.0-rc.2
## @arkenv/standard@1.0.0-rc.2

@github-actions github-actions Bot added docs Adds or changes documentation, or acts as documentation in and of itself @arkenv/nextjs Issues or Pull Requests involving the Next.js integration for ArkEnv labels Sep 20, 2026
@pkg-pr-new

pkg-pr-new Bot commented Sep 20, 2026

Copy link
Copy Markdown

Open in StackBlitz

@arkenv/agent-plugin

npm i https://pkg.pr.new/@arkenv/agent-plugin@1885

arkenv

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

@arkenv/build

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

@arkenv/bun-plugin

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

@arkenv/core

npm i https://pkg.pr.new/@arkenv/core@1885

@arkenv/fumadocs-ui

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

@arkenv/nextjs

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

@arkenv/nuxt

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

@arkenv/rsbuild-plugin

npm i https://pkg.pr.new/@arkenv/rsbuild-plugin@1885

@arkenv/standard

npm i https://pkg.pr.new/@arkenv/standard@1885

@arkenv/tanstack-addon

npm i https://pkg.pr.new/@arkenv/tanstack-addon@1885

@arkenv/vite-plugin

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

commit: d4526cf

@arkenv-bot
arkenv-bot Bot force-pushed the changeset-release/v1 branch 8 times, most recently from 2166d1d to 5d415f6 Compare September 20, 2026 11:23
@arkenv-bot
arkenv-bot Bot force-pushed the changeset-release/v1 branch 9 times, most recently from e7e909e to 56bc24d Compare September 20, 2026 17:13
@arkenv-bot
arkenv-bot Bot force-pushed the changeset-release/v1 branch from 56bc24d to e397300 Compare September 20, 2026 19:22
@github-actions github-actions Bot added the arkenv Changes to the `arkenv` npm package. label Sep 20, 2026
@arkenv-bot
arkenv-bot Bot force-pushed the changeset-release/v1 branch 3 times, most recently from ada16ac to c47cd9b Compare September 21, 2026 05:44
@github-actions github-actions Bot added the example Issues or Pull Requests concerning at least one ArkEnv example. (Found in the `examples/` directory) label Sep 21, 2026
@arkenv-bot
arkenv-bot Bot force-pushed the changeset-release/v1 branch from c1b2baf to 737e7a1 Compare September 21, 2026 06:17
@github-actions github-actions Bot removed the example Issues or Pull Requests concerning at least one ArkEnv example. (Found in the `examples/` directory) label Sep 21, 2026
@arkenv-bot
arkenv-bot Bot force-pushed the changeset-release/v1 branch 2 times, most recently from 59cff9d to d4526cf Compare September 21, 2026 08:38
@arkenv-bot
arkenv-bot Bot force-pushed the changeset-release/v1 branch from d4526cf to 2172c2f Compare September 21, 2026 08:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

@arkenv/nextjs Issues or Pull Requests involving the Next.js integration for ArkEnv arkenv Changes to the `arkenv` npm package. 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.

0 participants