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

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

Version Packages

authored by

Lubos and committed by
GitHub
ade2c6ba 17c1a83a

+67 -44
-5
.changeset/brown-weeks-dream.md
··· 1 - --- 2 - '@hey-api/openapi-ts': patch 3 - --- 4 - 5 - fix: throw if prerequisite checks are not met
-5
.changeset/hungry-apples-grab.md
··· 1 - --- 2 - '@example/openapi-ts-tanstack-react-query': patch 3 - --- 4 - 5 - docs: add TanStack React Query example
-5
.changeset/plenty-weeks-rush.md
··· 1 - --- 2 - '@hey-api/openapi-ts': patch 3 - --- 4 - 5 - fix: correctly transform string to pascalcase when referenced inside schema
-6
.changeset/proud-wombats-occur.md
··· 1 - --- 2 - '@example/openapi-ts-fetch': patch 3 - '@hey-api/client-fetch': patch 4 - --- 5 - 6 - fix: preserve key name in Date transformation
-5
.changeset/selfish-flowers-approve.md
··· 1 - --- 2 - '@example/openapi-ts-tanstack-vue-query': patch 3 - --- 4 - 5 - docs: add TanStack Vue Query example
-5
.changeset/short-suits-hunt.md
··· 1 - --- 2 - '@hey-api/openapi-ts': patch 3 - --- 4 - 5 - fix: do not generate types tree by default if services are enabled as it is unused
-6
.changeset/silent-readers-press.md
··· 1 - --- 2 - '@hey-api/client-axios': patch 3 - '@hey-api/client-fetch': patch 4 - --- 5 - 6 - fix: export more types to resolve TypeScript errors
+7
examples/openapi-ts-axios/CHANGELOG.md
··· 1 1 # @example/openapi-ts-axios 2 2 3 + ## 0.0.7 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies [[`7825a2f`](https://github.com/hey-api/openapi-ts/commit/7825a2fba566a76c63775172ef0569ef375406b6)]: 8 + - @hey-api/client-axios@0.2.3 9 + 3 10 ## 0.0.6 4 11 5 12 ### Patch Changes
+1 -1
examples/openapi-ts-axios/package.json
··· 1 1 { 2 2 "name": "@example/openapi-ts-axios", 3 3 "private": true, 4 - "version": "0.0.6", 4 + "version": "0.0.7", 5 5 "type": "module", 6 6 "scripts": { 7 7 "build": "tsc && vite build",
+9
examples/openapi-ts-fetch/CHANGELOG.md
··· 1 1 # @example/openapi-ts-fetch 2 2 3 + ## 0.0.21 4 + 5 + ### Patch Changes 6 + 7 + - [#899](https://github.com/hey-api/openapi-ts/pull/899) [`a8c84c0`](https://github.com/hey-api/openapi-ts/commit/a8c84c02dbb5ef1a59f5d414dff425e135c7a446) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: preserve key name in Date transformation 8 + 9 + - Updated dependencies [[`a8c84c0`](https://github.com/hey-api/openapi-ts/commit/a8c84c02dbb5ef1a59f5d414dff425e135c7a446), [`7825a2f`](https://github.com/hey-api/openapi-ts/commit/7825a2fba566a76c63775172ef0569ef375406b6)]: 10 + - @hey-api/client-fetch@0.2.4 11 + 3 12 ## 0.0.20 4 13 5 14 ### Patch Changes
+1 -1
examples/openapi-ts-fetch/package.json
··· 1 1 { 2 2 "name": "@example/openapi-ts-fetch", 3 3 "private": true, 4 - "version": "0.0.20", 4 + "version": "0.0.21", 5 5 "type": "module", 6 6 "scripts": { 7 7 "build": "tsc && vite build",
+10
examples/openapi-ts-tanstack-react-query/CHANGELOG.md
··· 1 + # @example/openapi-ts-tanstack-react-query 2 + 3 + ## 0.0.1 4 + 5 + ### Patch Changes 6 + 7 + - [#901](https://github.com/hey-api/openapi-ts/pull/901) [`5054875`](https://github.com/hey-api/openapi-ts/commit/505487582667fb2d9fe99a25ad53ea608ce5033d) Thanks [@mrlubos](https://github.com/mrlubos)! - docs: add TanStack React Query example 8 + 9 + - Updated dependencies [[`a8c84c0`](https://github.com/hey-api/openapi-ts/commit/a8c84c02dbb5ef1a59f5d414dff425e135c7a446), [`7825a2f`](https://github.com/hey-api/openapi-ts/commit/7825a2fba566a76c63775172ef0569ef375406b6)]: 10 + - @hey-api/client-fetch@0.2.4
+1 -1
examples/openapi-ts-tanstack-react-query/package.json
··· 1 1 { 2 2 "name": "@example/openapi-ts-tanstack-react-query", 3 3 "private": true, 4 - "version": "0.0.0", 4 + "version": "0.0.1", 5 5 "type": "module", 6 6 "scripts": { 7 7 "build": "tsc && vite build",
+10
examples/openapi-ts-tanstack-vue-query/CHANGELOG.md
··· 1 + # @example/openapi-ts-tanstack-vue-query 2 + 3 + ## 0.0.1 4 + 5 + ### Patch Changes 6 + 7 + - [#901](https://github.com/hey-api/openapi-ts/pull/901) [`8ac24a6`](https://github.com/hey-api/openapi-ts/commit/8ac24a63eca2b890899ba9f6fa908b6ed0ae80d3) Thanks [@mrlubos](https://github.com/mrlubos)! - docs: add TanStack Vue Query example 8 + 9 + - Updated dependencies [[`a8c84c0`](https://github.com/hey-api/openapi-ts/commit/a8c84c02dbb5ef1a59f5d414dff425e135c7a446), [`7825a2f`](https://github.com/hey-api/openapi-ts/commit/7825a2fba566a76c63775172ef0569ef375406b6)]: 10 + - @hey-api/client-fetch@0.2.4
+1 -1
examples/openapi-ts-tanstack-vue-query/package.json
··· 1 1 { 2 2 "name": "@example/openapi-ts-tanstack-vue-query", 3 3 "private": true, 4 - "version": "0.0.0", 4 + "version": "0.0.1", 5 5 "type": "module", 6 6 "scripts": { 7 7 "build-only": "vite build",
+6
packages/client-axios/CHANGELOG.md
··· 1 1 # @hey-api/client-axios 2 2 3 + ## 0.2.3 4 + 5 + ### Patch Changes 6 + 7 + - [#901](https://github.com/hey-api/openapi-ts/pull/901) [`7825a2f`](https://github.com/hey-api/openapi-ts/commit/7825a2fba566a76c63775172ef0569ef375406b6) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: export more types to resolve TypeScript errors 8 + 3 9 ## 0.2.2 4 10 5 11 ### Patch Changes
+1 -1
packages/client-axios/package.json
··· 1 1 { 2 2 "name": "@hey-api/client-axios", 3 - "version": "0.2.2", 3 + "version": "0.2.3", 4 4 "type": "module", 5 5 "description": "Typesafe Axios client for your @hey-api/openapi-ts types", 6 6 "homepage": "https://heyapi.vercel.app/",
+8
packages/client-fetch/CHANGELOG.md
··· 1 1 # @hey-api/client-fetch 2 2 3 + ## 0.2.4 4 + 5 + ### Patch Changes 6 + 7 + - [#899](https://github.com/hey-api/openapi-ts/pull/899) [`a8c84c0`](https://github.com/hey-api/openapi-ts/commit/a8c84c02dbb5ef1a59f5d414dff425e135c7a446) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: preserve key name in Date transformation 8 + 9 + - [#901](https://github.com/hey-api/openapi-ts/pull/901) [`7825a2f`](https://github.com/hey-api/openapi-ts/commit/7825a2fba566a76c63775172ef0569ef375406b6) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: export more types to resolve TypeScript errors 10 + 3 11 ## 0.2.3 4 12 5 13 ### Patch Changes
+1 -1
packages/client-fetch/package.json
··· 1 1 { 2 2 "name": "@hey-api/client-fetch", 3 - "version": "0.2.3", 3 + "version": "0.2.4", 4 4 "type": "module", 5 5 "description": "Typesafe Fetch API client for your @hey-api/openapi-ts types", 6 6 "homepage": "https://heyapi.vercel.app/",
+10
packages/openapi-ts/CHANGELOG.md
··· 1 1 # @hey-api/openapi-ts 2 2 3 + ## 0.52.5 4 + 5 + ### Patch Changes 6 + 7 + - [#910](https://github.com/hey-api/openapi-ts/pull/910) [`428dcad`](https://github.com/hey-api/openapi-ts/commit/428dcad06eba3ab14876c28092a6df81fcde7dbe) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: throw if prerequisite checks are not met 8 + 9 + - [#907](https://github.com/hey-api/openapi-ts/pull/907) [`a2a1ab8`](https://github.com/hey-api/openapi-ts/commit/a2a1ab8bd78c2cbbdcb7adb2ba3815250843dbe7) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: correctly transform string to pascalcase when referenced inside schema 10 + 11 + - [#908](https://github.com/hey-api/openapi-ts/pull/908) [`225b640`](https://github.com/hey-api/openapi-ts/commit/225b640b5ac628cb7ba3b7afb39ff271a0608055) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: do not generate types tree by default if services are enabled as it is unused 12 + 3 13 ## 0.52.4 4 14 5 15 ### Patch Changes
+1 -1
packages/openapi-ts/package.json
··· 1 1 { 2 2 "name": "@hey-api/openapi-ts", 3 - "version": "0.52.4", 3 + "version": "0.52.5", 4 4 "type": "module", 5 5 "description": "Turn your OpenAPI specification into a beautiful TypeScript client", 6 6 "homepage": "https://heyapi.vercel.app/",