Skip to content

Commit ca6e45a

Browse files
chore(release): update monorepo packages versions
1 parent 81b20f5 commit ca6e45a

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.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",

website/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
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)