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/chilly-cycles-explain.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/schema/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphql-ts/schema

## 1.0.1

### Patch Changes

- [#55](https://github.com/Thinkmill/graphql-ts/pull/55) [`11ee5523d046a91c8e091580cc0954f9e2b108ae`](https://github.com/Thinkmill/graphql-ts/commit/11ee5523d046a91c8e091580cc0954f9e2b108ae) Thanks [@emmatown](https://github.com/emmatown)! - Improve internals of `GField` and `GInterfaceField` types

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-ts/schema",
"version": "1.0.0",
"version": "1.0.1",
"description": "Type-safety for constructing GraphQL schemas in TypeScript",
"main": "dist/graphql-ts-schema.cjs.js",
"module": "dist/graphql-ts-schema.esm.js",
Expand Down
8 changes: 8 additions & 0 deletions test-project/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-ts/test-project

## 1.0.12

### Patch Changes

- Updated dependencies [[`11ee5523d046a91c8e091580cc0954f9e2b108ae`](https://github.com/Thinkmill/graphql-ts/commit/11ee5523d046a91c8e091580cc0954f9e2b108ae)]:
- @graphql-ts/[email protected]
- @graphql-ts/[email protected]

## 1.0.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion test-project/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-ts/test-project",
"version": "1.0.11",
"version": "1.0.12",
"private": true,
"repository": "https://github.com/Thinkmill/graphql-ts/tree/main/test-project",
"license": "MIT",
Expand Down