Skip to content

Commit bcafae7

Browse files
authored
Merge pull request #5862 from neo4j/changeset-release/dev
changesets for branch `dev`
2 parents 258ff53 + 5a52989 commit bcafae7

File tree

6 files changed

+12
-14
lines changed

6 files changed

+12
-14
lines changed

.changeset/breezy-jars-design.md

-5
This file was deleted.

.changeset/gold-days-fly.md

-5
This file was deleted.

packages/apollo-federation-subgraph-compatibility/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@apollo/server": "^4.7.0",
1212
"@graphql-tools/wrap": "^10.0.0",
13-
"@neo4j/graphql": "^6.2.0",
13+
"@neo4j/graphql": "^6.2.1",
1414
"graphql": "16.9.0",
1515
"graphql-tag": "^2.12.6",
1616
"neo4j-driver": "^5.8.0"

packages/graphql/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @neo4j/graphql
22

3+
## 6.2.1
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- [#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
10+
311
## 6.2.0
412

513
### Minor Changes

packages/graphql/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neo4j/graphql",
3-
"version": "6.2.0",
3+
"version": "6.2.1",
44
"description": "A GraphQL to Cypher query execution layer for Neo4j and JavaScript GraphQL implementations",
55
"keywords": [
66
"neo4j",

yarn.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -2072,7 +2072,7 @@ __metadata:
20722072
languageName: node
20732073
linkType: soft
20742074

2075-
"@neo4j/graphql@npm:^6.0.0, @neo4j/graphql@npm:^6.2.0, @neo4j/graphql@workspace:packages/graphql":
2075+
"@neo4j/graphql@npm:^6.0.0, @neo4j/graphql@npm:^6.2.1, @neo4j/graphql@workspace:packages/graphql":
20762076
version: 0.0.0-use.local
20772077
resolution: "@neo4j/graphql@workspace:packages/graphql"
20782078
dependencies:
@@ -3842,7 +3842,7 @@ __metadata:
38423842
"@apollo/federation-subgraph-compatibility": "npm:2.2.0"
38433843
"@apollo/server": "npm:^4.7.0"
38443844
"@graphql-tools/wrap": "npm:^10.0.0"
3845-
"@neo4j/graphql": "npm:^6.2.0"
3845+
"@neo4j/graphql": "npm:^6.2.1"
38463846
fork-ts-checker-webpack-plugin: "npm:9.0.2"
38473847
graphql: "npm:16.9.0"
38483848
graphql-tag: "npm:^2.12.6"

0 commit comments

Comments
 (0)