fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #327 from hey-api/changeset-release/main

Version Packages

authored by

Lubos and committed by
GitHub
d5aa3b79 5c3f430b

+32 -43
-5
.changeset/blue-papayas-wave.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - --- 4 - 5 - fix: generate constant size array types properly
-5
.changeset/eighty-kangaroos-press.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - --- 4 - 5 - fix: support x-enumNames for custom enum names
-5
.changeset/empty-ducks-smell.md
··· 1 - --- 2 - "openapi-ts-docs": patch 3 - --- 4 - 5 - docs: update contributing guidelines
-5
.changeset/lovely-oranges-mate.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - --- 4 - 5 - fix: export service types from single namespace
-6
.changeset/ninety-ducks-eat.md
··· 1 - --- 2 - "@hey-api/openapi-ts": minor 3 - "openapi-ts-docs": minor 4 - --- 5 - 6 - fix: rename write to dryRun and invert value
-5
.changeset/selfish-tomatoes-reflect.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - --- 4 - 5 - fix: generate models with proper indentation when formatting is false
-5
.changeset/smooth-pumpkins-switch.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - --- 4 - 5 - fix: log errors to file
-5
.changeset/two-humans-build.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - --- 4 - 5 - fix: cleanup some styling issues when generating client without formatting
+10
docs/CHANGELOG.md
··· 1 1 # openapi-ts-docs 2 2 3 + ## 0.3.0 4 + 5 + ### Minor Changes 6 + 7 + - fix: rename write to dryRun and invert value ([#326](https://github.com/hey-api/openapi-ts/pull/326)) 8 + 9 + ### Patch Changes 10 + 11 + - docs: update contributing guidelines ([#347](https://github.com/hey-api/openapi-ts/pull/347)) 12 + 3 13 ## 0.2.2 4 14 5 15 ### Patch Changes
+1 -1
docs/package.json
··· 1 1 { 2 2 "name": "openapi-ts-docs", 3 - "version": "0.2.2", 3 + "version": "0.3.0", 4 4 "description": "Documentation for OpenaAPI TypeScript.", 5 5 "private": true, 6 6 "type": "module",
+20
packages/openapi-ts/CHANGELOG.md
··· 1 1 # @hey-api/openapi-ts 2 2 3 + ## 0.38.0 4 + 5 + ### Minor Changes 6 + 7 + - fix: rename write to dryRun and invert value ([#326](https://github.com/hey-api/openapi-ts/pull/326)) 8 + 9 + ### Patch Changes 10 + 11 + - fix: generate constant size array types properly ([#345](https://github.com/hey-api/openapi-ts/pull/345)) 12 + 13 + - fix: support x-enumNames for custom enum names ([#334](https://github.com/hey-api/openapi-ts/pull/334)) 14 + 15 + - fix: export service types from single namespace ([#341](https://github.com/hey-api/openapi-ts/pull/341)) 16 + 17 + - fix: generate models with proper indentation when formatting is false ([#340](https://github.com/hey-api/openapi-ts/pull/340)) 18 + 19 + - fix: log errors to file ([#329](https://github.com/hey-api/openapi-ts/pull/329)) 20 + 21 + - fix: cleanup some styling issues when generating client without formatting ([#330](https://github.com/hey-api/openapi-ts/pull/330)) 22 + 3 23 ## 0.37.3 4 24 5 25 ### Patch Changes
+1 -1
packages/openapi-ts/package.json
··· 1 1 { 2 2 "name": "@hey-api/openapi-ts", 3 - "version": "0.37.3", 3 + "version": "0.38.0", 4 4 "type": "module", 5 5 "description": "Turn your OpenAPI specification into a beautiful TypeScript client", 6 6 "homepage": "https://heyapi.vercel.app/",