Skip to content

Commit dd5f2bd

Browse files
authored
Merge pull request #6390 from neo4j/changeset-release/dev
changesets for branch `dev`
2 parents 4bc46b3 + 48591b5 commit dd5f2bd

File tree

5 files changed

+10
-9
lines changed

5 files changed

+10
-9
lines changed

.changeset/witty-islands-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": "^4.7.0",
1212
"@graphql-tools/wrap": "^10.0.0",
13-
"@neo4j/graphql": "^7.2.0",
13+
"@neo4j/graphql": "^7.2.1",
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.1
4+
5+
### Patch Changes
6+
7+
- [#6389](https://github.com/neo4j/graphql/pull/6389) [`5d74c3e`](https://github.com/neo4j/graphql/commit/5d74c3e0f5890d4cf02e68db5c73c72a0eb3e6c1) Thanks [@MacondoExpress](https://github.com/MacondoExpress)! - The Authorization validation has moved to use the procedure `apoc.util.validate` outside filtering to avoid flakiness caused by the order of evaluation in Cypher.
8+
39
## 7.2.0
410

511
### Minor 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.0",
3+
"version": "7.2.1",
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
@@ -2593,7 +2593,7 @@ __metadata:
25932593
languageName: node
25942594
linkType: soft
25952595

2596-
"@neo4j/graphql@npm:^7.0.0, @neo4j/graphql@npm:^7.2.0, @neo4j/graphql@workspace:packages/graphql":
2596+
"@neo4j/graphql@npm:^7.0.0, @neo4j/graphql@npm:^7.2.1, @neo4j/graphql@workspace:packages/graphql":
25972597
version: 0.0.0-use.local
25982598
resolution: "@neo4j/graphql@workspace:packages/graphql"
25992599
dependencies:
@@ -4514,7 +4514,7 @@ __metadata:
45144514
"@apollo/federation-subgraph-compatibility": "npm:2.2.1"
45154515
"@apollo/server": "npm:^4.7.0"
45164516
"@graphql-tools/wrap": "npm:^10.0.0"
4517-
"@neo4j/graphql": "npm:^7.2.0"
4517+
"@neo4j/graphql": "npm:^7.2.1"
45184518
fork-ts-checker-webpack-plugin: "npm:9.1.0"
45194519
graphql: "npm:16.11.0"
45204520
graphql-tag: "npm:^2.12.6"

0 commit comments

Comments
 (0)