-
-
Notifications
You must be signed in to change notification settings - Fork 46
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
d6ca923
commit 3c076c0
Showing
11 changed files
with
37 additions
and
19 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 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,15 @@ | ||
# gql.tada | ||
|
||
## 1.8.7 | ||
|
||
### Patch Changes | ||
|
||
- Update internal type signature of `initGraphQLTada<>()` function and include `initGraphQLTada<Setup>` alias type. This alias type makes it more intuitive to declare types the return type of `initGraphQLTada()`, since it mirrors the same name | ||
Submitted by [@kitten](https://github.com/kitten) (See [#377](https://github.com/0no-co/gql.tada/pull/377)) | ||
- Updated dependencies (See [#386](https://github.com/0no-co/gql.tada/pull/386) and [#388](https://github.com/0no-co/gql.tada/pull/388)) | ||
- @gql.tada/[email protected] | ||
- @gql.tada/[email protected] | ||
|
||
## 1.8.6 | ||
|
||
### 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.6", | ||
"version": "1.8.7", | ||
"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,14 @@ | ||
# @gql.tada/cli-utils | ||
|
||
## 1.6.2 | ||
|
||
### Patch Changes | ||
|
||
- Strip our internal `@_unmask` directive from fragment-definitions during persisted-operations generation | ||
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#388](https://github.com/0no-co/gql.tada/pull/388)) | ||
- Updated dependencies (See [#386](https://github.com/0no-co/gql.tada/pull/386)) | ||
- @gql.tada/[email protected] | ||
|
||
## 1.6.1 | ||
|
||
### 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.6.1", | ||
"version": "1.6.2", | ||
"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.7", | ||
"version": "1.0.8", | ||
"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 |
---|---|---|
@@ -1,5 +1,12 @@ | ||
# @gql.tada/website-vitepress | ||
|
||
## 0.0.36 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies (See [#377](https://github.com/0no-co/gql.tada/pull/377)) | ||
- [email protected] | ||
|
||
## 0.0.35 | ||
|
||
### 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