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

19 files changed

+139
-56
lines changed

.changeset/ten-camels-shout.md

-19
This file was deleted.

.changeset/unlucky-icons-attend.md

-7
This file was deleted.

packages/apollo/CHANGELOG.md

+7
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

+2-2
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

+8
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

+1-1
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

+23
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

+1-1
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

+18
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

+1-1
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",

packages/next/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# @ts-gql/next
2+
3+
## 1.0.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
9+
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [[`e4c60ad`](https://github.com/Thinkmill/ts-gql/commit/e4c60adcc45abba018c4b9d4d0379e7d529a9af1), [`e4c60ad`](https://github.com/Thinkmill/ts-gql/commit/e4c60adcc45abba018c4b9d4d0379e7d529a9af1)]:
14+
- @ts-gql/compiler@0.1.0
15+
- @ts-gql/babel-plugin@0.1.0

packages/next/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"name": "@ts-gql/next",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"main": "dist/next.cjs.js",
55
"module": "dist/next.esm.js",
66
"license": "MIT",
77
"dependencies": {
88
"@babel/runtime": "^7.9.2",
9-
"@ts-gql/babel-plugin": "^0.0.0"
9+
"@ts-gql/babel-plugin": "^0.1.0"
1010
},
1111
"peerDependencies": {
1212
"@ts-gql/compiler": "*",
1313
"graphql": "^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"
1414
},
1515
"devDependencies": {
1616
"graphql": "^14.0.0",
17-
"@ts-gql/compiler": "^0.0.0"
17+
"@ts-gql/compiler": "^0.1.0"
1818
},
1919
"repository": "https://github.com/Thinkmill/ts-gql/tree/master/packages/next"
2020
}

packages/tag/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# @ts-gql/tag
22

3+
## 0.3.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.2.0
422

523
### Minor Changes

packages/tag/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ts-gql/tag",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"main": "dist/tag.cjs.js",
55
"module": "dist/tag.esm.js",
66
"license": "MIT",

packages/urql/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @ts-gql/urql
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/urql/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@ts-gql/urql",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"main": "dist/urql.cjs.js",
55
"module": "dist/urql.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
"urql": "*"

pnpm-lock.yaml

+11-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test-app/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @ts-gql/test-app
22

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e4c60ad`](https://github.com/Thinkmill/ts-gql/commit/e4c60adcc45abba018c4b9d4d0379e7d529a9af1), [`e4c60ad`](https://github.com/Thinkmill/ts-gql/commit/e4c60adcc45abba018c4b9d4d0379e7d529a9af1)]:
8+
- @ts-gql/compiler@0.1.0
9+
- @ts-gql/eslint-plugin@0.4.0
10+
- @ts-gql/tag@0.3.0
11+
- @ts-gql/babel-plugin@0.1.0
12+
- @ts-gql/next@1.0.0
13+
- @ts-gql/apollo@0.2.1
14+
- @ts-gql/urql@0.2.1
15+
316
## 0.1.2
417

518
### Patch Changes

test-app/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "@ts-gql/test-app",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"private": true,
55
"license": "MIT",
66
"dependencies": {
77
"@apollo/client": "^3.0.0-beta.43",
8-
"@ts-gql/apollo": "^0.2.0",
9-
"@ts-gql/babel-plugin": "^0.0.0",
10-
"@ts-gql/compiler": "^0.0.0",
11-
"@ts-gql/eslint-plugin": "^0.3.0",
12-
"@ts-gql/next": "workspace:^0.0.0",
13-
"@ts-gql/tag": "^0.2.0",
14-
"@ts-gql/urql": "^0.2.0",
8+
"@ts-gql/apollo": "^0.2.1",
9+
"@ts-gql/babel-plugin": "^0.1.0",
10+
"@ts-gql/compiler": "^0.1.0",
11+
"@ts-gql/eslint-plugin": "^0.4.0",
12+
"@ts-gql/next": "workspace:^1.0.0",
13+
"@ts-gql/tag": "^0.3.0",
14+
"@ts-gql/urql": "^0.2.1",
1515
"@types/node": "^13.13.2",
1616
"@types/react": "^16.9.34",
1717
"@typescript-eslint/parser": "^2.29.0",

0 commit comments

Comments
 (0)