Skip to content

Commit ba29123

Browse files
authored
Merge pull request #2171 from hey-api/changeset-release/main
Version Packages
2 parents a1e1395 + 4aee56d commit ba29123

File tree

5 files changed

+21
-24
lines changed

5 files changed

+21
-24
lines changed

.changeset/eleven-lions-own.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

.changeset/mighty-bulldogs-kiss.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/serious-masks-talk.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/openapi-ts/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# @hey-api/openapi-ts
22

3+
## 0.73.0
4+
5+
### Minor Changes
6+
7+
- [#2172](https://github.com/hey-api/openapi-ts/pull/2172) [`29605a0`](https://github.com/hey-api/openapi-ts/commit/29605a0e1b58e986458275833a98a396eede9089) Thanks [@mrlubos](https://github.com/mrlubos)! - feat: bundle `@hey-api/client-*` plugins
8+
9+
### Bundle `@hey-api/client-*` plugins
10+
11+
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`.
12+
13+
```sh
14+
npm uninstall @hey-api/client-fetch
15+
```
16+
17+
### Patch Changes
18+
19+
- [#2172](https://github.com/hey-api/openapi-ts/pull/2172) [`9afbf66`](https://github.com/hey-api/openapi-ts/commit/9afbf666614ecb597f68ec809981f2acc28c66dc) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: respect logs setting if initialization fails
20+
21+
- [#2170](https://github.com/hey-api/openapi-ts/pull/2170) [`c18dd1e`](https://github.com/hey-api/openapi-ts/commit/c18dd1e41b1c055306932ca6d3fa905c14ad1dd4) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: export default pagination keywords
22+
323
## 0.72.2
424

525
### Patch Changes

packages/openapi-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hey-api/openapi-ts",
3-
"version": "0.72.2",
3+
"version": "0.73.0",
44
"description": "🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.",
55
"homepage": "https://heyapi.dev/",
66
"repository": {

0 commit comments

Comments
 (0)