Skip to content

Commit d6a94f9

Browse files
[ci] release (#1961)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d14aa65 commit d6a94f9

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/strong-boats-drive.md

Lines changed: 0 additions & 5 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.12.3
4+
5+
### Patch Changes
6+
7+
- [#1936](https://github.com/openapi-ts/openapi-typescript/pull/1936) [`d14aa65`](https://github.com/openapi-ts/openapi-typescript/commit/d14aa65207b8abd1f369965bbd32ebb581e8d741) Thanks [@BlakeSzabo](https://github.com/BlakeSzabo)! - Fix multiple empty arrays in query params appending extra ampersands
8+
39
## 0.12.2
410

511
### Patch Changes

packages/openapi-fetch/package.json

Lines changed: 1 addition & 1 deletion
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.12.2",
4+
"version": "0.12.3",
55
"author": {
66
"name": "Drew Powers",
77
"email": "[email protected]"

packages/openapi-react-query/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# openapi-react-query
22

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d14aa65`](https://github.com/openapi-ts/openapi-typescript/commit/d14aa65207b8abd1f369965bbd32ebb581e8d741)]:
8+
9+
310
## 0.2.0
411

512
### Minor Changes

packages/openapi-react-query/package.json

Lines changed: 1 addition & 1 deletion
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.2.0",
4+
"version": "0.2.1",
55
"author": {
66
"name": "Martin Paucot",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)