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

-6
This file was deleted.

packages/openapi-fetch/CHANGELOG.md

+6
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

+2-2
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

+6
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

+1-1
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

+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)