Skip to content

Version Packages#26

Merged
qqpann merged 1 commit into
mainfrom
changeset-release/main
Jul 12, 2026
Merged

Version Packages#26
qqpann merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

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

Releases

[email protected]

Minor Changes

  • 24036a5: Add browser login to the CLI and a CI check mode for pull

    • notcms login: opens the dashboard in the browser, mints a secret key for the selected workspace, and saves NOTCMS_SECRET_KEY / NOTCMS_WORKSPACE_ID to an env file (default .env.local)
    • notcms init: offers to log in via browser when credentials are missing
    • notcms pull --check: verifies the local schema is up to date without writing (exits 1 when stale, for CI/CD)
    • notcms --version now reports the actual version from package.json
    • The CLI now exits with code 1 on unhandled errors (previously errors were logged but the process exited 0)
    • Env files written by login are kept owner-only (0600): new files are created with that mode, and existing files with group/other access are tightened after the secret is written (POSIX only)
  • 39ea706: Use Node.js 24 and pnpm 11 for development while keeping the published packages compatible with Node.js 18.17 and later.

Patch Changes

  • 2fcf3c9: Remove the bundler-specific import.meta.env fallback while retaining runtime environment lookup for Node.js, Deno, and Bun.

@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 0e75e83 to e52dc86 Compare July 12, 2026 11:40
@qqpann
qqpann merged commit 7931c08 into main Jul 12, 2026
4 checks passed
@qqpann
qqpann deleted the changeset-release/main branch July 12, 2026 11:51
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