Skip to content

Commit 0160a96

Browse files
Version Packages (#132)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5f1a037 commit 0160a96

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/few-icons-reflect.md

-5
This file was deleted.

packages/compiler/CHANGELOG.md

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

3+
## 0.16.8
4+
5+
### Patch Changes
6+
7+
- [#131](https://github.com/Thinkmill/ts-gql/pull/131) [`5f1a037dcae2a1494317c44871944e835e80be24`](https://github.com/Thinkmill/ts-gql/commit/5f1a037dcae2a1494317c44871944e835e80be24) Thanks [@emmatown](https://github.com/emmatown)! - Add support for `@oneOf` on input objects. Note this is dependent on having a version of `graphql` that supports `@oneOf` as well.
8+
39
## 0.16.7
410

511
### Patch Changes

packages/compiler/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ts-gql/compiler",
3-
"version": "0.16.7",
3+
"version": "0.16.8",
44
"main": "dist/compiler.cjs.js",
55
"module": "dist/compiler.esm.js",
66
"exports": {

0 commit comments

Comments
 (0)