Skip to content

Commit

Permalink
[ci] release (#1885)
Browse files Browse the repository at this point in the history
* [ci] release

* Don’t need to release clients

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Drew Powers <[email protected]>
  • Loading branch information
3 people authored Aug 29, 2024
1 parent 21fb8b0 commit 246f3b7
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/proud-students-repeat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-apes-know.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/openapi-typescript-helpers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# openapi-typescript-helpers

## 0.0.13

### Patch Changes

- [#1871](https://github.com/openapi-ts/openapi-typescript/pull/1871) [`bd88568`](https://github.com/openapi-ts/openapi-typescript/commit/bd8856854eaaf213b96d04b9eb130db1695bb1f1) Thanks [@brunolca](https://github.com/brunolca)! - fix SuccessResponseJSON and ErrorResponseJSON helpers

## 0.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi-typescript-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "openapi-typescript-helpers",
"description": "TypeScript helpers for consuming openapi-typescript types",
"version": "0.0.12",
"version": "0.0.13",
"author": {
"name": "Drew Powers",
"email": "[email protected]"
Expand Down
6 changes: 6 additions & 0 deletions packages/openapi-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# openapi-typescript

## 7.3.2

### Patch Changes

- [#1867](https://github.com/openapi-ts/openapi-typescript/pull/1867) [`21fb8b0`](https://github.com/openapi-ts/openapi-typescript/commit/21fb8b0febbae1a12dd1bb43eb9130422629409e) Thanks [@phk422](https://github.com/phk422)! - fix(openapi-typescript): type errors generated under `enumValues`

## 7.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "openapi-typescript",
"description": "Convert OpenAPI 3.0 & 3.1 schemas to TypeScript",
"version": "7.3.1",
"version": "7.3.2",
"author": {
"name": "Drew Powers",
"email": "[email protected]"
Expand Down

0 comments on commit 246f3b7

Please sign in to comment.