Skip to content

Commit

Permalink
Version Packages (#42)
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 Jan 28, 2024
1 parent 08e1b46 commit 4dc30de
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/dry-seals-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-dancers-jam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-jokes-repair.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-moose-kiss.md

This file was deleted.

16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# gql.tada

## 1.2.0

### Minor Changes

- Add `maskFragments` to cast data to fragment masks of a given set of fragments
Submitted by [@kitten](https://github.com/kitten) (See [#43](https://github.com/0no-co/gql.tada/pull/43))
- Add `graphql.scalar()` utility to retrieve or type check the type of scalars and enums
Submitted by [@kitten](https://github.com/kitten) (See [#45](https://github.com/0no-co/gql.tada/pull/45))
- Add `unsafe_readResult` to unsafely cast data to the result data of a given document
Submitted by [@kitten](https://github.com/kitten) (See [#43](https://github.com/0no-co/gql.tada/pull/43))

### Patch Changes

- Tighten up type strictness to not accept operation documents where fragment documents are expected
Submitted by [@kitten](https://github.com/kitten) (See [#41](https://github.com/0no-co/gql.tada/pull/41))

## 1.1.0

### Minor 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": "gql.tada",
"description": "The spec-compliant & magical GraphQL query language engine in the TypeScript type system",
"version": "1.1.0",
"version": "1.2.0",
"author": "0no.co <hi@0no.co>",
"source": "./src/index.ts",
"main": "./dist/gql-tada",
Expand Down

0 comments on commit 4dc30de

Please sign in to comment.