From d55341b135050b97f633f86e81ad850a5afea98e Mon Sep 17 00:00:00 2001 From: Neo4j Team GraphQL Date: Mon, 29 Sep 2025 08:44:01 +0000 Subject: [PATCH] Version Packages --- .changeset/modern-vans-care.md | 5 ----- .../apollo-federation-subgraph-compatibility/package.json | 2 +- packages/graphql/CHANGELOG.md | 6 ++++++ packages/graphql/package.json | 2 +- yarn.lock | 4 ++-- 5 files changed, 10 insertions(+), 9 deletions(-) delete mode 100644 .changeset/modern-vans-care.md diff --git a/.changeset/modern-vans-care.md b/.changeset/modern-vans-care.md deleted file mode 100644 index a848b8d5e9..0000000000 --- a/.changeset/modern-vans-care.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@neo4j/graphql": patch ---- - -Fix update rules incorrectly applied on relationship creation and deletion diff --git a/packages/apollo-federation-subgraph-compatibility/package.json b/packages/apollo-federation-subgraph-compatibility/package.json index cbb33db3d7..cc20501c3c 100644 --- a/packages/apollo-federation-subgraph-compatibility/package.json +++ b/packages/apollo-federation-subgraph-compatibility/package.json @@ -10,7 +10,7 @@ "dependencies": { "@apollo/server": "^5.0.0", "@graphql-tools/wrap": "^11.0.0", - "@neo4j/graphql": "^7.2.12", + "@neo4j/graphql": "^7.2.13", "graphql": "16.11.0", "graphql-tag": "^2.12.6", "neo4j-driver": "^5.8.0" diff --git a/packages/graphql/CHANGELOG.md b/packages/graphql/CHANGELOG.md index b2b706b949..5ee0275582 100644 --- a/packages/graphql/CHANGELOG.md +++ b/packages/graphql/CHANGELOG.md @@ -1,5 +1,11 @@ # @neo4j/graphql +## 7.2.13 + +### Patch Changes + +- [#6696](https://github.com/neo4j/graphql/pull/6696) [`858a98f`](https://github.com/neo4j/graphql/commit/858a98f93668599578c41acd542ca033c101f0dc) Thanks [@a-alle](https://github.com/a-alle)! - Fix update rules incorrectly applied on relationship creation and deletion + ## 7.2.12 ### Patch Changes diff --git a/packages/graphql/package.json b/packages/graphql/package.json index 343eea65c5..73127a1cec 100644 --- a/packages/graphql/package.json +++ b/packages/graphql/package.json @@ -1,6 +1,6 @@ { "name": "@neo4j/graphql", - "version": "7.2.12", + "version": "7.2.13", "description": "A GraphQL to Cypher query execution layer for Neo4j and JavaScript GraphQL implementations", "keywords": [ "neo4j", diff --git a/yarn.lock b/yarn.lock index 96008160b2..21fb0adc75 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2750,7 +2750,7 @@ __metadata: languageName: node linkType: soft -"@neo4j/graphql@npm:^7.0.0, @neo4j/graphql@npm:^7.2.12, @neo4j/graphql@workspace:packages/graphql": +"@neo4j/graphql@npm:^7.0.0, @neo4j/graphql@npm:^7.2.13, @neo4j/graphql@workspace:packages/graphql": version: 0.0.0-use.local resolution: "@neo4j/graphql@workspace:packages/graphql" dependencies: @@ -4722,7 +4722,7 @@ __metadata: "@apollo/federation-subgraph-compatibility": "npm:2.2.1" "@apollo/server": "npm:^5.0.0" "@graphql-tools/wrap": "npm:^11.0.0" - "@neo4j/graphql": "npm:^7.2.12" + "@neo4j/graphql": "npm:^7.2.13" fork-ts-checker-webpack-plugin: "npm:9.1.0" graphql: "npm:16.11.0" graphql-tag: "npm:^2.12.6"