Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/big-ravens-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-elephants-breathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-needles-rule.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/spotty-crabs-report.md

This file was deleted.

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

## 1.8.0

### Minor Changes

- Add `gql.tada/ts-plugin` alias for `@0no-co/graphqlsp`
Submitted by [@kitten](https://github.com/kitten) (See [#62](https://github.com/0no-co/gql.tada/pull/62))

### Patch Changes

- ⚠️ Fix `@defer`, `@skip`, and `@include` optional fragments causing types to become exponentially more complex to evaluate, causing a recursive type error. Instead, merging field types and sub-selections from fragments is now separated, as needed
Submitted by [@kitten](https://github.com/kitten) (See [#319](https://github.com/0no-co/gql.tada/pull/319))
- Updated dependencies (See [#62](https://github.com/0no-co/gql.tada/pull/62), [#329](https://github.com/0no-co/gql.tada/pull/329), and [#62](https://github.com/0no-co/gql.tada/pull/62))
- @gql.tada/[email protected]
- @gql.tada/[email protected]

## 1.7.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": "gql.tada",
"description": "The spec-compliant & magical GraphQL query language engine in the TypeScript type system",
"version": "1.7.6",
"version": "1.8.0",
"author": "0no.co <[email protected]>",
"source": "./src/index.ts",
"main": "./dist/gql-tada",
Expand Down
14 changes: 14 additions & 0 deletions packages/cli-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @gql.tada/cli-utils

## 1.4.0

### Minor Changes

- Add `gql.tada/ts-plugin` to the init and doctor command
Submitted by [@kitten](https://github.com/kitten) (See [#62](https://github.com/0no-co/gql.tada/pull/62))

### Patch Changes

- ⚠️ Fix regression omitting the exit status code from the CLI. Failing commands will now correctly output exit code `1` instead of `0` again
Submitted by [@kitten](https://github.com/kitten) (See [#329](https://github.com/0no-co/gql.tada/pull/329))
- Updated dependencies (See [#62](https://github.com/0no-co/gql.tada/pull/62))
- @gql.tada/[email protected]

## 1.3.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gql.tada/cli-utils",
"version": "1.3.10",
"version": "1.4.0",
"public": true,
"description": "Main logic for gql.tada’s CLI tool.",
"author": "0no.co <[email protected]>",
Expand Down
7 changes: 7 additions & 0 deletions packages/internal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @gql.tada/internal

## 1.0.2

### Patch Changes

- Add `gql.tada/ts-plugin` alias for `@0no-co/graphqlsp`
Submitted by [@kitten](https://github.com/kitten) (See [#62](https://github.com/0no-co/gql.tada/pull/62))

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/internal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gql.tada/internal",
"version": "1.0.1",
"version": "1.0.2",
"public": true,
"description": "Internal logic for gql.tada’s CLI tool and GraphQLSP.",
"author": "0no.co <[email protected]>",
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.29

### Patch Changes

- Updated dependencies (See [#319](https://github.com/0no-co/gql.tada/pull/319) and [#62](https://github.com/0no-co/gql.tada/pull/62))
- [email protected]

## 0.0.28

### 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.28",
"version": "0.0.29",
"private": true,
"scripts": {
"dev": "vitepress dev",
Expand Down