Skip to content

Commit

Permalink
Merge pull request #570 from hey-api/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
mrlubos authored May 15, 2024
2 parents 5c99787 + d657d52 commit ad1aa5b
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilly-masks-beg.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cold-spiders-bathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-phones-beg.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-waves-give.md

This file was deleted.

6 changes: 6 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hey-api/docs

## 0.5.5

### Patch Changes

- docs: add migration for v0.45.0 ([#569](https://github.com/hey-api/openapi-ts/pull/569))

## 0.5.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hey-api/docs",
"version": "0.5.4",
"version": "0.5.5",
"description": "Documentation for OpenaAPI TypeScript.",
"private": true,
"type": "module",
Expand Down
12 changes: 12 additions & 0 deletions packages/openapi-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @hey-api/openapi-ts

## 0.45.0

### Minor Changes

- feat: remove client inference ([#569](https://github.com/hey-api/openapi-ts/pull/569))

### Patch Changes

- fix: deduplicate inlined enums ([#573](https://github.com/hey-api/openapi-ts/pull/573))

- fix: generate correct optional key in types when using positional arguments (useOptions: false) ([#572](https://github.com/hey-api/openapi-ts/pull/572))

## 0.44.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hey-api/openapi-ts",
"version": "0.44.0",
"version": "0.45.0",
"type": "module",
"description": "Turn your OpenAPI specification into a beautiful TypeScript client",
"homepage": "https://heyapi.vercel.app/",
Expand Down

0 comments on commit ad1aa5b

Please sign in to comment.