From 51ac6b2ed3d587e5c8c35534e3da46b596cf1d82 Mon Sep 17 00:00:00 2001 From: Neo4j Team GraphQL Date: Fri, 20 Dec 2024 09:10:36 +0000 Subject: [PATCH] Version Packages --- .changeset/many-jars-swim.md | 5 ----- .changeset/red-avocados-promise.md | 5 ----- .../apollo-federation-subgraph-compatibility/package.json | 2 +- packages/graphql/CHANGELOG.md | 8 ++++++++ packages/graphql/package.json | 2 +- yarn.lock | 4 ++-- 6 files changed, 12 insertions(+), 14 deletions(-) delete mode 100644 .changeset/many-jars-swim.md delete mode 100644 .changeset/red-avocados-promise.md diff --git a/.changeset/many-jars-swim.md b/.changeset/many-jars-swim.md deleted file mode 100644 index b68856de2c..0000000000 --- a/.changeset/many-jars-swim.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@neo4j/graphql": patch ---- - -Fix error message for wrong `requireAuthentication` argument on `@authorization` directive diff --git a/.changeset/red-avocados-promise.md b/.changeset/red-avocados-promise.md deleted file mode 100644 index 628487054d..0000000000 --- a/.changeset/red-avocados-promise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@neo4j/graphql": patch ---- - -Fixed a bug that appears when filtering on interface relationships diff --git a/packages/apollo-federation-subgraph-compatibility/package.json b/packages/apollo-federation-subgraph-compatibility/package.json index 13836ac802..6178ec373a 100644 --- a/packages/apollo-federation-subgraph-compatibility/package.json +++ b/packages/apollo-federation-subgraph-compatibility/package.json @@ -10,7 +10,7 @@ "dependencies": { "@apollo/server": "^4.7.0", "@graphql-tools/wrap": "^10.0.0", - "@neo4j/graphql": "^6.2.2", + "@neo4j/graphql": "^6.2.3", "graphql": "16.9.0", "graphql-tag": "^2.12.6", "neo4j-driver": "^5.8.0" diff --git a/packages/graphql/CHANGELOG.md b/packages/graphql/CHANGELOG.md index fc94d7adb2..1d90bea7df 100644 --- a/packages/graphql/CHANGELOG.md +++ b/packages/graphql/CHANGELOG.md @@ -1,5 +1,13 @@ # @neo4j/graphql +## 6.2.3 + +### Patch Changes + +- [#5904](https://github.com/neo4j/graphql/pull/5904) [`64d4da1`](https://github.com/neo4j/graphql/commit/64d4da1de868f4ab1be60d42940f7e4193099387) Thanks [@a-alle](https://github.com/a-alle)! - Fix error message for wrong `requireAuthentication` argument on `@authorization` directive + +- [#5906](https://github.com/neo4j/graphql/pull/5906) [`80df6f3`](https://github.com/neo4j/graphql/commit/80df6f3f8c36d2b8e248c4b5490ae1821844c40f) Thanks [@mjfwebb](https://github.com/mjfwebb)! - Fixed a bug that appears when filtering on interface relationships + ## 6.2.2 ### Patch Changes diff --git a/packages/graphql/package.json b/packages/graphql/package.json index 49af8e5a59..def67d25b1 100644 --- a/packages/graphql/package.json +++ b/packages/graphql/package.json @@ -1,6 +1,6 @@ { "name": "@neo4j/graphql", - "version": "6.2.2", + "version": "6.2.3", "description": "A GraphQL to Cypher query execution layer for Neo4j and JavaScript GraphQL implementations", "keywords": [ "neo4j", diff --git a/yarn.lock b/yarn.lock index fe59c62366..8716d9e509 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2072,7 +2072,7 @@ __metadata: languageName: node linkType: soft -"@neo4j/graphql@npm:^6.2.2, @neo4j/graphql@workspace:packages/graphql": +"@neo4j/graphql@npm:^6.2.2, @neo4j/graphql@npm:^6.2.3, @neo4j/graphql@workspace:packages/graphql": version: 0.0.0-use.local resolution: "@neo4j/graphql@workspace:packages/graphql" dependencies: @@ -3842,7 +3842,7 @@ __metadata: "@apollo/federation-subgraph-compatibility": "npm:2.2.0" "@apollo/server": "npm:^4.7.0" "@graphql-tools/wrap": "npm:^10.0.0" - "@neo4j/graphql": "npm:^6.2.2" + "@neo4j/graphql": "npm:^6.2.3" fork-ts-checker-webpack-plugin: "npm:9.0.2" graphql: "npm:16.9.0" graphql-tag: "npm:^2.12.6"