Skip to content

Commit

Permalink
Merge pull request #401 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 17, 2024
2 parents 7ad33e1 + f95e619 commit 167bb75
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 23 deletions.
6 changes: 0 additions & 6 deletions .changeset/fast-insects-promise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-cars-sort.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-rice-leave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-numbers-smell.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.0

### Minor Changes

- feat: allow choosing naming convention for types ([#402](https://github.com/hey-api/openapi-ts/pull/402))

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

## 0.40.0

### Minor Changes

- feat: allow choosing naming convention for types ([#402](https://github.com/hey-api/openapi-ts/pull/402))

### Patch Changes

- fix: rename exportModels to types ([#402](https://github.com/hey-api/openapi-ts/pull/402))

- fix: rename models.gen.ts to types.gen.ts ([#399](https://github.com/hey-api/openapi-ts/pull/399))

- fix: export enums from index.ts ([#399](https://github.com/hey-api/openapi-ts/pull/399))

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

0 comments on commit 167bb75

Please sign in to comment.