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 Aug 18, 2024
1 parent 5328c8a commit 2ff9c2d
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/hip-sheep-provide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-taxis-shop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-jobs-boil.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-tables-serve.md

This file was deleted.

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

## 1.8.6

### Patch Changes

- Remove redundant `never` default on `readFragment<Document>()` signature (explicit generic passed)
Submitted by [@kitten](https://github.com/kitten) (See [#371](https://github.com/0no-co/gql.tada/pull/371))
- Allow `readFragment(doc, data)` to narrow output's `__typename`s by the input type
Submitted by [@kitten](https://github.com/kitten) (See [#372](https://github.com/0no-co/gql.tada/pull/372))
- Add `__typename` narrowing of unmasked interface fragment spreads, which could otherwise lead to confusion. This usually is relevant when the parent selection set forgets to include a `__typename` selection
Submitted by [@kitten](https://github.com/kitten) (See [#368](https://github.com/0no-co/gql.tada/pull/368))
- Improve type output readability for interfaces with narrowed types
Submitted by [@kitten](https://github.com/kitten) (See [#370](https://github.com/0no-co/gql.tada/pull/370))

## 1.8.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": "gql.tada",
"description": "The spec-compliant & magical GraphQL query language engine in the TypeScript type system",
"version": "1.8.5",
"version": "1.8.6",
"author": "0no.co <hi@0no.co>",
"source": "./src/index.ts",
"main": "./dist/gql-tada",
Expand Down
7 changes: 7 additions & 0 deletions website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @gql.tada/website-vitepress

## 0.0.35

### Patch Changes

- Updated dependencies (See [#371](https://github.com/0no-co/gql.tada/pull/371), [#372](https://github.com/0no-co/gql.tada/pull/372), [#368](https://github.com/0no-co/gql.tada/pull/368), and [#370](https://github.com/0no-co/gql.tada/pull/370))
- gql.tada@1.8.6

## 0.0.34

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gql.tada/website-vitepress",
"version": "0.0.34",
"version": "0.0.35",
"private": true,
"scripts": {
"dev": "vitepress dev",
Expand Down

0 comments on commit 2ff9c2d

Please sign in to comment.