Skip to content

Commit 595aec7

Browse files
authored
Merge pull request #58 from OpenAPI-Qraft/changeset-release/main
Version Packages
2 parents d1d1e1a + de1e1e1 commit 595aec7

File tree

12 files changed

+37
-24
lines changed

12 files changed

+37
-24
lines changed

.changeset/breezy-hats-protect.md

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

.changeset/cuddly-feet-add.md

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

.changeset/spotty-pets-smoke.md

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

.changeset/tricky-tips-draw.md

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

packages/cli/CHANGELOG.md

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

3+
## 1.8.0
4+
5+
### Patch Changes
6+
7+
- 878c002: Replaced string-based path handling with URL objects to ensure path normalization and enhance security.
8+
- Updated dependencies [27d501a]
9+
- @openapi-qraft/tanstack-query-react-plugin@1.8.0
10+
311
## 1.7.0
412

513
## 1.6.0

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.7.0",
3+
"version": "1.8.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": "rimraf dist/ && tsc --project tsconfig.build.json",

packages/plugin/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @openapi-qraft/plugin
2+
3+
## 1.8.0
4+
5+
### Minor Changes
6+
7+
- 788fa00: Removed `tslint:disable` and `eslint-disable` from `fileHeader` due to conflicts with the latest eslint version.

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.7.0",
3+
"version": "1.8.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.8.0
4+
5+
### Minor Changes
6+
7+
- 7d4402e: Direct OpenAPI method invocation capability added to Qraft. Users can now perform GET, POST, and other HTTP operations on OpenAPI endpoints without using TanStack Query, specifying necessary parameters and base URLs.
8+
39
## 1.7.0
410

511
### Minor Changes

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.7.0",
3+
"version": "1.8.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": "rimraf dist/ && tsc --project tsconfig.build.json",

0 commit comments

Comments
 (0)