Skip to content

Commit ac66e3e

Browse files
authored
Merge pull request #386 from OpenAPI-Qraft/changeset-release/main
Version Packages
2 parents e34732e + f8ee679 commit ac66e3e

15 files changed

Lines changed: 44 additions & 12 deletions

File tree

.changeset/all-toes-show.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+
## 2.14.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [3a7f9e1]
8+
- @openapi-qraft/tanstack-query-react-plugin@2.14.0
9+
- @openapi-qraft/plugin@2.14.0
10+
- @openapi-qraft/openapi-typescript-plugin@2.14.0
11+
312
## 2.13.0
413

514
### Minor 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.13.0",
3+
"version": "2.14.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.14.0
4+
35
## 2.13.0
46

57
## 2.12.0

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.13.0",
3+
"version": "2.14.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",

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+
## 2.14.0
4+
5+
### Patch Changes
6+
7+
- @openapi-qraft/plugin@2.14.0
8+
39
## 2.13.0
410

511
### Minor 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": "2.13.0",
3+
"version": "2.14.0",
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.14.0
4+
35
## 2.13.0
46

57
### Minor Changes

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": "2.13.0",
3+
"version": "2.14.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+
## 2.14.0
4+
5+
### Patch Changes
6+
7+
- @openapi-qraft/tanstack-query-react-types@2.14.0
8+
39
## 2.13.0
410

511
### Patch Changes

0 commit comments

Comments
 (0)