Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/nice-eels-press.md

This file was deleted.

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

## 3.1.0

### Minor Changes

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

## 3.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"typescript",
"the-guild"
],
"version": "3.0.0",
"version": "3.1.0",
"author": "Kamil Kisiela",
"license": "MIT",
"sideEffects": false,
Expand Down
7 changes: 7 additions & 0 deletions website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# website

## 0.0.1

### Patch Changes

- [#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
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "website",
"private": true,
"version": "0.0.0",
"version": "0.0.1",
"type": "module",
"scripts": {
"build": "next build",
Expand Down