Skip to content

Commit 7aecced

Browse files
RELEASING: Releasing 7 package(s)
Releases: @openapi-qraft/tanstack-query-react-plugin@2.5.0 @openapi-qraft/react@2.5.0 @openapi-qraft/test-fixtures@1.1.0 @openapi-qraft/cli@2.5.0 @openapi-qraft/openapi-typescript-plugin@1.2.15 @openapi-qraft/plugin@2.5.0 @openapi-qraft/tanstack-query-react-types@2.5.0
1 parent 46878cf commit 7aecced

File tree

18 files changed

+55
-46
lines changed

18 files changed

+55
-46
lines changed

.changeset/cute-pears-hope.md

-6
This file was deleted.

.changeset/fast-llamas-tie.md

-2
This file was deleted.

.changeset/pre.json

-24
This file was deleted.

.changeset/red-mirrors-add.md

-7
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.5.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [8b7e980]
8+
- Updated dependencies [c9afb3b]
9+
- @openapi-qraft/tanstack-query-react-plugin@2.5.0
10+
- @openapi-qraft/openapi-typescript-plugin@1.2.15
11+
- @openapi-qraft/plugin@2.5.0
12+
313
## 2.5.0-beta.3
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.5.0-beta.3",
3+
"version": "2.5.0",
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.15
4+
5+
### Patch Changes
6+
7+
- @openapi-qraft/plugin@2.5.0
8+
39
## 1.2.15-beta.3
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.15-beta.3",
3+
"version": "1.2.15",
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.5.0
4+
35
## 2.5.0-beta.3
46

57
## 2.5.0-beta.2

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.5.0-beta.3",
3+
"version": "2.5.0",
44
"packageManager": "yarn@4.0.2",
55
"type": "module",
66
"scripts": {

packages/react-client/CHANGELOG.md

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

3+
## 2.5.0
4+
5+
### Minor Changes
6+
7+
- 8b7e980: Added support for generating query hooks for writable HTTP methods via `--queryable-write-operations` option.
8+
- c9afb3b: Generate `null` type and return `null` data for the empty (204) responses instead of an empty object `{}`.
9+
10+
### Patch Changes
11+
12+
- @openapi-qraft/tanstack-query-react-types@2.5.0
13+
314
## 2.5.0-beta.3
415

516
### Minor 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.5.0-beta.3",
3+
"version": "2.5.0",
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

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

3+
## 2.5.0
4+
5+
### Minor Changes
6+
7+
- 8b7e980: Added support for generating query hooks for writable HTTP methods via `--queryable-write-operations` option.
8+
- c9afb3b: Generate `null` type and return `null` data for the empty (204) responses instead of an empty object `{}`.
9+
10+
### Patch Changes
11+
12+
- @openapi-qraft/plugin@2.5.0
13+
314
## 2.5.0-beta.3
415

516
### Minor 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.5.0-beta.3",
3+
"version": "2.5.0",
44
"type": "module",
55
"scripts": {
66
"build": "tsc --project tsconfig.build.json",

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

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

3+
## 2.5.0
4+
35
## 2.5.0-beta.3
46

57
## 2.5.0-beta.2

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.5.0-beta.3",
3+
"version": "2.5.0",
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",

packages/test-fixtures/CHANGELOG.md

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

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- c9afb3b: Generate `null` type and return `null` data for the empty (204) responses instead of an empty object `{}`.
8+
39
## 1.1.0-beta.1
410

511
### Minor Changes

packages/test-fixtures/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openapi-qraft/test-fixtures",
3-
"version": "1.1.0-beta.1",
3+
"version": "1.1.0",
44
"private": true,
55
"packageManager": "yarn@4.0.2",
66
"exports": {

0 commit comments

Comments
 (0)