Skip to content

Version Packages - #59

Merged
Alexandre Asselin (alexasselin008) merged 1 commit into
mainfrom
changeset-release/main
Sep 4, 2026
Merged

Version Packages#59
Alexandre Asselin (alexasselin008) merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 4, 2026

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

@workleap/create-schemas@0.4.0

Minor Changes

  • #58 ddbd3d3 Thanks @Ignotos! - Bump openapi-typescript from 7.0.2 to 7.13.0.

    This fixes the enumValues option for array-valued enums. On 7.0.2 the generated
    value array was annotated with the property type instead of the item type, producing
    T[][] assigned a list of strings and failing the build with TS2322. 7.13.0 emits a
    FlattenedDeepRequired helper that unwraps the array and strips optionality, so
    enumValues is now usable on documents whose enums appear inside arrays.

    Generated output changes slightly for documents that use additionalProperties: an index
    signature alongside declared properties is now emitted as an intersection
    ({ ... } & { [key: string]: unknown }) rather than merged into the object, and a typed
    index signature no longer carries | undefined. Doc comments spanning multiple lines are
    also reflowed onto their own lines.

@alexasselin008
Alexandre Asselin (alexasselin008) merged commit 6c9217a into main Sep 4, 2026
3 checks passed
@alexasselin008
Alexandre Asselin (alexasselin008) deleted the changeset-release/main branch September 4, 2026 14:19
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