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

Version Packages

authored by

Lubos and committed by
GitHub
7af79b5b 46081310

+24 -32
-5
.changeset/dirty-sheep-dress.md
··· 1 - --- 2 - "@hey-api/docs": patch 3 - --- 4 - 5 - docs: add format and lint migration for 0.44.0
-5
.changeset/grumpy-bikes-rhyme.md
··· 1 - --- 2 - "@hey-api/openapi-ts": minor 3 - --- 4 - 5 - feat: move format and lint config options to output object
-5
.changeset/smart-buttons-mate.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - --- 4 - 5 - fix: comment position in JavaScript enums
-5
.changeset/tame-tips-travel.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - --- 4 - 5 - fix: export inlined enums from components
-5
.changeset/violet-actors-join.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - --- 4 - 5 - fix: remove unused enums option from CLI
-5
.changeset/wet-keys-allow.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - --- 4 - 5 - fix: Support typescript in peerDependencies
+6
docs/CHANGELOG.md
··· 1 1 # @hey-api/docs 2 2 3 + ## 0.5.4 4 + 5 + ### Patch Changes 6 + 7 + - docs: add format and lint migration for 0.44.0 ([#546](https://github.com/hey-api/openapi-ts/pull/546)) 8 + 3 9 ## 0.5.3 4 10 5 11 ### Patch Changes
+1 -1
docs/package.json
··· 1 1 { 2 2 "name": "@hey-api/docs", 3 - "version": "0.5.3", 3 + "version": "0.5.4", 4 4 "description": "Documentation for OpenaAPI TypeScript.", 5 5 "private": true, 6 6 "type": "module",
+16
packages/openapi-ts/CHANGELOG.md
··· 1 1 # @hey-api/openapi-ts 2 2 3 + ## 0.44.0 4 + 5 + ### Minor Changes 6 + 7 + - feat: move format and lint config options to output object ([#546](https://github.com/hey-api/openapi-ts/pull/546)) 8 + 9 + ### Patch Changes 10 + 11 + - fix: comment position in JavaScript enums ([#544](https://github.com/hey-api/openapi-ts/pull/544)) 12 + 13 + - fix: export inlined enums from components ([#563](https://github.com/hey-api/openapi-ts/pull/563)) 14 + 15 + - fix: remove unused enums option from CLI ([#565](https://github.com/hey-api/openapi-ts/pull/565)) 16 + 17 + - fix: Support typescript in peerDependencies ([#551](https://github.com/hey-api/openapi-ts/pull/551)) 18 + 3 19 ## 0.43.2 4 20 5 21 ### Patch Changes
+1 -1
packages/openapi-ts/package.json
··· 1 1 { 2 2 "name": "@hey-api/openapi-ts", 3 - "version": "0.43.2", 3 + "version": "0.44.0", 4 4 "type": "module", 5 5 "description": "Turn your OpenAPI specification into a beautiful TypeScript client", 6 6 "homepage": "https://heyapi.vercel.app/",