Skip to content

Commit

Permalink
Version Packages (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 8, 2024
1 parent d6ca923 commit 3c076c0
Show file tree
Hide file tree
Showing 11 changed files with 37 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/empty-hairs-punch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fluffy-seahorses-flow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-dolls-lick.md

This file was deleted.

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

## 1.8.7

### Patch Changes

- Update internal type signature of `initGraphQLTada<>()` function and include `initGraphQLTada<Setup>` alias type. This alias type makes it more intuitive to declare types the return type of `initGraphQLTada()`, since it mirrors the same name
Submitted by [@kitten](https://github.com/kitten) (See [#377](https://github.com/0no-co/gql.tada/pull/377))
- Updated dependencies (See [#386](https://github.com/0no-co/gql.tada/pull/386) and [#388](https://github.com/0no-co/gql.tada/pull/388))
- @gql.tada/internal@1.0.8
- @gql.tada/cli-utils@1.6.2

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

## 1.6.2

### Patch Changes

- Strip our internal `@_unmask` directive from fragment-definitions during persisted-operations generation
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#388](https://github.com/0no-co/gql.tada/pull/388))
- Updated dependencies (See [#386](https://github.com/0no-co/gql.tada/pull/386))
- @gql.tada/internal@1.0.8

## 1.6.1

### 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.6.1",
"version": "1.6.2",
"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.8

### Patch Changes

- Update the tsconfig resolver to better handle an array of "extends" values in tsconfig.json files when trying to locate the GraphQLSP plugin entry. Before, if you were using an array for "extends", e.g. `"extends: ["./file1.json", "./file2.json"]`, the first file loaded that did not have a GraphQLSP plugin entry defined would throw an error and prevent subsequent files from being loaded and evaluated. The implemented change now allows for the resolver to continue iterating over `extends` values trying to locate a GraphQLSP plugin entry
Submitted by [@aweber1](https://github.com/aweber1) (See [#386](https://github.com/0no-co/gql.tada/pull/386))

## 1.0.7

### 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.7",
"version": "1.0.8",
"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.36

### Patch Changes

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

## 0.0.35

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

0 comments on commit 3c076c0

Please sign in to comment.