From ece281eaf5c8cdc2d2f0c0a6c1723c88e32b8b12 Mon Sep 17 00:00:00 2001 From: Neo4j Team GraphQL <88824828+neo4j-team-graphql@users.noreply.github.com> Date: Mon, 4 Dec 2023 09:22:48 +0000 Subject: [PATCH] Version Packages (#4321) --- .changeset/afraid-countries-pretend.md | 5 ----- .changeset/chilly-bugs-pump.md | 5 ----- .changeset/happy-singers-fail.md | 5 ----- .changeset/strong-dodos-live.md | 5 ----- .changeset/warm-students-float.md | 5 ----- .../package.json | 2 +- packages/graphql-toolbox/CHANGELOG.md | 7 +++++++ packages/graphql-toolbox/package.json | 4 ++-- packages/graphql/CHANGELOG.md | 14 ++++++++++++++ packages/graphql/package.json | 2 +- packages/ogm/CHANGELOG.md | 7 +++++++ packages/ogm/package.json | 4 ++-- yarn.lock | 8 ++++---- 13 files changed, 38 insertions(+), 35 deletions(-) delete mode 100644 .changeset/afraid-countries-pretend.md delete mode 100644 .changeset/chilly-bugs-pump.md delete mode 100644 .changeset/happy-singers-fail.md delete mode 100644 .changeset/strong-dodos-live.md delete mode 100644 .changeset/warm-students-float.md diff --git a/.changeset/afraid-countries-pretend.md b/.changeset/afraid-countries-pretend.md deleted file mode 100644 index f6d7686ac4..0000000000 --- a/.changeset/afraid-countries-pretend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@neo4j/graphql": patch ---- - -Fix issue in authorization context generation. diff --git a/.changeset/chilly-bugs-pump.md b/.changeset/chilly-bugs-pump.md deleted file mode 100644 index e72b600425..0000000000 --- a/.changeset/chilly-bugs-pump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@neo4j/graphql": patch ---- - -Update translation on fulltext to make it consistent for top level operations and phrase option diff --git a/.changeset/happy-singers-fail.md b/.changeset/happy-singers-fail.md deleted file mode 100644 index 2089a34177..0000000000 --- a/.changeset/happy-singers-fail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@neo4j/graphql": patch ---- - -Include the `@subscriptionsAuthorization` `events` argument in validation. diff --git a/.changeset/strong-dodos-live.md b/.changeset/strong-dodos-live.md deleted file mode 100644 index 62bb7e6bfd..0000000000 --- a/.changeset/strong-dodos-live.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@neo4j/graphql": patch ---- - -Add filtering to interface aggregations diff --git a/.changeset/warm-students-float.md b/.changeset/warm-students-float.md deleted file mode 100644 index c77a95c276..0000000000 --- a/.changeset/warm-students-float.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@neo4j/graphql": patch ---- - -Fix an authorization bug present for validation rules with a predicate against a nested field and the Connection API. https://github.com/neo4j/graphql/issues/4292. diff --git a/packages/apollo-federation-subgraph-compatibility/package.json b/packages/apollo-federation-subgraph-compatibility/package.json index bf247a48ac..b5eed4f3cd 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": "^4.4.3", + "@neo4j/graphql": "^4.4.4", "graphql": "16.8.1", "graphql-tag": "^2.12.6", "neo4j-driver": "^5.8.0" diff --git a/packages/graphql-toolbox/CHANGELOG.md b/packages/graphql-toolbox/CHANGELOG.md index 96e8446dc8..6895d7e984 100644 --- a/packages/graphql-toolbox/CHANGELOG.md +++ b/packages/graphql-toolbox/CHANGELOG.md @@ -1,5 +1,12 @@ # @neo4j/graphql-toolbox +## 2.1.6 + +### Patch Changes + +- Updated dependencies [[`226e5ed`](https://github.com/neo4j/graphql/commit/226e5edd22d4bff0767392079bedb58313dd606d), [`24728fe`](https://github.com/neo4j/graphql/commit/24728fedd50a8176c54f67009b2afc84dd91418e), [`c09aa9b`](https://github.com/neo4j/graphql/commit/c09aa9bb1a6ee3d13f918b0fed483893055fb1f1), [`7b310d6`](https://github.com/neo4j/graphql/commit/7b310d6d150c788e04af64f69029740913ddffad), [`1bf0773`](https://github.com/neo4j/graphql/commit/1bf077318d0ddbf730edf53d635f507e36fc7374)]: + - @neo4j/graphql@4.4.4 + ## 2.1.5 ### Patch Changes diff --git a/packages/graphql-toolbox/package.json b/packages/graphql-toolbox/package.json index fd184d99a5..19cfd01854 100644 --- a/packages/graphql-toolbox/package.json +++ b/packages/graphql-toolbox/package.json @@ -1,7 +1,7 @@ { "name": "@neo4j/graphql-toolbox", "private": true, - "version": "2.1.5", + "version": "2.1.6", "description": "Developer UI For Neo4j GraphQL", "exports": "./dist/main.js", "main": "./dist/main.js", @@ -52,7 +52,7 @@ "@graphiql/react": "0.20.2", "@neo4j-ndl/base": "2.0.7", "@neo4j-ndl/react": "2.0.14", - "@neo4j/graphql": "4.4.3", + "@neo4j/graphql": "4.4.4", "@neo4j/introspector": "2.0.0", "classnames": "2.3.2", "cm6-graphql": "0.0.12", diff --git a/packages/graphql/CHANGELOG.md b/packages/graphql/CHANGELOG.md index 8d72166bd5..8c79fbfe43 100644 --- a/packages/graphql/CHANGELOG.md +++ b/packages/graphql/CHANGELOG.md @@ -1,5 +1,19 @@ # @neo4j/graphql +## 4.4.4 + +### Patch Changes + +- [#4247](https://github.com/neo4j/graphql/pull/4247) [`226e5ed`](https://github.com/neo4j/graphql/commit/226e5edd22d4bff0767392079bedb58313dd606d) Thanks [@darrellwarde](https://github.com/darrellwarde)! - Fix issue in authorization context generation. + +- [#4330](https://github.com/neo4j/graphql/pull/4330) [`24728fe`](https://github.com/neo4j/graphql/commit/24728fedd50a8176c54f67009b2afc84dd91418e) Thanks [@angrykoala](https://github.com/angrykoala)! - Update translation on fulltext to make it consistent for top level operations and phrase option + +- [#4144](https://github.com/neo4j/graphql/pull/4144) [`c09aa9b`](https://github.com/neo4j/graphql/commit/c09aa9bb1a6ee3d13f918b0fed483893055fb1f1) Thanks [@darrellwarde](https://github.com/darrellwarde)! - Include the `@subscriptionsAuthorization` `events` argument in validation. + +- [#4308](https://github.com/neo4j/graphql/pull/4308) [`7b310d6`](https://github.com/neo4j/graphql/commit/7b310d6d150c788e04af64f69029740913ddffad) Thanks [@mjfwebb](https://github.com/mjfwebb)! - Add filtering to interface aggregations + +- [#4309](https://github.com/neo4j/graphql/pull/4309) [`1bf0773`](https://github.com/neo4j/graphql/commit/1bf077318d0ddbf730edf53d635f507e36fc7374) Thanks [@MacondoExpress](https://github.com/MacondoExpress)! - Fix an authorization bug present for validation rules with a predicate against a nested field and the Connection API. https://github.com/neo4j/graphql/issues/4292. + ## 4.4.3 ### Patch Changes diff --git a/packages/graphql/package.json b/packages/graphql/package.json index ff09cf8468..dbdbd406a6 100644 --- a/packages/graphql/package.json +++ b/packages/graphql/package.json @@ -1,6 +1,6 @@ { "name": "@neo4j/graphql", - "version": "4.4.3", + "version": "4.4.4", "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 a09ab1eba7..3327fdfd8a 100644 --- a/packages/ogm/CHANGELOG.md +++ b/packages/ogm/CHANGELOG.md @@ -1,5 +1,12 @@ # @neo4j/graphql-ogm +## 4.4.4 + +### Patch Changes + +- Updated dependencies [[`226e5ed`](https://github.com/neo4j/graphql/commit/226e5edd22d4bff0767392079bedb58313dd606d), [`24728fe`](https://github.com/neo4j/graphql/commit/24728fedd50a8176c54f67009b2afc84dd91418e), [`c09aa9b`](https://github.com/neo4j/graphql/commit/c09aa9bb1a6ee3d13f918b0fed483893055fb1f1), [`7b310d6`](https://github.com/neo4j/graphql/commit/7b310d6d150c788e04af64f69029740913ddffad), [`1bf0773`](https://github.com/neo4j/graphql/commit/1bf077318d0ddbf730edf53d635f507e36fc7374)]: + - @neo4j/graphql@4.4.4 + ## 4.4.3 ### Patch Changes diff --git a/packages/ogm/package.json b/packages/ogm/package.json index dd0e04de57..58603cd0a8 100644 --- a/packages/ogm/package.json +++ b/packages/ogm/package.json @@ -1,6 +1,6 @@ { "name": "@neo4j/graphql-ogm", - "version": "4.4.3", + "version": "4.4.4", "description": "GraphQL powered OGM for Neo4j and Javascript applications", "keywords": [ "neo4j", @@ -38,7 +38,7 @@ "@graphql-codegen/plugin-helpers": "^5.0.0", "@graphql-codegen/typescript": "^4.0.0", "@graphql-tools/merge": "^9.0.0", - "@neo4j/graphql": "^4.4.3", + "@neo4j/graphql": "^4.4.4", "prettier": "^2.7.1" }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index 78d254a8be..535c5aeec0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3601,7 +3601,7 @@ __metadata: "@graphql-codegen/plugin-helpers": ^5.0.0 "@graphql-codegen/typescript": ^4.0.0 "@graphql-tools/merge": ^9.0.0 - "@neo4j/graphql": ^4.4.3 + "@neo4j/graphql": ^4.4.4 "@types/jest": 29.5.10 "@types/node": 20.10.3 camelcase: 6.3.0 @@ -3636,7 +3636,7 @@ __metadata: "@graphiql/react": 0.20.2 "@neo4j-ndl/base": 2.0.7 "@neo4j-ndl/react": 2.0.14 - "@neo4j/graphql": 4.4.3 + "@neo4j/graphql": 4.4.4 "@neo4j/introspector": 2.0.0 "@playwright/test": 1.40.1 "@tsconfig/create-react-app": 2.0.1 @@ -3693,7 +3693,7 @@ __metadata: languageName: unknown linkType: soft -"@neo4j/graphql@4.4.3, @neo4j/graphql@^4.0.0, @neo4j/graphql@^4.0.0-beta.0, @neo4j/graphql@^4.4.3, @neo4j/graphql@workspace:packages/graphql": +"@neo4j/graphql@4.4.4, @neo4j/graphql@^4.0.0, @neo4j/graphql@^4.0.0-beta.0, @neo4j/graphql@^4.4.4, @neo4j/graphql@workspace:packages/graphql": version: 0.0.0-use.local resolution: "@neo4j/graphql@workspace:packages/graphql" dependencies: @@ -8863,7 +8863,7 @@ __metadata: "@apollo/federation-subgraph-compatibility": 2.1.0 "@apollo/server": ^4.7.0 "@graphql-tools/wrap": ^10.0.0 - "@neo4j/graphql": ^4.4.3 + "@neo4j/graphql": ^4.4.4 fork-ts-checker-webpack-plugin: 9.0.2 graphql: 16.8.1 graphql-tag: ^2.12.6