Skip to content

Commit 29605a0

Browse files
author
Lubos ​
committed
docs: add changesets
1 parent d13d490 commit 29605a0

File tree

3 files changed

+28
-0
lines changed

3 files changed

+28
-0
lines changed

.changeset/eleven-lions-own.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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+
```

.changeset/famous-penguins-repair.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@hey-api/nuxt': minor
3+
---
4+
5+
feat: remove `@hey-api/client-nuxt` dependency

docs/openapi-ts/migrating.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,16 @@ This config option is deprecated and will be removed in favor of [clients](./cli
2727

2828
This config option is deprecated and will be removed.
2929

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+
3040
## v0.72.0
3141

3242
### Added `sdk.classStructure` option

0 commit comments

Comments
 (0)