Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#10275)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
theguild-bot and github-actions[bot] authored Feb 8, 2025
1 parent 6da52a3 commit 978eaa8
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/weak-lions-occur.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-tables-join.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/plugins/other/fragment-matcher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphql-codegen/fragment-matcher

## 5.1.0

### Minor Changes

- [#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

## 5.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/other/fragment-matcher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/fragment-matcher",
"version": "5.0.2",
"version": "5.1.0",
"description": "graphql-code-generate plugin for generating fragments matcher introspection file",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/presets/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphql-codegen/client-preset

## 4.6.2

### Patch Changes

- [#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

## 4.6.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/presets/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/client-preset",
"version": "4.6.1",
"version": "4.6.2",
"description": "GraphQL Code Generator preset for client.",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
"@graphql-codegen/c-sharp": "4.3.1",
"@graphql-codegen/c-sharp-operations": "2.3.1",
"@graphql-codegen/cli": "5.0.4",
"@graphql-codegen/client-preset": "4.6.1",
"@graphql-codegen/client-preset": "4.6.2",
"@graphql-codegen/core": "4.0.2",
"@graphql-codegen/flow": "2.3.6",
"@graphql-codegen/flow-operations": "2.3.6",
"@graphql-codegen/flow-resolvers": "2.4.4",
"@graphql-codegen/flutter-freezed": "^3.0.1",
"@graphql-codegen/fragment-matcher": "5.0.2",
"@graphql-codegen/fragment-matcher": "5.1.0",
"@graphql-codegen/hasura-allow-list": "2.0.0",
"@graphql-codegen/import-types-preset": "2.2.6",
"@graphql-codegen/introspection": "4.0.3",
Expand Down

0 comments on commit 978eaa8

Please sign in to comment.