We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a9d276 commit 2a7d55cCopy full SHA for 2a7d55c
3 files changed
.changeset/few-beans-share.md
packages/patch/CHANGELOG.md
@@ -1,5 +1,13 @@
1
# @graphql-inspector/patch
2
3
+## 0.1.3
4
+
5
+### Patch Changes
6
7
+- [#2937](https://github.com/graphql-hive/graphql-inspector/pull/2937)
8
+ [`5a9d276`](https://github.com/graphql-hive/graphql-inspector/commit/5a9d276c6cb90d46d626df68ea00cc8728eb528e)
9
+ Thanks [@jdolle](https://github.com/jdolle)! - Fix duplicated schema definitions
10
11
## 0.1.2
12
13
### Patch Changes
packages/patch/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-inspector/patch",
- "version": "0.1.2",
+ "version": "0.1.3",
"type": "module",
"description": "Applies changes output from @graphql-inspect/diff",
"repository": {
0 commit comments