Skip to content

Commit 5f1a62d

Browse files
chore(release): update packages versions (#347)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 19e1f03 commit 5f1a62d

File tree

9 files changed

+33
-37
lines changed

9 files changed

+33
-37
lines changed

.changeset/funny-windows-exist.md

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

.changeset/gentle-students-invent.md

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

.changeset/popular-schools-live.md

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

.changeset/sweet-pears-pump.md

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

.changeset/thick-dodos-wave.md

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

packages/server-config/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @eddeee888/gcg-server-config
22

3+
## 0.2.3
4+
5+
### Patch Changes
6+
7+
- 19e1f03: Fix \_\_resolveReference being required all the time
8+
39
## 0.2.2
410

511
### Patch Changes

packages/server-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eddeee888/gcg-server-config",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/eddeee888/graphql-code-generator-plugins.git",

packages/typescript-resolver-files/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# @eddeee888/gcg-typescript-resolver-files
22

3+
## 0.12.0
4+
5+
### Minor Changes
6+
7+
- e84fb01: Add mappersRelativeTargetDir config option
8+
9+
`string` (Default: `./`)
10+
11+
By default, mappers must be siblings with the schema they represent. For example, if the schema file is `/path/to/schema.graphql`, the mapper file is `/path/to/schema.mappers.ts`. This extension allows mappers to reside in a different directory relative to the schema file using the pattern `<schemaPath>/<mappersRelativeTargetDir>/<schemaName><mappersFileExtension>`.
12+
13+
- 221c671: Add moduleNamingMode option to determine the module name for each schema file
14+
15+
- **`last`**: The module name is derived from the **last** directory (within the schema directory) in the file's path.
16+
- **`first`**: The module name is derived from the **first** directory (within the schema directory) in the file's path.
17+
- **any number**: The module name is derived from the **nth zero-indexed** directory (within the schema directory) in the file's path. Supports negative numbers which select the **nth** directory from the back of the file's path.
18+
19+
### Patch Changes
20+
21+
- 19e1f03: Fix \_\_resolveReference being required all the time
22+
- b4c501c: Update internals to use faster approach to run static analysis
23+
- df77f2e: Fix issue generated type names with custom naming convention breaks mappers static analysis
24+
- Updated dependencies [19e1f03]
25+
- @eddeee888/gcg-server-config@0.2.3
26+
327
## 0.11.0
428

529
### Minor Changes

packages/typescript-resolver-files/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eddeee888/gcg-typescript-resolver-files",
3-
"version": "0.11.0",
3+
"version": "0.12.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/eddeee888/graphql-code-generator-plugins.git",
@@ -27,7 +27,7 @@
2727
"graphql": "^15.0.0 || ^16.0.0"
2828
},
2929
"dependencies": {
30-
"@eddeee888/gcg-server-config": "0.2.2",
30+
"@eddeee888/gcg-server-config": "0.2.3",
3131
"@graphql-codegen/add": "^5.0.3",
3232
"@graphql-codegen/plugin-helpers": "^5.1.0",
3333
"@graphql-codegen/schema-ast": "^4.1.0",

0 commit comments

Comments
 (0)