Skip to content

Commit ee908d0

Browse files
authored
1 parent 8e8ebfd commit ee908d0

File tree

6 files changed

+16
-10
lines changed

6 files changed

+16
-10
lines changed

.changeset/four-ravens-shop.md

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

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.7.6
4+
5+
### Patch Changes
6+
7+
- [#1332](https://github.com/drwpow/openapi-typescript/pull/1332) [`8e8ebfd`](https://github.com/drwpow/openapi-typescript/commit/8e8ebfdcd84ff6a3d7b6f5d00695fc11366b436e) Thanks [@drwpow](https://github.com/drwpow)! - Restore original .d.ts module-resolution behavior
8+
39
## 0.7.5
410

511
### Patch Changes

packages/openapi-fetch/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "openapi-fetch",
33
"description": "Fetch using your OpenAPI types. Weighs 2 kb and has virtually zero runtime. Works with React, Vue, Svelte, or vanilla JS.",
4-
"version": "0.7.5",
4+
"version": "0.7.6",
55
"author": {
66
"name": "Drew Powers",
77
"email": "[email protected]"
@@ -65,7 +65,7 @@
6565
"del-cli": "^5.1.0",
6666
"esbuild": "^0.19.2",
6767
"nanostores": "^0.9.3",
68-
"openapi-typescript": "^6.5.4",
68+
"openapi-typescript": "^6.5.5",
6969
"openapi-typescript-codegen": "^0.25.0",
7070
"openapi-typescript-fetch": "^1.1.3",
7171
"superagent": "^8.1.2",

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+
## 6.5.5
4+
5+
### Patch Changes
6+
7+
- [#1332](https://github.com/drwpow/openapi-typescript/pull/1332) [`8e8ebfd`](https://github.com/drwpow/openapi-typescript/commit/8e8ebfdcd84ff6a3d7b6f5d00695fc11366b436e) Thanks [@drwpow](https://github.com/drwpow)! - Restore original .d.ts module-resolution behavior
8+
39
## 6.5.4
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": "Generate runtime-free TypeScript types from Swagger OpenAPI specs",
4-
"version": "6.5.4",
4+
"version": "6.5.5",
55
"author": {
66
"name": "Drew Powers",
77
"email": "[email protected]"

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)