diff --git a/.changeset/selfish-keys-agree.md b/.changeset/selfish-keys-agree.md new file mode 100644 index 0000000..ae6b077 --- /dev/null +++ b/.changeset/selfish-keys-agree.md @@ -0,0 +1,5 @@ +--- +'@0no-co/graphql.web': major +--- + +Release stable `v1.0.0` Release. diff --git a/.changeset/wet-birds-press.md b/.changeset/wet-birds-press.md new file mode 100644 index 0000000..0c82b19 --- /dev/null +++ b/.changeset/wet-birds-press.md @@ -0,0 +1,6 @@ +--- +'@0no-co/graphql.web': minor +--- + +Alias all GraphQL AST types to the `'graphql'` package’s TypeScript AST types, if it’s installed. This will ensure that all AST types are always compatible. +See: https://github.com/0no-co/graphql.web/pull/10