Skip to content

Commit

Permalink
Merge pull request #473 from hey-api/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
mrlubos committed May 2, 2024
2 parents a228c23 + 5c8b4bd commit 5574bd4
Show file tree
Hide file tree
Showing 16 changed files with 38 additions and 63 deletions.
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

0 comments on commit 5574bd4

Please sign in to comment.