Skip to content

Commit c26b7d9

Browse files
Version Packages (#56)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 11ee552 commit c26b7d9

5 files changed

Lines changed: 16 additions & 7 deletions

File tree

.changeset/chilly-cycles-explain.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/schema/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @graphql-ts/schema
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- [#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
8+
39
## 1.0.0
410

511
### Major Changes

packages/schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-ts/schema",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Type-safety for constructing GraphQL schemas in TypeScript",
55
"main": "dist/graphql-ts-schema.cjs.js",
66
"module": "dist/graphql-ts-schema.esm.js",

test-project/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @graphql-ts/test-project
22

3+
## 1.0.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`11ee5523d046a91c8e091580cc0954f9e2b108ae`](https://github.com/Thinkmill/graphql-ts/commit/11ee5523d046a91c8e091580cc0954f9e2b108ae)]:
8+
- @graphql-ts/schema@1.0.1
9+
- @graphql-ts/extend@2.0.0
10+
311
## 1.0.11
412

513
### Patch Changes

test-project/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-ts/test-project",
3-
"version": "1.0.11",
3+
"version": "1.0.12",
44
"private": true,
55
"repository": "https://github.com/Thinkmill/graphql-ts/tree/main/test-project",
66
"license": "MIT",

0 commit comments

Comments
 (0)