Skip to content

Commit f5fa462

Browse files
Version Packages
1 parent c119004 commit f5fa462

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
@@ -2871,7 +2871,7 @@ __metadata:
28712871
"@graphql-codegen/plugin-helpers": "npm:^5.0.0"
28722872
"@graphql-codegen/typescript": "npm:^4.0.0"
28732873
"@graphql-tools/merge": "npm:^9.0.0"
2874-
"@neo4j/graphql": "npm:^5.11.5"
2874+
"@neo4j/graphql": "npm:^5.12.0"
28752875
"@types/jest": "npm:29.5.14"
28762876
"@types/node": "npm:20.17.16"
28772877
camelcase: "npm:6.3.0"
@@ -2895,7 +2895,7 @@ __metadata:
28952895
languageName: node
28962896
linkType: soft
28972897

2898-
"@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":
2898+
"@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":
28992899
version: 0.0.0-use.local
29002900
resolution: "@neo4j/graphql@workspace:packages/graphql"
29012901
dependencies:
@@ -5788,7 +5788,7 @@ __metadata:
57885788
"@apollo/federation-subgraph-compatibility": "npm:2.2.0"
57895789
"@apollo/server": "npm:^4.7.0"
57905790
"@graphql-tools/wrap": "npm:^10.0.0"
5791-
"@neo4j/graphql": "npm:^5.11.5"
5791+
"@neo4j/graphql": "npm:^5.12.0"
57925792
fork-ts-checker-webpack-plugin: "npm:9.0.2"
57935793
graphql: "npm:16.10.0"
57945794
graphql-tag: "npm:^2.12.6"

0 commit comments

Comments
 (0)