Skip to content

Commit 703751c

Browse files
chore(release): update monorepo packages versions
1 parent 374b99d commit 703751c

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.changeset/eight-peaches-warn.md

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

packages/plugins/other/hasura-allow-list/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @graphql-codegen/hasura-allow-list
22

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- [#8242](https://github.com/dotansimha/graphql-code-generator/pull/8242) [`7bee5c597`](https://github.com/dotansimha/graphql-code-generator/commit/7bee5c597466d53152776b1cca9085bd29af00cb) Thanks [@BenoitRanque](https://github.com/BenoitRanque)! - added support for global fragments
8+
breaking: changed config options to camelCase for consistency
9+
310
## 1.1.1
411

512
### Patch Changes

packages/plugins/other/hasura-allow-list/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/hasura-allow-list",
3-
"version": "1.1.1",
3+
"version": "2.0.0",
44
"description": "GraphQL Code Generator plugin to generate hasura allow liste metadata from graphql files",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)