Skip to content

chore(release): version packages#28

Merged
faraa2m merged 1 commit into
mainfrom
changeset-release/main
May 10, 2026
Merged

chore(release): version packages#28
faraa2m 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 publish to npm yourself or setup this action to publish 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

tokenometer@0.1.3

Patch Changes

  • #27 16daecb Thanks @faraa2m! - Fix tokenometer --version always printing 0.0.2 regardless of the
    installed version. The CLI had a hardcoded const VERSION = '0.0.2'
    left over from initial scaffolding. Now reads the version from the
    package's own package.json at runtime via import.meta.url.

    Also hardens the smoke-test job: switches from npx --yes tokenometer@<v>
    (which hit sh: 1: tokenometer: not found flakiness on Linux runners
    even when the published bin had the execute bit) to npm install --no-save + direct node node_modules/tokenometer/dist/index.js.
    Adds a 6-attempt × 30s retry loop to absorb npm registry CDN
    propagation lag right after publish.

  • Updated dependencies [16daecb]:

    • @tokenometer/core@0.1.3

@tokenometer/core@0.1.3

Patch Changes

  • #27 16daecb Thanks @faraa2m! - Fix tokenometer --version always printing 0.0.2 regardless of the
    installed version. The CLI had a hardcoded const VERSION = '0.0.2'
    left over from initial scaffolding. Now reads the version from the
    package's own package.json at runtime via import.meta.url.

    Also hardens the smoke-test job: switches from npx --yes tokenometer@<v>
    (which hit sh: 1: tokenometer: not found flakiness on Linux runners
    even when the published bin had the execute bit) to npm install --no-save + direct node node_modules/tokenometer/dist/index.js.
    Adds a 6-attempt × 30s retry loop to absorb npm registry CDN
    propagation lag right after publish.

tokenometer-vscode@0.1.3

Patch Changes

  • Updated dependencies [16daecb]:
    • @tokenometer/core@0.1.3

@vercel
Copy link
Copy Markdown

vercel Bot commented May 10, 2026

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

Project Deployment Actions Updated (UTC)
tokenometer Ready Ready Preview, Comment May 10, 2026 6:30am

@faraa2m faraa2m closed this May 10, 2026
@faraa2m faraa2m reopened this May 10, 2026
@faraa2m faraa2m merged commit d200e2a into main May 10, 2026
7 checks passed
@faraa2m faraa2m deleted the changeset-release/main branch May 10, 2026 06:31
faraa2m pushed a commit that referenced this pull request May 11, 2026
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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