Skip to content

Commit 02c5a80

Browse files
Version Packages (#6520)
1 parent f867f63 commit 02c5a80

File tree

5 files changed

+10
-9
lines changed

5 files changed

+10
-9
lines changed

.changeset/wet-donkeys-run.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": "^6.6.3",
13+
"@neo4j/graphql": "^6.6.4",
1414
"graphql": "16.10.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+
## 6.6.4
4+
5+
### Patch Changes
6+
7+
- [#6513](https://github.com/neo4j/graphql/pull/6513) [`f867f63`](https://github.com/neo4j/graphql/commit/f867f6308e0416e1b28b3137db71870b53a06f1d) Thanks [@Liam-Doodson](https://github.com/Liam-Doodson)! - Removed graphql query from driver transaction metadata
8+
39
## 6.6.3
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": "6.6.3",
3+
"version": "6.6.4",
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
@@ -2322,7 +2322,7 @@ __metadata:
23222322
languageName: node
23232323
linkType: soft
23242324

2325-
"@neo4j/graphql@npm:^6.2.2, @neo4j/graphql@npm:^6.6.3, @neo4j/graphql@workspace:packages/graphql":
2325+
"@neo4j/graphql@npm:^6.2.2, @neo4j/graphql@npm:^6.6.4, @neo4j/graphql@workspace:packages/graphql":
23262326
version: 0.0.0-use.local
23272327
resolution: "@neo4j/graphql@workspace:packages/graphql"
23282328
dependencies:
@@ -4255,7 +4255,7 @@ __metadata:
42554255
"@apollo/federation-subgraph-compatibility": "npm:2.2.0"
42564256
"@apollo/server": "npm:^4.7.0"
42574257
"@graphql-tools/wrap": "npm:^10.0.0"
4258-
"@neo4j/graphql": "npm:^6.6.3"
4258+
"@neo4j/graphql": "npm:^6.6.4"
42594259
fork-ts-checker-webpack-plugin: "npm:9.1.0"
42604260
graphql: "npm:16.10.0"
42614261
graphql-tag: "npm:^2.12.6"

0 commit comments

Comments
 (0)