Skip to content

Commit 942c25d

Browse files
Upcoming Release Changes (#10074)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7ac42a3 commit 942c25d

4 files changed

Lines changed: 8 additions & 7 deletions

File tree

.changeset/twelve-oranges-breathe.md

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

packages/presets/client/CHANGELOG.md

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

3+
## 4.3.3
4+
5+
### Patch Changes
6+
7+
- [#9817](https://github.com/dotansimha/graphql-code-generator/pull/9817) [`7ac42a3`](https://github.com/dotansimha/graphql-code-generator/commit/7ac42a33915985b9504bc16f38a22e057bbcd1ab) Thanks [@nikitalocalhost](https://github.com/nikitalocalhost)! - Resolve runtime error when using the babel plugin within an ESM environment.
8+
39
## 4.3.2
410

511
### 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": "4.3.2",
3+
"version": "4.3.3",
44
"description": "GraphQL Code Generator preset for client.",
55
"repository": {
66
"type": "git",

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@graphql-codegen/c-sharp": "4.3.1",
2525
"@graphql-codegen/c-sharp-operations": "2.3.1",
2626
"@graphql-codegen/cli": "5.0.2",
27-
"@graphql-codegen/client-preset": "4.3.2",
27+
"@graphql-codegen/client-preset": "4.3.3",
2828
"@graphql-codegen/core": "4.0.2",
2929
"@graphql-codegen/flow": "2.3.6",
3030
"@graphql-codegen/flow-operations": "2.3.6",

0 commit comments

Comments
 (0)