Skip to content

Version Packages#137

Merged
yamcodes merged 1 commit intomainfrom
changeset-release/main
Sep 10, 2025
Merged

Version Packages#137
yamcodes merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Sep 10, 2025

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 main, this PR will be updated.

Releases

arkenv@0.5.0

Minor Changes

  • Export createEnv as the default export #136 2b06c4c @yamcodes

    You can now import createEnv as the default export:

    import arkenv from "arkenv";

    This enables syntax highlighting along with the ArkType VS Code extension:

    ArkType syntax highlighting in VS Code

    Note that named imports still work:

    import { createEnv } from "arkenv";

    BREAKING CHANGE: The default export now directly exports createEnv instead of an object containing all exports. If you previously used:

    import arkenv from "arkenv";
    const env = arkenv.createEnv({ ... });

    Update to:

    import arkenv from "arkenv";
    const env = arkenv({ ... });

@arkenv/vite-plugin@0.0.8

Patch Changes

Updated 1 dependency

2b06c4c

  • arkenv@0.5.0

@vercel
Copy link

vercel bot commented Sep 10, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
arkenv Ready Ready Preview Comment Sep 10, 2025 7:49pm

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Sep 10, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions bot force-pushed the changeset-release/main branch from c2ebc6a to cdf42e3 Compare September 10, 2025 19:46
@yamcodes yamcodes merged commit e59a32b into main Sep 10, 2025
2 of 3 checks passed
@yamcodes yamcodes deleted the changeset-release/main branch September 10, 2025 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant