Skip to content

Commit 4cf1b09

Browse files
Version Packages (#19)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent caa1974 commit 4cf1b09

File tree

12 files changed

+57
-24
lines changed

12 files changed

+57
-24
lines changed

.changeset/moody-planets-teach.md

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

packages/compiler/CHANGELOG.md

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

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- [`caa1974`](https://github.com/Thinkmill/ts-gql/commit/caa19743de1aa1345795691b8d4eea58c052fc8f) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Support scalars option
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`caa1974`](https://github.com/Thinkmill/ts-gql/commit/caa19743de1aa1345795691b8d4eea58c052fc8f)]:
12+
- @ts-gql/config@0.2.0
13+
314
## 0.4.2
415

516
### Patch Changes

packages/compiler/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ts-gql/compiler",
3-
"version": "0.4.2",
3+
"version": "0.5.0",
44
"main": "dist/compiler.cjs.js",
55
"module": "dist/compiler.esm.js",
66
"license": "MIT",
@@ -15,7 +15,7 @@
1515
"@graphql-codegen/plugin-helpers": "^1.13.3",
1616
"@graphql-codegen/typescript": "^1.13.3",
1717
"@graphql-codegen/typescript-operations": "^1.13.3",
18-
"@ts-gql/config": "^0.1.0",
18+
"@ts-gql/config": "^0.2.0",
1919
"@types/babel__code-frame": "^7.0.1",
2020
"@types/fs-extra": "^8.1.0",
2121
"@types/invariant": "^2.2.32",

packages/config/CHANGELOG.md

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

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

7+
- [`caa1974`](https://github.com/Thinkmill/ts-gql/commit/caa19743de1aa1345795691b8d4eea58c052fc8f) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Support scalars option
68

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

813
- [`e42383b`](https://github.com/Thinkmill/ts-gql/commit/e42383b5970a554462384f9851aabc173f7fcf52) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Initial Release

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

packages/eslint-plugin/CHANGELOG.md

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

3+
## 0.4.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`caa1974`](https://github.com/Thinkmill/ts-gql/commit/caa19743de1aa1345795691b8d4eea58c052fc8f)]:
8+
- @ts-gql/config@0.2.0
9+
310
## 0.4.1
411

512
### Patch Changes

packages/eslint-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ts-gql/eslint-plugin",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"main": "dist/eslint-plugin.cjs.js",
55
"module": "dist/eslint-plugin.esm.js",
66
"license": "MIT",
@@ -9,7 +9,7 @@
99
"@graphql-codegen/plugin-helpers": "^1.13.3",
1010
"@graphql-codegen/typescript": "^1.13.3",
1111
"@graphql-codegen/typescript-operations": "^1.13.3",
12-
"@ts-gql/config": "^0.1.0",
12+
"@ts-gql/config": "^0.2.0",
1313
"@typescript-eslint/experimental-utils": "^2.29.0",
1414
"find-pkg-json-field-up": "^1.0.1",
1515
"slash": "^3.0.0"

packages/next/CHANGELOG.md

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

3+
## 5.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`caa1974`](https://github.com/Thinkmill/ts-gql/commit/caa19743de1aa1345795691b8d4eea58c052fc8f)]:
8+
- @ts-gql/compiler@0.5.0
9+
310
## 4.0.0
411

512
### Major Changes

packages/next/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ts-gql/next",
3-
"version": "4.0.0",
3+
"version": "5.0.0",
44
"main": "dist/next.cjs.js",
55
"module": "dist/next.esm.js",
66
"license": "MIT",
@@ -14,7 +14,7 @@
1414
},
1515
"devDependencies": {
1616
"graphql": "^14.0.0",
17-
"@ts-gql/compiler": "^0.4.0"
17+
"@ts-gql/compiler": "^0.5.0"
1818
},
1919
"repository": "https://github.com/Thinkmill/ts-gql/tree/master/packages/next"
2020
}

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)