Skip to content

Commit 239b7f7

Browse files
authored
Merge pull request #404 from OpenAPI-Qraft/changeset-release/main
Version Packages (beta)
2 parents 2422a58 + 9d03f97 commit 239b7f7

27 files changed

Lines changed: 94 additions & 14 deletions

File tree

.changeset/pre.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"changesets": [
2727
"deep-boxes-tan",
2828
"public-lies-sell",
29-
"short-suits-shine"
29+
"short-suits-shine",
30+
"vast-rules-relax"
3031
]
3132
}

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.1
4+
5+
### Patch Changes
6+
7+
- @qraft/plugin@1.0.0-beta.1
8+
39
## 1.0.0-beta.0
410

511
### Minor 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.0",
3+
"version": "1.0.0-beta.1",
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.1
4+
5+
### Patch Changes
6+
7+
- @qraft/cli-utils@1.0.0-beta.1
8+
- @qraft/asyncapi-plugin@1.0.0-beta.1
9+
- @qraft/plugin@1.0.0-beta.1
10+
311
## 1.0.0-beta.0
412

513
### Minor 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.0",
3+
"version": "1.0.0-beta.1",
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.1
4+
5+
### Patch Changes
6+
7+
- @qraft/plugin@1.0.0-beta.1
8+
39
## 1.0.0-beta.0
410

511
### Minor 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.0",
3+
"version": "1.0.0-beta.1",
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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @qraft/cli
22

3+
## 1.0.0-beta.1
4+
5+
### Patch Changes
6+
7+
- @openapi-qraft/plugin@2.15.0-beta.2
8+
- @openapi-qraft/tanstack-query-react-plugin@2.15.0-beta.2
9+
- @openapi-qraft/openapi-typescript-plugin@2.15.0-beta.2
10+
- @qraft/cli-utils@1.0.0-beta.1
11+
- @qraft/asyncapi-plugin@1.0.0-beta.1
12+
- @qraft/plugin@1.0.0-beta.1
13+
- @qraft/asyncapi-typescript-plugin@1.0.0-beta.1
14+
315
## 1.0.0-beta.0
416

517
### 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": "@qraft/cli",
3-
"version": "1.0.0-beta.0",
3+
"version": "1.0.0-beta.1",
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.2
4+
35
## 2.15.0-beta.1
46

57
## 2.15.0-beta.0

0 commit comments

Comments
 (0)