Skip to content

Commit e7bc460

Browse files
RELEASING: Releasing 14 package(s)
Releases: @qraft/asyncapi-typescript-plugin@1.0.0-beta.2 @openapi-qraft/test-fixtures@1.2.0-beta.1 @qraft/cli@1.0.0-beta.2 @openapi-qraft/plugin@2.15.0-beta.3 @openapi-qraft/openapi-typescript-plugin@2.15.0-beta.3 @openapi-qraft/react@2.15.0-beta.3 @openapi-qraft/tanstack-query-react-plugin@2.15.0-beta.3 @qraft/cli-utils@1.0.0-beta.2 @qraft/test-utils@1.0.0-beta.2 @qraft/asyncapi-plugin@1.0.0-beta.2 @qraft/plugin@1.0.0-beta.2 @openapi-qraft/cli@2.15.0-beta.3 @openapi-qraft/tanstack-query-react-types@2.15.0-beta.3 @openapi-qraft/eslint-plugin-query@2.15.0-beta.3
1 parent 128c2be commit e7bc460

29 files changed

Lines changed: 107 additions & 15 deletions

File tree

.changeset/pre.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
"deep-boxes-tan",
2828
"public-lies-sell",
2929
"short-suits-shine",
30-
"vast-rules-relax"
30+
"tall-animals-sink",
31+
"vast-rules-relax",
32+
"yummy-rooms-type"
3133
]
3234
}

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.2
4+
5+
### Patch Changes
6+
7+
- @qraft/plugin@1.0.0-beta.2
8+
39
## 1.0.0-beta.1
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.1",
3+
"version": "1.0.0-beta.2",
44
"packageManager": "yarn@4.0.2",
55
"type": "module",
66
"scripts": {

packages/asyncapi-typescript-plugin/CHANGELOG.md

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

3+
## 1.0.0-beta.2
4+
5+
### Patch Changes
6+
7+
- 5b080ee: Added AsyncAPI `Parameter Object` support for channel parameters: we now type channel params as `string` by default and
8+
as literal unions when `enum` is provided, and we generate `location`/`enum`/`default` in `components.parameters`.
9+
- 9eb4506: Generate AsyncAPI descriptions as TSDoc comments consistently instead of `description` type properties in generated output. Updated snapshots accordingly.
10+
- @qraft/cli-utils@1.0.0-beta.2
11+
- @qraft/asyncapi-plugin@1.0.0-beta.2
12+
- @qraft/plugin@1.0.0-beta.2
13+
314
## 1.0.0-beta.1
415

516
### 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.1",
3+
"version": "1.0.0-beta.2",
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.2
4+
5+
### Patch Changes
6+
7+
- @qraft/plugin@1.0.0-beta.2
8+
39
## 1.0.0-beta.1
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.1",
3+
"version": "1.0.0-beta.2",
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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @qraft/cli
22

3+
## 1.0.0-beta.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [5b080ee]
8+
- Updated dependencies [9eb4506]
9+
- @qraft/asyncapi-typescript-plugin@1.0.0-beta.2
10+
- @openapi-qraft/plugin@2.15.0-beta.3
11+
- @openapi-qraft/openapi-typescript-plugin@2.15.0-beta.3
12+
- @openapi-qraft/tanstack-query-react-plugin@2.15.0-beta.3
13+
- @qraft/cli-utils@1.0.0-beta.2
14+
- @qraft/asyncapi-plugin@1.0.0-beta.2
15+
- @qraft/plugin@1.0.0-beta.2
16+
317
## 1.0.0-beta.1
418

519
### 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.1",
3+
"version": "1.0.0-beta.2",
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.3
4+
35
## 2.15.0-beta.2
46

57
## 2.15.0-beta.1

0 commit comments

Comments
 (0)