Skip to content

Commit 3b15516

Browse files
Upcoming Release Changes (#8456)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d19573d commit 3b15516

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed

.changeset/gentle-waves-grab.md

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

packages/presets/client/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @graphql-codegen/client-preset
22

3+
## 1.0.4
4+
5+
### Patch Changes
6+
7+
- [#8455](https://github.com/dotansimha/graphql-code-generator/pull/8455) [`d19573d88`](https://github.com/dotansimha/graphql-code-generator/commit/d19573d889513abab77a99d5f75f25612a891446) Thanks [@charlypoly](https://github.com/charlypoly)! - The client preset now allows the use of the following `config`:
8+
- `scalars`
9+
- `defaultScalarType`
10+
- `strictScalars`
11+
- `namingConvention`
12+
- `useTypeImports`
13+
- `skipTypename`
14+
- `arrayInputCoercion`
15+
316
## 1.0.3
417

518
### Patch Changes

packages/presets/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/client-preset",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "GraphQL Code Generator preset for client.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)