Skip to content

chore: version packages - #284

Open
AKogut wants to merge 1 commit into
mainfrom
changeset-release/main
Open

chore: version packages#284
AKogut wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@AKogut

@AKogut AKogut commented Aug 18, 2026

Copy link
Copy Markdown
Owner

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

@flakemetry/contracts@0.3.0

Minor Changes

  • cd50173: The daily LLM token budget is now a per-project policy field. It was read only from the environment, so ai.dailyTokenBudget in a project's flakemetry.yml was documented, validated and ignored — one instance could have exactly one budget.

  • eae093b: Move to zod 4. The validation shape on the wire is unchanged — { error, issues: [{ path, message }] } — but the messages are more specific: an invalid commit sha now reports the pattern it had to match instead of a bare "Invalid".

    zod-to-json-schema is gone; zod 4 generates JSON Schema itself, which the OpenAPI document and the API reference now use.

@flakemetry/cli@0.2.2

Patch Changes

  • 9ea296a: flakemetry --version reported 0.0.0 regardless of the installed version. It now reports the real one, baked in at build time — the version is the first thing anyone is asked for in a bug report, and 0.0.0 identified nothing.
  • Updated dependencies [cd50173]
  • Updated dependencies [eae093b]
    • @flakemetry/contracts@0.3.0
    • @flakemetry/sdk@0.2.3

@flakemetry/core@0.1.3

Patch Changes

  • Updated dependencies [cd50173]
  • Updated dependencies [eae093b]
    • @flakemetry/contracts@0.3.0

@flakemetry/jest-reporter@0.1.5

Patch Changes

  • Updated dependencies [cd50173]
  • Updated dependencies [eae093b]
    • @flakemetry/contracts@0.3.0
    • @flakemetry/sdk@0.2.3

@flakemetry/playwright-reporter@0.1.4

Patch Changes

  • Updated dependencies [cd50173]
  • Updated dependencies [eae093b]
    • @flakemetry/contracts@0.3.0
    • @flakemetry/sdk@0.2.3

@flakemetry/sdk@0.2.3

Patch Changes

  • Updated dependencies [cd50173]
  • Updated dependencies [eae093b]
    • @flakemetry/contracts@0.3.0
    • @flakemetry/core@0.1.3

@flakemetry/vitest-reporter@0.1.4

Patch Changes

  • Updated dependencies [cd50173]
  • Updated dependencies [eae093b]
    • @flakemetry/contracts@0.3.0
    • @flakemetry/sdk@0.2.3

@flakemetry/notify@0.1.0

Minor Changes

  • 6f71e52: New ai_budget_spent notification, sent when a project's daily LLM token budget runs out and root-cause analysis pauses. Subscribe on any channel — Slack, Discord, email or a signed webhook. Deduplicated per project per day, since the budget is re-checked on every run.

@flakemetry/api@0.0.4

Patch Changes

  • Updated dependencies [cd50173]
  • Updated dependencies [eae093b]
    • @flakemetry/contracts@0.3.0
    • @flakemetry/queries@0.0.4
    • @flakemetry/storage@0.0.4

@flakemetry/web@0.0.4

Patch Changes

  • Updated dependencies [6f71e52]
  • Updated dependencies [cd50173]
  • Updated dependencies [eae093b]
    • @flakemetry/notify@0.1.0
    • @flakemetry/contracts@0.3.0
    • @flakemetry/core@0.1.3
    • @flakemetry/queries@0.0.4
    • @flakemetry/storage@0.0.4

@flakemetry/worker@0.0.4

Patch Changes

  • Updated dependencies [6f71e52]
  • Updated dependencies [cd50173]
  • Updated dependencies [eae093b]
    • @flakemetry/notify@0.1.0
    • @flakemetry/contracts@0.3.0
    • @flakemetry/ai@0.0.4
    • @flakemetry/core@0.1.3
    • @flakemetry/queries@0.0.4
    • @flakemetry/storage@0.0.4

@flakemetry/ai@0.0.4

Patch Changes

  • eae093b: Move to zod 4. The validation shape on the wire is unchanged — { error, issues: [{ path, message }] } — but the messages are more specific: an invalid commit sha now reports the pattern it had to match instead of a bare "Invalid".

    zod-to-json-schema is gone; zod 4 generates JSON Schema itself, which the OpenAPI document and the API reference now use.

  • Updated dependencies [cd50173]

  • Updated dependencies [eae093b]

    • @flakemetry/contracts@0.3.0

@flakemetry/queries@0.0.4

Patch Changes

  • Updated dependencies [cd50173]
  • Updated dependencies [eae093b]
    • @flakemetry/contracts@0.3.0
    • @flakemetry/ai@0.0.4
    • @flakemetry/core@0.1.3

@flakemetry/storage@0.0.4

Patch Changes

  • Updated dependencies [cd50173]
  • Updated dependencies [eae093b]
    • @flakemetry/contracts@0.3.0

@AKogut
AKogut force-pushed the changeset-release/main branch 4 times, most recently from 09b0a3b to d184489 Compare August 18, 2026 13:21
@AKogut
AKogut force-pushed the changeset-release/main branch from d184489 to 3b7b26b Compare August 18, 2026 13:33
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