Skip to content

Commit 3cc845b

Browse files
authored
Merge pull request #367 from OpenAPI-Qraft/changeset-release/main
Version Packages
2 parents 5ab6b7d + 889ade2 commit 3cc845b

File tree

20 files changed

+64
-55
lines changed

20 files changed

+64
-55
lines changed

.changeset/eager-spoons-hunt.md

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

.changeset/old-radios-kick.md

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

.changeset/quick-bars-shine.md

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

.changeset/shaggy-cats-jam.md

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

.changeset/shaky-rings-relax.md

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

.changeset/sixty-singers-see.md

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

packages/cli/CHANGELOG.md

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

3+
## 2.13.0
4+
5+
### Minor Changes
6+
7+
- 79ec773: Deprecate `-rm` CLI option in favor of `-c` for `--clean` flag.
8+
9+
The `-rm` short flag for the `--clean` option has been deprecated due to commander.js v14 requiring single-character
10+
short flags. The option will continue to work but will show a deprecation warning. Please migrate to using `-c` or
11+
`--clean` instead. The `-rm` flag will be removed in v3.0.
12+
13+
### Patch Changes
14+
15+
- Updated dependencies [58cf835]
16+
- Updated dependencies [eafe0b0]
17+
- @openapi-qraft/tanstack-query-react-plugin@2.13.0
18+
- @openapi-qraft/openapi-typescript-plugin@2.13.0
19+
- @openapi-qraft/plugin@2.13.0
20+
321
## 2.12.0
422

523
### Minor Changes
@@ -364,13 +382,11 @@
364382
include all path parts and parameters, and the structure can be customized based on the `--service-name-base` value.
365383

366384
**Breaking Changes:**
367-
368385
- Operation names now include all path parts and parameters by default.
369386
- `/api/v{api-version}` is no longer automatically removed from the path when generating operation names.
370387
- The `--service-name-base` option now influences the generated operation names with a new structure.
371388

372389
**Examples:**
373-
374390
- With `--service-name-base=endpoint[0]`:
375391
`POST /v1/users/{id}``api.v1.postUsersId`
376392
- With `--service-name-base=endpoint[1]`:
@@ -522,13 +538,11 @@
522538
include all path parts and parameters, and the structure can be customized based on the `--service-name-base` value.
523539

524540
**Breaking Changes:**
525-
526541
- Operation names now include all path parts and parameters by default.
527542
- `/api/v{api-version}` is no longer automatically removed from the path when generating operation names.
528543
- The `--service-name-base` option now influences the generated operation names with a new structure.
529544

530545
**Examples:**
531-
532546
- With `--service-name-base=endpoint[0]`:
533547
`POST /v1/users/{id}``api.v1.postUsersId`
534548
- With `--service-name-base=endpoint[1]`:

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.12.0",
3+
"version": "2.13.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/eslint-plugin-query/CHANGELOG.md

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

3+
## 2.13.0
4+
35
## 2.12.0
46

57
### Minor Changes

packages/eslint-plugin-query/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/eslint-plugin-query",
3-
"version": "2.12.0",
3+
"version": "2.13.0",
44
"description": "ESLint plugin for OpenAPI Qraft",
55
"homepage": "https://openapi-qraft.github.io/openapi-qraft/docs/eslint/eslint-plugin-query",
66
"packageManager": "yarn@4.0.2",

0 commit comments

Comments
 (0)