Skip to content

Commit e4c60ad

Browse files
committed
Add changesets
1 parent 574242d commit e4c60ad

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

Diff for: .changeset/ten-camels-shout.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
"@ts-gql/compiler": minor
3+
"@ts-gql/eslint-plugin": minor
4+
"@ts-gql/tag": minor
5+
---
6+
7+
Use new technique to generate types.
8+
9+
This requires you to use `@ts-gql/compiler` and `@ts-gql/babel-plugin` in addition to `@ts-gql/eslint-plugin`.
10+
11+
Configuration also now lives in the `package.json` like this:
12+
13+
```json
14+
{
15+
"ts-gql": {
16+
"schema": "schema.graphql"
17+
}
18+
}
19+
```

Diff for: .changeset/unlucky-icons-attend.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@ts-gql/babel-plugin": minor
3+
"@ts-gql/compiler": minor
4+
"@ts-gql/next": minor
5+
---
6+
7+
Initial release

0 commit comments

Comments
 (0)