-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
edb47ea
commit c4b7328
Showing
4 changed files
with
13 additions
and
13 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 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,12 @@ | ||
# @graphql-typed-document-node/core | ||
|
||
## 3.1.2 | ||
|
||
### Patch Changes | ||
|
||
- [#149](https://github.com/dotansimha/graphql-typed-document-node/pull/149) [`2618ddf`](https://github.com/dotansimha/graphql-typed-document-node/commit/2618ddf1ff9c0bea145a637a0a9106ebe3169e78) Thanks [@dotansimha](https://github.com/dotansimha)! - - Cleanup repo structure, ship lightweight type-only package. | ||
|
||
- Use `import type` instead of `import` for `DocumentNode`. | ||
- Compile and test with latest TS and latest NodeJS LTS. | ||
|
||
- [#144](https://github.com/dotansimha/graphql-typed-document-node/pull/144) [`edb47ea`](https://github.com/dotansimha/graphql-typed-document-node/commit/edb47eabf9b7b22baecd9dd3db94be3c7fc69ff4) Thanks [@igrlk](https://github.com/igrlk)! - Added graphql@v17 to peerDependencies |
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": "@graphql-typed-document-node/core", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"repository": "[email protected]:dotansimha/graphql-typed-document-node.git", | ||
"author": "Dotan Simha <[email protected]>", | ||
"license": "MIT", | ||
|