Skip to content

Commit

Permalink
Upcoming Release Changes (#150)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Feb 23, 2023
1 parent edb47ea commit c4b7328
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
7 changes: 0 additions & 7 deletions .changeset/pretty-rice-provide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-insects-beam.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
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
2 changes: 1 addition & 1 deletion packages/core/package.json
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": "git@github.com:dotansimha/graphql-typed-document-node.git",
"author": "Dotan Simha <dotansimha@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit c4b7328

Please sign in to comment.