Skip to content

Commit 7481c30

Browse files
authored
Merge pull request #415 from OpenAPI-Qraft/changeset-release/main
Version Packages (beta)
2 parents 18bbc5f + 62f8022 commit 7481c30

27 files changed

Lines changed: 101 additions & 13 deletions

File tree

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
},
2626
"changesets": [
2727
"deep-boxes-tan",
28+
"dull-parts-yell",
2829
"poor-pugs-fix",
2930
"public-lies-sell",
3031
"ripe-parks-notice",

packages/asyncapi-plugin/CHANGELOG.md

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

3+
## 1.0.0-beta.5
4+
5+
### Patch Changes
6+
7+
- 5041c44: Align release pipeline with the new publishable package set.
8+
- @qraft/plugin@1.0.0-beta.5
9+
310
## 1.0.0-beta.4
411

512
### 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.4",
3+
"version": "1.0.0-beta.5",
44
"packageManager": "yarn@4.0.2",
55
"type": "module",
66
"scripts": {

packages/asyncapi-typescript-plugin/CHANGELOG.md

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

3+
## 1.0.0-beta.5
4+
5+
### Patch Changes
6+
7+
- 5041c44: Align release pipeline with the new publishable package set.
8+
- Updated dependencies [5041c44]
9+
- @qraft/asyncapi-plugin@1.0.0-beta.5
10+
- @qraft/cli-utils@1.0.0-beta.5
11+
- @qraft/plugin@1.0.0-beta.5
12+
313
## 1.0.0-beta.4
414

515
### 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.4",
3+
"version": "1.0.0-beta.5",
44
"type": "module",
55
"scripts": {
66
"build": "tsc --project tsconfig.build.json",

packages/cli-utils/CHANGELOG.md

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

3+
## 1.0.0-beta.5
4+
5+
### Patch Changes
6+
7+
- 5041c44: Align release pipeline with the new publishable package set.
8+
- @qraft/plugin@1.0.0-beta.5
9+
310
## 1.0.0-beta.4
411

512
### 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.4",
3+
"version": "1.0.0-beta.5",
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.5
4+
5+
### Patch Changes
6+
7+
- 5041c44: Align release pipeline with the new publishable package set.
8+
- Updated dependencies [5041c44]
9+
- @qraft/asyncapi-plugin@1.0.0-beta.5
10+
- @qraft/asyncapi-typescript-plugin@1.0.0-beta.5
11+
- @qraft/cli-utils@1.0.0-beta.5
12+
- @openapi-qraft/openapi-typescript-plugin@2.15.0-beta.6
13+
- @openapi-qraft/tanstack-query-react-plugin@2.15.0-beta.6
14+
- @openapi-qraft/plugin@2.15.0-beta.6
15+
- @qraft/plugin@1.0.0-beta.5
16+
317
## 1.0.0-beta.4
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.4",
3+
"version": "1.0.0-beta.5",
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.6
4+
35
## 2.15.0-beta.5
46

57
## 2.15.0-beta.4

0 commit comments

Comments
 (0)