Skip to content

Commit 794e7b7

Browse files
Version Packages (#62)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b23c1ac commit 794e7b7

File tree

8 files changed

+20
-11
lines changed

8 files changed

+20
-11
lines changed

.changeset/loud-fishes-unite.md

-5
This file was deleted.

examples/basic-graphql-yoga/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@graphql-ts/example-basic-graphql-http",
33
"private": true,
44
"dependencies": {
5-
"@graphql-ts/schema": "^1.0.1",
5+
"@graphql-ts/schema": "^1.0.2",
66
"graphql": "^16.3.0",
77
"graphql-yoga": "^5.13.1"
88
},

examples/drizzle-graphql-yoga/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"type": "module",
55
"dependencies": {
6-
"@graphql-ts/schema": "^1.0.1",
6+
"@graphql-ts/schema": "^1.0.2",
77
"better-sqlite3": "^11.8.1",
88
"drizzle-orm": "^0.40.0",
99
"graphql": "^16.3.0",

packages/schema/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @graphql-ts/schema
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- [#59](https://github.com/Thinkmill/graphql-ts/pull/59) [`85c667e3a6affe4651dcfe31151e56d39c78411e`](https://github.com/Thinkmill/graphql-ts/commit/85c667e3a6affe4651dcfe31151e56d39c78411e) Thanks [@emmatown](https://github.com/emmatown)! - Add `const` to `Values` type parameter on `g.enum` to improve inference
8+
39
## 1.0.1
410

511
### Patch Changes

packages/schema/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-ts/schema",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
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",

pnpm-lock.yaml

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test-project/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @graphql-ts/test-project
22

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

513
### Patch Changes

test-project/package.json

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

0 commit comments

Comments
 (0)