From 26c9cf9d38fe150b832b0b295fac018f2b5b5193 Mon Sep 17 00:00:00 2001 From: Dimitri POSTOLOV Date: Sat, 3 Aug 2024 15:06:54 +0200 Subject: [PATCH] Update CHANGELOG.md --- packages/plugin/CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/plugin/CHANGELOG.md b/packages/plugin/CHANGELOG.md index fb7096d3d47..51848150336 100644 --- a/packages/plugin/CHANGELOG.md +++ b/packages/plugin/CHANGELOG.md @@ -14,15 +14,15 @@ Thanks [@dimaMachina](https://github.com/dimaMachina)! - - rename flat configs exports ```diff - -graphql.flatConfigs['schema-recommended'] + -graphql.flatConfigs['schema-recommended'].rules +graphql.configs['flat/schema-recommended'] - -graphql.flatConfigs['schema-relay'] + -graphql.flatConfigs['schema-relay'].rules +graphql.configs['flat/schema-relay'] - -graphql.flatConfigs['schema-all'] + -graphql.flatConfigs['schema-all'].rules +graphql.configs['flat/schema-all'] - -graphql.flatConfigs['operations-recommended'] + -graphql.flatConfigs['operations-recommended'].rules +graphql.configs['flat/operations-recommended'] - -graphql.flatConfigs['operations-all'] + -graphql.flatConfigs['operations-all'].rules +graphql.configs['flat/operations-all'] ```