generated from stijnvanhulle/template
-
-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(changeset): pluginSorter to sort based on pre and post
- Loading branch information
1 parent
ca345b0
commit 6348057
Showing
23 changed files
with
88 additions
and
1,496 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,12 @@ | ||
{ | ||
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json", | ||
"changelog": "@changesets/cli/changelog", | ||
"commit": true, | ||
"changelog": [ | ||
"@changesets/changelog-github", | ||
{ | ||
"repo": "kubb-project/kubb" | ||
} | ||
], | ||
"commit": false, | ||
"fixed": [], | ||
"linked": [], | ||
"access": "restricted", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@kubb/core": major | ||
--- | ||
|
||
pluginSorter to sort based on pre and post |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
{ | ||
"mode": "pre", | ||
"tag": "beta", | ||
"initialVersions": { | ||
"kubb-docs": "1.0.0", | ||
"e2e": "0.0.1", | ||
"advanced-pet-store": "0.0.1", | ||
"client-pet-store": "0.0.1", | ||
"faker-pet-store": "0.0.1", | ||
"msw-pet-store": "0.0.1", | ||
"msw-v2-pet-store": "0.0.1", | ||
"react-query-pet-store": "0.0.1", | ||
"react-query-v5-pet-store": "0.0.1", | ||
"simple-single-pet-store": "0.0.1", | ||
"solid-query-pet-store": "0.0.1", | ||
"svelte-query-pet-store": "0.0.1", | ||
"swr-pet-store": "0.0.1", | ||
"typescript-pet-store": "0.0.1", | ||
"vue-query-pet-store": "0.0.1", | ||
"vue-query-v5-pet-store": "0.0.1", | ||
"zod-pet-store": "0.0.1", | ||
"zodios-pet-store": "0.0.1", | ||
"@kubb/cli": "2.0.0-beta.2", | ||
"@kubb/core": "2.0.0-beta.2", | ||
"kubb": "2.0.0-beta.2", | ||
"@kubb/parser": "2.0.0-beta.2", | ||
"@kubb/react": "2.0.0-beta.2", | ||
"@kubb/swagger": "2.0.0-beta.2", | ||
"@kubb/swagger-client": "2.0.0-beta.2", | ||
"@kubb/swagger-faker": "2.0.0-beta.2", | ||
"@kubb/swagger-msw": "2.0.0-beta.2", | ||
"@kubb/swagger-swr": "2.0.0-beta.2", | ||
"@kubb/swagger-tanstack-query": "2.0.0-beta.2", | ||
"@kubb/swagger-ts": "2.0.0-beta.2", | ||
"@kubb/swagger-zod": "2.0.0-beta.2", | ||
"@kubb/swagger-zodios": "2.0.0-beta.2", | ||
"@kubb/types": "2.0.0-beta.2" | ||
}, | ||
"changesets": [] | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.