Skip to content

Commit 0a89cab

Browse files
authored
Merge pull request #413 from OpenAPI-Qraft/changeset-release/main
Version Packages (beta)
2 parents 506d5e7 + 1393479 commit 0a89cab

27 files changed

Lines changed: 102 additions & 13 deletions

File tree

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"deep-boxes-tan",
2828
"poor-pugs-fix",
2929
"public-lies-sell",
30+
"ripe-parks-notice",
3031
"short-suits-shine",
3132
"tall-animals-sink",
3233
"vast-rules-relax",

packages/asyncapi-plugin/CHANGELOG.md

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

3+
## 1.0.0-beta.4
4+
5+
### Patch Changes
6+
7+
- @qraft/plugin@1.0.0-beta.4
8+
39
## 1.0.0-beta.3
410

511
### Patch Changes

packages/asyncapi-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qraft/asyncapi-plugin",
3-
"version": "1.0.0-beta.3",
3+
"version": "1.0.0-beta.4",
44
"packageManager": "yarn@4.0.2",
55
"type": "module",
66
"scripts": {

packages/asyncapi-typescript-plugin/CHANGELOG.md

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

3+
## 1.0.0-beta.4
4+
5+
### Patch Changes
6+
7+
- @qraft/cli-utils@1.0.0-beta.4
8+
- @qraft/asyncapi-plugin@1.0.0-beta.4
9+
- @qraft/plugin@1.0.0-beta.4
10+
311
## 1.0.0-beta.3
412

513
### Patch Changes

packages/asyncapi-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": "@qraft/asyncapi-typescript-plugin",
3-
"version": "1.0.0-beta.3",
3+
"version": "1.0.0-beta.4",
44
"type": "module",
55
"scripts": {
66
"build": "tsc --project tsconfig.build.json",

packages/cli-utils/CHANGELOG.md

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

3+
## 1.0.0-beta.4
4+
5+
### Patch Changes
6+
7+
- @qraft/plugin@1.0.0-beta.4
8+
39
## 1.0.0-beta.3
410

511
### Patch Changes

packages/cli-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qraft/cli-utils",
3-
"version": "1.0.0-beta.3",
3+
"version": "1.0.0-beta.4",
44
"description": "Shared CLI utilities for Qraft code generation tools",
55
"scripts": {
66
"build": "tsc --project tsconfig.build.json",

packages/cli/CHANGELOG.md

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

3+
## 1.0.0-beta.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [37eaa3c]
8+
- @openapi-qraft/tanstack-query-react-plugin@2.15.0-beta.5
9+
- @openapi-qraft/plugin@2.15.0-beta.5
10+
- @openapi-qraft/openapi-typescript-plugin@2.15.0-beta.5
11+
- @qraft/cli-utils@1.0.0-beta.4
12+
- @qraft/asyncapi-plugin@1.0.0-beta.4
13+
- @qraft/plugin@1.0.0-beta.4
14+
- @qraft/asyncapi-typescript-plugin@1.0.0-beta.4
15+
316
## 1.0.0-beta.3
417

518
### 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": "@qraft/cli",
3-
"version": "1.0.0-beta.3",
3+
"version": "1.0.0-beta.4",
44
"description": "CLI tool for generating type-safe code from OpenAPI and AsyncAPI specifications",
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.15.0-beta.5
4+
35
## 2.15.0-beta.4
46

57
## 2.15.0-beta.3

0 commit comments

Comments
 (0)