From 9150f369dc3a6b4701e21ad527390982cda05632 Mon Sep 17 00:00:00 2001 From: Neo4j Team GraphQL Date: Fri, 26 Jul 2024 13:05:35 +0000 Subject: [PATCH] Version Packages --- .changeset/cyan-oranges-laugh.md | 5 ----- .../apollo-federation-subgraph-compatibility/package.json | 2 +- packages/graphql/CHANGELOG.md | 6 ++++++ packages/graphql/package.json | 2 +- packages/ogm/CHANGELOG.md | 7 +++++++ packages/ogm/package.json | 4 ++-- yarn.lock | 6 +++--- 7 files changed, 20 insertions(+), 12 deletions(-) delete mode 100644 .changeset/cyan-oranges-laugh.md diff --git a/.changeset/cyan-oranges-laugh.md b/.changeset/cyan-oranges-laugh.md deleted file mode 100644 index f31f4950c3..0000000000 --- a/.changeset/cyan-oranges-laugh.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@neo4j/graphql": patch ---- - -Fix connection operations with a fulltext argument diff --git a/packages/apollo-federation-subgraph-compatibility/package.json b/packages/apollo-federation-subgraph-compatibility/package.json index 6b992e25e5..6805da8fd7 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.5.1", + "@neo4j/graphql": "^5.5.2", "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 7976e8f81f..5479e03cff 100644 --- a/packages/graphql/CHANGELOG.md +++ b/packages/graphql/CHANGELOG.md @@ -1,5 +1,11 @@ # @neo4j/graphql +## 5.5.2 + +### Patch Changes + +- [#5387](https://github.com/neo4j/graphql/pull/5387) [`a40182d`](https://github.com/neo4j/graphql/commit/a40182df5d94da27e3372d747daff87dfe669ea6) Thanks [@angrykoala](https://github.com/angrykoala)! - Fix connection operations with a fulltext argument + ## 5.5.1 ## 5.5.0 diff --git a/packages/graphql/package.json b/packages/graphql/package.json index 0ce4e1e2ae..cdfdc0820f 100644 --- a/packages/graphql/package.json +++ b/packages/graphql/package.json @@ -1,6 +1,6 @@ { "name": "@neo4j/graphql", - "version": "5.5.1", + "version": "5.5.2", "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 f0fcf9b343..590de11f4a 100644 --- a/packages/ogm/CHANGELOG.md +++ b/packages/ogm/CHANGELOG.md @@ -1,5 +1,12 @@ # @neo4j/graphql-ogm +## 5.5.2 + +### Patch Changes + +- Updated dependencies [[`a40182d`](https://github.com/neo4j/graphql/commit/a40182df5d94da27e3372d747daff87dfe669ea6)]: + - @neo4j/graphql@5.5.2 + ## 5.5.1 ### Patch Changes diff --git a/packages/ogm/package.json b/packages/ogm/package.json index dbfb5d2ad9..f154dbf9a2 100644 --- a/packages/ogm/package.json +++ b/packages/ogm/package.json @@ -1,6 +1,6 @@ { "name": "@neo4j/graphql-ogm", - "version": "5.5.1", + "version": "5.5.2", "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.5.1", + "@neo4j/graphql": "^5.5.2", "prettier": "^2.7.1" }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index 1afbc62d35..c241a629c7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2823,7 +2823,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.5.1" + "@neo4j/graphql": "npm:^5.5.2" "@types/jest": "npm:29.5.12" "@types/node": "npm:20.14.12" camelcase: "npm:6.3.0" @@ -2847,7 +2847,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.5.1, @neo4j/graphql@workspace:packages/graphql": +"@neo4j/graphql@npm:^5.0.0, @neo4j/graphql@npm:^5.3.4, @neo4j/graphql@npm:^5.4.0, @neo4j/graphql@npm:^5.5.2, @neo4j/graphql@workspace:packages/graphql": version: 0.0.0-use.local resolution: "@neo4j/graphql@workspace:packages/graphql" dependencies: @@ -5684,7 +5684,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.5.1" + "@neo4j/graphql": "npm:^5.5.2" fork-ts-checker-webpack-plugin: "npm:9.0.2" graphql: "npm:16.9.0" graphql-tag: "npm:^2.12.6"