Skip to content

Commit f3ad832

Browse files
authored
Merge pull request #292 from OpenAPI-Qraft/changeset-release/main
Version Packages
2 parents 2e2b671 + 1625912 commit f3ad832

File tree

14 files changed

+47
-18
lines changed

14 files changed

+47
-18
lines changed

.changeset/cyan-poems-draw.md

-6
This file was deleted.

.changeset/silver-beds-float.md

-6
This file was deleted.

packages/cli/CHANGELOG.md

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

3+
## 2.3.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [1741d74]
8+
- Updated dependencies [cae8247]
9+
- @openapi-qraft/tanstack-query-react-plugin@2.3.2
10+
- @openapi-qraft/plugin@2.3.2
11+
- @openapi-qraft/openapi-typescript-plugin@1.2.12
12+
313
## 2.3.1
414

515
### Patch Changes

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openapi-qraft/cli",
3-
"version": "2.3.1",
3+
"version": "2.3.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

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @openapi-qraft/openapi-typescript
22

3+
## 1.2.12
4+
5+
### Patch Changes
6+
7+
- @openapi-qraft/plugin@2.3.2
8+
39
## 1.2.11
410

511
### Patch Changes

packages/openapi-typescript-plugin/package.json

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

packages/plugin/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @openapi-qraft/plugin
22

3+
## 2.3.2
4+
35
## 2.3.1
46

57
### Patch Changes

packages/plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openapi-qraft/plugin",
3-
"version": "2.3.1",
3+
"version": "2.3.2",
44
"packageManager": "[email protected]",
55
"type": "module",
66
"scripts": {

packages/react-client/CHANGELOG.md

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

3+
## 2.3.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [1741d74]
8+
- Updated dependencies [cae8247]
9+
- @openapi-qraft/tanstack-query-react-types@2.3.2
10+
311
## 2.3.1
412

513
### Patch Changes

packages/react-client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openapi-qraft/react",
3-
"version": "2.3.1",
3+
"version": "2.3.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

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

3+
## 2.3.2
4+
5+
### Patch Changes
6+
7+
- 1741d74: Allow the use of fetch\* query methods without optional parameters when appropriate.
8+
- cae8247: Allow read-only objects to be used as query and body parameters in client methods.
9+
- @openapi-qraft/plugin@2.3.2
10+
311
## 2.3.1
412

513
### Patch Changes

packages/tanstack-query-react-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openapi-qraft/tanstack-query-react-plugin",
3-
"version": "2.3.1",
3+
"version": "2.3.2",
44
"type": "module",
55
"scripts": {
66
"build": "tsc --project tsconfig.build.json",

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

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

3+
## 2.3.2
4+
5+
### Patch Changes
6+
7+
- 1741d74: Allow the use of fetch\* query methods without optional parameters when appropriate.
8+
- cae8247: Allow read-only objects to be used as query and body parameters in client methods.
9+
310
## 2.3.1
411

512
### Patch Changes

packages/tanstack-query-react-types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openapi-qraft/tanstack-query-react-types",
3-
"version": "2.3.1",
3+
"version": "2.3.2",
44
"scripts": {
55
"build": "yarn clean && NODE_ENV=production rollup --config rollup.config.mjs && tsc --project tsconfig.build.json --emitDeclarationOnly",
66
"dev": "yarn clean && tsc --project tsconfig.build.json --watch --outDir ./dist/esm --noEmitOnError false",

0 commit comments

Comments
 (0)