Skip to content

Commit 9de933a

Browse files
chore(release): update monorepo packages versions
1 parent 55518d0 commit 9de933a

File tree

5 files changed

+15
-8
lines changed

5 files changed

+15
-8
lines changed

.changeset/nice-eels-press.md

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

packages/graphql-modules/CHANGELOG.md

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

3+
## 3.1.0
4+
5+
### Minor Changes
6+
7+
- [#2618](https://github.com/graphql-hive/graphql-modules/pull/2618) [`55518d0`](https://github.com/graphql-hive/graphql-modules/commit/55518d0ebd392b4dcd84f2ad919b141ff4d3f2b2) Thanks [@vlad-x](https://github.com/vlad-x)! - Enabled support for resolver extensions for compatibility with such libraries as grafast or graphql-query-complexity
8+
39
## 3.0.0
410

511
### Major Changes

packages/graphql-modules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"typescript",
99
"the-guild"
1010
],
11-
"version": "3.0.0",
11+
"version": "3.1.0",
1212
"author": "Kamil Kisiela",
1313
"license": "MIT",
1414
"sideEffects": false,

website/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# website
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- [#2618](https://github.com/graphql-hive/graphql-modules/pull/2618) [`55518d0`](https://github.com/graphql-hive/graphql-modules/commit/55518d0ebd392b4dcd84f2ad919b141ff4d3f2b2) Thanks [@vlad-x](https://github.com/vlad-x)! - Enabled support for resolver extensions for compatibility with such libraries as grafast or graphql-query-complexity

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "website",
33
"private": true,
4-
"version": "0.0.0",
4+
"version": "0.0.1",
55
"type": "module",
66
"scripts": {
77
"build": "next build",

0 commit comments

Comments
 (0)