Skip to content

Commit d68fbfa

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

File tree

12 files changed

+62
-34
lines changed

12 files changed

+62
-34
lines changed

.changeset/friendly-foxes-buy.md

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

packages/apollo/CHANGELOG.md

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

3-
## 0.1.0
3+
## 0.2.0
4+
45
### Minor Changes
56

7+
- [`8485b1a`](https://github.com/Thinkmill/ts-gql/commit/8485b1a28228feea836d076cc7dd1a0691414248) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Remove -with-required-variables types
68

9+
### Patch Changes
710

8-
- [`b444283`](https://github.com/Thinkmill/ts-gql/commit/b44428353e6e94f7df60b8ffc409b44b6fbca1ca) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Initial release
11+
- Updated dependencies [[`8485b1a`](https://github.com/Thinkmill/ts-gql/commit/8485b1a28228feea836d076cc7dd1a0691414248)]:
12+
- @ts-gql/tag@0.2.0
913

14+
## 0.1.0
15+
16+
### Minor Changes
17+
18+
- [`b444283`](https://github.com/Thinkmill/ts-gql/commit/b44428353e6e94f7df60b8ffc409b44b6fbca1ca) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Initial release
1019

1120
### Patch Changes
1221

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.1.0",
3+
"version": "0.2.0",
44
"main": "dist/apollo.cjs.js",
55
"module": "dist/apollo.esm.js",
66
"license": "MIT",
77
"dependencies": {
8-
"@ts-gql/tag": "^0.1.0"
8+
"@ts-gql/tag": "^0.2.0"
99
},
1010
"peerDependencies": {
1111
"@apollo/client": "*"
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# @ts-gql/eslint-plugin
22

3-
## 0.1.0
3+
## 0.2.0
4+
45
### Minor Changes
56

7+
- [`8485b1a`](https://github.com/Thinkmill/ts-gql/commit/8485b1a28228feea836d076cc7dd1a0691414248) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Remove -with-required-variables types
68

9+
## 0.1.0
10+
11+
### Minor Changes
712

813
- [`b444283`](https://github.com/Thinkmill/ts-gql/commit/b44428353e6e94f7df60b8ffc409b44b6fbca1ca) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Initial release

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

packages/tag/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# @ts-gql/tag
22

3-
## 0.1.0
3+
## 0.2.0
4+
45
### Minor Changes
56

7+
- [`8485b1a`](https://github.com/Thinkmill/ts-gql/commit/8485b1a28228feea836d076cc7dd1a0691414248) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Remove -with-required-variables types
68

9+
## 0.1.0
10+
11+
### Minor Changes
712

813
- [`b444283`](https://github.com/Thinkmill/ts-gql/commit/b44428353e6e94f7df60b8ffc409b44b6fbca1ca) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Initial release

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

packages/urql/CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
11
# @ts-gql/urql
22

3-
## 0.1.0
3+
## 0.2.0
4+
45
### Minor Changes
56

7+
- [`8485b1a`](https://github.com/Thinkmill/ts-gql/commit/8485b1a28228feea836d076cc7dd1a0691414248) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Remove -with-required-variables types
68

9+
### Patch Changes
710

8-
- [`b444283`](https://github.com/Thinkmill/ts-gql/commit/b44428353e6e94f7df60b8ffc409b44b6fbca1ca) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Initial release
11+
- Updated dependencies [[`8485b1a`](https://github.com/Thinkmill/ts-gql/commit/8485b1a28228feea836d076cc7dd1a0691414248)]:
12+
- @ts-gql/tag@0.2.0
913

14+
## 0.1.0
15+
16+
### Minor Changes
17+
18+
- [`b444283`](https://github.com/Thinkmill/ts-gql/commit/b44428353e6e94f7df60b8ffc409b44b6fbca1ca) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Initial release
1019

1120
### Patch Changes
1221

packages/urql/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/urql",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"main": "dist/urql.cjs.js",
55
"module": "dist/urql.esm.js",
66
"license": "MIT",
77
"dependencies": {
8-
"@ts-gql/tag": "^0.1.0"
8+
"@ts-gql/tag": "^0.2.0"
99
},
1010
"peerDependencies": {
1111
"urql": "*"

pnpm-lock.yaml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)