Skip to content

Commit a5f7e85

Browse files
Version Packages
1 parent a4f259e commit a5f7e85

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
@@ -2764,7 +2764,7 @@ __metadata:
27642764
languageName: node
27652765
linkType: soft
27662766

2767-
"@neo4j/graphql@npm:^7.0.0, @neo4j/graphql@npm:^7.3.1, @neo4j/graphql@workspace:packages/graphql":
2767+
"@neo4j/graphql@npm:^7.0.0, @neo4j/graphql@npm:^7.3.2, @neo4j/graphql@workspace:packages/graphql":
27682768
version: 0.0.0-use.local
27692769
resolution: "@neo4j/graphql@workspace:packages/graphql"
27702770
dependencies:
@@ -4751,7 +4751,7 @@ __metadata:
47514751
"@apollo/federation-subgraph-compatibility": "npm:2.2.2"
47524752
"@apollo/server": "npm:^5.0.0"
47534753
"@graphql-tools/wrap": "npm:^11.0.0"
4754-
"@neo4j/graphql": "npm:^7.3.1"
4754+
"@neo4j/graphql": "npm:^7.3.2"
47554755
fork-ts-checker-webpack-plugin: "npm:9.1.0"
47564756
graphql: "npm:16.12.0"
47574757
graphql-tag: "npm:^2.12.6"

0 commit comments

Comments
 (0)