Skip to content

Commit c68d867

Browse files
Version Packages
1 parent 31ea6b3 commit c68d867

File tree

7 files changed

+20
-12
lines changed

7 files changed

+20
-12
lines changed

.changeset/orange-apes-ring.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": "^5.12.9",
13+
"@neo4j/graphql": "^5.12.10",
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+
## 5.12.10
4+
5+
### Patch Changes
6+
7+
- [#6675](https://github.com/neo4j/graphql/pull/6675) [`84b884a`](https://github.com/neo4j/graphql/commit/84b884aeef47ede9a96f63a75161193d2e2b492d) Thanks [@angrykoala](https://github.com/angrykoala)! - Adds feature flag `cypherDirective.disableGeneratedLimit` to disable default limits to be applied on queries using `@cypher` directive
8+
39
## 5.12.9
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": "5.12.9",
3+
"version": "5.12.10",
44
"description": "A GraphQL to Cypher query execution layer for Neo4j and JavaScript GraphQL implementations",
55
"keywords": [
66
"neo4j",

packages/ogm/CHANGELOG.md

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

3+
## 5.12.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`84b884a`](https://github.com/neo4j/graphql/commit/84b884aeef47ede9a96f63a75161193d2e2b492d)]:
8+
- @neo4j/graphql@5.12.10
9+
310
## 5.12.9
411

512
### Patch Changes

packages/ogm/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neo4j/graphql-ogm",
3-
"version": "5.12.9",
3+
"version": "5.12.10",
44
"description": "GraphQL powered OGM for Neo4j and Javascript applications",
55
"keywords": [
66
"neo4j",
@@ -36,7 +36,7 @@
3636
"@graphql-codegen/plugin-helpers": "^5.0.0",
3737
"@graphql-codegen/typescript": "^4.0.0",
3838
"@graphql-tools/merge": "^9.0.0",
39-
"@neo4j/graphql": "^5.12.9",
39+
"@neo4j/graphql": "^5.12.10",
4040
"prettier": "^2.7.1"
4141
},
4242
"peerDependencies": {

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2729,7 +2729,7 @@ __metadata:
27292729
"@graphql-codegen/plugin-helpers": "npm:^5.0.0"
27302730
"@graphql-codegen/typescript": "npm:^4.0.0"
27312731
"@graphql-tools/merge": "npm:^9.0.0"
2732-
"@neo4j/graphql": "npm:^5.12.9"
2732+
"@neo4j/graphql": "npm:^5.12.10"
27332733
"@types/jest": "npm:29.5.14"
27342734
"@types/node": "npm:20.19.17"
27352735
camelcase: "npm:6.3.0"
@@ -2753,7 +2753,7 @@ __metadata:
27532753
languageName: node
27542754
linkType: soft
27552755

2756-
"@neo4j/graphql@npm:^5.0.0, @neo4j/graphql@npm:^5.11.2, @neo4j/graphql@npm:^5.12.9, @neo4j/graphql@npm:^5.4.0, @neo4j/graphql@workspace:packages/graphql":
2756+
"@neo4j/graphql@npm:^5.0.0, @neo4j/graphql@npm:^5.11.2, @neo4j/graphql@npm:^5.12.10, @neo4j/graphql@npm:^5.4.0, @neo4j/graphql@workspace:packages/graphql":
27572757
version: 0.0.0-use.local
27582758
resolution: "@neo4j/graphql@workspace:packages/graphql"
27592759
dependencies:
@@ -5876,7 +5876,7 @@ __metadata:
58765876
"@apollo/federation-subgraph-compatibility": "npm:2.2.1"
58775877
"@apollo/server": "npm:^5.0.0"
58785878
"@graphql-tools/wrap": "npm:^11.0.0"
5879-
"@neo4j/graphql": "npm:^5.12.9"
5879+
"@neo4j/graphql": "npm:^5.12.10"
58805880
fork-ts-checker-webpack-plugin: "npm:9.1.0"
58815881
graphql: "npm:16.11.0"
58825882
graphql-tag: "npm:^2.12.6"

0 commit comments

Comments
 (0)