Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 2, 2024
1 parent 4f3e17a commit 7f8715d
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/brave-crabs-love.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-tables-exist.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-buttons-eat.md

This file was deleted.

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

## 1.0.5

### Patch Changes

- Update build process to align with other `@0no-co` packages. Effectively, this will mean that the JS features range we support will now match `urql`, and in practice, this means that `for-of` is now used in our build output
Submitted by [@kitten](https://github.com/kitten) (See [#21](https://github.com/0no-co/graphql.web/pull/21))
- Improve parser performance
Submitted by [@kitten](https://github.com/kitten) (See [#25](https://github.com/0no-co/graphql.web/pull/25))
- Improve printer performance
Submitted by [@kitten](https://github.com/kitten) (See [#24](https://github.com/0no-co/graphql.web/pull/24))

## 1.0.4

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

0 comments on commit 7f8715d

Please sign in to comment.