Skip to content

Commit 9c67b23

Browse files
authored
1 parent 5be2082 commit 9c67b23

File tree

7 files changed

+19
-14
lines changed

7 files changed

+19
-14
lines changed

.changeset/fair-carpets-beg.md

-5
This file was deleted.

.changeset/twelve-gifts-sort.md

-5
This file was deleted.

packages/openapi-fetch/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# openapi-fetch
22

3+
## 0.8.2
4+
5+
### Patch Changes
6+
7+
- [#1424](https://github.com/drwpow/openapi-typescript/pull/1424) [`8f5adb3`](https://github.com/drwpow/openapi-typescript/commit/8f5adb3700eacff287d8b3f62837cb823503d5a4) Thanks [@drwpow](https://github.com/drwpow)! - Separate TS types to be managed manually
8+
9+
- Updated dependencies [[`5be2082`](https://github.com/drwpow/openapi-typescript/commit/5be20827334c60e53222445561b9cfc526f4f6a9)]:
10+
11+
312
## 0.8.1
413

514
### Patch Changes

packages/openapi-fetch/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "openapi-fetch",
33
"description": "Fast, typesafe fetch client for your OpenAPI schema. Only 2kb (min). Works with React, Vue, Svelte, or vanilla JS.",
4-
"version": "0.8.1",
4+
"version": "0.8.2",
55
"author": {
66
"name": "Drew Powers",
77
"email": "[email protected]"
@@ -63,7 +63,7 @@
6363
"version": "pnpm run prepare && pnpm run build"
6464
},
6565
"dependencies": {
66-
"openapi-typescript-helpers": "^0.0.4"
66+
"openapi-typescript-helpers": "^0.0.5"
6767
},
6868
"devDependencies": {
6969
"axios": "^1.6.0",

packages/openapi-typescript-helpers/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# openapi-typescript-helpers
22

3+
## 0.0.5
4+
5+
### Patch Changes
6+
7+
- [#1456](https://github.com/drwpow/openapi-typescript/pull/1456) [`5be2082`](https://github.com/drwpow/openapi-typescript/commit/5be20827334c60e53222445561b9cfc526f4f6a9) Thanks [@drwpow](https://github.com/drwpow)! - Add SuccessResponseJSON, ErrorResponseJSON helpers
8+
39
## 0.0.4
410

511
### Patch Changes

packages/openapi-typescript-helpers/package.json

+1-1
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.4",
4+
"version": "0.0.5",
55
"author": {
66
"name": "Drew Powers",
77
"email": "[email protected]"

pnpm-lock.yaml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)