Skip to content

Commit 56e3214

Browse files
Version Packages (#6518)
1 parent a12f17d commit 56e3214

File tree

5 files changed

+10
-9
lines changed

5 files changed

+10
-9
lines changed

.changeset/odd-coins-appear.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": "^7.2.4",
13+
"@neo4j/graphql": "^7.2.5",
1414
"graphql": "16.11.0",
1515
"graphql-tag": "^2.12.6",
1616
"neo4j-driver": "^5.8.0"

packages/graphql/CHANGELOG.md

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

3+
## 7.2.5
4+
5+
### Patch Changes
6+
7+
- [#6511](https://github.com/neo4j/graphql/pull/6511) [`b880bb4`](https://github.com/neo4j/graphql/commit/b880bb4a68d2aa2185bd17e93ac30d72e5a13607) Thanks [@Liam-Doodson](https://github.com/Liam-Doodson)! - Removed graphql query from driver transaction metadata
8+
39
## 7.2.4
410

511
### 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.2.4",
3+
"version": "7.2.5",
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
@@ -2641,7 +2641,7 @@ __metadata:
26412641
languageName: node
26422642
linkType: soft
26432643

2644-
"@neo4j/graphql@npm:^7.0.0, @neo4j/graphql@npm:^7.2.4, @neo4j/graphql@workspace:packages/graphql":
2644+
"@neo4j/graphql@npm:^7.0.0, @neo4j/graphql@npm:^7.2.5, @neo4j/graphql@workspace:packages/graphql":
26452645
version: 0.0.0-use.local
26462646
resolution: "@neo4j/graphql@workspace:packages/graphql"
26472647
dependencies:
@@ -4612,7 +4612,7 @@ __metadata:
46124612
"@apollo/federation-subgraph-compatibility": "npm:2.2.1"
46134613
"@apollo/server": "npm:^4.7.0"
46144614
"@graphql-tools/wrap": "npm:^10.0.0"
4615-
"@neo4j/graphql": "npm:^7.2.4"
4615+
"@neo4j/graphql": "npm:^7.2.5"
46164616
fork-ts-checker-webpack-plugin: "npm:9.1.0"
46174617
graphql: "npm:16.11.0"
46184618
graphql-tag: "npm:^2.12.6"

0 commit comments

Comments
 (0)