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

authored by

Lubos and committed by
GitHub
9e34adb4 65e19265

+15 -7
-5
.changeset/sweet-parrots-roll.md
··· 1 - --- 2 - '@hey-api/client-fetch': patch 3 - --- 4 - 5 - Relax JSON content type check so that e.g. `application/json; charset=utf-8` is properly detected
+7
examples/openapi-ts-fetch/CHANGELOG.md
··· 1 1 # @example/openapi-ts-fetch 2 2 3 + ## 0.0.19 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies [[`72e2c4f`](https://github.com/hey-api/openapi-ts/commit/72e2c4fd7d07e532a848078c034bf33b6558ad3c)]: 8 + - @hey-api/client-fetch@0.2.2 9 + 3 10 ## 0.0.18 4 11 5 12 ### Patch Changes
+1 -1
examples/openapi-ts-fetch/package.json
··· 1 1 { 2 2 "name": "@example/openapi-ts-fetch", 3 3 "private": true, 4 - "version": "0.0.18", 4 + "version": "0.0.19", 5 5 "type": "module", 6 6 "scripts": { 7 7 "build": "tsc && vite build",
+6
packages/client-fetch/CHANGELOG.md
··· 1 1 # @hey-api/client-fetch 2 2 3 + ## 0.2.2 4 + 5 + ### Patch Changes 6 + 7 + - [#877](https://github.com/hey-api/openapi-ts/pull/877) [`72e2c4f`](https://github.com/hey-api/openapi-ts/commit/72e2c4fd7d07e532a848078c034bf33b6558ad3c) Thanks [@qqilihq](https://github.com/qqilihq)! - Relax JSON content type check so that e.g. `application/json; charset=utf-8` is properly detected 8 + 3 9 ## 0.2.1 4 10 5 11 ### Patch Changes
+1 -1
packages/client-fetch/package.json
··· 1 1 { 2 2 "name": "@hey-api/client-fetch", 3 - "version": "0.2.1", 3 + "version": "0.2.2", 4 4 "type": "module", 5 5 "description": "Typesafe Fetch API client for your @hey-api/openapi-ts types", 6 6 "homepage": "https://heyapi.vercel.app/",