Skip to content

Commit fc02d80

Browse files
committed
1 parent 93894bb commit fc02d80

File tree

5 files changed

+10
-8
lines changed

5 files changed

+10
-8
lines changed

.changeset/gold-worms-wave.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
"openapi-typescript-helpers": patch
32
"openapi-fetch": patch
43
---
54

.changeset/selfish-olives-kiss.md

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

packages/openapi-fetch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"version": "pnpm run prepare && pnpm run build"
6464
},
6565
"dependencies": {
66-
"openapi-typescript-helpers": "^0.0.7"
66+
"openapi-typescript-helpers": "^0.0.8"
6767
},
6868
"devDependencies": {
6969
"axios": "^1.6.8",

packages/openapi-typescript-helpers/CHANGELOG.md

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

3+
## 0.0.8
4+
5+
### Patch Changes
6+
7+
- [#1610](https://github.com/drwpow/openapi-typescript/pull/1610) [`cc8073b`](https://github.com/drwpow/openapi-typescript/commit/cc8073b3ee42e7aaa546a9c6a0553c300d8882de) Thanks [@illright](https://github.com/illright)! - Fix data/error discrimination when there are empty-body errors
8+
9+
- [#1559](https://github.com/drwpow/openapi-typescript/pull/1559) [`6fe2c85`](https://github.com/drwpow/openapi-typescript/commit/6fe2c856331e910b9c8376fc151d63028dcfba11) Thanks [@drwpow](https://github.com/drwpow)! - Simplify build
10+
311
## 0.0.7
412

513
### Patch Changes

packages/openapi-typescript-helpers/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-helpers",
33
"description": "TypeScript helpers for consuming openapi-typescript types",
4-
"version": "0.0.7",
4+
"version": "0.0.8",
55
"author": {
66
"name": "Drew Powers",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)