Skip to content

Commit 97ebdf1

Browse files
Version Packages (#6519)
1 parent eed105e commit 97ebdf1

File tree

7 files changed

+20
-12
lines changed

7 files changed

+20
-12
lines changed

.changeset/witty-corners-doubt.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": "^5.12.7",
13+
"@neo4j/graphql": "^5.12.8",
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.8
4+
5+
### Patch Changes
6+
7+
- [#6512](https://github.com/neo4j/graphql/pull/6512) [`eed105e`](https://github.com/neo4j/graphql/commit/eed105ef525aa67fd97b8888ef086ea28f4f97c9) Thanks [@Liam-Doodson](https://github.com/Liam-Doodson)! - Removed graphql query from driver transaction metadata
8+
39
## 5.12.7
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.7",
3+
"version": "5.12.8",
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.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`eed105e`](https://github.com/neo4j/graphql/commit/eed105ef525aa67fd97b8888ef086ea28f4f97c9)]:
8+
- @neo4j/graphql@5.12.8
9+
310
## 5.12.7
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.7",
3+
"version": "5.12.8",
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.7",
39+
"@neo4j/graphql": "^5.12.8",
4040
"prettier": "^2.7.1"
4141
},
4242
"peerDependencies": {

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2596,7 +2596,7 @@ __metadata:
25962596
"@graphql-codegen/plugin-helpers": "npm:^5.0.0"
25972597
"@graphql-codegen/typescript": "npm:^4.0.0"
25982598
"@graphql-tools/merge": "npm:^9.0.0"
2599-
"@neo4j/graphql": "npm:^5.12.7"
2599+
"@neo4j/graphql": "npm:^5.12.8"
26002600
"@types/jest": "npm:29.5.14"
26012601
"@types/node": "npm:20.19.9"
26022602
camelcase: "npm:6.3.0"
@@ -2620,7 +2620,7 @@ __metadata:
26202620
languageName: node
26212621
linkType: soft
26222622

2623-
"@neo4j/graphql@npm:^5.0.0, @neo4j/graphql@npm:^5.11.2, @neo4j/graphql@npm:^5.12.7, @neo4j/graphql@npm:^5.4.0, @neo4j/graphql@workspace:packages/graphql":
2623+
"@neo4j/graphql@npm:^5.0.0, @neo4j/graphql@npm:^5.11.2, @neo4j/graphql@npm:^5.12.8, @neo4j/graphql@npm:^5.4.0, @neo4j/graphql@workspace:packages/graphql":
26242624
version: 0.0.0-use.local
26252625
resolution: "@neo4j/graphql@workspace:packages/graphql"
26262626
dependencies:
@@ -5742,7 +5742,7 @@ __metadata:
57425742
"@apollo/federation-subgraph-compatibility": "npm:2.2.1"
57435743
"@apollo/server": "npm:^4.7.0"
57445744
"@graphql-tools/wrap": "npm:^10.0.0"
5745-
"@neo4j/graphql": "npm:^5.12.7"
5745+
"@neo4j/graphql": "npm:^5.12.8"
57465746
fork-ts-checker-webpack-plugin: "npm:9.1.0"
57475747
graphql: "npm:16.11.0"
57485748
graphql-tag: "npm:^2.12.6"

0 commit comments

Comments
 (0)