Skip to content

Commit

Permalink
Version Packages (#11)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Mar 24, 2023
1 parent ca082c8 commit dfea5e0
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/selfish-keys-agree.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wet-birds-press.md

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@0no-co/graphql.web",
"description": "A spec-compliant client-side GraphQL implementation",
"version": "0.1.6",
"version": "1.0.0",
"author": "0no.co <[email protected]>",
"source": "./src/index.ts",
"main": "./dist/graphql.web",
Expand Down

0 comments on commit dfea5e0

Please sign in to comment.