Skip to content

Commit a10c8f3

Browse files
[ci] release
1 parent a76ff59 commit a10c8f3

File tree

6 files changed

+19
-12
lines changed

6 files changed

+19
-12
lines changed

.changeset/happy-singers-fry.md

-5
This file was deleted.

.changeset/little-knives-design.md

-5
This file was deleted.

packages/openapi-fetch/CHANGELOG.md

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

3+
## 0.12.0
4+
5+
### Minor Changes
6+
7+
- [#1817](https://github.com/openapi-ts/openapi-typescript/pull/1817) [`2a4b067`](https://github.com/openapi-ts/openapi-typescript/commit/2a4b067f43f7e0b75aecbf5c2fb3013a4e96e591) Thanks [@Gruak](https://github.com/Gruak)! - Allow specifying baseUrl per request
8+
9+
### Patch Changes
10+
11+
- [#1842](https://github.com/openapi-ts/openapi-typescript/pull/1842) [`0e42cbb`](https://github.com/openapi-ts/openapi-typescript/commit/0e42cbb98e2a023c33685de65ab0b8dbf82cc4b3) Thanks [@gzm0](https://github.com/gzm0)! - fix: allow use of `PathBasedClient` with generated `paths`
12+
313
## 0.11.1
414

515
### 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 6 kb (min). Works with React, Vue, Svelte, or vanilla JS.",
4-
"version": "0.11.1",
4+
"version": "0.12.0",
55
"author": {
66
"name": "Drew Powers",
77
"email": "[email protected]"

packages/openapi-react-query/CHANGELOG.md

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

3+
## 1.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`2a4b067`](https://github.com/openapi-ts/openapi-typescript/commit/2a4b067f43f7e0b75aecbf5c2fb3013a4e96e591), [`0e42cbb`](https://github.com/openapi-ts/openapi-typescript/commit/0e42cbb98e2a023c33685de65ab0b8dbf82cc4b3)]:
8+
9+
310
## 0.1.2
411

512
### 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.1.2",
4+
"version": "1.0.0",
55
"author": {
66
"name": "Martin Paucot",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)