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

Version Packages (#26)

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

Changed files
+8 -6
.changeset
-5
.changeset/rotten-lies-camp.md
···
-
---
-
'@0no-co/graphql.web': patch
-
---
-
-
Fix aliased field name followed by arguments causing parsing error.
···
+7
CHANGELOG.md
···
# @0no-co/graphql.web
## 1.0.5
### Patch Changes
···
# @0no-co/graphql.web
+
## 1.0.6
+
+
### Patch Changes
+
+
- ⚠️ Fix aliased field name followed by arguments causing parsing error
+
Submitted by [@kitten](https://github.com/kitten) (See [`65c73a0`](https://github.com/0no-co/graphql.web/commit/65c73a0b64a8e5c263683de667942089f143505d))
+
## 1.0.5
### Patch Changes
+1 -1
package.json
···
{
"name": "@0no-co/graphql.web",
"description": "A spec-compliant client-side GraphQL implementation",
-
"version": "1.0.5",
"author": "0no.co <hi@0no.co>",
"source": "./src/index.ts",
"main": "./dist/graphql.web",
···
{
"name": "@0no-co/graphql.web",
"description": "A spec-compliant client-side GraphQL implementation",
+
"version": "1.0.6",
"author": "0no.co <hi@0no.co>",
"source": "./src/index.ts",
"main": "./dist/graphql.web",