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

Version Packages

authored by

Lubos and committed by
GitHub
7ace2ec5 d5d771d0

+32 -52
-5
.changeset/fresh-maps-beg.md
··· 1 - --- 2 - "openapi-ts-docs": patch 3 - --- 4 - 5 - docs: add tanstack-query and http clients sections
-5
.changeset/heavy-pumas-bow.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - --- 4 - 5 - fix: properly escape backticks in template literals
-5
.changeset/long-adults-dress.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - --- 4 - 5 - fix: transform names of referenced types
-5
.changeset/nasty-spoons-pretend.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - --- 4 - 5 - fix: use config interceptors passed to constructor when using named client
-5
.changeset/quiet-seals-pay.md
··· 1 - --- 2 - "@hey-api/openapi-ts": minor 3 - --- 4 - 5 - feat: add form type option for schemas
-5
.changeset/slimy-wolves-relax.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - --- 4 - 5 - fix: properly escape expressions in template literals
-5
.changeset/soft-ladybugs-shave.md
··· 1 - --- 2 - "@hey-api/openapi-ts": minor 3 - --- 4 - 5 - feat: replace useDateType with option in types object
-5
.changeset/swift-bears-promise.md
··· 1 - --- 2 - "@hey-api/openapi-ts": minor 3 - --- 4 - 5 - feat: replace serviceResponse with option in services object
-5
.changeset/tall-snakes-float.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - --- 4 - 5 - fix: do not export common properties as schemas
-5
.changeset/wild-bees-collect.md
··· 1 - --- 2 - "@hey-api/openapi-ts": minor 3 - --- 4 - 5 - feat: replace postfixServices with configuration object
+6
docs/CHANGELOG.md
··· 1 1 # openapi-ts-docs 2 2 3 + ## 0.5.1 4 + 5 + ### Patch Changes 6 + 7 + - docs: add tanstack-query and http clients sections ([#436](https://github.com/hey-api/openapi-ts/pull/436)) 8 + 3 9 ## 0.5.0 4 10 5 11 ### Minor Changes
+1 -1
docs/package.json
··· 1 1 { 2 2 "name": "openapi-ts-docs", 3 - "version": "0.5.0", 3 + "version": "0.5.1", 4 4 "description": "Documentation for OpenaAPI TypeScript.", 5 5 "private": true, 6 6 "type": "module",
+24
packages/openapi-ts/CHANGELOG.md
··· 1 1 # @hey-api/openapi-ts 2 2 3 + ## 0.41.0 4 + 5 + ### Minor Changes 6 + 7 + - feat: add form type option for schemas ([#433](https://github.com/hey-api/openapi-ts/pull/433)) 8 + 9 + - feat: replace useDateType with option in types object ([#435](https://github.com/hey-api/openapi-ts/pull/435)) 10 + 11 + - feat: replace serviceResponse with option in services object ([#434](https://github.com/hey-api/openapi-ts/pull/434)) 12 + 13 + - feat: replace postfixServices with configuration object ([#430](https://github.com/hey-api/openapi-ts/pull/430)) 14 + 15 + ### Patch Changes 16 + 17 + - fix: properly escape backticks in template literals ([#431](https://github.com/hey-api/openapi-ts/pull/431)) 18 + 19 + - fix: transform names of referenced types ([#422](https://github.com/hey-api/openapi-ts/pull/422)) 20 + 21 + - fix: use config interceptors passed to constructor when using named client ([#432](https://github.com/hey-api/openapi-ts/pull/432)) 22 + 23 + - fix: properly escape expressions in template literals ([#431](https://github.com/hey-api/openapi-ts/pull/431)) 24 + 25 + - fix: do not export common properties as schemas ([#424](https://github.com/hey-api/openapi-ts/pull/424)) 26 + 3 27 ## 0.40.2 4 28 5 29 ### Patch Changes
+1 -1
packages/openapi-ts/package.json
··· 1 1 { 2 2 "name": "@hey-api/openapi-ts", 3 - "version": "0.40.2", 3 + "version": "0.41.0", 4 4 "type": "module", 5 5 "description": "Turn your OpenAPI specification into a beautiful TypeScript client", 6 6 "homepage": "https://heyapi.vercel.app/",