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

docs: add changesets

Lubos ​ 29605a0e d13d490a

+28
+13
.changeset/eleven-lions-own.md
··· 1 + --- 2 + '@hey-api/openapi-ts': minor 3 + --- 4 + 5 + feat: bundle `@hey-api/client-*` plugins 6 + 7 + ### Bundle `@hey-api/client-*` plugins 8 + 9 + In previous releases, you had to install a separate client package to generate a fully working output, e.g. `npm install @hey-api/client-fetch`. This created a few challenges: getting started was slower, upgrading was sometimes painful, and bundling too. Beginning with v0.73.0, all Hey API clients are bundled by default and don't require installing any additional dependencies. You can remove any installed client packages and re-run `@hey-api/openapi-ts`. 10 + 11 + ```sh 12 + npm uninstall @hey-api/client-fetch 13 + ```
+5
.changeset/famous-penguins-repair.md
··· 1 + --- 2 + '@hey-api/nuxt': minor 3 + --- 4 + 5 + feat: remove `@hey-api/client-nuxt` dependency
+10
docs/openapi-ts/migrating.md
··· 27 27 28 28 This config option is deprecated and will be removed. 29 29 30 + ## v0.73.0 31 + 32 + ### Bundle `@hey-api/client-*` plugins 33 + 34 + In previous releases, you had to install a separate client package to generate a fully working output, e.g. `npm install @hey-api/client-fetch`. This created a few challenges: getting started was slower, upgrading was sometimes painful, and bundling too. Beginning with v0.73.0, all Hey API clients are bundled by default and don't require installing any additional dependencies. You can remove any installed client packages and re-run `@hey-api/openapi-ts`. 35 + 36 + ```sh 37 + npm uninstall @hey-api/client-fetch 38 + ``` 39 + 30 40 ## v0.72.0 31 41 32 42 ### Added `sdk.classStructure` option