Skip to content

Commit 3e56d89

Browse files
RELEASING: Releasing 5 package(s)
Releases: @openapi-qraft/react@1.15.0 @openapi-qraft/plugin@1.15.0 @openapi-qraft/cli@1.15.0 @openapi-qraft/openapi-typescript-plugin@1.1.3 @openapi-qraft/tanstack-query-react-plugin@1.15.0
1 parent 5206200 commit 3e56d89

File tree

12 files changed

+40
-15
lines changed

12 files changed

+40
-15
lines changed

.changeset/kind-words-wonder.md

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

.changeset/rare-lobsters-clean.md

Lines changed: 0 additions & 5 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+
## 1.15.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [870d55a]
8+
- @openapi-qraft/plugin@1.15.0
9+
- @openapi-qraft/openapi-typescript-plugin@1.1.3
10+
- @openapi-qraft/tanstack-query-react-plugin@1.15.0
11+
312
## 1.14.2
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": "1.14.2",
3+
"version": "1.15.0",
44
"description": "CLI for generating typed Tanstack Query React Hooks and services from OpenAPI Schemas, improving type safety in React apps",
55
"scripts": {
66
"build": "tsc --project tsconfig.build.json",

packages/openapi-typescript-plugin/CHANGELOG.md

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

3+
## 1.1.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [870d55a]
8+
- @openapi-qraft/plugin@1.15.0
9+
310
## 1.1.2
411

512
### 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.1.2",
3+
"version": "1.1.3",
44
"type": "module",
55
"scripts": {
66
"build": "tsc --project tsconfig.build.json",

packages/plugin/CHANGELOG.md

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

3+
## 1.15.0
4+
5+
### Patch Changes
6+
7+
- 870d55a: Added Commander to "peerDependencies" where required.
8+
39
## 1.14.2
410

511
## 1.14.1

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

packages/react-client/CHANGELOG.md

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

3+
## 1.15.0
4+
5+
### Minor Changes
6+
7+
- b871c8b: Update `peerDependency` to `@tanstack/react-query@^5.80.0` due to breaking changes in the `UseSuspenseInfiniteQueryOptions` interface.
8+
39
## 1.14.2
410

511
## 1.14.1

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": "1.14.2",
3+
"version": "1.15.0",
44
"description": "API 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",

0 commit comments

Comments
 (0)