···11+---
22+'@hey-api/openapi-ts': minor
33+---
44+55+feat: bundle `@hey-api/client-*` plugins
66+77+### Bundle `@hey-api/client-*` plugins
88+99+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`.
1010+1111+```sh
1212+npm uninstall @hey-api/client-fetch
1313+```
+5
.changeset/famous-penguins-repair.md
···11+---
22+'@hey-api/nuxt': minor
33+---
44+55+feat: remove `@hey-api/client-nuxt` dependency
+10
docs/openapi-ts/migrating.md
···27272828This config option is deprecated and will be removed.
29293030+## v0.73.0
3131+3232+### Bundle `@hey-api/client-*` plugins
3333+3434+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`.
3535+3636+```sh
3737+npm uninstall @hey-api/client-fetch
3838+```
3939+3040## v0.72.0
31413242### Added `sdk.classStructure` option