From 5a529898eeef1360447c0464eafa5c51f458f60c Mon Sep 17 00:00:00 2001 From: Neo4j Team GraphQL Date: Tue, 3 Dec 2024 17:09:42 +0000 Subject: [PATCH] Version Packages --- .changeset/breezy-jars-design.md | 5 ----- .changeset/gold-days-fly.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/breezy-jars-design.md delete mode 100644 .changeset/gold-days-fly.md diff --git a/.changeset/breezy-jars-design.md b/.changeset/breezy-jars-design.md deleted file mode 100644 index 18f764b6a7..0000000000 --- a/.changeset/breezy-jars-design.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@neo4j/graphql": patch ---- - -Fixed bug where fields decorated with `@customResolver` were included in the projection of the generated Cypher query diff --git a/.changeset/gold-days-fly.md b/.changeset/gold-days-fly.md deleted file mode 100644 index bce971af20..0000000000 --- a/.changeset/gold-days-fly.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@neo4j/graphql": patch ---- - -`@default` directive fixed to work as expected on fields of temporal type, and `BigInt` fields diff --git a/packages/apollo-federation-subgraph-compatibility/package.json b/packages/apollo-federation-subgraph-compatibility/package.json index 5aff44fe2d..fc0060f86d 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.0", + "@neo4j/graphql": "^6.2.1", "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 bcf313d51c..35ec8f8709 100644 --- a/packages/graphql/CHANGELOG.md +++ b/packages/graphql/CHANGELOG.md @@ -1,5 +1,13 @@ # @neo4j/graphql +## 6.2.1 + +### Patch Changes + +- [#5861](https://github.com/neo4j/graphql/pull/5861) [`f2e1575`](https://github.com/neo4j/graphql/commit/f2e15751657725abd9086b1fdce13b360bd72eab) Thanks [@darrellwarde](https://github.com/darrellwarde)! - Fixed bug where fields decorated with `@customResolver` were included in the projection of the generated Cypher query + +- [#5865](https://github.com/neo4j/graphql/pull/5865) [`258ff53`](https://github.com/neo4j/graphql/commit/258ff53204746ce04828f6ff5ad6422260a3c895) Thanks [@darrellwarde](https://github.com/darrellwarde)! - `@default` directive fixed to work as expected on fields of temporal type, and `BigInt` fields + ## 6.2.0 ### Minor Changes diff --git a/packages/graphql/package.json b/packages/graphql/package.json index 6125b4cc5c..b5e176cc9e 100644 --- a/packages/graphql/package.json +++ b/packages/graphql/package.json @@ -1,6 +1,6 @@ { "name": "@neo4j/graphql", - "version": "6.2.0", + "version": "6.2.1", "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 cf7b7cf269..b9b832ea5a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2072,7 +2072,7 @@ __metadata: languageName: node linkType: soft -"@neo4j/graphql@npm:^6.0.0, @neo4j/graphql@npm:^6.2.0, @neo4j/graphql@workspace:packages/graphql": +"@neo4j/graphql@npm:^6.0.0, @neo4j/graphql@npm:^6.2.1, @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.0" + "@neo4j/graphql": "npm:^6.2.1" fork-ts-checker-webpack-plugin: "npm:9.0.2" graphql: "npm:16.9.0" graphql-tag: "npm:^2.12.6"