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 #570 from hey-api/changeset-release/main

Version Packages

authored by

Lubos and committed by
GitHub
ad1aa5b6 5c99787e

+20 -22
-5
.changeset/chilly-masks-beg.md
··· 1 - --- 2 - "@hey-api/openapi-ts": minor 3 - --- 4 - 5 - feat: remove client inference
-5
.changeset/cold-spiders-bathe.md
··· 1 - --- 2 - "@hey-api/docs": patch 3 - --- 4 - 5 - docs: add migration for v0.45.0
-5
.changeset/mean-phones-beg.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - --- 4 - 5 - fix: deduplicate inlined enums
-5
.changeset/selfish-waves-give.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - --- 4 - 5 - fix: generate correct optional key in types when using positional arguments (useOptions: false)
+6
docs/CHANGELOG.md
··· 1 1 # @hey-api/docs 2 2 3 + ## 0.5.5 4 + 5 + ### Patch Changes 6 + 7 + - docs: add migration for v0.45.0 ([#569](https://github.com/hey-api/openapi-ts/pull/569)) 8 + 3 9 ## 0.5.4 4 10 5 11 ### Patch Changes
+1 -1
docs/package.json
··· 1 1 { 2 2 "name": "@hey-api/docs", 3 - "version": "0.5.4", 3 + "version": "0.5.5", 4 4 "description": "Documentation for OpenaAPI TypeScript.", 5 5 "private": true, 6 6 "type": "module",
+12
packages/openapi-ts/CHANGELOG.md
··· 1 1 # @hey-api/openapi-ts 2 2 3 + ## 0.45.0 4 + 5 + ### Minor Changes 6 + 7 + - feat: remove client inference ([#569](https://github.com/hey-api/openapi-ts/pull/569)) 8 + 9 + ### Patch Changes 10 + 11 + - fix: deduplicate inlined enums ([#573](https://github.com/hey-api/openapi-ts/pull/573)) 12 + 13 + - fix: generate correct optional key in types when using positional arguments (useOptions: false) ([#572](https://github.com/hey-api/openapi-ts/pull/572)) 14 + 3 15 ## 0.44.0 4 16 5 17 ### Minor Changes
+1 -1
packages/openapi-ts/package.json
··· 1 1 { 2 2 "name": "@hey-api/openapi-ts", 3 - "version": "0.44.0", 3 + "version": "0.45.0", 4 4 "type": "module", 5 5 "description": "Turn your OpenAPI specification into a beautiful TypeScript client", 6 6 "homepage": "https://heyapi.vercel.app/",