Skip to content

Commit 978eaa8

Browse files
chore(release): update monorepo packages versions (#10275)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6da52a3 commit 978eaa8

File tree

7 files changed

+16
-14
lines changed

7 files changed

+16
-14
lines changed

.changeset/weak-lions-occur.md

-5
This file was deleted.

.changeset/witty-tables-join.md

-5
This file was deleted.

packages/plugins/other/fragment-matcher/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @graphql-codegen/fragment-matcher
22

3+
## 5.1.0
4+
5+
### Minor Changes
6+
7+
- [#10214](https://github.com/dotansimha/graphql-code-generator/pull/10214) [`81b20f5`](https://github.com/dotansimha/graphql-code-generator/commit/81b20f5ab35bf73e7797580ba22c910aecdeddbd) Thanks [@tgandrews](https://github.com/tgandrews)! - Add new flag to make the fragment matcher results deterministic
8+
39
## 5.0.2
410

511
### Patch Changes

packages/plugins/other/fragment-matcher/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/fragment-matcher",
3-
"version": "5.0.2",
3+
"version": "5.1.0",
44
"description": "graphql-code-generate plugin for generating fragments matcher introspection file",
55
"repository": {
66
"type": "git",

packages/presets/client/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @graphql-codegen/client-preset
22

3+
## 4.6.2
4+
5+
### Patch Changes
6+
7+
- [#10280](https://github.com/dotansimha/graphql-code-generator/pull/10280) [`6da52a3`](https://github.com/dotansimha/graphql-code-generator/commit/6da52a3248c0ac9ef32140d130ac3da6fcaa1445) Thanks [@konomae](https://github.com/konomae)! - fix `onlyEnums` passthrough in client-preset
8+
39
## 4.6.1
410

511
### Patch Changes

packages/presets/client/package.json

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

website/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
"@graphql-codegen/c-sharp": "4.3.1",
2828
"@graphql-codegen/c-sharp-operations": "2.3.1",
2929
"@graphql-codegen/cli": "5.0.4",
30-
"@graphql-codegen/client-preset": "4.6.1",
30+
"@graphql-codegen/client-preset": "4.6.2",
3131
"@graphql-codegen/core": "4.0.2",
3232
"@graphql-codegen/flow": "2.3.6",
3333
"@graphql-codegen/flow-operations": "2.3.6",
3434
"@graphql-codegen/flow-resolvers": "2.4.4",
3535
"@graphql-codegen/flutter-freezed": "^3.0.1",
36-
"@graphql-codegen/fragment-matcher": "5.0.2",
36+
"@graphql-codegen/fragment-matcher": "5.1.0",
3737
"@graphql-codegen/hasura-allow-list": "2.0.0",
3838
"@graphql-codegen/import-types-preset": "2.2.6",
3939
"@graphql-codegen/introspection": "4.0.3",

0 commit comments

Comments
 (0)