From 1494ac3a1188e5ffd9294b750a94d62175f1f292 Mon Sep 17 00:00:00 2001 From: Neo4j Team GraphQL Date: Fri, 28 Feb 2025 11:21:37 +0000 Subject: [PATCH] Version Packages --- .changeset/ten-walls-grin.md | 5 ----- .../apollo-federation-subgraph-compatibility/package.json | 2 +- packages/graphql/CHANGELOG.md | 6 ++++++ packages/graphql/package.json | 2 +- yarn.lock | 4 ++-- 5 files changed, 10 insertions(+), 9 deletions(-) delete mode 100644 .changeset/ten-walls-grin.md diff --git a/.changeset/ten-walls-grin.md b/.changeset/ten-walls-grin.md deleted file mode 100644 index 1f2e4cc413..0000000000 --- a/.changeset/ten-walls-grin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@neo4j/graphql": minor ---- - -Add a new field directive `@sortable` which can be used to configure whether results can be sorted by field values or not. diff --git a/packages/apollo-federation-subgraph-compatibility/package.json b/packages/apollo-federation-subgraph-compatibility/package.json index ce33720fb6..2a0bce28d8 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.3.1", + "@neo4j/graphql": "^6.4.0", "graphql": "16.10.0", "graphql-tag": "^2.12.6", "neo4j-driver": "^5.8.0" diff --git a/packages/graphql/CHANGELOG.md b/packages/graphql/CHANGELOG.md index 9daefb6d26..41e4b4d0da 100644 --- a/packages/graphql/CHANGELOG.md +++ b/packages/graphql/CHANGELOG.md @@ -1,5 +1,11 @@ # @neo4j/graphql +## 6.4.0 + +### Minor Changes + +- [#6029](https://github.com/neo4j/graphql/pull/6029) [`f792a02`](https://github.com/neo4j/graphql/commit/f792a0259ad489b95e6241c20be6d27525712f3b) Thanks [@darrellwarde](https://github.com/darrellwarde)! - Add a new field directive `@sortable` which can be used to configure whether results can be sorted by field values or not. + ## 6.3.1 ### Patch Changes diff --git a/packages/graphql/package.json b/packages/graphql/package.json index b0a63520fe..8160c9992c 100644 --- a/packages/graphql/package.json +++ b/packages/graphql/package.json @@ -1,6 +1,6 @@ { "name": "@neo4j/graphql", - "version": "6.3.1", + "version": "6.4.0", "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 3112376040..0a50c40d6c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2136,7 +2136,7 @@ __metadata: languageName: node linkType: soft -"@neo4j/graphql@npm:^6.2.2, @neo4j/graphql@npm:^6.3.1, @neo4j/graphql@workspace:packages/graphql": +"@neo4j/graphql@npm:^6.2.2, @neo4j/graphql@npm:^6.4.0, @neo4j/graphql@workspace:packages/graphql": version: 0.0.0-use.local resolution: "@neo4j/graphql@workspace:packages/graphql" dependencies: @@ -3887,7 +3887,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.3.1" + "@neo4j/graphql": "npm:^6.4.0" fork-ts-checker-webpack-plugin: "npm:9.0.2" graphql: "npm:16.10.0" graphql-tag: "npm:^2.12.6"