Skip to content

Commit 2559cf9

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

File tree

19 files changed

+139
-56
lines changed

19 files changed

+139
-56
lines changed

.changeset/ten-camels-shout.md

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

.changeset/unlucky-icons-attend.md

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

packages/apollo/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @ts-gql/apollo
22

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e4c60ad`](https://github.com/Thinkmill/ts-gql/commit/e4c60adcc45abba018c4b9d4d0379e7d529a9af1)]:
8+
- @ts-gql/tag@0.3.0
9+
310
## 0.2.0
411

512
### Minor Changes

packages/apollo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@ts-gql/apollo",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"main": "dist/apollo.cjs.js",
55
"module": "dist/apollo.esm.js",
66
"license": "MIT",
77
"dependencies": {
8-
"@ts-gql/tag": "^0.2.0"
8+
"@ts-gql/tag": "^0.3.0"
99
},
1010
"peerDependencies": {
1111
"@apollo/client": "*"

packages/babel-plugin/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# @ts-gql/babel-plugin
2+
3+
## 0.1.0
4+
### Minor Changes
5+
6+
7+
8+
- [`e4c60ad`](https://github.com/Thinkmill/ts-gql/commit/e4c60adcc45abba018c4b9d4d0379e7d529a9af1) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Initial release

packages/babel-plugin/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/babel-plugin",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"main": "dist/babel-plugin.cjs.js",
55
"module": "dist/babel-plugin.esm.js",
66
"files": [

packages/compiler/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# @ts-gql/compiler
2+
3+
## 0.1.0
4+
### Minor Changes
5+
6+
7+
8+
- [`e4c60ad`](https://github.com/Thinkmill/ts-gql/commit/e4c60adcc45abba018c4b9d4d0379e7d529a9af1) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Use new technique to generate types.
9+
10+
This requires you to use `@ts-gql/compiler` and `@ts-gql/babel-plugin` in addition to `@ts-gql/eslint-plugin`.
11+
12+
Configuration also now lives in the `package.json` like this:
13+
14+
```json
15+
{
16+
"ts-gql": {
17+
"schema": "schema.graphql"
18+
}
19+
}
20+
```
21+
22+
23+
- [`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.0.0",
3+
"version": "0.1.0",
44
"main": "dist/compiler.cjs.js",
55
"module": "dist/compiler.esm.js",
66
"license": "MIT",

packages/eslint-plugin/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# @ts-gql/eslint-plugin
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- [`e4c60ad`](https://github.com/Thinkmill/ts-gql/commit/e4c60adcc45abba018c4b9d4d0379e7d529a9af1) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - 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+
```
20+
321
## 0.3.1
422

523
### Patch Changes

packages/eslint-plugin/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/eslint-plugin",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"main": "dist/eslint-plugin.cjs.js",
55
"module": "dist/eslint-plugin.esm.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)