diff --git a/.changeset/chilly-panthers-love.md b/.changeset/chilly-panthers-love.md deleted file mode 100644 index 37c44653eb..0000000000 --- a/.changeset/chilly-panthers-love.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@neo4j/graphql": minor ---- - -Adds support for the `@authentication` directive on custom resolved fields of root types Query and Mutation diff --git a/.changeset/grumpy-lamps-pump.md b/.changeset/grumpy-lamps-pump.md deleted file mode 100644 index 06bd36416c..0000000000 --- a/.changeset/grumpy-lamps-pump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@neo4j/graphql": minor ---- - -Add simple relationship filter for relationships to interface types diff --git a/.changeset/perfect-crabs-cross.md b/.changeset/perfect-crabs-cross.md deleted file mode 100644 index 6bf435f4d9..0000000000 --- a/.changeset/perfect-crabs-cross.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@neo4j/graphql": patch ---- - -Fixed a bug that causes relationship direction to be wrongly generated during the resolution of interface relationship fields. diff --git a/.changeset/six-snails-sell.md b/.changeset/six-snails-sell.md deleted file mode 100644 index eb36dcf193..0000000000 --- a/.changeset/six-snails-sell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@neo4j/graphql": patch ---- - -Fixed bug that caused an empty string and false boolean argument being evaluated as `NULL` when passed as an argument of a `@cypher` field. diff --git a/packages/apollo-federation-subgraph-compatibility/package.json b/packages/apollo-federation-subgraph-compatibility/package.json index 32887245b3..80e5c0d613 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": "^5.1.0", + "@neo4j/graphql": "^5.2.0", "graphql": "16.8.1", "graphql-tag": "^2.12.6", "neo4j-driver": "^5.8.0" diff --git a/packages/graphql-toolbox/CHANGELOG.md b/packages/graphql-toolbox/CHANGELOG.md index 8d683bac7d..d9eaecf455 100644 --- a/packages/graphql-toolbox/CHANGELOG.md +++ b/packages/graphql-toolbox/CHANGELOG.md @@ -1,5 +1,12 @@ # @neo4j/graphql-toolbox +## 2.1.12 + +### Patch Changes + +- Updated dependencies [[`6b547dd`](https://github.com/neo4j/graphql/commit/6b547ddc78f18606401f4caa9792f7cecab29ddd), [`720a5ee`](https://github.com/neo4j/graphql/commit/720a5ee5dd8bd361a9b2c5ed14ad65cdf29509e6), [`86fd1a9`](https://github.com/neo4j/graphql/commit/86fd1a9d8fa55941681540b5a37966661059408e), [`d82ee15`](https://github.com/neo4j/graphql/commit/d82ee15f52c39a1fe93d42bbb0ccd59f050581ef)]: + - @neo4j/graphql@5.2.0 + ## 2.1.11 ### Patch Changes diff --git a/packages/graphql-toolbox/package.json b/packages/graphql-toolbox/package.json index 608bff931f..089c332c9f 100644 --- a/packages/graphql-toolbox/package.json +++ b/packages/graphql-toolbox/package.json @@ -1,7 +1,7 @@ { "name": "@neo4j/graphql-toolbox", "private": true, - "version": "2.1.11", + "version": "2.1.12", "description": "Developer UI For Neo4j GraphQL", "exports": "./dist/main.js", "main": "./dist/main.js", @@ -52,7 +52,7 @@ "@graphiql/react": "0.20.3", "@neo4j-ndl/base": "2.7.5", "@neo4j-ndl/react": "2.8.7", - "@neo4j/graphql": "5.1.0", + "@neo4j/graphql": "5.2.0", "@neo4j/introspector": "3.0.0", "classnames": "2.5.1", "cm6-graphql": "0.0.14", diff --git a/packages/graphql/CHANGELOG.md b/packages/graphql/CHANGELOG.md index ccf2125808..b7cc88b9d9 100644 --- a/packages/graphql/CHANGELOG.md +++ b/packages/graphql/CHANGELOG.md @@ -1,5 +1,19 @@ # @neo4j/graphql +## 5.2.0 + +### Minor Changes + +- [#4816](https://github.com/neo4j/graphql/pull/4816) [`6b547dd`](https://github.com/neo4j/graphql/commit/6b547ddc78f18606401f4caa9792f7cecab29ddd) Thanks [@a-alle](https://github.com/a-alle)! - Adds support for the `@authentication` directive on custom resolved fields of root types Query and Mutation + +- [#4829](https://github.com/neo4j/graphql/pull/4829) [`720a5ee`](https://github.com/neo4j/graphql/commit/720a5ee5dd8bd361a9b2c5ed14ad65cdf29509e6) Thanks [@a-alle](https://github.com/a-alle)! - Add simple relationship filter for relationships to interface types + +### Patch Changes + +- [#4848](https://github.com/neo4j/graphql/pull/4848) [`86fd1a9`](https://github.com/neo4j/graphql/commit/86fd1a9d8fa55941681540b5a37966661059408e) Thanks [@MacondoExpress](https://github.com/MacondoExpress)! - Fixed a bug that causes relationship direction to be wrongly generated during the resolution of interface relationship fields. + +- [#4867](https://github.com/neo4j/graphql/pull/4867) [`d82ee15`](https://github.com/neo4j/graphql/commit/d82ee15f52c39a1fe93d42bbb0ccd59f050581ef) Thanks [@MacondoExpress](https://github.com/MacondoExpress)! - Fixed bug that caused an empty string and false boolean argument being evaluated as `NULL` when passed as an argument of a `@cypher` field. + ## 5.1.0 ### Minor Changes diff --git a/packages/graphql/package.json b/packages/graphql/package.json index 61826dcf79..b5ede5dd54 100644 --- a/packages/graphql/package.json +++ b/packages/graphql/package.json @@ -1,6 +1,6 @@ { "name": "@neo4j/graphql", - "version": "5.1.0", + "version": "5.2.0", "description": "A GraphQL to Cypher query execution layer for Neo4j and JavaScript GraphQL implementations", "keywords": [ "neo4j", diff --git a/packages/ogm/CHANGELOG.md b/packages/ogm/CHANGELOG.md index 781be3ea05..e8155d411a 100644 --- a/packages/ogm/CHANGELOG.md +++ b/packages/ogm/CHANGELOG.md @@ -1,5 +1,12 @@ # @neo4j/graphql-ogm +## 5.2.0 + +### Patch Changes + +- Updated dependencies [[`6b547dd`](https://github.com/neo4j/graphql/commit/6b547ddc78f18606401f4caa9792f7cecab29ddd), [`720a5ee`](https://github.com/neo4j/graphql/commit/720a5ee5dd8bd361a9b2c5ed14ad65cdf29509e6), [`86fd1a9`](https://github.com/neo4j/graphql/commit/86fd1a9d8fa55941681540b5a37966661059408e), [`d82ee15`](https://github.com/neo4j/graphql/commit/d82ee15f52c39a1fe93d42bbb0ccd59f050581ef)]: + - @neo4j/graphql@5.2.0 + ## 5.1.0 ### Patch Changes diff --git a/packages/ogm/package.json b/packages/ogm/package.json index a0a7f59142..0ea4bac0e5 100644 --- a/packages/ogm/package.json +++ b/packages/ogm/package.json @@ -1,6 +1,6 @@ { "name": "@neo4j/graphql-ogm", - "version": "5.1.0", + "version": "5.2.0", "description": "GraphQL powered OGM for Neo4j and Javascript applications", "keywords": [ "neo4j", @@ -38,7 +38,7 @@ "@graphql-codegen/plugin-helpers": "^5.0.0", "@graphql-codegen/typescript": "^4.0.0", "@graphql-tools/merge": "^9.0.0", - "@neo4j/graphql": "^5.1.0", + "@neo4j/graphql": "^5.2.0", "prettier": "^2.7.1" }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index 61e544f366..ee30967e72 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3669,7 +3669,7 @@ __metadata: "@graphql-codegen/plugin-helpers": "npm:^5.0.0" "@graphql-codegen/typescript": "npm:^4.0.0" "@graphql-tools/merge": "npm:^9.0.0" - "@neo4j/graphql": "npm:^5.1.0" + "@neo4j/graphql": "npm:^5.2.0" "@types/jest": "npm:29.5.12" "@types/node": "npm:20.11.26" camelcase: "npm:6.3.0" @@ -3702,7 +3702,7 @@ __metadata: "@graphiql/react": "npm:0.20.3" "@neo4j-ndl/base": "npm:2.7.5" "@neo4j-ndl/react": "npm:2.8.7" - "@neo4j/graphql": "npm:5.1.0" + "@neo4j/graphql": "npm:5.2.0" "@neo4j/introspector": "npm:3.0.0" "@playwright/test": "npm:1.42.1" "@tsconfig/create-react-app": "npm:2.0.2" @@ -3763,7 +3763,7 @@ __metadata: languageName: node linkType: soft -"@neo4j/graphql@npm:5.1.0, @neo4j/graphql@npm:^5.0.0, @neo4j/graphql@npm:^5.1.0, @neo4j/graphql@workspace:packages/graphql": +"@neo4j/graphql@npm:5.2.0, @neo4j/graphql@npm:^5.0.0, @neo4j/graphql@npm:^5.2.0, @neo4j/graphql@workspace:packages/graphql": version: 0.0.0-use.local resolution: "@neo4j/graphql@workspace:packages/graphql" dependencies: @@ -8984,7 +8984,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:^5.1.0" + "@neo4j/graphql": "npm:^5.2.0" fork-ts-checker-webpack-plugin: "npm:9.0.2" graphql: "npm:16.8.1" graphql-tag: "npm:^2.12.6"