Skip to content

Commit 8814ffa

Browse files
committed
chore: tune changesets config
1 parent 0f2a214 commit 8814ffa

8 files changed

Lines changed: 22 additions & 15 deletions

File tree

.changeset/config.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,19 @@
66
[
77
"@openapi-qraft/cli",
88
"@openapi-qraft/plugin",
9-
"@qraft/cli",
10-
"@qraft/asyncapi-plugin",
11-
"@qraft/plugin",
12-
"@qraft/asyncapi-typescript-plugin",
13-
"@qraft/test-utils",
149
"@openapi-qraft/tanstack-query-react-plugin",
1510
"@openapi-qraft/openapi-typescript-plugin",
1611
"@openapi-qraft/react",
1712
"@openapi-qraft/tanstack-query-react-types",
1813
"@openapi-qraft/eslint-plugin-query"
14+
],
15+
[
16+
"@qraft/cli",
17+
"@qraft/cli-utils",
18+
"@qraft/test-utils",
19+
"@qraft/asyncapi-plugin",
20+
"@qraft/plugin",
21+
"@qraft/asyncapi-typescript-plugin"
1922
]
2023
],
2124
"linked": [],

.changeset/pre.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,13 @@
1515
"@openapi-qraft/test-fixtures": "1.1.1",
1616
"@openapi-qraft/ts-factory-code-generator": "1.0.2",
1717
"playground": "0.0.14",
18-
"openapi-qraft-website": "0.0.0"
18+
"openapi-qraft-website": "0.0.0",
19+
"@qraft/cli": "0.0.0",
20+
"@qraft/cli-utils": "0.0.0",
21+
"@qraft/test-utils": "0.0.0",
22+
"@qraft/asyncapi-plugin": "0.0.0",
23+
"@qraft/plugin": "0.0.0",
24+
"@qraft/asyncapi-typescript-plugin": "0.0.0"
1925
},
20-
"changesets": [
21-
"short-suits-shine"
22-
]
26+
"changesets": ["short-suits-shine"]
2327
}

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",
3+
"version": "0.0.0",
44
"packageManager": "yarn@4.0.2",
55
"type": "module",
66
"scripts": {

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",
3+
"version": "0.0.0",
44
"type": "module",
55
"scripts": {
66
"build": "tsc --project tsconfig.build.json",

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",
3+
"version": "0.0.0",
44
"description": "Shared CLI utilities for Qraft code generation tools",
55
"scripts": {
66
"build": "tsc --project tsconfig.build.json",

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",
3+
"version": "0.0.0",
44
"description": "CLI tool for generating type-safe code from OpenAPI and AsyncAPI specifications",
55
"scripts": {
66
"build": "tsc --project tsconfig.build.json",

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": "@qraft/plugin",
3-
"version": "1.0.0",
3+
"version": "0.0.0",
44
"packageManager": "yarn@4.0.2",
55
"type": "module",
66
"scripts": {

packages/test-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@qraft/test-utils",
33
"private": true,
4-
"version": "1.0.0",
4+
"version": "0.0.0",
55
"description": "Shared Test utilities for Qraft code generation tools",
66
"scripts": {
77
"build": "tsc --project tsconfig.build.json",

0 commit comments

Comments
 (0)