Skip to content

Commit 746c35f

Browse files
openapi-ts-botgithub-actions[bot]drwpow
authored
[ci] release (#2598)
* [ci] release * Remove GitHub token --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Drew Powers <drew@pow.rs>
1 parent 27c9370 commit 746c35f

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

.changeset/every-roses-tickle.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/wet-waves-turn.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,3 @@ jobs:
4545
publish: pnpm exec changeset publish
4646
commit: "[ci] release"
4747
title: "[ci] release"
48-
env:
49-
GITHUB_TOKEN: ${{ secrets.OPENAPI_TS_BOT_GITHUB_TOKEN }}

packages/openapi-fetch/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# openapi-fetch
22

3+
## 0.15.2
4+
5+
### Patch Changes
6+
7+
- [#2508](https://github.com/openapi-ts/openapi-typescript/pull/2508) [`89843b0`](https://github.com/openapi-ts/openapi-typescript/commit/89843b06296ac1b227cc27546009e79b3a749aaa) Thanks [@srbarba](https://github.com/srbarba)! - Use text() when no content-length is provided to avoid errors parsing empty bodies (200 with no content)
8+
39
## 0.15.1
410

511
### Patch Changes

packages/openapi-fetch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "openapi-fetch",
33
"description": "Fast, type-safe fetch client for your OpenAPI schema. Only 6 kb (min). Works with React, Vue, Svelte, or vanilla JS.",
4-
"version": "0.15.1",
4+
"version": "0.15.2",
55
"author": {
66
"name": "Drew Powers",
77
"email": "drew@pow.rs"

packages/openapi-typescript/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# openapi-typescript
22

3+
## 7.11.0
4+
5+
### Minor Changes
6+
7+
- [#2433](https://github.com/openapi-ts/openapi-typescript/pull/2433) [`27c9370`](https://github.com/openapi-ts/openapi-typescript/commit/27c9370911b50a981d146fa5c561b90d66dd2c0d) Thanks [@danitt](https://github.com/danitt)! - Conditionally generate TS enums
8+
39
## 7.10.2
410

511
### Patch Changes

packages/openapi-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "openapi-typescript",
33
"description": "Convert OpenAPI 3.0 & 3.1 schemas to TypeScript",
4-
"version": "7.10.2",
4+
"version": "7.11.0",
55
"author": {
66
"name": "Drew Powers",
77
"email": "drew@pow.rs"

0 commit comments

Comments
 (0)