Skip to content

Commit 58cf5de

Browse files
Version Packages (#94)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f6ef1d9 commit 58cf5de

20 files changed

+104
-48
lines changed

.changeset/few-dots-leave.md

-5
This file was deleted.

.changeset/little-dodos-run.md

-5
This file was deleted.

.changeset/orange-dodos-wink.md

-10
This file was deleted.

packages/apollo/CHANGELOG.md

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

3+
## 0.11.1
4+
5+
### Patch Changes
6+
7+
- [`d002ea4`](https://github.com/Thinkmill/ts-gql/commit/d002ea42b874d6431716c7e6c8b71dd0f7d59e00) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Simplified types for requiring or not requiring variables
8+
9+
* [`0e3e2f5`](https://github.com/Thinkmill/ts-gql/commit/0e3e2f5004c7e42bbc394664c5e667ce3597e6fd) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Support `graphql@16`
10+
11+
* Updated dependencies [[`0e3e2f5`](https://github.com/Thinkmill/ts-gql/commit/0e3e2f5004c7e42bbc394664c5e667ce3597e6fd)]:
12+
- @ts-gql/tag@0.6.1
13+
314
## 0.11.0
415

516
### 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.11.0",
3+
"version": "0.11.1",
44
"main": "dist/apollo.cjs.js",
55
"module": "dist/apollo.esm.js",
66
"license": "MIT",
77
"dependencies": {
8-
"@ts-gql/tag": "^0.6.0"
8+
"@ts-gql/tag": "^0.6.1"
99
},
1010
"peerDependencies": {
1111
"@apollo/client": "*",

packages/compiler/CHANGELOG.md

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

3+
## 0.15.1
4+
5+
### Patch Changes
6+
7+
- [`0e3e2f5`](https://github.com/Thinkmill/ts-gql/commit/0e3e2f5004c7e42bbc394664c5e667ce3597e6fd) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Support `graphql@16`
8+
9+
- Updated dependencies [[`0e3e2f5`](https://github.com/Thinkmill/ts-gql/commit/0e3e2f5004c7e42bbc394664c5e667ce3597e6fd)]:
10+
- @ts-gql/config@0.9.1
11+
312
## 0.15.0
413

514
### Minor Changes

packages/compiler/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ts-gql/compiler",
3-
"version": "0.15.0",
3+
"version": "0.15.1",
44
"main": "dist/compiler.cjs.js",
55
"module": "dist/compiler.esm.js",
66
"license": "MIT",
@@ -20,7 +20,7 @@
2020
"@graphql-codegen/typescript": "^2.4.8",
2121
"@graphql-codegen/typescript-operations": "^2.3.5",
2222
"@nodelib/fs.walk": "^1.2.4",
23-
"@ts-gql/config": "^0.9.0",
23+
"@ts-gql/config": "^0.9.1",
2424
"@types/babel__code-frame": "^7.0.1",
2525
"@types/graceful-fs": "^4.1.3",
2626
"@types/invariant": "^2.2.32",

packages/config/CHANGELOG.md

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

3+
## 0.9.1
4+
5+
### Patch Changes
6+
7+
- [`0e3e2f5`](https://github.com/Thinkmill/ts-gql/commit/0e3e2f5004c7e42bbc394664c5e667ce3597e6fd) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Support `graphql@16`
8+
39
## 0.9.0
410

511
### Minor Changes

packages/config/package.json

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

packages/eslint-plugin/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @ts-gql/eslint-plugin
22

3+
## 0.8.1
4+
5+
### Patch Changes
6+
7+
- [`0e3e2f5`](https://github.com/Thinkmill/ts-gql/commit/0e3e2f5004c7e42bbc394664c5e667ce3597e6fd) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Support `graphql@16`
8+
9+
- Updated dependencies [[`0e3e2f5`](https://github.com/Thinkmill/ts-gql/commit/0e3e2f5004c7e42bbc394664c5e667ce3597e6fd)]:
10+
- @ts-gql/config@0.9.1
11+
312
## 0.8.0
413

514
### Minor Changes

packages/eslint-plugin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ts-gql/eslint-plugin",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"main": "dist/eslint-plugin.cjs.js",
55
"module": "dist/eslint-plugin.esm.js",
66
"license": "MIT",
@@ -9,7 +9,7 @@
99
],
1010
"dependencies": {
1111
"@babel/runtime": "^7.9.2",
12-
"@ts-gql/config": "^0.9.0",
12+
"@ts-gql/config": "^0.9.1",
1313
"@typescript-eslint/experimental-utils": "^2.29.0",
1414
"find-pkg-json-field-up": "^1.0.1",
1515
"slash": "^3.0.0"

packages/fetch/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# @ts-gql/fetch
2+
3+
## 0.1.0
4+
### Minor Changes
5+
6+
7+
8+
- [`c9356b8`](https://github.com/Thinkmill/ts-gql/commit/c9356b86d05c368409dced5f111d2bbcdf00f586) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Initial release
9+
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [[`0e3e2f5`](https://github.com/Thinkmill/ts-gql/commit/0e3e2f5004c7e42bbc394664c5e667ce3597e6fd)]:
14+
- @ts-gql/tag@0.6.1

packages/fetch/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@ts-gql/fetch",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"main": "dist/fetch.cjs.js",
55
"module": "dist/fetch.esm.js",
66
"license": "MIT",
77
"dependencies": {
8-
"@ts-gql/tag": "^0.6.0"
8+
"@ts-gql/tag": "^0.6.1"
99
},
1010
"peerDependencies": {
1111
"graphql": "15 || 16"

packages/next/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @ts-gql/next
22

3+
## 16.0.1
4+
5+
### Patch Changes
6+
7+
- [`0e3e2f5`](https://github.com/Thinkmill/ts-gql/commit/0e3e2f5004c7e42bbc394664c5e667ce3597e6fd) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Support `graphql@16`
8+
9+
- Updated dependencies [[`0e3e2f5`](https://github.com/Thinkmill/ts-gql/commit/0e3e2f5004c7e42bbc394664c5e667ce3597e6fd)]:
10+
- @ts-gql/compiler@0.15.1
11+
312
## 16.0.0
413

514
### Major Changes

packages/next/package.json

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

packages/tag/CHANGELOG.md

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

3+
## 0.6.1
4+
5+
### Patch Changes
6+
7+
- [`0e3e2f5`](https://github.com/Thinkmill/ts-gql/commit/0e3e2f5004c7e42bbc394664c5e667ce3597e6fd) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Support `graphql@16`
8+
39
## 0.6.0
410

511
### 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.6.0",
3+
"version": "0.6.1",
44
"main": "dist/tag.cjs.js",
55
"module": "dist/tag.esm.js",
66
"license": "MIT",

pnpm-lock.yaml

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

test-app/CHANGELOG.md

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

3+
## 0.1.27
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c9356b8`](https://github.com/Thinkmill/ts-gql/commit/c9356b86d05c368409dced5f111d2bbcdf00f586), [`d002ea4`](https://github.com/Thinkmill/ts-gql/commit/d002ea42b874d6431716c7e6c8b71dd0f7d59e00), [`0e3e2f5`](https://github.com/Thinkmill/ts-gql/commit/0e3e2f5004c7e42bbc394664c5e667ce3597e6fd)]:
8+
- @ts-gql/fetch@0.1.0
9+
- @ts-gql/apollo@0.11.1
10+
- @ts-gql/compiler@0.15.1
11+
- @ts-gql/eslint-plugin@0.8.1
12+
- @ts-gql/next@16.0.1
13+
- @ts-gql/tag@0.6.1
14+
315
## 0.1.26
416

517
### Patch Changes

test-app/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "@ts-gql/test-app",
3-
"version": "0.1.26",
3+
"version": "0.1.27",
44
"private": true,
55
"license": "MIT",
66
"dependencies": {
77
"@apollo/client": "^3.1.2",
8-
"@ts-gql/apollo": "^0.11.0",
8+
"@ts-gql/apollo": "^0.11.1",
99
"@ts-gql/babel-plugin": "^0.1.0",
10-
"@ts-gql/compiler": "^0.15.0",
11-
"@ts-gql/eslint-plugin": "^0.8.0",
12-
"@ts-gql/fetch": "^0.0.0",
13-
"@ts-gql/next": "^16.0.0",
14-
"@ts-gql/tag": "^0.6.0",
10+
"@ts-gql/compiler": "^0.15.1",
11+
"@ts-gql/eslint-plugin": "^0.8.1",
12+
"@ts-gql/fetch": "^0.1.0",
13+
"@ts-gql/next": "^16.0.1",
14+
"@ts-gql/tag": "^0.6.1",
1515
"@types/node": "^13.13.2",
1616
"@types/react": "^16.9.43",
1717
"@types/react-dom": "^16.9.8",

0 commit comments

Comments
 (0)