Skip to content

Commit a8df678

Browse files
Version Packages (#37)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 17866d5 commit a8df678

7 files changed

Lines changed: 22 additions & 9 deletions

File tree

.changeset/ten-chairs-battle.md

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

packages/extend/CHANGELOG.md

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

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- [#36](https://github.com/Thinkmill/graphql-ts/pull/36) [`692b08c5f7fdfb8e6aead74be2ea0841ba74dbad`](https://github.com/Thinkmill/graphql-ts/commit/692b08c5f7fdfb8e6aead74be2ea0841ba74dbad) Thanks [@emmatown](https://github.com/emmatown)! - Remove `@babel/runtime` dependency
8+
39
## 1.0.2
410

511
### Patch Changes

packages/extend/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/extend",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Utilities to extend existing GraphQL schemas with @graphql-ts/schema",
55
"main": "dist/graphql-ts-extend.cjs.js",
66
"module": "dist/graphql-ts-extend.esm.js",

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+
## 0.6.4
4+
5+
### Patch Changes
6+
7+
- [#36](https://github.com/Thinkmill/graphql-ts/pull/36) [`692b08c5f7fdfb8e6aead74be2ea0841ba74dbad`](https://github.com/Thinkmill/graphql-ts/commit/692b08c5f7fdfb8e6aead74be2ea0841ba74dbad) Thanks [@emmatown](https://github.com/emmatown)! - Remove `@babel/runtime` dependency
8+
39
## 0.6.3
410

511
### Patch 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": "0.6.3",
3+
"version": "0.6.4",
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @graphql-ts/test-project
22

3+
## 1.0.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`692b08c5f7fdfb8e6aead74be2ea0841ba74dbad`](https://github.com/Thinkmill/graphql-ts/commit/692b08c5f7fdfb8e6aead74be2ea0841ba74dbad)]:
8+
- @graphql-ts/schema@0.6.4
9+
310
## 1.0.9
411

512
### 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.9",
3+
"version": "1.0.10",
44
"private": true,
55
"repository": "https://github.com/Thinkmill/graphql-ts/tree/main/test-project",
66
"license": "MIT",

0 commit comments

Comments
 (0)