Skip to content

Commit

Permalink
Version Packages (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 3, 2024
1 parent 7276c00 commit 5d80abd
Show file tree
Hide file tree
Showing 12 changed files with 47 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .changeset/cuddly-beers-hug.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nice-experts-float.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-roses-battle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-moose-brake.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.7.0

### Minor Changes

- Add support for `oneOf` input objects as specified in [the RFC](https://github.com/graphql/graphql-spec/pull/825)
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#284](https://github.com/0no-co/gql.tada/pull/284))

### Patch Changes

- Updated dependencies (See [#284](https://github.com/0no-co/gql.tada/pull/284), [#282](https://github.com/0no-co/gql.tada/pull/282), and [#286](https://github.com/0no-co/gql.tada/pull/286))
- @gql.tada/internal@0.4.0
- @gql.tada/cli-utils@1.3.4

## 1.6.3

### 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.6.3",
"version": "1.7.0",
"author": "0no.co <hi@0no.co>",
"source": "./src/index.ts",
"main": "./dist/gql-tada",
Expand Down
11 changes: 11 additions & 0 deletions packages/cli-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @gql.tada/cli-utils

## 1.3.4

### Patch Changes

- Update CLI and `@gql.tada/internal` to variably support graphql `^15.5.0` in addition to the preferred v16, and include future support for v17
Submitted by [@kitten](https://github.com/kitten) (See [#282](https://github.com/0no-co/gql.tada/pull/282))
- Disable output piping on GitHub CI, as it can't reliably be detected
Submitted by [@kitten](https://github.com/kitten) (See [#286](https://github.com/0no-co/gql.tada/pull/286))
- Updated dependencies (See [#284](https://github.com/0no-co/gql.tada/pull/284) and [#282](https://github.com/0no-co/gql.tada/pull/282))
- @gql.tada/internal@0.4.0

## 1.3.3

### 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.3",
"version": "1.3.4",
"public": true,
"description": "Main logic for gql.tada’s CLI tool.",
"author": "0no.co <hi@0no.co>",
Expand Down
12 changes: 12 additions & 0 deletions packages/internal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @gql.tada/internal

## 0.4.0

### Minor Changes

- Add support for querying `isOneOf` in the introspection
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#284](https://github.com/0no-co/gql.tada/pull/284))

### Patch Changes

- Update CLI and `@gql.tada/internal` to variably support graphql `^15.5.0` in addition to the preferred v16, and include future support for v17
Submitted by [@kitten](https://github.com/kitten) (See [#282](https://github.com/0no-co/gql.tada/pull/282))

## 0.3.3

### 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": "0.3.3",
"version": "0.4.0",
"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.22

### Patch Changes

- Updated dependencies (See [#284](https://github.com/0no-co/gql.tada/pull/284))
- gql.tada@1.7.0

## 0.0.21

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

0 comments on commit 5d80abd

Please sign in to comment.