Skip to content

Commit 59e6f17

Browse files
Upcoming Release Changes (#155)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a8bea01 commit 59e6f17

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/lovely-ghosts-suffer.md

-5
This file was deleted.

packages/core/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @graphql-typed-document-node/core
22

3+
## 3.2.0
4+
5+
### Minor Changes
6+
7+
- [#154](https://github.com/dotansimha/graphql-typed-document-node/pull/154) [`a8bea01`](https://github.com/dotansimha/graphql-typed-document-node/commit/a8bea01b9d9cee70142b2ae7dea48cee5ed2b896) Thanks [@beerose](https://github.com/beerose)! - Export `DocumentTypeDecoration` interface with `__apiType` key so that it can be used to extend types other than `DocumentNode`
8+
39
## 3.1.2
410

511
### Patch Changes

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-typed-document-node/core",
3-
"version": "3.1.2",
3+
"version": "3.2.0",
44
"repository": "[email protected]:dotansimha/graphql-typed-document-node.git",
55
"author": "Dotan Simha <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)