Skip to content

Commit

Permalink
Version Packages (#320)
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 Jun 26, 2024
1 parent 3afc304 commit 51fff35
Show file tree
Hide file tree
Showing 12 changed files with 47 additions and 25 deletions.
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/cli-utils@1.4.0
- @gql.tada/internal@1.0.2

## 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 <hi@0no.co>",
"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/internal@1.0.2

## 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 <hi@0no.co>",
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 <hi@0no.co>",
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))
- gql.tada@1.8.0

## 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

0 comments on commit 51fff35

Please sign in to comment.