Skip to content

Commit

Permalink
Version Packages (#10)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Oct 13, 2021
1 parent cbc657a commit 814ad77
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/empty-kiwis-grin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-ads-hug.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-flies-shake.md

This file was deleted.

7 changes: 6 additions & 1 deletion packages/extend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# @graphql-ts/extend

## 0.1.0
## 0.2.0

### Minor Changes

- [`42f4abe`](https://github.com/Thinkmill/graphql-ts/commit/42f4abe6ad5e6b1bfec3eb7acfad0e54721c63cb) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Added `wrap` export to wrap graphql-js types into @graphql-ts/schema types and expand the functions on `BaseSchemaInfo` to all GraphQL types

## 0.1.0

### Minor Changes

- [`3b6d533`](https://github.com/Thinkmill/graphql-ts/commit/3b6d533f9e76c54341610346e1e7bcab29f6826b) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Initial release. This package is very early and will have many breaking changes.
4 changes: 2 additions & 2 deletions packages/extend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-ts/extend",
"version": "0.1.0",
"version": "0.2.0",
"main": "dist/graphql-ts-extend.cjs.js",
"module": "dist/graphql-ts-extend.esm.js",
"files": [
Expand All @@ -15,7 +15,7 @@
"graphql": "^15.0.0"
},
"devDependencies": {
"@graphql-ts/schema": "^0.3.1",
"@graphql-ts/schema": "^0.4.0",
"graphql": "^15.5.0"
},
"repository": "https://github.com/Thinkmill/graphql-ts/tree/main/packages/extend"
Expand Down
10 changes: 10 additions & 0 deletions packages/schema/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @graphql-ts/schema

## 0.4.0

### Minor Changes

- [`910d1ed`](https://github.com/Thinkmill/graphql-ts/commit/910d1edc596f4a17b0a3dec3e3df8ebd94a5cb80) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Replaced `fields` property on `InterfaceType` with `__fields` that does not exist at runtime to align with other types

### Patch Changes

- [`6c85396`](https://github.com/Thinkmill/graphql-ts/commit/6c85396eee29d6eea75c43f54e50b90a3e63a266) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Updated the definition of `graphql.union` so that the `Context` of the `UnionType` returned and the `Context` passed to `resolveType` are determined by the `Context` of the `graphql` object rather than a union of the `Context`s of the union's member types.

## 0.3.1

### Patch 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": "0.3.1",
"version": "0.4.0",
"main": "dist/graphql-ts-schema.cjs.js",
"module": "dist/graphql-ts-schema.esm.js",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions test-project/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-ts/test-project

## 1.0.4

### Patch Changes

- Updated dependencies [[`6c85396`](https://github.com/Thinkmill/graphql-ts/commit/6c85396eee29d6eea75c43f54e50b90a3e63a266), [`910d1ed`](https://github.com/Thinkmill/graphql-ts/commit/910d1edc596f4a17b0a3dec3e3df8ebd94a5cb80)]:
- @graphql-ts/schema@0.4.0

## 1.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions test-project/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@graphql-ts/test-project",
"version": "1.0.3",
"version": "1.0.4",
"private": true,
"repository": "https://github.com/Thinkmill/graphql-ts/tree/main/test-project",
"license": "MIT",
"dependencies": {
"@graphql-ts/schema": "^0.3.0",
"@graphql-ts/schema": "^0.4.0",
"graphql": "^15.5.0"
}
}

0 comments on commit 814ad77

Please sign in to comment.