Skip to content

Commit 8e5fa3a

Browse files
[ci] release (#1790)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent bcc9222 commit 8e5fa3a

File tree

7 files changed

+30
-9
lines changed

7 files changed

+30
-9
lines changed

.changeset/soft-roses-teach.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.10.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`bcc9222`](https://github.com/openapi-ts/openapi-typescript/commit/bcc92223c83ba074316e17534a173fee8da9cd41)]:
8+
9+
310
## 0.10.3
411

512
### Patch Changes

packages/openapi-fetch/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "openapi-fetch",
33
"description": "Fast, type-safe fetch client for your OpenAPI schema. Only 5 kb (min). Works with React, Vue, Svelte, or vanilla JS.",
4-
"version": "0.10.3",
4+
"version": "0.10.4",
55
"author": {
66
"name": "Drew Powers",
77
"email": "[email protected]"

packages/openapi-react-query/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# openapi-react-query
22

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`bcc9222`](https://github.com/openapi-ts/openapi-typescript/commit/bcc92223c83ba074316e17534a173fee8da9cd41)]:
8+
9+
10+
311
## 0.0.1
412

513
### Patch Changes

packages/openapi-react-query/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "openapi-react-query",
33
"description": "Fast, type-safe @tanstack/react-query client to work with your OpenAPI schema.",
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"author": {
66
"name": "Martin Paucot",
77
"email": "[email protected]"

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.11
4+
5+
### Patch Changes
6+
7+
- [#1788](https://github.com/openapi-ts/openapi-typescript/pull/1788) [`bcc9222`](https://github.com/openapi-ts/openapi-typescript/commit/bcc92223c83ba074316e17534a173fee8da9cd41) Thanks [@yukukotani](https://github.com/yukukotani)! - keep index.d.cts in npm distribution
8+
39
## 0.0.10
410

511
### Patch Changes

packages/openapi-typescript-helpers/package.json

+7-2
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.10",
4+
"version": "0.0.11",
55
"author": {
66
"name": "Drew Powers",
77
"email": "[email protected]"
@@ -23,7 +23,12 @@
2323
},
2424
"./*": "./*"
2525
},
26-
"files": ["index.js", "index.cjs", "index.d.ts", "index.d.cts"],
26+
"files": [
27+
"index.js",
28+
"index.cjs",
29+
"index.d.ts",
30+
"index.d.cts"
31+
],
2732
"homepage": "https://openapi-ts.dev",
2833
"repository": {
2934
"type": "git",

0 commit comments

Comments
 (0)