Skip to content

Commit

Permalink
Merge pull request #440 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 21, 2024
2 parents f80d3e4 + 767d397 commit 5c166dd
Show file tree
Hide file tree
Showing 16 changed files with 36 additions and 62 deletions.
5 changes: 0 additions & 5 deletions .changeset/chatty-brooms-obey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-mice-learn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/famous-bugs-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-lamps-collect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fluffy-ways-sleep.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-peaches-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-kings-chew.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-worms-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-eggs-count.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-cows-think.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-olives-drive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-poets-ring.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.2

### Patch Changes

- docs: add github action to integrations ([#451](https://github.com/hey-api/openapi-ts/pull/451))

## 0.5.1

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

## 0.42.0

### Minor Changes

- change: config option `lint: true` has changed to `lint: 'eslint'` ([#455](https://github.com/hey-api/openapi-ts/pull/455))

- change: disable formatting with prettier by default ([#457](https://github.com/hey-api/openapi-ts/pull/457))

- feat: add support for biomejs as a formatter ([#455](https://github.com/hey-api/openapi-ts/pull/455))

- feat: move operationId config option to services object ([#441](https://github.com/hey-api/openapi-ts/pull/441))

- feat: add operation error type mappings ([#442](https://github.com/hey-api/openapi-ts/pull/442))

- feat: add support for biomejs as a linter ([#455](https://github.com/hey-api/openapi-ts/pull/455))

- change: config option `format: true` has changed to `format: 'prettier'` ([#455](https://github.com/hey-api/openapi-ts/pull/455))

### Patch Changes

- fix: do not destructure data when using use options ([#450](https://github.com/hey-api/openapi-ts/pull/450))

- feat: automatically handle dates in query string ([#443](https://github.com/hey-api/openapi-ts/pull/443))

- fix: only remove core directory when export core is true ([#449](https://github.com/hey-api/openapi-ts/pull/449))

- fix: add jsdoc comments with use options ([#439](https://github.com/hey-api/openapi-ts/pull/439))

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

0 comments on commit 5c166dd

Please sign in to comment.