fork of hey-api/openapi-ts because I need some additional things

Merge pull request #603 from hey-api/changeset-release/main

Version Packages

authored by

Lubos and committed by
GitHub
037fb5c3 a1c3f42f

+33 -24
-5
.changeset/sweet-pumas-rhyme.md
··· 1 - --- 2 - "@hey-api/openapi-ts": minor 3 - --- 4 - 5 - feat: tree-shakeable services
-5
.changeset/tame-humans-unite.md
··· 1 - --- 2 - "@hey-api/client-fetch": minor 3 - --- 4 - 5 - feat: initial release
-5
.changeset/three-zebras-march.md
··· 1 - --- 2 - "@hey-api/docs": patch 3 - --- 4 - 5 - docs: add fetch client documentation
-5
.changeset/tricky-tigers-lay.md
··· 1 - --- 2 - "@hey-api/docs": patch 3 - --- 4 - 5 - docs: add migration notes for v0.46.0
+8
docs/CHANGELOG.md
··· 1 1 # @hey-api/docs 2 2 3 + ## 0.5.6 4 + 5 + ### Patch Changes 6 + 7 + - docs: add fetch client documentation ([#602](https://github.com/hey-api/openapi-ts/pull/602)) 8 + 9 + - docs: add migration notes for v0.46.0 ([#602](https://github.com/hey-api/openapi-ts/pull/602)) 10 + 3 11 ## 0.5.5 4 12 5 13 ### Patch Changes
+1 -1
docs/package.json
··· 1 1 { 2 2 "name": "@hey-api/docs", 3 - "version": "0.5.5", 3 + "version": "0.5.6", 4 4 "description": "Documentation for OpenaAPI TypeScript.", 5 5 "private": true, 6 6 "type": "module",
+8
examples/openapi-ts-fetch/CHANGELOG.md
··· 1 + # @example/openapi-ts-fetch 2 + 3 + ## 0.0.1 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies [[`c416343eb499791dd4771866de1862a2d5d69350`](https://github.com/hey-api/openapi-ts/commit/c416343eb499791dd4771866de1862a2d5d69350)]: 8 + - @hey-api/client-fetch@0.1.0
+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.0", 4 + "version": "0.0.1", 5 5 "type": "module", 6 6 "scripts": { 7 7 "build": "tsc && vite build",
+7
packages/client-fetch/CHANGELOG.md
··· 1 + # @hey-api/client-fetch 2 + 3 + ## 0.1.0 4 + 5 + ### Minor Changes 6 + 7 + - feat: initial release ([#602](https://github.com/hey-api/openapi-ts/pull/602))
+1 -1
packages/client-fetch/package.json
··· 1 1 { 2 2 "name": "@hey-api/client-fetch", 3 - "version": "0.0.1", 3 + "version": "0.1.0", 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/",
+6
packages/openapi-ts/CHANGELOG.md
··· 1 1 # @hey-api/openapi-ts 2 2 3 + ## 0.46.0 4 + 5 + ### Minor Changes 6 + 7 + - feat: tree-shakeable services ([#602](https://github.com/hey-api/openapi-ts/pull/602)) 8 + 3 9 ## 0.45.1 4 10 5 11 ### Patch Changes
+1 -1
packages/openapi-ts/package.json
··· 1 1 { 2 2 "name": "@hey-api/openapi-ts", 3 - "version": "0.45.1", 3 + "version": "0.46.0", 4 4 "type": "module", 5 5 "description": "Turn your OpenAPI specification into a beautiful TypeScript client", 6 6 "homepage": "https://heyapi.vercel.app/",