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

Version Packages

authored by

Lubos and committed by
GitHub
e2657784 2313cec7

+10 -11
-5
.changeset/real-fireants-drop.md
··· 1 - --- 2 - '@hey-api/openapi-ts': patch 3 - --- 4 - 5 - fix(parser): add back support for regular expressions in input filters
-5
.changeset/two-files-call.md
··· 1 - --- 2 - '@hey-api/openapi-ts': patch 3 - --- 4 - 5 - fix(parser): extend input filters to handle reusable parameters and responses
+9
packages/openapi-ts/CHANGELOG.md
··· 1 1 # @hey-api/openapi-ts 2 2 3 + ## 0.68.1 4 + 5 + ### Patch Changes 6 + 7 + - [#2086](https://github.com/hey-api/openapi-ts/pull/2086) [`ae8aacd`](https://github.com/hey-api/openapi-ts/commit/ae8aacd8bf2a80bb4a2af2cae2b7993e988ee17a) Thanks [@mrlubos](https://github.com/mrlubos)! - fix(parser): add back support for regular expressions in input filters 8 + 9 + - [#2086](https://github.com/hey-api/openapi-ts/pull/2086) [`ae8aacd`](https://github.com/hey-api/openapi-ts/commit/ae8aacd8bf2a80bb4a2af2cae2b7993e988ee17a) Thanks [@mrlubos](https://github.com/mrlubos)! - fix(parser): extend input filters to handle reusable parameters and responses 10 + 3 11 ## 0.68.0 4 12 5 13 ### Minor Changes ··· 2313 2321 output: 'src/client', 2314 2322 plugins: ['@hey-api/client-fetch'], 2315 2323 }; 2324 + 2316 2325 ``` 2317 2326 2318 2327 ```
+1 -1
packages/openapi-ts/package.json
··· 1 1 { 2 2 "name": "@hey-api/openapi-ts", 3 - "version": "0.68.0", 3 + "version": "0.68.1", 4 4 "description": "🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.", 5 5 "homepage": "https://heyapi.dev/", 6 6 "repository": {