-
-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a3eac71
commit 29455c0
Showing
16 changed files
with
64 additions
and
29 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,13 @@ | ||
# gql.tada | ||
|
||
## 1.8.5 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies (See [#361](https://github.com/0no-co/gql.tada/pull/361), [#358](https://github.com/0no-co/gql.tada/pull/358), [#359](https://github.com/0no-co/gql.tada/pull/359), and [#363](https://github.com/0no-co/gql.tada/pull/363)) | ||
- @gql.tada/[email protected] | ||
- @gql.tada/[email protected] | ||
|
||
## 1.8.4 | ||
|
||
### Patch Changes | ||
|
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,7 @@ | ||
{ | ||
"name": "gql.tada", | ||
"description": "The spec-compliant & magical GraphQL query language engine in the TypeScript type system", | ||
"version": "1.8.4", | ||
"version": "1.8.5", | ||
"author": "0no.co <[email protected]>", | ||
"source": "./src/index.ts", | ||
"main": "./dist/gql-tada", | ||
|
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,5 +1,25 @@ | ||
# @gql.tada/cli-utils | ||
|
||
## 1.6.0 | ||
|
||
### Minor Changes | ||
|
||
- Split `.vue` and `.svelte` SFC file support out into support packages. If you need Vue support, you must now install `@gql.tada/vue-support` alongside `gql.tada`, and if you need Svelte support, you must now install `@gql.tada/svelte-support` alongside `gql.tada` | ||
Submitted by [@kitten](https://github.com/kitten) (See [#361](https://github.com/0no-co/gql.tada/pull/361)) | ||
|
||
### Patch Changes | ||
|
||
- Add fallback version checks to `doctor` command | ||
Submitted by [@kitten](https://github.com/kitten) (See [#358](https://github.com/0no-co/gql.tada/pull/358)) | ||
- When threading, transfer error properties to thread host | ||
Submitted by [@kitten](https://github.com/kitten) (See [#359](https://github.com/0no-co/gql.tada/pull/359)) | ||
- Add per-package readme files | ||
Submitted by [@kitten](https://github.com/kitten) (See [#363](https://github.com/0no-co/gql.tada/pull/363)) | ||
- Updated dependencies (See [#363](https://github.com/0no-co/gql.tada/pull/363)) | ||
- @gql.tada/[email protected] | ||
- @gql.tada/[email protected] | ||
- @gql.tada/[email protected] | ||
|
||
## 1.5.3 | ||
|
||
### Patch Changes | ||
|
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,6 +1,6 @@ | ||
{ | ||
"name": "@gql.tada/cli-utils", | ||
"version": "1.5.3", | ||
"version": "1.6.0", | ||
"public": true, | ||
"description": "Main logic for gql.tada’s CLI tool.", | ||
"author": "0no.co <[email protected]>", | ||
|
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
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,6 +1,6 @@ | ||
{ | ||
"name": "@gql.tada/internal", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"public": true, | ||
"description": "Internal logic for gql.tada’s CLI tool and GraphQLSP.", | ||
"author": "0no.co <[email protected]>", | ||
|
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,8 @@ | ||
# @gql.tada/svelte-support | ||
|
||
## 1.0.1 | ||
|
||
### Patch Changes | ||
|
||
- Add per-package readme files | ||
Submitted by [@kitten](https://github.com/kitten) (See [#363](https://github.com/0no-co/gql.tada/pull/363)) |
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,6 +1,6 @@ | ||
{ | ||
"name": "@gql.tada/svelte-support", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"public": true, | ||
"description": "Svelte Support package for gql.tada’s CLI tool.", | ||
"author": "0no.co <[email protected]>", | ||
|
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,8 @@ | ||
# @gql.tada/vue-support | ||
|
||
## 1.0.1 | ||
|
||
### Patch Changes | ||
|
||
- Add per-package readme files | ||
Submitted by [@kitten](https://github.com/kitten) (See [#363](https://github.com/0no-co/gql.tada/pull/363)) |
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,6 +1,6 @@ | ||
{ | ||
"name": "@gql.tada/vue-support", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"public": true, | ||
"description": "Vue Support package for gql.tada’s CLI tool.", | ||
"author": "0no.co <[email protected]>", | ||
|
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,5 +1,12 @@ | ||
# @gql.tada/website-vitepress | ||
|
||
## 0.0.34 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies | ||
- [email protected] | ||
|
||
## 0.0.33 | ||
|
||
### Patch Changes | ||
|
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