Skip to content

Commit 9976272

Browse files
Version Packages
1 parent 73b4216 commit 9976272

File tree

8 files changed

+24
-17
lines changed

8 files changed

+24
-17
lines changed

.changeset/ten-walls-grin.md

-5
This file was deleted.

.changeset/wicked-shrimps-draw.md

-5
This file was deleted.

packages/apollo-federation-subgraph-compatibility/package.json

+1-1
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.11.5",
13+
"@neo4j/graphql": "^5.12.0",
1414
"graphql": "16.10.0",
1515
"graphql-tag": "^2.12.6",
1616
"neo4j-driver": "^5.8.0"

packages/graphql/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @neo4j/graphql
22

3+
## 5.12.0
4+
5+
### Minor Changes
6+
7+
- [#6033](https://github.com/neo4j/graphql/pull/6033) [`48704e2`](https://github.com/neo4j/graphql/commit/48704e2595928ca78689261bbc1b5dd1b31d22ab) Thanks [@darrellwarde](https://github.com/darrellwarde)! - Add a new field directive `@sortable` which can be used to configure whether results can be sorted by field values or not.
8+
9+
### Patch Changes
10+
11+
- [#6041](https://github.com/neo4j/graphql/pull/6041) [`c119004`](https://github.com/neo4j/graphql/commit/c1190045ee85ec3882cff5bf9067a87e710a0c0a) Thanks [@MacondoExpress](https://github.com/MacondoExpress)! - Fixed bug that causes connection fields for interfaces to not be able to be filtered using the typename filters.
12+
313
## 5.11.5
414

515
### Patch Changes

packages/graphql/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neo4j/graphql",
3-
"version": "5.11.5",
3+
"version": "5.12.0",
44
"description": "A GraphQL to Cypher query execution layer for Neo4j and JavaScript GraphQL implementations",
55
"keywords": [
66
"neo4j",

packages/ogm/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @neo4j/graphql-ogm
22

3+
## 5.12.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`48704e2`](https://github.com/neo4j/graphql/commit/48704e2595928ca78689261bbc1b5dd1b31d22ab), [`c119004`](https://github.com/neo4j/graphql/commit/c1190045ee85ec3882cff5bf9067a87e710a0c0a)]:
8+
- @neo4j/graphql@5.12.0
9+
310
## 5.11.5
411

512
### Patch Changes

packages/ogm/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neo4j/graphql-ogm",
3-
"version": "5.11.5",
3+
"version": "5.12.0",
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.11.5",
39+
"@neo4j/graphql": "^5.12.0",
4040
"prettier": "^2.7.1"
4141
},
4242
"peerDependencies": {

yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -2884,7 +2884,7 @@ __metadata:
28842884
"@graphql-codegen/plugin-helpers": "npm:^5.0.0"
28852885
"@graphql-codegen/typescript": "npm:^4.0.0"
28862886
"@graphql-tools/merge": "npm:^9.0.0"
2887-
"@neo4j/graphql": "npm:^5.11.5"
2887+
"@neo4j/graphql": "npm:^5.12.0"
28882888
"@types/jest": "npm:29.5.14"
28892889
"@types/node": "npm:20.17.16"
28902890
camelcase: "npm:6.3.0"
@@ -2908,7 +2908,7 @@ __metadata:
29082908
languageName: node
29092909
linkType: soft
29102910

2911-
"@neo4j/graphql@npm:^5.0.0, @neo4j/graphql@npm:^5.11.2, @neo4j/graphql@npm:^5.11.5, @neo4j/graphql@npm:^5.4.0, @neo4j/graphql@workspace:packages/graphql":
2911+
"@neo4j/graphql@npm:^5.0.0, @neo4j/graphql@npm:^5.11.2, @neo4j/graphql@npm:^5.12.0, @neo4j/graphql@npm:^5.4.0, @neo4j/graphql@workspace:packages/graphql":
29122912
version: 0.0.0-use.local
29132913
resolution: "@neo4j/graphql@workspace:packages/graphql"
29142914
dependencies:
@@ -5811,7 +5811,7 @@ __metadata:
58115811
"@apollo/federation-subgraph-compatibility": "npm:2.2.0"
58125812
"@apollo/server": "npm:^4.7.0"
58135813
"@graphql-tools/wrap": "npm:^10.0.0"
5814-
"@neo4j/graphql": "npm:^5.11.5"
5814+
"@neo4j/graphql": "npm:^5.12.0"
58155815
fork-ts-checker-webpack-plugin: "npm:9.0.2"
58165816
graphql: "npm:16.10.0"
58175817
graphql-tag: "npm:^2.12.6"

0 commit comments

Comments
 (0)