Skip to content

Commit

Permalink
Version Packages (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jun 13, 2024
1 parent e6f8dbc commit 8f2ca2b
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/mighty-crabs-deny.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nervous-pumpkins-prove.md

This file was deleted.

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

## 1.7.6

### Patch Changes

- Updated dependencies (See [`e6f8dbc`](https://github.com/0no-co/gql.tada/commit/e6f8dbc333e98f7f0c787941b592131a217cdb6c) and [#317](https://github.com/0no-co/gql.tada/pull/317))
- @gql.tada/cli-utils@1.3.10
- @gql.tada/internal@1.0.1

## 1.7.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.7.5",
"version": "1.7.6",
"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.3.10

### Patch Changes

- Bump `@0no-co/graphqlsp` to `^1.12.8`
Submitted by [@kitten](https://github.com/kitten) (See [`e6f8dbc`](https://github.com/0no-co/gql.tada/commit/e6f8dbc333e98f7f0c787941b592131a217cdb6c))
- Updated dependencies (See [#317](https://github.com/0no-co/gql.tada/pull/317))
- @gql.tada/internal@1.0.1

## 1.3.9

### 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.9",
"version": "1.3.10",
"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.1

### Patch Changes

- Derive supported GraphQL features from introspection result, when the introspection support query fails. This works around issues for APIs that block `__type` unintentionally, but do allow for `__schema` introspection
Submitted by [@kitten](https://github.com/kitten) (See [#317](https://github.com/0no-co/gql.tada/pull/317))

## 1.0.0

### Major 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.0",
"version": "1.0.1",
"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.28

### Patch Changes

- Updated dependencies
- gql.tada@1.7.6

## 0.0.27

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

0 comments on commit 8f2ca2b

Please sign in to comment.