Skip to content

Commit beaf4d0

Browse files
chore(release): update packages versions (#189)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 73d9936 commit beaf4d0

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.changeset/happy-coins-flow.md

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

packages/typescript-resolver-files/CHANGELOG.md

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

3+
## 0.7.1
4+
5+
### Patch Changes
6+
7+
- 73d9936: Relax `presetConfig.typesPluginsConfig.namingConvention` enforcement. Warn if used.
8+
9+
In v0.7.0, we've made `presetConfig.typesPluginsConfig.namingConvention` to throw if used. In this release, we've relaxed it because certain options may still work e.g. `upperCaseFirst `. If `namingConvention` is used, we warn instead.
10+
11+
Currently, the preset naively uses the schema type spelling/casing as the generated type. Therefore, it's important to have `namingConvention` option as `keep`. In the future, we can revisit to make sure generated resolvers have the same `namingConvention` support as the generated type file.
12+
313
## 0.7.0
414

515
### Minor Changes

packages/typescript-resolver-files/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-typescript-resolver-files",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/eddeee888/graphql-code-generator-plugins.git",

0 commit comments

Comments
 (0)