Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .changeset/afraid-doodles-sleep.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/full-bobcats-bathe.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/happy-eagles-stare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-rings-mate.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/wise-cats-stare.md

This file was deleted.

14 changes: 14 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @openapi-qraft/cli

## 2.12.0

### Minor Changes

- cdc4bf3: Resolve unmet peerDependencies.

### Patch Changes

- Updated dependencies [cdc4bf3]
- Updated dependencies [5430c32]
- @openapi-qraft/tanstack-query-react-plugin@2.12.0
- @openapi-qraft/openapi-typescript-plugin@2.12.0
- @openapi-qraft/plugin@2.12.0

## 2.11.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openapi-qraft/cli",
"version": "2.11.0",
"version": "2.12.0",
"description": "CLI for generating typed TanStack Query React Hooks and services from OpenAPI Document, improving type safety in React apps",
"scripts": {
"build": "tsc --project tsconfig.build.json",
Expand Down
9 changes: 9 additions & 0 deletions packages/eslint-plugin-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @openapi-qraft/eslint-plugin-query

## 2.12.0

### Minor Changes

- 8dcc7c1: Added `@openapi-qraft/eslint-plugin-query`

An ESLint plugin to enforce best practices and prevent common mistakes with Qraft-generated hooks has been added.
2 changes: 1 addition & 1 deletion packages/eslint-plugin-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openapi-qraft/eslint-plugin-query",
"version": "2.11.0",
"version": "2.12.0",
"description": "ESLint plugin for OpenAPI Qraft",
"homepage": "https://openapi-qraft.github.io/openapi-qraft/docs/eslint/eslint-plugin-query",
"packageManager": "yarn@4.0.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/openapi-typescript-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @openapi-qraft/openapi-typescript

## 2.12.0

### Minor Changes

- cdc4bf3: Resolve unmet peerDependencies.

### Patch Changes

- Updated dependencies [cdc4bf3]
- @openapi-qraft/plugin@2.12.0

## 1.2.29

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi-typescript-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openapi-qraft/openapi-typescript-plugin",
"version": "1.2.29",
"version": "2.12.0",
"type": "module",
"scripts": {
"build": "tsc --project tsconfig.build.json",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @openapi-qraft/plugin

## 2.12.0

### Minor Changes

- cdc4bf3: Resolve unmet peerDependencies.

## 2.11.0

## 2.10.2
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openapi-qraft/plugin",
"version": "2.11.0",
"version": "2.12.0",
"packageManager": "yarn@4.0.2",
"type": "module",
"scripts": {
Expand Down
10 changes: 10 additions & 0 deletions packages/react-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @openapi-qraft/react

## 2.12.0

### Minor Changes

- cdc4bf3: Resolve unmet peerDependencies.

### Patch Changes

- @openapi-qraft/tanstack-query-react-types@2.12.0

## 2.11.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openapi-qraft/react",
"version": "2.11.0",
"version": "2.12.0",
"description": "OpenAPI client for React, providing type-safe requests and dynamic TanStack Query React Hooks via a modular, Proxy-based architecture.",
"scripts": {
"build": "NODE_ENV=production rollup --config rollup.config.mjs && tsc --project tsconfig.build.json --emitDeclarationOnly",
Expand Down
12 changes: 12 additions & 0 deletions packages/tanstack-query-react-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @openapi-qraft/tanstack-query-react-plugin

## 2.12.0

### Minor Changes

- cdc4bf3: Resolve unmet peerDependencies.

### Patch Changes

- 5430c32: Reorder generated service operation methods for better organization.
- Updated dependencies [cdc4bf3]
- @openapi-qraft/plugin@2.12.0

## 2.11.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tanstack-query-react-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openapi-qraft/tanstack-query-react-plugin",
"version": "2.11.0",
"version": "2.12.0",
"type": "module",
"scripts": {
"build": "tsc --project tsconfig.build.json",
Expand Down
2 changes: 2 additions & 0 deletions packages/tanstack-query-react-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @openapi-qraft/tanstack-query-react-types

## 2.12.0

## 2.11.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tanstack-query-react-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openapi-qraft/tanstack-query-react-types",
"version": "2.11.0",
"version": "2.12.0",
"scripts": {
"build": "yarn clean && NODE_ENV=production rollup --config rollup.config.mjs && tsc --project tsconfig.build.json --emitDeclarationOnly",
"dev": "yarn clean && tsc --project tsconfig.build.json --watch --outDir ./dist/esm --noEmitOnError false",
Expand Down