Skip to content

Commit 2cda4ae

Browse files
Version Packages (#6)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f095abc commit 2cda4ae

File tree

3 files changed

+12
-13
lines changed

3 files changed

+12
-13
lines changed

.changeset/good-news-shop.md

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

packages/compiler/CHANGELOG.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
11
# @ts-gql/compiler
22

3-
## 0.1.0
4-
### Minor Changes
3+
## 0.1.1
4+
5+
### Patch Changes
56

7+
- [`f095abc`](https://github.com/Thinkmill/ts-gql/commit/f095abcc1d42ab9a9bbd1a1f7ff395eeea4fc650) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Ignore gitignored files when generating types
8+
9+
## 0.1.0
610

11+
### Minor Changes
712

813
- [`e4c60ad`](https://github.com/Thinkmill/ts-gql/commit/e4c60adcc45abba018c4b9d4d0379e7d529a9af1) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Use new technique to generate types.
9-
14+
1015
This requires you to use `@ts-gql/compiler` and `@ts-gql/babel-plugin` in addition to `@ts-gql/eslint-plugin`.
11-
16+
1217
Configuration also now lives in the `package.json` like this:
13-
18+
1419
```json
1520
{
1621
"ts-gql": {
@@ -19,5 +24,4 @@
1924
}
2025
```
2126

22-
23-
- [`e4c60ad`](https://github.com/Thinkmill/ts-gql/commit/e4c60adcc45abba018c4b9d4d0379e7d529a9af1) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Initial release
27+
* [`e4c60ad`](https://github.com/Thinkmill/ts-gql/commit/e4c60adcc45abba018c4b9d4d0379e7d529a9af1) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Initial release

packages/compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ts-gql/compiler",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"main": "dist/compiler.cjs.js",
55
"module": "dist/compiler.esm.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)