Skip to content

Commit 663f1cd

Browse files
Merge pull request #4841 from neo4j/changeset-release/dev
changesets for branch `dev`
2 parents 1480f7a + 2edbf33 commit 663f1cd

File tree

12 files changed

+38
-30
lines changed

12 files changed

+38
-30
lines changed

.changeset/chilly-panthers-love.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/grumpy-lamps-pump.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/perfect-crabs-cross.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/six-snails-sell.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

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

Lines changed: 1 addition & 1 deletion
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": "^5.1.0",
13+
"@neo4j/graphql": "^5.2.0",
1414
"graphql": "16.8.1",
1515
"graphql-tag": "^2.12.6",
1616
"neo4j-driver": "^5.8.0"

packages/graphql-toolbox/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @neo4j/graphql-toolbox
22

3+
## 2.1.12
4+
5+
### Patch Changes
6+
7+
- 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)]:
8+
- @neo4j/graphql@5.2.0
9+
310
## 2.1.11
411

512
### Patch Changes

packages/graphql-toolbox/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@neo4j/graphql-toolbox",
33
"private": true,
4-
"version": "2.1.11",
4+
"version": "2.1.12",
55
"description": "Developer UI For Neo4j GraphQL",
66
"exports": "./dist/main.js",
77
"main": "./dist/main.js",
@@ -52,7 +52,7 @@
5252
"@graphiql/react": "0.20.3",
5353
"@neo4j-ndl/base": "2.7.5",
5454
"@neo4j-ndl/react": "2.8.7",
55-
"@neo4j/graphql": "5.1.0",
55+
"@neo4j/graphql": "5.2.0",
5656
"@neo4j/introspector": "3.0.0",
5757
"classnames": "2.5.1",
5858
"cm6-graphql": "0.0.14",

packages/graphql/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @neo4j/graphql
22

3+
## 5.2.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
9+
- [#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
10+
11+
### Patch Changes
12+
13+
- [#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.
14+
15+
- [#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.
16+
317
## 5.1.0
418

519
### Minor Changes

packages/graphql/package.json

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

packages/ogm/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @neo4j/graphql-ogm
22

3+
## 5.2.0
4+
5+
### Patch Changes
6+
7+
- 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)]:
8+
- @neo4j/graphql@5.2.0
9+
310
## 5.1.0
411

512
### Patch Changes

0 commit comments

Comments
 (0)