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

Version Packages

authored by

Lubos and committed by
GitHub
d0cc1a31 29e2350a

+40 -63
-5
.changeset/clean-books-wash.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - --- 4 - 5 - fix: remove file if no contents to write to it
-5
.changeset/clean-cobras-learn.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - --- 4 - 5 - fix: eslint properly fixes output
-5
.changeset/fast-olives-pump.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - --- 4 - 5 - fix: invalid typescript Record generated with circular dependencies
-5
.changeset/few-rice-marry.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - --- 4 - 5 - fix: prefer unknown type over any
-5
.changeset/fuzzy-vans-leave.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - --- 4 - 5 - fix: only delete generated files instead of whole output directory
-5
.changeset/giant-mice-hug.md
··· 1 - --- 2 - "openapi-ts-docs": minor 3 - --- 4 - 5 - docs: add integrations
-6
.changeset/healthy-plants-own.md
··· 1 - --- 2 - "@hey-api/openapi-ts": minor 3 - "openapi-ts-docs": minor 4 - --- 5 - 6 - feat: rename generated files
-5
.changeset/long-icons-shave.md
··· 1 - --- 2 - "@hey-api/openapi-ts": minor 3 - --- 4 - 5 - feat: add JSON-LD to content parsing
-5
.changeset/modern-dots-study.md
··· 1 - --- 2 - "@hey-api/openapi-ts": minor 3 - --- 4 - 5 - fix: generate enums into their own file
-5
.changeset/thick-lemons-yell.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - --- 4 - 5 - fix: handle decoding models with `%` in description
-5
.changeset/tiny-ladybugs-hang.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - --- 4 - 5 - fix: throw error when typescript is missing
-5
.changeset/young-moles-enjoy.md
··· 1 - --- 2 - "openapi-ts-docs": patch 3 - --- 4 - 5 - docs: add enums migration
+12
docs/CHANGELOG.md
··· 1 1 # openapi-ts-docs 2 2 3 + ## 0.4.0 4 + 5 + ### Minor Changes 6 + 7 + - docs: add integrations ([#394](https://github.com/hey-api/openapi-ts/pull/394)) 8 + 9 + - feat: rename generated files ([#363](https://github.com/hey-api/openapi-ts/pull/363)) 10 + 11 + ### Patch Changes 12 + 13 + - docs: add enums migration ([#358](https://github.com/hey-api/openapi-ts/pull/358)) 14 + 3 15 ## 0.3.0 4 16 5 17 ### Minor Changes
+1 -1
docs/package.json
··· 1 1 { 2 2 "name": "openapi-ts-docs", 3 - "version": "0.3.0", 3 + "version": "0.4.0", 4 4 "description": "Documentation for OpenaAPI TypeScript.", 5 5 "private": true, 6 6 "type": "module",
+26
packages/openapi-ts/CHANGELOG.md
··· 1 1 # @hey-api/openapi-ts 2 2 3 + ## 0.39.0 4 + 5 + ### Minor Changes 6 + 7 + - feat: rename generated files ([#363](https://github.com/hey-api/openapi-ts/pull/363)) 8 + 9 + - feat: add JSON-LD to content parsing ([#390](https://github.com/hey-api/openapi-ts/pull/390)) 10 + 11 + - fix: generate enums into their own file ([#358](https://github.com/hey-api/openapi-ts/pull/358)) 12 + 13 + ### Patch Changes 14 + 15 + - fix: remove file if no contents to write to it ([#373](https://github.com/hey-api/openapi-ts/pull/373)) 16 + 17 + - fix: eslint properly fixes output ([#375](https://github.com/hey-api/openapi-ts/pull/375)) 18 + 19 + - fix: invalid typescript Record generated with circular dependencies ([#374](https://github.com/hey-api/openapi-ts/pull/374)) 20 + 21 + - fix: prefer unknown type over any ([#392](https://github.com/hey-api/openapi-ts/pull/392)) 22 + 23 + - fix: only delete generated files instead of whole output directory ([#362](https://github.com/hey-api/openapi-ts/pull/362)) 24 + 25 + - fix: handle decoding models with `%` in description ([#360](https://github.com/hey-api/openapi-ts/pull/360)) 26 + 27 + - fix: throw error when typescript is missing ([#366](https://github.com/hey-api/openapi-ts/pull/366)) 28 + 3 29 ## 0.38.1 4 30 5 31 ### Patch Changes
+1 -1
packages/openapi-ts/package.json
··· 1 1 { 2 2 "name": "@hey-api/openapi-ts", 3 - "version": "0.38.1", 3 + "version": "0.39.0", 4 4 "type": "module", 5 5 "description": "Turn your OpenAPI specification into a beautiful TypeScript client", 6 6 "homepage": "https://heyapi.vercel.app/",