Skip to content

Commit 60570ef

Browse files
committed
1 parent e4ba673 commit 60570ef

File tree

6 files changed

+17
-9
lines changed

6 files changed

+17
-9
lines changed

.changeset/tough-oranges-judge.md

-5
This file was deleted.

packages/openapi-fetch/CHANGELOG.md

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

3+
## 0.7.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`996e51e`](https://github.com/drwpow/openapi-typescript/commit/996e51e9b475f4818af77301ed5c0ab458736cb9)]:
8+
9+
310
## 0.7.6
411

512
### 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.7.6",
4+
"version": "0.7.7",
55
"author": {
66
"name": "Drew Powers",
77
"email": "[email protected]"
@@ -58,7 +58,7 @@
5858
"version": "pnpm run prepare && pnpm run build"
5959
},
6060
"dependencies": {
61-
"openapi-typescript-helpers": "^0.0.2"
61+
"openapi-typescript-helpers": "^0.0.3"
6262
},
6363
"devDependencies": {
6464
"axios": "^1.5.1",

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.3
4+
5+
### Patch Changes
6+
7+
- [#1357](https://github.com/drwpow/openapi-typescript/pull/1357) [`996e51e`](https://github.com/drwpow/openapi-typescript/commit/996e51e9b475f4818af77301ed5c0ab458736cb9) Thanks [@muttonchop](https://github.com/muttonchop)! - adds 500-511 error status codes
8+
39
## 0.0.2
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.2",
4+
"version": "0.0.3",
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)