Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #473

Merged
merged 1 commit into from
May 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/dirty-parrots-watch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/early-radios-sort.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-chefs-tell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-birds-sing.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/itchy-jobs-report.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-ducks-cry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-teachers-peel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-hairs-own.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-carpets-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-wolves-train.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-panthers-change.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-turkeys-reply.md

This file was deleted.

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

## 0.5.3

### Patch Changes

- docs: add links to homepage ([#489](https://github.com/hey-api/openapi-ts/pull/489))

- feat: remove enum postfix, use typescript enums in types when generated, export enums from types.gen.ts ([#498](https://github.com/hey-api/openapi-ts/pull/498))

- docs: add examples ([#476](https://github.com/hey-api/openapi-ts/pull/476))

## 0.5.2

### 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.2",
"version": "0.5.3",
"description": "Documentation for OpenaAPI TypeScript.",
"private": true,
"type": "module",
Expand Down
26 changes: 26 additions & 0 deletions packages/openapi-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# @hey-api/openapi-ts

## 0.43.0

### Minor Changes

- feat: remove enum postfix, use typescript enums in types when generated, export enums from types.gen.ts ([#498](https://github.com/hey-api/openapi-ts/pull/498))

### Patch Changes

- fix: negative numbers in numeric enums ([#470](https://github.com/hey-api/openapi-ts/pull/470))

- fix: escape keys in schemas starting with digit but containing non-digit characters ([#502](https://github.com/hey-api/openapi-ts/pull/502))

- fix: issue causing code to not generate (t.filter is not a function) ([#507](https://github.com/hey-api/openapi-ts/pull/507))

- fix: handle additional properties union ([#499](https://github.com/hey-api/openapi-ts/pull/499))

- fix: do not export inline enums ([#508](https://github.com/hey-api/openapi-ts/pull/508))

- fix: prefix parameter type exports to avoid conflicts ([#501](https://github.com/hey-api/openapi-ts/pull/501))

- fix: export operation data and response types ([#500](https://github.com/hey-api/openapi-ts/pull/500))

- fix: handle cases where packages are installed globally ([#471](https://github.com/hey-api/openapi-ts/pull/471))

- fix: handle cases where package.json does not exist ([#471](https://github.com/hey-api/openapi-ts/pull/471))

## 0.42.1

### Patch 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.42.1",
"version": "0.43.0",
"type": "module",
"description": "Turn your OpenAPI specification into a beautiful TypeScript client",
"homepage": "https://heyapi.vercel.app/",
Expand Down