Mirror: The spec-compliant minimum of client-side GraphQL.

Version Packages (#11)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

-5
.changeset/selfish-keys-agree.md
···
-
---
-
'@0no-co/graphql.web': major
-
---
-
-
Release stable `v1.0.0` Release.
-6
.changeset/wet-birds-press.md
···
-
---
-
'@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
+12
CHANGELOG.md
···
# @0no-co/graphql.web
+
## 1.0.0
+
+
### Major Changes
+
+
- Release stable `v1.0.0` Release
+
Submitted by [@kitten](https://github.com/kitten) (See [`ca082c8`](https://github.com/0no-co/graphql.web/commit/ca082c82bcfbedda0b23f4887bffff2d1423e2e2))
+
+
### Minor Changes
+
+
- 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.
+
Submitted by undefined (See https://github.com/0no-co/graphql.web/pull/10)
+
## 0.1.6
### Patch Changes
+1 -1
package.json
···
{
"name": "@0no-co/graphql.web",
"description": "A spec-compliant client-side GraphQL implementation",
-
"version": "0.1.6",
+
"version": "1.0.0",
"author": "0no.co <hi@0no.co>",
"source": "./src/index.ts",
"main": "./dist/graphql.web",