Skip to content

Commit c55ae89

Browse files
authored
Merge pull request #335 from OpenAPI-Qraft/changeset-release/main
Version Packages
2 parents 3688424 + 569bffc commit c55ae89

File tree

17 files changed

+62
-39
lines changed

17 files changed

+62
-39
lines changed

.changeset/gentle-sites-pump.md

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

.changeset/global-redocly-config.md

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

.changeset/orange-foxes-shave.md

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

.changeset/petite-games-occur.md

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

.changeset/poor-forks-roll.md

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

packages/cli/CHANGELOG.md

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

3+
## 2.7.0
4+
5+
### Minor Changes
6+
7+
- 339250c: Global `x-openapi-qraft` configuration has been added to the Redocly config support.
8+
9+
This feature has been implemented to allow specifying `x-openapi-qraft` options at the global level in the Redocly
10+
configuration, rather than repeating the same options for each API client.
11+
12+
### Patch Changes
13+
14+
- Updated dependencies [9c1c611]
15+
- Updated dependencies [c990dc0]
16+
- @openapi-qraft/tanstack-query-react-plugin@2.7.0
17+
- @openapi-qraft/plugin@2.7.0
18+
- @openapi-qraft/openapi-typescript-plugin@1.2.21
19+
320
## 2.6.4
421

522
### 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": "2.6.4",
3+
"version": "2.7.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

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

3+
## 1.2.21
4+
5+
### Patch Changes
6+
7+
- @openapi-qraft/plugin@2.7.0
8+
39
## 1.2.20
410

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

packages/plugin/CHANGELOG.md

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

3+
## 2.7.0
4+
35
## 2.6.4
46

57
## 2.6.3

0 commit comments

Comments
 (0)