Skip to content

Commit 1ee5d2e

Browse files
authored
1 parent e63a345 commit 1ee5d2e

File tree

9 files changed

+26
-29
lines changed

9 files changed

+26
-29
lines changed

.changeset/early-feet-report.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.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e63a345`](https://github.com/drwpow/openapi-typescript/commit/e63a34561c8137c4cfdef858a2272be32960ca4f)]:
8+
9+
310
## 0.7.4
411

512
### Patch Changes

packages/openapi-fetch/examples/nextjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"next": "13.4.19",
11-
"openapi-fetch": "file:../..",
11+
"openapi-fetch": "workspace:^",
1212
"react": "18.2.0",
1313
"react-dom": "18.2.0"
1414
},

packages/openapi-fetch/examples/react-query/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@tanstack/react-query": "^4.33.0",
11-
"openapi-fetch": "file:../..",
11+
"openapi-fetch": "workspace:^",
1212
"openapi-typescript": "workspace:^",
1313
"react": "^18.2.0",
1414
"react-dom": "^18.2.0"

packages/openapi-fetch/examples/sveltekit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"prepare": "openapi-typescript src/lib/api/v1.json -o src/lib/api/v1.d.ts"
1010
},
1111
"dependencies": {
12-
"openapi-fetch": "file:../..",
12+
"openapi-fetch": "workspace:^",
1313
"openapi-typescript": "workspace:^"
1414
},
1515
"devDependencies": {

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.4",
4+
"version": "0.7.5",
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.1"
61+
"openapi-typescript-helpers": "^0.0.2"
6262
},
6363
"devDependencies": {
6464
"axios": "^1.4.0",
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# openapi-typescript-helpers
22

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- [#1326](https://github.com/drwpow/openapi-typescript/pull/1326) [`e63a345`](https://github.com/drwpow/openapi-typescript/commit/e63a34561c8137c4cfdef858a2272be32960ca4f) Thanks [@drwpow](https://github.com/drwpow)! - Fix type bug
8+
39
## 0.0.0
410

511
Initial release

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

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)