Skip to content

Commit b1383e9

Browse files
authored
Merge pull request #340 from OpenAPI-Qraft/changeset-release/main
Version Packages
2 parents 9eccac6 + 1a1122e commit b1383e9

File tree

13 files changed

+44
-13
lines changed

13 files changed

+44
-13
lines changed

.changeset/strong-schools-say.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/cli/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @openapi-qraft/cli
22

3+
## 2.7.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [e45cdda]
8+
- @openapi-qraft/tanstack-query-react-plugin@2.7.2
9+
- @openapi-qraft/plugin@2.7.2
10+
- @openapi-qraft/openapi-typescript-plugin@1.2.23
11+
312
## 2.7.1
413

514
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openapi-qraft/cli",
3-
"version": "2.7.1",
3+
"version": "2.7.2",
44
"description": "CLI for generating typed TanStack Query React Hooks and services from OpenAPI Document, improving type safety in React apps",
55
"scripts": {
66
"build": "tsc --project tsconfig.build.json",

packages/openapi-typescript-plugin/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @openapi-qraft/openapi-typescript
22

3+
## 1.2.23
4+
5+
### Patch Changes
6+
7+
- @openapi-qraft/plugin@2.7.2
8+
39
## 1.2.22
410

511
### Patch Changes

packages/openapi-typescript-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openapi-qraft/openapi-typescript-plugin",
3-
"version": "1.2.22",
3+
"version": "1.2.23",
44
"type": "module",
55
"scripts": {
66
"build": "tsc --project tsconfig.build.json",

packages/plugin/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @openapi-qraft/plugin
22

3+
## 2.7.2
4+
35
## 2.7.1
46

57
## 2.7.0

packages/plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openapi-qraft/plugin",
3-
"version": "2.7.1",
3+
"version": "2.7.2",
44
"packageManager": "yarn@4.0.2",
55
"type": "module",
66
"scripts": {

packages/react-client/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @openapi-qraft/react
22

3+
## 2.7.2
4+
5+
### Patch Changes
6+
7+
- e45cdda: Moved `UseSuspenseInfiniteQueryOptions` type import from `@tanstack/react-query` to `@openapi-qraft/tanstack-query-react-types` and optimized generic parameters order for better compatibility with TanStack Query versions 5.79.2 and earlier.
8+
- Updated dependencies [e45cdda]
9+
- @openapi-qraft/tanstack-query-react-types@2.7.2
10+
311
## 2.7.1
412

513
### Patch Changes

packages/react-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openapi-qraft/react",
3-
"version": "2.7.1",
3+
"version": "2.7.2",
44
"description": "OpenAPI client for React, providing type-safe requests and dynamic TanStack Query React Hooks via a modular, Proxy-based architecture.",
55
"scripts": {
66
"build": "NODE_ENV=production rollup --config rollup.config.mjs && tsc --project tsconfig.build.json --emitDeclarationOnly",

packages/tanstack-query-react-plugin/CHANGELOG.md

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

3+
## 2.7.2
4+
5+
### Patch Changes
6+
7+
- e45cdda: Moved `UseSuspenseInfiniteQueryOptions` type import from `@tanstack/react-query` to `@openapi-qraft/tanstack-query-react-types` and optimized generic parameters order for better compatibility with TanStack Query versions 5.79.2 and earlier.
8+
- @openapi-qraft/plugin@2.7.2
9+
310
## 2.7.1
411

512
### Patch Changes

0 commit comments

Comments
 (0)