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

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

Version Packages

authored by

Lubos and committed by
GitHub
a2d26ef2 97d00c83

+41 -14
-9
.changeset/dull-fans-sing.md
··· 1 - --- 2 - '@example/openapi-ts-axios': patch 3 - '@example/openapi-ts-fetch': patch 4 - '@hey-api/client-axios': patch 5 - '@hey-api/client-fetch': patch 6 - '@hey-api/openapi-ts': patch 7 - --- 8 - 9 - fix: define ThrowOnError generic as the last argument
+9
examples/openapi-ts-axios/CHANGELOG.md
··· 1 1 # @example/openapi-ts-axios 2 2 3 + ## 0.0.6 4 + 5 + ### Patch Changes 6 + 7 + - [#895](https://github.com/hey-api/openapi-ts/pull/895) [`44de8d8`](https://github.com/hey-api/openapi-ts/commit/44de8d89556b3abf48acc4e23c9b9c198059c757) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: define ThrowOnError generic as the last argument 8 + 9 + - Updated dependencies [[`44de8d8`](https://github.com/hey-api/openapi-ts/commit/44de8d89556b3abf48acc4e23c9b9c198059c757)]: 10 + - @hey-api/client-axios@0.2.2 11 + 3 12 ## 0.0.5 4 13 5 14 ### 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.5", 4 + "version": "0.0.6", 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.20 4 + 5 + ### Patch Changes 6 + 7 + - [#895](https://github.com/hey-api/openapi-ts/pull/895) [`44de8d8`](https://github.com/hey-api/openapi-ts/commit/44de8d89556b3abf48acc4e23c9b9c198059c757) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: define ThrowOnError generic as the last argument 8 + 9 + - Updated dependencies [[`44de8d8`](https://github.com/hey-api/openapi-ts/commit/44de8d89556b3abf48acc4e23c9b9c198059c757)]: 10 + - @hey-api/client-fetch@0.2.3 11 + 3 12 ## 0.0.19 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.19", 4 + "version": "0.0.20", 5 5 "type": "module", 6 6 "scripts": { 7 7 "build": "tsc && vite build",
+6
packages/client-axios/CHANGELOG.md
··· 1 1 # @hey-api/client-axios 2 2 3 + ## 0.2.2 4 + 5 + ### Patch Changes 6 + 7 + - [#895](https://github.com/hey-api/openapi-ts/pull/895) [`44de8d8`](https://github.com/hey-api/openapi-ts/commit/44de8d89556b3abf48acc4e23c9b9c198059c757) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: define ThrowOnError generic as the last argument 8 + 3 9 ## 0.2.1 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.1", 3 + "version": "0.2.2", 4 4 "type": "module", 5 5 "description": "Typesafe Axios client for your @hey-api/openapi-ts types", 6 6 "homepage": "https://heyapi.vercel.app/",
+6
packages/client-fetch/CHANGELOG.md
··· 1 1 # @hey-api/client-fetch 2 2 3 + ## 0.2.3 4 + 5 + ### Patch Changes 6 + 7 + - [#895](https://github.com/hey-api/openapi-ts/pull/895) [`44de8d8`](https://github.com/hey-api/openapi-ts/commit/44de8d89556b3abf48acc4e23c9b9c198059c757) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: define ThrowOnError generic as the last argument 8 + 3 9 ## 0.2.2 4 10 5 11 ### Patch Changes
+1 -1
packages/client-fetch/package.json
··· 1 1 { 2 2 "name": "@hey-api/client-fetch", 3 - "version": "0.2.2", 3 + "version": "0.2.3", 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/",
+6
packages/openapi-ts/CHANGELOG.md
··· 1 1 # @hey-api/openapi-ts 2 2 3 + ## 0.52.4 4 + 5 + ### Patch Changes 6 + 7 + - [#895](https://github.com/hey-api/openapi-ts/pull/895) [`44de8d8`](https://github.com/hey-api/openapi-ts/commit/44de8d89556b3abf48acc4e23c9b9c198059c757) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: define ThrowOnError generic as the last argument 8 + 3 9 ## 0.52.3 4 10 5 11 ### Patch Changes
+1 -1
packages/openapi-ts/package.json
··· 1 1 { 2 2 "name": "@hey-api/openapi-ts", 3 - "version": "0.52.3", 3 + "version": "0.52.4", 4 4 "type": "module", 5 5 "description": "Turn your OpenAPI specification into a beautiful TypeScript client", 6 6 "homepage": "https://heyapi.vercel.app/",