Skip to content

Commit dfea5e0

Browse files
Version Packages (#11)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ca082c8 commit dfea5e0

File tree

4 files changed

+13
-12
lines changed

4 files changed

+13
-12
lines changed

.changeset/selfish-keys-agree.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/wet-birds-press.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @0no-co/graphql.web
22

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- Release stable `v1.0.0` Release
8+
Submitted by [@kitten](https://github.com/kitten) (See [`ca082c8`](https://github.com/0no-co/graphql.web/commit/ca082c82bcfbedda0b23f4887bffff2d1423e2e2))
9+
10+
### Minor Changes
11+
12+
- 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.
13+
Submitted by undefined (See https://github.com/0no-co/graphql.web/pull/10)
14+
315
## 0.1.6
416

517
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@0no-co/graphql.web",
33
"description": "A spec-compliant client-side GraphQL implementation",
4-
"version": "0.1.6",
4+
"version": "1.0.0",
55
"author": "0no.co <hi@0no.co>",
66
"source": "./src/index.ts",
77
"main": "./dist/graphql.web",

0 commit comments

Comments
 (0)