Skip to content

Version Packages (beta)#418

Merged
radist2s merged 1 commit intomainfrom
changeset-release/main
Apr 3, 2026
Merged

Version Packages (beta)#418
radist2s merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Apr 2, 2026

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.

⚠️⚠️⚠️⚠️⚠️⚠️

main is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on main.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@qraft/asyncapi-plugin@1.0.0-beta.6

Minor Changes

  • 6a2f1ed: Updated repository dependencies to current compatible versions across the workspace.
  • 55a23fd: Updated the openapi-typescript package to the current compatible version.

Patch Changes

  • 4f646ec: Refactored AsyncAPI enum-values ref resolution to match openapi-typescript@7.13.0 while keeping the main schema transform flow readable.
  • Updated dependencies [6a2f1ed]
    • @qraft/plugin@1.0.0-beta.6

@qraft/asyncapi-typescript-plugin@1.0.0-beta.6

Minor Changes

  • 6a2f1ed: Updated repository dependencies to current compatible versions across the workspace.
  • 55a23fd: Updated the openapi-typescript package to the current compatible version.

Patch Changes

  • Updated dependencies [6a2f1ed]
  • Updated dependencies [4f646ec]
  • Updated dependencies [55a23fd]
    • @qraft/asyncapi-plugin@1.0.0-beta.6
    • @qraft/cli-utils@1.0.0-beta.6
    • @qraft/plugin@1.0.0-beta.6

@qraft/cli@1.0.0-beta.6

Minor Changes

  • 6a2f1ed: Updated repository dependencies to current compatible versions across the workspace.

Patch Changes

  • Updated dependencies [f43bc5c]
  • Updated dependencies [6a2f1ed]
  • Updated dependencies [a2327db]
  • Updated dependencies [4f646ec]
  • Updated dependencies [55a23fd]
    • @openapi-qraft/tanstack-query-react-plugin@2.15.0-beta.7
    • @qraft/asyncapi-typescript-plugin@1.0.0-beta.6
    • @openapi-qraft/openapi-typescript-plugin@2.15.0-beta.7
    • @qraft/asyncapi-plugin@1.0.0-beta.6
    • @openapi-qraft/plugin@2.15.0-beta.7
    • @qraft/cli-utils@1.0.0-beta.6
    • @qraft/plugin@1.0.0-beta.6

@qraft/cli-utils@1.0.0-beta.6

Minor Changes

  • 6a2f1ed: Updated repository dependencies to current compatible versions across the workspace.

Patch Changes

  • Updated dependencies [6a2f1ed]
    • @qraft/plugin@1.0.0-beta.6

@openapi-qraft/eslint-plugin-query@2.15.0-beta.7

Minor Changes

  • 6a2f1ed: Updated repository dependencies to current compatible versions across the workspace.
  • 55a23fd: Updated the openapi-typescript package to the current compatible version.

@openapi-qraft/cli@2.15.0-beta.7

Minor Changes

  • 6a2f1ed: Updated repository dependencies to current compatible versions across the workspace.

Patch Changes

  • Updated dependencies [f43bc5c]
  • Updated dependencies [6a2f1ed]
  • Updated dependencies [a2327db]
  • Updated dependencies [55a23fd]
    • @openapi-qraft/tanstack-query-react-plugin@2.15.0-beta.7
    • @openapi-qraft/openapi-typescript-plugin@2.15.0-beta.7
    • @openapi-qraft/plugin@2.15.0-beta.7
    • @qraft/cli-utils@1.0.0-beta.6
    • @qraft/plugin@1.0.0-beta.6

@openapi-qraft/plugin@2.15.0-beta.7

Minor Changes

  • 6a2f1ed: Updated repository dependencies to current compatible versions across the workspace.
  • 55a23fd: Updated the openapi-typescript package to the current compatible version.

Patch Changes

  • Updated dependencies [6a2f1ed]
    • @qraft/plugin@1.0.0-beta.6

@openapi-qraft/openapi-typescript-plugin@2.15.0-beta.7

Minor Changes

  • 6a2f1ed: Updated repository dependencies to current compatible versions across the workspace.
  • 55a23fd: Updated the openapi-typescript package to the current compatible version.

Patch Changes

  • Updated dependencies [6a2f1ed]
  • Updated dependencies [55a23fd]
    • @openapi-qraft/plugin@2.15.0-beta.7
    • @qraft/cli-utils@1.0.0-beta.6
    • @qraft/plugin@1.0.0-beta.6

@qraft/plugin@1.0.0-beta.6

Minor Changes

  • 6a2f1ed: Updated repository dependencies to current compatible versions across the workspace.

