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

Version Packages

authored by

Lubos and committed by
GitHub
d85a8d9c c980dbfe

+56 -51
-5
.changeset/bright-poets-confess.md
··· 1 - --- 2 - '@hey-api/openapi-ts': minor 3 - --- 4 - 5 - feat: add namespace supporting for enums
-5
.changeset/early-papayas-glow.md
··· 1 - --- 2 - '@hey-api/client-fetch': minor 3 - --- 4 - 5 - feat: remove default client export (see migration docs)
-5
.changeset/loud-pillows-design.md
··· 1 - --- 2 - '@hey-api/docs': patch 3 - --- 4 - 5 - docs: split clients documentation into separate pages
-5
.changeset/ninety-bats-design.md
··· 1 - --- 2 - '@hey-api/client-fetch': minor 3 - --- 4 - 5 - feat: add `setConfig()` method
-5
.changeset/odd-geckos-allow.md
··· 1 - --- 2 - '@hey-api/docs': patch 3 - --- 4 - 5 - docs: remove interceptors page in favour of per-client sections
-5
.changeset/plenty-mice-fetch.md
··· 1 - --- 2 - '@hey-api/client-axios': minor 3 - --- 4 - 5 - feat: remove default client export (see migration docs)
-5
.changeset/rich-kangaroos-invent.md
··· 1 - --- 2 - '@hey-api/docs': patch 3 - --- 4 - 5 - docs: add v0.52.0 migration
-5
.changeset/sixty-cats-push.md
··· 1 - --- 2 - '@hey-api/client-axios': minor 3 - --- 4 - 5 - feat: add `setConfig()` method
-5
.changeset/slimy-coins-do.md
··· 1 - --- 2 - '@hey-api/openapi-ts': patch 3 - --- 4 - 5 - fix: generate internal client for services when using standalone package
+10
docs/CHANGELOG.md
··· 1 1 # @hey-api/docs 2 2 3 + ## 0.5.10 4 + 5 + ### Patch Changes 6 + 7 + - [#830](https://github.com/hey-api/openapi-ts/pull/830) [`babf11a`](https://github.com/hey-api/openapi-ts/commit/babf11ae082af642ac71cfee9c523cc976132a50) Thanks [@mrlubos](https://github.com/mrlubos)! - docs: split clients documentation into separate pages 8 + 9 + - [#830](https://github.com/hey-api/openapi-ts/pull/830) [`323d0a0`](https://github.com/hey-api/openapi-ts/commit/323d0a03c6560f27d0ce5eee1708ee16dc395532) Thanks [@mrlubos](https://github.com/mrlubos)! - docs: remove interceptors page in favour of per-client sections 10 + 11 + - [#830](https://github.com/hey-api/openapi-ts/pull/830) [`babf11a`](https://github.com/hey-api/openapi-ts/commit/babf11ae082af642ac71cfee9c523cc976132a50) Thanks [@mrlubos](https://github.com/mrlubos)! - docs: add v0.52.0 migration 12 + 3 13 ## 0.5.9 4 14 5 15 ### Patch Changes
+1 -1
docs/package.json
··· 1 1 { 2 2 "name": "@hey-api/docs", 3 - "version": "0.5.9", 3 + "version": "0.5.10", 4 4 "description": "Documentation for OpenaAPI TypeScript.", 5 5 "private": true, 6 6 "type": "module",
+7
examples/openapi-ts-axios/CHANGELOG.md
··· 1 1 # @example/openapi-ts-axios 2 2 3 + ## 0.0.4 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies [[`babf11a`](https://github.com/hey-api/openapi-ts/commit/babf11ae082af642ac71cfee9c523cc976132a50), [`babf11a`](https://github.com/hey-api/openapi-ts/commit/babf11ae082af642ac71cfee9c523cc976132a50)]: 8 + - @hey-api/client-axios@0.2.0 9 + 3 10 ## 0.0.3 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.3", 4 + "version": "0.0.4", 5 5 "type": "module", 6 6 "scripts": { 7 7 "build": "tsc && vite build",
+7
examples/openapi-ts-fetch/CHANGELOG.md
··· 1 1 # @example/openapi-ts-fetch 2 2 3 + ## 0.0.17 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies [[`babf11a`](https://github.com/hey-api/openapi-ts/commit/babf11ae082af642ac71cfee9c523cc976132a50), [`babf11a`](https://github.com/hey-api/openapi-ts/commit/babf11ae082af642ac71cfee9c523cc976132a50)]: 8 + - @hey-api/client-fetch@0.2.0 9 + 3 10 ## 0.0.16 4 11 5 12 ### 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.16", 4 + "version": "0.0.17", 5 5 "type": "module", 6 6 "scripts": { 7 7 "build": "tsc && vite build",
+8
packages/client-axios/CHANGELOG.md
··· 1 1 # @hey-api/client-axios 2 2 3 + ## 0.2.0 4 + 5 + ### Minor Changes 6 + 7 + - [#830](https://github.com/hey-api/openapi-ts/pull/830) [`babf11a`](https://github.com/hey-api/openapi-ts/commit/babf11ae082af642ac71cfee9c523cc976132a50) Thanks [@mrlubos](https://github.com/mrlubos)! - feat: remove default client export (see migration docs) 8 + 9 + - [#830](https://github.com/hey-api/openapi-ts/pull/830) [`babf11a`](https://github.com/hey-api/openapi-ts/commit/babf11ae082af642ac71cfee9c523cc976132a50) Thanks [@mrlubos](https://github.com/mrlubos)! - feat: add `setConfig()` method 10 + 3 11 ## 0.1.1 4 12 5 13 ### Patch Changes
+1 -1
packages/client-axios/package.json
··· 1 1 { 2 2 "name": "@hey-api/client-axios", 3 - "version": "0.1.1", 3 + "version": "0.2.0", 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.0 4 + 5 + ### Minor Changes 6 + 7 + - [#830](https://github.com/hey-api/openapi-ts/pull/830) [`babf11a`](https://github.com/hey-api/openapi-ts/commit/babf11ae082af642ac71cfee9c523cc976132a50) Thanks [@mrlubos](https://github.com/mrlubos)! - feat: remove default client export (see migration docs) 8 + 9 + - [#830](https://github.com/hey-api/openapi-ts/pull/830) [`babf11a`](https://github.com/hey-api/openapi-ts/commit/babf11ae082af642ac71cfee9c523cc976132a50) Thanks [@mrlubos](https://github.com/mrlubos)! - feat: add `setConfig()` method 10 + 3 11 ## 0.1.14 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.1.14", 3 + "version": "0.2.0", 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.0 4 + 5 + ### Minor Changes 6 + 7 + - [#835](https://github.com/hey-api/openapi-ts/pull/835) [`7ab277b`](https://github.com/hey-api/openapi-ts/commit/7ab277b22467fe268719af817aee701d6be3e828) Thanks [@LeeChSien](https://github.com/LeeChSien)! - feat: add namespace supporting for enums 8 + 9 + ### Patch Changes 10 + 11 + - [#830](https://github.com/hey-api/openapi-ts/pull/830) [`babf11a`](https://github.com/hey-api/openapi-ts/commit/babf11ae082af642ac71cfee9c523cc976132a50) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: generate internal client for services when using standalone package 12 + 3 13 ## 0.51.0 4 14 5 15 ### Minor Changes
+1 -1
packages/openapi-ts/package.json
··· 1 1 { 2 2 "name": "@hey-api/openapi-ts", 3 - "version": "0.51.0", 3 + "version": "0.52.0", 4 4 "type": "module", 5 5 "description": "Turn your OpenAPI specification into a beautiful TypeScript client", 6 6 "homepage": "https://heyapi.vercel.app/",