Skip to content

Commit b356642

Browse files
authored
Merge pull request #6985 from neo4j/changeset-release/dev
changesets for branch `dev`
2 parents 3188756 + e7ecf38 commit b356642

File tree

7 files changed

+14
-19
lines changed

7 files changed

+14
-19
lines changed

.changeset/afraid-mugs-cheer.md

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

.changeset/polite-baths-ring.md

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

.changeset/ready-insects-fry.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": "^5.0.0",
1212
"@graphql-tools/wrap": "^11.0.0",
13-
"@neo4j/graphql": "^7.4.1",
13+
"@neo4j/graphql": "^7.4.2",
1414
"graphql": "16.12.0",
1515
"graphql-tag": "^2.12.6",
1616
"neo4j-driver": "^5.8.0"

packages/graphql/CHANGELOG.md

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

3+
## 7.4.2
4+
5+
### Patch Changes
6+
7+
- [#6986](https://github.com/neo4j/graphql/pull/6986) [`8c42414`](https://github.com/neo4j/graphql/commit/8c42414a3ee584c263e22e397f63a6e623f682b8) Thanks [@a-alle](https://github.com/a-alle)! - Fix set properties always targeting nodes
8+
9+
- [#6978](https://github.com/neo4j/graphql/pull/6978) [`ee44c33`](https://github.com/neo4j/graphql/commit/ee44c33385764ceb5c13e087e4c7cead2aae8392) Thanks [@a-alle](https://github.com/a-alle)! - Bump min neo4j version to 5.23
10+
11+
- [#6977](https://github.com/neo4j/graphql/pull/6977) [`d6286f0`](https://github.com/neo4j/graphql/commit/d6286f019c36cdc14356f6e4bd013888abcb8c14) Thanks [@a-alle](https://github.com/a-alle)! - Validates vector directive must be used in conjuction with node directive
12+
313
## 7.4.1
414

515
### Patch 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": "7.4.1",
3+
"version": "7.4.2",
44
"description": "A GraphQL to Cypher query execution layer for Neo4j and JavaScript GraphQL implementations",
55
"keywords": [
66
"neo4j",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2821,7 +2821,7 @@ __metadata:
28212821
languageName: node
28222822
linkType: soft
28232823

2824-
"@neo4j/graphql@npm:^7.0.0, @neo4j/graphql@npm:^7.4.1, @neo4j/graphql@workspace:packages/graphql":
2824+
"@neo4j/graphql@npm:^7.0.0, @neo4j/graphql@npm:^7.4.2, @neo4j/graphql@workspace:packages/graphql":
28252825
version: 0.0.0-use.local
28262826
resolution: "@neo4j/graphql@workspace:packages/graphql"
28272827
dependencies:
@@ -4949,7 +4949,7 @@ __metadata:
49494949
"@apollo/federation-subgraph-compatibility": "npm:2.2.2"
49504950
"@apollo/server": "npm:^5.0.0"
49514951
"@graphql-tools/wrap": "npm:^11.0.0"
4952-
"@neo4j/graphql": "npm:^7.4.1"
4952+
"@neo4j/graphql": "npm:^7.4.2"
49534953
fork-ts-checker-webpack-plugin: "npm:9.1.0"
49544954
graphql: "npm:16.12.0"
49554955
graphql-tag: "npm:^2.12.6"

0 commit comments

Comments
 (0)