Skip to content

Commit 79ec161

Browse files
Version Packages
1 parent f8025ea commit 79ec161

File tree

6 files changed

+12
-14
lines changed

6 files changed

+12
-14
lines changed

.changeset/good-wombats-live.md

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

.changeset/shaggy-mugs-follow.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.3.1",
13+
"@neo4j/graphql": "^7.3.2",
1414
"graphql": "16.12.0",
1515
"graphql-tag": "^2.12.6",
1616
"neo4j-driver": "^5.8.0"

packages/graphql/CHANGELOG.md

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

3+
## 7.3.2
4+
5+
### Patch Changes
6+
7+
- [#6830](https://github.com/neo4j/graphql/pull/6830) [`c3ec362`](https://github.com/neo4j/graphql/commit/c3ec362b290621e513018527f03643c4a4b9c160) Thanks [@angrykoala](https://github.com/angrykoala)! - Fix duplicate relationships on nested connect from union types
8+
9+
- [#6842](https://github.com/neo4j/graphql/pull/6842) [`7455804`](https://github.com/neo4j/graphql/commit/74558044a554350f67c244d6155e2b3248809ed3) Thanks [@angrykoala](https://github.com/angrykoala)! - Update peer depdency of neo4j-driver to cover version 5 and 6
10+
311
## 7.3.1
412

513
### 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.3.1",
3+
"version": "7.3.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
@@ -2794,7 +2794,7 @@ __metadata:
27942794
languageName: node
27952795
linkType: soft
27962796

2797-
"@neo4j/graphql@npm:^7.0.0, @neo4j/graphql@npm:^7.3.1, @neo4j/graphql@workspace:packages/graphql":
2797+
"@neo4j/graphql@npm:^7.0.0, @neo4j/graphql@npm:^7.3.2, @neo4j/graphql@workspace:packages/graphql":
27982798
version: 0.0.0-use.local
27992799
resolution: "@neo4j/graphql@workspace:packages/graphql"
28002800
dependencies:
@@ -4781,7 +4781,7 @@ __metadata:
47814781
"@apollo/federation-subgraph-compatibility": "npm:2.2.2"
47824782
"@apollo/server": "npm:^5.0.0"
47834783
"@graphql-tools/wrap": "npm:^11.0.0"
4784-
"@neo4j/graphql": "npm:^7.3.1"
4784+
"@neo4j/graphql": "npm:^7.3.2"
47854785
fork-ts-checker-webpack-plugin: "npm:9.1.0"
47864786
graphql: "npm:16.12.0"
47874787
graphql-tag: "npm:^2.12.6"

0 commit comments

Comments
 (0)