@openapi-qraft/react@2.15.0-beta.7

Minor Changes

  • f43bc5c: When an operation has only optional parameters, the imperative operation function now accepts QueryFnOptions (e.g. signal, meta) without requiring a parameters argument. This matches how optional request fields are already handled for hooks and improves typing for direct qraft.<service>.<operation>(…) calls.
  • 6a2f1ed: Updated repository dependencies to current compatible versions across the workspace.

Patch Changes

  • Updated dependencies [f43bc5c]
  • Updated dependencies [6a2f1ed]
  • Updated dependencies [55a23fd]
    • @openapi-qraft/tanstack-query-react-types@2.15.0-beta.7

@openapi-qraft/tanstack-query-react-plugin@2.15.0-beta.7

Minor Changes

  • f43bc5c: When an operation has only optional parameters, the imperative operation function now accepts QueryFnOptions (e.g. signal, meta) without requiring a parameters argument. This matches how optional request fields are already handled for hooks and improves typing for direct qraft.<service>.<operation>(…) calls.
  • 6a2f1ed: Updated repository dependencies to current compatible versions across the workspace.
  • a2327db: Added an optional --root-security flag that applies the OpenAPI document’s top-level security as the default for operations that omit their own security, while any operation-level security still overrides it as defined by the specification.
  • 55a23fd: Updated the openapi-typescript package to the current compatible version.

Patch Changes

  • Updated dependencies [6a2f1ed]
  • Updated dependencies [55a23fd]
    • @openapi-qraft/plugin@2.15.0-beta.7
    • @qraft/cli-utils@1.0.0-beta.6
    • @qraft/plugin@1.0.0-beta.6

@openapi-qraft/tanstack-query-react-types@2.15.0-beta.7

Minor Changes

  • f43bc5c: When an operation has only optional parameters, the imperative operation function now accepts QueryFnOptions (e.g. signal, meta) without requiring a parameters argument. This matches how optional request fields are already handled for hooks and improves typing for direct qraft.<service>.<operation>(…) calls.
  • 6a2f1ed: Updated repository dependencies to current compatible versions across the workspace.
  • 55a23fd: Updated the openapi-typescript package to the current compatible version.

@openapi-qraft/eslint-config@1.1.0-beta.0

Minor Changes

  • 6a2f1ed: Updated repository dependencies to current compatible versions across the workspace.

@openapi-qraft/rollup-config@1.2.0-beta.0

Minor Changes

  • 6a2f1ed: Updated repository dependencies to current compatible versions across the workspace.

@qraft/test-utils@1.0.0-beta.6

Minor Changes

  • 6a2f1ed: Updated repository dependencies to current compatible versions across the workspace.

@openapi-qraft/ts-factory-code-generator@1.1.0-beta.0

Minor Changes

  • 6a2f1ed: Updated repository dependencies to current compatible versions across the workspace.
  • 55a23fd: Updated the openapi-typescript package to the current compatible version.

Copy link
Copy Markdown

@greptile-apps greptile-apps Bot left a comment

Choose a reason for hiding this comment

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

Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.

@github-actions github-actions Bot force-pushed the changeset-release/main branch 2 times, most recently from 0949225 to b7f413e Compare April 2, 2026 19:31
Releases:
  @openapi-qraft/tanstack-query-react-plugin@2.15.0-beta.7
  @openapi-qraft/tanstack-query-react-types@2.15.0-beta.7
  @openapi-qraft/react@2.15.0-beta.7
  @qraft/asyncapi-typescript-plugin@1.0.0-beta.6
  @openapi-qraft/openapi-typescript-plugin@2.15.0-beta.7
  @openapi-qraft/ts-factory-code-generator@1.1.0-beta.0
  @openapi-qraft/eslint-plugin-query@2.15.0-beta.7
  @qraft/asyncapi-plugin@1.0.0-beta.6
  @openapi-qraft/plugin@2.15.0-beta.7
  @openapi-qraft/eslint-config@1.1.0-beta.0
  @openapi-qraft/rollup-config@1.2.0-beta.0
  @openapi-qraft/cli@2.15.0-beta.7
  @qraft/test-utils@1.0.0-beta.6
  @qraft/cli-utils@1.0.0-beta.6
  @qraft/plugin@1.0.0-beta.6
  @qraft/cli@1.0.0-beta.6
@github-actions github-actions Bot force-pushed the changeset-release/main branch from b7f413e to bfd1080 Compare April 3, 2026 16:52
@radist2s radist2s merged commit 1418033 into main Apr 3, 2026
@radist2s radist2s deleted the changeset-release/main branch April 3, 2026 21:17
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