Skip to content

Commit

Permalink
Version Packages (#9)
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 21, 2023
1 parent 1490537 commit cf62ab9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/cold-llamas-grin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-carrots-serve.md

This file was deleted.

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @0no-co/graphql.web

## 0.1.6

### Patch Changes

- ⚠️ Fix float pattern and int/float decision in value parsing
Submitted by [@kitten](https://github.com/kitten) (See [#8](https://github.com/0no-co/graphql.web/pull/8))
- Remove redundant code paths from `visit` and parser
Submitted by [@kitten](https://github.com/kitten) (See [#8](https://github.com/0no-co/graphql.web/pull/8))

## 0.1.5

### 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.5",
"version": "0.1.6",
"author": "0no.co <[email protected]>",
"source": "./src/index.ts",
"main": "./dist/graphql.web",
Expand Down

0 comments on commit cf62ab9

Please sign in to comment.