Skip to content

Commit

Permalink
Merge pull request #423 from hey-api/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
mrlubos authored Apr 19, 2024
2 parents d5d771d + f1b7564 commit 7ace2ec
Show file tree
Hide file tree
Showing 14 changed files with 32 additions and 52 deletions.
5 changes: 0 additions & 5 deletions .changeset/fresh-maps-beg.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-pumas-bow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-adults-dress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-spoons-pretend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-seals-pay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-wolves-relax.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-ladybugs-shave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-bears-promise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-snakes-float.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-bees-collect.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 @@
# openapi-ts-docs

## 0.5.1

### Patch Changes

- docs: add tanstack-query and http clients sections ([#436](https://github.com/hey-api/openapi-ts/pull/436))

## 0.5.0

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

## 0.41.0

### Minor Changes

- feat: add form type option for schemas ([#433](https://github.com/hey-api/openapi-ts/pull/433))

- feat: replace useDateType with option in types object ([#435](https://github.com/hey-api/openapi-ts/pull/435))

- feat: replace serviceResponse with option in services object ([#434](https://github.com/hey-api/openapi-ts/pull/434))

- feat: replace postfixServices with configuration object ([#430](https://github.com/hey-api/openapi-ts/pull/430))

### Patch Changes

- fix: properly escape backticks in template literals ([#431](https://github.com/hey-api/openapi-ts/pull/431))

- fix: transform names of referenced types ([#422](https://github.com/hey-api/openapi-ts/pull/422))

- fix: use config interceptors passed to constructor when using named client ([#432](https://github.com/hey-api/openapi-ts/pull/432))

- fix: properly escape expressions in template literals ([#431](https://github.com/hey-api/openapi-ts/pull/431))

- fix: do not export common properties as schemas ([#424](https://github.com/hey-api/openapi-ts/pull/424))

## 0.40.2

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

0 comments on commit 7ace2ec

Please sign in to comment.