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

Version Packages

authored by

Lubos and committed by
GitHub
5c166dd8 f80d3e43

+36 -62
-5
.changeset/chatty-brooms-obey.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - --- 4 - 5 - fix: do not destructure data when using use options
-5
.changeset/cyan-mice-learn.md
··· 1 - --- 2 - "@hey-api/openapi-ts": minor 3 - --- 4 - 5 - change: config option `lint: true` has changed to `lint: 'eslint'`
-5
.changeset/famous-bugs-laugh.md
··· 1 - --- 2 - "@hey-api/openapi-ts": minor 3 - --- 4 - 5 - change: disable formatting with prettier by default
-5
.changeset/fifty-lamps-collect.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - --- 4 - 5 - feat: automatically handle dates in query string
-5
.changeset/fluffy-ways-sleep.md
··· 1 - --- 2 - "openapi-ts-docs": patch 3 - --- 4 - 5 - docs: add github action to integrations
-5
.changeset/long-peaches-check.md
··· 1 - --- 2 - "@hey-api/openapi-ts": minor 3 - --- 4 - 5 - feat: add support for biomejs as a formatter
-5
.changeset/new-kings-chew.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - --- 4 - 5 - fix: only remove core directory when export core is true
-5
.changeset/proud-worms-exercise.md
··· 1 - --- 2 - "@hey-api/openapi-ts": minor 3 - --- 4 - 5 - feat: move operationId config option to services object
-5
.changeset/shaggy-eggs-count.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - --- 4 - 5 - fix: add jsdoc comments with use options
-5
.changeset/short-cows-think.md
··· 1 - --- 2 - "@hey-api/openapi-ts": minor 3 - --- 4 - 5 - feat: add operation error type mappings
-5
.changeset/thirty-olives-drive.md
··· 1 - --- 2 - "@hey-api/openapi-ts": minor 3 - --- 4 - 5 - feat: add support for biomejs as a linter
-5
.changeset/twelve-poets-ring.md
··· 1 - --- 2 - "@hey-api/openapi-ts": minor 3 - --- 4 - 5 - change: config option `format: true` has changed to `format: 'prettier'`
+6
docs/CHANGELOG.md
··· 1 1 # openapi-ts-docs 2 2 3 + ## 0.5.2 4 + 5 + ### Patch Changes 6 + 7 + - docs: add github action to integrations ([#451](https://github.com/hey-api/openapi-ts/pull/451)) 8 + 3 9 ## 0.5.1 4 10 5 11 ### Patch Changes
+1 -1
docs/package.json
··· 1 1 { 2 2 "name": "openapi-ts-docs", 3 - "version": "0.5.1", 3 + "version": "0.5.2", 4 4 "description": "Documentation for OpenaAPI TypeScript.", 5 5 "private": true, 6 6 "type": "module",
+28
packages/openapi-ts/CHANGELOG.md
··· 1 1 # @hey-api/openapi-ts 2 2 3 + ## 0.42.0 4 + 5 + ### Minor Changes 6 + 7 + - change: config option `lint: true` has changed to `lint: 'eslint'` ([#455](https://github.com/hey-api/openapi-ts/pull/455)) 8 + 9 + - change: disable formatting with prettier by default ([#457](https://github.com/hey-api/openapi-ts/pull/457)) 10 + 11 + - feat: add support for biomejs as a formatter ([#455](https://github.com/hey-api/openapi-ts/pull/455)) 12 + 13 + - feat: move operationId config option to services object ([#441](https://github.com/hey-api/openapi-ts/pull/441)) 14 + 15 + - feat: add operation error type mappings ([#442](https://github.com/hey-api/openapi-ts/pull/442)) 16 + 17 + - feat: add support for biomejs as a linter ([#455](https://github.com/hey-api/openapi-ts/pull/455)) 18 + 19 + - change: config option `format: true` has changed to `format: 'prettier'` ([#455](https://github.com/hey-api/openapi-ts/pull/455)) 20 + 21 + ### Patch Changes 22 + 23 + - fix: do not destructure data when using use options ([#450](https://github.com/hey-api/openapi-ts/pull/450)) 24 + 25 + - feat: automatically handle dates in query string ([#443](https://github.com/hey-api/openapi-ts/pull/443)) 26 + 27 + - fix: only remove core directory when export core is true ([#449](https://github.com/hey-api/openapi-ts/pull/449)) 28 + 29 + - fix: add jsdoc comments with use options ([#439](https://github.com/hey-api/openapi-ts/pull/439)) 30 + 3 31 ## 0.41.0 4 32 5 33 ### Minor Changes
+1 -1
packages/openapi-ts/package.json
··· 1 1 { 2 2 "name": "@hey-api/openapi-ts", 3 - "version": "0.41.0", 3 + "version": "0.42.0", 4 4 "type": "module", 5 5 "description": "Turn your OpenAPI specification into a beautiful TypeScript client", 6 6 "homepage": "https://heyapi.vercel.app/",