Skip to content

Commit be38dea

Browse files
Version Packages
1 parent 6d264da commit be38dea

File tree

5 files changed

+10
-9
lines changed

5 files changed

+10
-9
lines changed

.changeset/hot-heads-arrive.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.3",
13+
"@neo4j/graphql": "^7.4.0",
1414
"graphql": "16.12.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.4.0
4+
5+
### Minor Changes
6+
7+
- [#6899](https://github.com/neo4j/graphql/pull/6899) [`f359c4d`](https://github.com/neo4j/graphql/commit/f359c4d7ac87983d51485b60b7970dd11be3207b) Thanks [@angrykoala](https://github.com/angrykoala)! - Add populatedByOperation field in context passed to populatedBy callbacks
8+
39
## 7.3.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": "7.3.3",
3+
"version": "7.4.0",
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
@@ -2803,7 +2803,7 @@ __metadata:
28032803
languageName: node
28042804
linkType: soft
28052805

2806-
"@neo4j/graphql@npm:^7.0.0, @neo4j/graphql@npm:^7.3.3, @neo4j/graphql@workspace:packages/graphql":
2806+
"@neo4j/graphql@npm:^7.0.0, @neo4j/graphql@npm:^7.4.0, @neo4j/graphql@workspace:packages/graphql":
28072807
version: 0.0.0-use.local
28082808
resolution: "@neo4j/graphql@workspace:packages/graphql"
28092809
dependencies:
@@ -4931,7 +4931,7 @@ __metadata:
49314931
"@apollo/federation-subgraph-compatibility": "npm:2.2.2"
49324932
"@apollo/server": "npm:^5.0.0"
49334933
"@graphql-tools/wrap": "npm:^11.0.0"
4934-
"@neo4j/graphql": "npm:^7.3.3"
4934+
"@neo4j/graphql": "npm:^7.4.0"
49354935
fork-ts-checker-webpack-plugin: "npm:9.1.0"
49364936
graphql: "npm:16.12.0"
49374937
graphql-tag: "npm:^2.12.6"

0 commit comments

Comments
 (0)