Skip to content

Version Packages - #2370

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

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

Conversation

@pmcelhaney

@pmcelhaney pmcelhaney commented Aug 30, 2026 •

Copy link
Copy Markdown
Collaborator

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

@counterfact/client@0.2.0

Minor Changes

  • 13155b0: Display complete multipart request bodies in the REPL client output, and write
    route help directly to the console.

Patch Changes

  • 04d67bb: Validate and send required OpenAPI cookie, body, and form inputs through the immutable route builder, including REPL completions for the new methods.

counterfact@2.16.6

Patch Changes

  • f30856d: Updated dependency posthog-node in counterfact to 5.52.1.
  • bd1491f: Updated dependency posthog-node in counterfact to 5.52.4.
  • cb11739: Updated dependency posthog-node in counterfact to 5.51.8.
  • 0d2b3be: Updated dependency posthog-node in counterfact to 5.51.4.
  • 25215f4: Updated dependency js-yaml in counterfact to 5.4.1.
    Updated dependency js-yaml in @counterfact/openapi to 5.4.1.
    Updated dependency js-yaml in @counterfact/runtime to 5.4.1.
  • b253e37: Updated dependency posthog-node in counterfact to 5.51.7.
  • ca2112f: Updated dependency posthog-node in counterfact to 5.51.3.
  • 81b825a: Updated dependency posthog-node in counterfact to 5.51.6.
  • Updated dependencies [04d67bb]
  • Updated dependencies [13155b0]
  • Updated dependencies [1714e9a]
  • Updated dependencies [25215f4]
  • Updated dependencies [cfcedc9]
    • @counterfact/client@0.2.0
    • @counterfact/repl@0.1.5
    • @counterfact/openapi@0.1.5
    • @counterfact/generator@0.1.5
    • @counterfact/runtime@0.1.5

@counterfact/generator@0.1.5

Patch Changes

  • 1714e9a: Classify OpenAPI sources consistently and hot-reload local base documents and overlays without mistaking local http-prefixed paths for remote URLs.
  • Updated dependencies [1714e9a]
  • Updated dependencies [25215f4]
  • Updated dependencies [cfcedc9]
    • @counterfact/openapi@0.1.5

@counterfact/openapi@0.1.5

Patch Changes

  • 1714e9a: Classify OpenAPI sources consistently and hot-reload local base documents and overlays without mistaking local http-prefixed paths for remote URLs.
  • 25215f4: Updated dependency js-yaml in counterfact to 5.4.1.
    Updated dependency js-yaml in @counterfact/openapi to 5.4.1.
    Updated dependency js-yaml in @counterfact/runtime to 5.4.1.
  • cfcedc9: Updated dependency @apidevtools/json-schema-ref-parser in @counterfact/openapi to 16.0.1.

@counterfact/repl@0.1.5

Patch Changes

  • 04d67bb: Validate and send required OpenAPI cookie, body, and form inputs through the immutable route builder, including REPL completions for the new methods.
  • Updated dependencies [04d67bb]
  • Updated dependencies [13155b0]
  • Updated dependencies [1714e9a]
  • Updated dependencies [25215f4]
    • @counterfact/client@0.2.0
    • @counterfact/runtime@0.1.5

@counterfact/runtime@0.1.5

Patch Changes

  • 1714e9a: Classify OpenAPI sources consistently and hot-reload local base documents and overlays without mistaking local http-prefixed paths for remote URLs.
  • 25215f4: Updated dependency js-yaml in counterfact to 5.4.1.
    Updated dependency js-yaml in @counterfact/openapi to 5.4.1.
    Updated dependency js-yaml in @counterfact/runtime to 5.4.1.
  • Updated dependencies [1714e9a]
  • Updated dependencies [25215f4]
  • Updated dependencies [cfcedc9]
    • @counterfact/openapi@0.1.5

@pmcelhaney
pmcelhaney force-pushed the changeset-release/main branch 7 times, most recently from 66961f2 to 1dc73b5 Compare September 2, 2026 11:19
Copilot AI lite review requested due to automatic review settings September 2, 2026 11:19

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 Changes recommended

The PR description is missing the required “Manual acceptance tests” and “Repository learning check” sections per AGENTS.md.

Once you've addressed the issues Copilot identified, you can request another Copilot review.

Pull request overview

This Changesets “Version Packages” PR prepares a patch release by updating workspace package versions, internal dependency pins, and generated changelogs/lockfile entries for the Counterfact monorepo.

Changes:

  • Bump versions for counterfact and @counterfact/* packages (e.g., counterfact@2.16.6, @counterfact/*@0.1.5).
  • Update internal workspace dependency pins to the new @counterfact/* versions and refresh yarn.lock accordingly.
  • Generate/update package CHANGELOG.md entries and remove the consumed .changeset/*.md files.
File summaries
File Description
yarn.lock Updates workspace package references and resolved dependency versions for the release.
packages/runtime/package.json Bumps @counterfact/runtime to 0.1.5 and pins @counterfact/openapi to 0.1.5.
packages/runtime/CHANGELOG.md Adds the autogenerated 0.1.5 release notes.
packages/repl/package.json Bumps @counterfact/repl to 0.1.5 and pins @counterfact/runtime to 0.1.5.
packages/repl/CHANGELOG.md Adds the autogenerated 0.1.5 release notes.
packages/openapi/package.json Bumps @counterfact/openapi to 0.1.5.
packages/openapi/CHANGELOG.md Adds the autogenerated 0.1.5 release notes.
packages/generator/package.json Bumps @counterfact/generator to 0.1.5 and pins @counterfact/openapi to 0.1.5.
packages/generator/CHANGELOG.md Adds the autogenerated 0.1.5 release notes.
packages/counterfact/package.json Bumps counterfact to 2.16.6 and pins @counterfact/* dependencies to 0.1.5.
packages/counterfact/CHANGELOG.md Adds the autogenerated 2.16.6 release notes.
.changeset/renovate-bdcbd0be.md Removed after being consumed into the release/changelog.
.changeset/renovate-600c4399.md Removed after being consumed into the release/changelog.
.changeset/renovate-4c2af097.md Removed after being consumed into the release/changelog.
Review details
  • Files reviewed: 13/14 changed files
  • Comments generated: 1
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment on lines +3 to +5
## 2.16.6

### Patch Changes
@pmcelhaney
pmcelhaney force-pushed the changeset-release/main branch 20 times, most recently from a5dfb09 to e08c692 Compare September 7, 2026 20:31
@pmcelhaney
pmcelhaney force-pushed the changeset-release/main branch 17 times, most recently from 894f28b to 94ac6b6 Compare September 16, 2026 01:26
@pmcelhaney
pmcelhaney force-pushed the changeset-release/main branch 11 times, most recently from 3330694 to f53dd73 Compare September 20, 2026 04:46
@pmcelhaney
pmcelhaney force-pushed the changeset-release/main branch from f53dd73 to f7cad59 Compare September 20, 2026 17:24

This branch has not been deployed

No deployments
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.

2 participants