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

Version Packages

authored by

Lubos and committed by
GitHub
80da2696 0c179014

+22 -27
-5
.changeset/neat-pillows-speak.md
··· 1 - --- 2 - '@hey-api/openapi-ts': minor 3 - --- 4 - 5 - fix(sdk): rename `serviceNameBuilder` to `classNameBuilder`
-5
.changeset/sixty-teachers-play.md
··· 1 - --- 2 - '@hey-api/openapi-ts': patch 3 - --- 4 - 5 - feat(parser): allow patching specs with `input.patch`
-5
.changeset/soft-parrots-raise.md
··· 1 - --- 2 - '@hey-api/openapi-ts': patch 3 - --- 4 - 5 - fix(typescript): better detect enum namespace
-5
.changeset/unlucky-houses-glow.md
··· 1 - --- 2 - '@docs/openapi-ts': patch 3 - --- 4 - 5 - docs: add docs for `input.patch` feature
-5
.changeset/weak-ways-kiss.md
··· 1 - --- 2 - '@hey-api/openapi-ts': patch 3 - --- 4 - 5 - feat(sdk): add `instance` option for instantiable SDKs
+6
docs/CHANGELOG.md
··· 1 1 # @docs/openapi-ts 2 2 3 + ## 0.10.2 4 + 5 + ### Patch Changes 6 + 7 + - [#2117](https://github.com/hey-api/openapi-ts/pull/2117) [`a1435b9`](https://github.com/hey-api/openapi-ts/commit/a1435b915a272d9ffa599c194ee52c2a33f77fcd) Thanks [@johnny-mh](https://github.com/johnny-mh)! - docs: add docs for `input.patch` feature 8 + 3 9 ## 0.10.1 4 10 5 11 ### Patch Changes
+1 -1
docs/package.json
··· 1 1 { 2 2 "name": "@docs/openapi-ts", 3 - "version": "0.10.1", 3 + "version": "0.10.2", 4 4 "description": "Documentation for OpenaAPI TypeScript.", 5 5 "private": true, 6 6 "type": "module",
+14
packages/openapi-ts/CHANGELOG.md
··· 1 1 # @hey-api/openapi-ts 2 2 3 + ## 0.71.0 4 + 5 + ### Minor Changes 6 + 7 + - [#2130](https://github.com/hey-api/openapi-ts/pull/2130) [`dc7535e`](https://github.com/hey-api/openapi-ts/commit/dc7535e6ed5b01ef722d536b909202e28ab16b46) Thanks [@mrlubos](https://github.com/mrlubos)! - fix(sdk): rename `serviceNameBuilder` to `classNameBuilder` 8 + 9 + ### Patch Changes 10 + 11 + - [#2117](https://github.com/hey-api/openapi-ts/pull/2117) [`a1435b9`](https://github.com/hey-api/openapi-ts/commit/a1435b915a272d9ffa599c194ee52c2a33f77fcd) Thanks [@johnny-mh](https://github.com/johnny-mh)! - feat(parser): allow patching specs with `input.patch` 12 + 13 + - [#2132](https://github.com/hey-api/openapi-ts/pull/2132) [`9473613`](https://github.com/hey-api/openapi-ts/commit/9473613187a72a4ae4ed3047994b076c89285737) Thanks [@mrlubos](https://github.com/mrlubos)! - fix(typescript): better detect enum namespace 14 + 15 + - [#2130](https://github.com/hey-api/openapi-ts/pull/2130) [`dc7535e`](https://github.com/hey-api/openapi-ts/commit/dc7535e6ed5b01ef722d536b909202e28ab16b46) Thanks [@mrlubos](https://github.com/mrlubos)! - feat(sdk): add `instance` option for instantiable SDKs 16 + 3 17 ## 0.70.0 4 18 5 19 ### Minor Changes
+1 -1
packages/openapi-ts/package.json
··· 1 1 { 2 2 "name": "@hey-api/openapi-ts", 3 - "version": "0.70.0", 3 + "version": "0.71.0", 4 4 "description": "🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.", 5 5 "homepage": "https://heyapi.dev/", 6 6 "repository": {