From eb77fe3673ace010f797d0a01b2557c3b1b67cf5 Mon Sep 17 00:00:00 2001 From: Neo4j Team GraphQL Date: Mon, 18 Nov 2024 07:57:50 +0000 Subject: [PATCH] Version Packages --- .changeset/seven-bobcats-carry.md | 5 ----- .changeset/three-planes-train.md | 5 ----- .../package.json | 2 +- packages/graphql/CHANGELOG.md | 10 ++++++++++ packages/graphql/package.json | 2 +- packages/ogm/CHANGELOG.md | 7 +++++++ packages/ogm/package.json | 4 ++-- yarn.lock | 6 +++--- 8 files changed, 24 insertions(+), 17 deletions(-) delete mode 100644 .changeset/seven-bobcats-carry.md delete mode 100644 .changeset/three-planes-train.md diff --git a/.changeset/seven-bobcats-carry.md b/.changeset/seven-bobcats-carry.md deleted file mode 100644 index 24366790f3..0000000000 --- a/.changeset/seven-bobcats-carry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@neo4j/graphql": minor ---- - -Add filtering on 1 to 1 relationship custom cypher fields diff --git a/.changeset/three-planes-train.md b/.changeset/three-planes-train.md deleted file mode 100644 index ba9568a75f..0000000000 --- a/.changeset/three-planes-train.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@neo4j/graphql": patch ---- - -Fix issues #5759 and #5760 to do with sorting vector search results diff --git a/packages/apollo-federation-subgraph-compatibility/package.json b/packages/apollo-federation-subgraph-compatibility/package.json index 2c9459134a..7c0671ac3c 100644 --- a/packages/apollo-federation-subgraph-compatibility/package.json +++ b/packages/apollo-federation-subgraph-compatibility/package.json @@ -10,7 +10,7 @@ "dependencies": { "@apollo/server": "^4.7.0", "@graphql-tools/wrap": "^10.0.0", - "@neo4j/graphql": "^5.9.2", + "@neo4j/graphql": "^5.10.0", "graphql": "16.9.0", "graphql-tag": "^2.12.6", "neo4j-driver": "^5.8.0" diff --git a/packages/graphql/CHANGELOG.md b/packages/graphql/CHANGELOG.md index f6d438421e..d1e9a00d27 100644 --- a/packages/graphql/CHANGELOG.md +++ b/packages/graphql/CHANGELOG.md @@ -1,5 +1,15 @@ # @neo4j/graphql +## 5.10.0 + +### Minor Changes + +- [#5723](https://github.com/neo4j/graphql/pull/5723) [`72a6504`](https://github.com/neo4j/graphql/commit/72a6504a0e73af5feb72ff7b6d3810fbd50e57f7) Thanks [@mjfwebb](https://github.com/mjfwebb)! - Add filtering on 1 to 1 relationship custom cypher fields + +### Patch Changes + +- [#5765](https://github.com/neo4j/graphql/pull/5765) [`d444e16`](https://github.com/neo4j/graphql/commit/d444e16f942f4f6538c64f112fa91a1a12891b92) Thanks [@darrellwarde](https://github.com/darrellwarde)! - Fix issues #5759 and #5760 to do with sorting vector search results + ## 5.9.2 ### Patch Changes diff --git a/packages/graphql/package.json b/packages/graphql/package.json index 51584b7238..1cda22b9bc 100644 --- a/packages/graphql/package.json +++ b/packages/graphql/package.json @@ -1,6 +1,6 @@ { "name": "@neo4j/graphql", - "version": "5.9.2", + "version": "5.10.0", "description": "A GraphQL to Cypher query execution layer for Neo4j and JavaScript GraphQL implementations", "keywords": [ "neo4j", diff --git a/packages/ogm/CHANGELOG.md b/packages/ogm/CHANGELOG.md index d1fb343865..31710478f3 100644 --- a/packages/ogm/CHANGELOG.md +++ b/packages/ogm/CHANGELOG.md @@ -1,5 +1,12 @@ # @neo4j/graphql-ogm +## 5.10.0 + +### Patch Changes + +- Updated dependencies [[`72a6504`](https://github.com/neo4j/graphql/commit/72a6504a0e73af5feb72ff7b6d3810fbd50e57f7), [`d444e16`](https://github.com/neo4j/graphql/commit/d444e16f942f4f6538c64f112fa91a1a12891b92)]: + - @neo4j/graphql@5.10.0 + ## 5.9.2 ### Patch Changes diff --git a/packages/ogm/package.json b/packages/ogm/package.json index ceaa1e7b27..fc9787168e 100644 --- a/packages/ogm/package.json +++ b/packages/ogm/package.json @@ -1,6 +1,6 @@ { "name": "@neo4j/graphql-ogm", - "version": "5.9.2", + "version": "5.10.0", "description": "GraphQL powered OGM for Neo4j and Javascript applications", "keywords": [ "neo4j", @@ -36,7 +36,7 @@ "@graphql-codegen/plugin-helpers": "^5.0.0", "@graphql-codegen/typescript": "^4.0.0", "@graphql-tools/merge": "^9.0.0", - "@neo4j/graphql": "^5.9.2", + "@neo4j/graphql": "^5.10.0", "prettier": "^2.7.1" }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index d449a3f616..2c52bc798b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2812,7 +2812,7 @@ __metadata: "@graphql-codegen/plugin-helpers": "npm:^5.0.0" "@graphql-codegen/typescript": "npm:^4.0.0" "@graphql-tools/merge": "npm:^9.0.0" - "@neo4j/graphql": "npm:^5.9.2" + "@neo4j/graphql": "npm:^5.10.0" "@types/jest": "npm:29.5.14" "@types/node": "npm:20.17.2" camelcase: "npm:6.3.0" @@ -2836,7 +2836,7 @@ __metadata: languageName: node linkType: soft -"@neo4j/graphql@npm:^5.0.0, @neo4j/graphql@npm:^5.3.4, @neo4j/graphql@npm:^5.4.0, @neo4j/graphql@npm:^5.9.2, @neo4j/graphql@workspace:packages/graphql": +"@neo4j/graphql@npm:^5.0.0, @neo4j/graphql@npm:^5.10.0, @neo4j/graphql@npm:^5.3.4, @neo4j/graphql@npm:^5.4.0, @neo4j/graphql@workspace:packages/graphql": version: 0.0.0-use.local resolution: "@neo4j/graphql@workspace:packages/graphql" dependencies: @@ -5707,7 +5707,7 @@ __metadata: "@apollo/federation-subgraph-compatibility": "npm:2.2.0" "@apollo/server": "npm:^4.7.0" "@graphql-tools/wrap": "npm:^10.0.0" - "@neo4j/graphql": "npm:^5.9.2" + "@neo4j/graphql": "npm:^5.10.0" fork-ts-checker-webpack-plugin: "npm:9.0.2" graphql: "npm:16.9.0" graphql-tag: "npm:^2.12.6"