Skip to content

Commit

Permalink
Merge pull request #327 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 11, 2024
2 parents 5c3f430 + 004962e commit d5aa3b7
Show file tree
Hide file tree
Showing 12 changed files with 32 additions and 43 deletions.
5 changes: 0 additions & 5 deletions .changeset/blue-papayas-wave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eighty-kangaroos-press.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/empty-ducks-smell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-oranges-mate.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/ninety-ducks-eat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-tomatoes-reflect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-pumpkins-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-humans-build.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 @@
# openapi-ts-docs

## 0.3.0

### Minor Changes

- fix: rename write to dryRun and invert value ([#326](https://github.com/hey-api/openapi-ts/pull/326))

### Patch Changes

- docs: update contributing guidelines ([#347](https://github.com/hey-api/openapi-ts/pull/347))

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

## 0.38.0

### Minor Changes

- fix: rename write to dryRun and invert value ([#326](https://github.com/hey-api/openapi-ts/pull/326))

### Patch Changes

- fix: generate constant size array types properly ([#345](https://github.com/hey-api/openapi-ts/pull/345))

- fix: support x-enumNames for custom enum names ([#334](https://github.com/hey-api/openapi-ts/pull/334))

- fix: export service types from single namespace ([#341](https://github.com/hey-api/openapi-ts/pull/341))

- fix: generate models with proper indentation when formatting is false ([#340](https://github.com/hey-api/openapi-ts/pull/340))

- fix: log errors to file ([#329](https://github.com/hey-api/openapi-ts/pull/329))

- fix: cleanup some styling issues when generating client without formatting ([#330](https://github.com/hey-api/openapi-ts/pull/330))

## 0.37.3

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

0 comments on commit d5aa3b7

Please sign in to comment.