diff --git a/.changeset/cold-buttons-glow.md b/.changeset/cold-buttons-glow.md deleted file mode 100644 index dc5ded702f..0000000000 --- a/.changeset/cold-buttons-glow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@neo4j/graphql": patch ---- - -Fix `@jwtClaim` not working in `@authentication` rules diff --git a/.changeset/early-cats-teach.md b/.changeset/early-cats-teach.md deleted file mode 100644 index dfa311060f..0000000000 --- a/.changeset/early-cats-teach.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@neo4j/graphql-toolbox": patch ---- - -Show users when a valid directive is unsupported. Specifically the authorization directive in this case. diff --git a/.changeset/lemon-elephants-camp.md b/.changeset/lemon-elephants-camp.md deleted file mode 100644 index 4106237f1d..0000000000 --- a/.changeset/lemon-elephants-camp.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@neo4j/graphql": patch ---- - -Fix Authorization filters along with subqueries #4110 diff --git a/.changeset/thin-scissors-perform.md b/.changeset/thin-scissors-perform.md deleted file mode 100644 index 7b4d2eac73..0000000000 --- a/.changeset/thin-scissors-perform.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@neo4j/graphql-toolbox": minor ---- - -refactor: migrate components neo4j-ndl v2 diff --git a/examples/migration/package.json b/examples/migration/package.json index 4469f72393..7751f42004 100644 --- a/examples/migration/package.json +++ b/examples/migration/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "@apollo/server": "^4.7.0", - "@neo4j/graphql": "^4.3.2", + "@neo4j/graphql": "^4.3.3", "graphql": "16.8.1", "neo4j-driver": "5.13.0" } diff --git a/packages/apollo-federation-subgraph-compatibility/package.json b/packages/apollo-federation-subgraph-compatibility/package.json index dc2be59e02..155c1e287c 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.3.2", + "@neo4j/graphql": "^4.3.3", "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 1917aa5d88..8ea5fe192f 100644 --- a/packages/graphql-toolbox/CHANGELOG.md +++ b/packages/graphql-toolbox/CHANGELOG.md @@ -1,5 +1,18 @@ # @neo4j/graphql-toolbox +## 2.1.0 + +### Minor Changes + +- [#4096](https://github.com/neo4j/graphql/pull/4096) [`b88809c11`](https://github.com/neo4j/graphql/commit/b88809c111dc0de62c833aa2cdd2addb5034c4b7) Thanks [@mjfwebb](https://github.com/mjfwebb)! - refactor: migrate components neo4j-ndl v2 + +### Patch Changes + +- [#4119](https://github.com/neo4j/graphql/pull/4119) [`6a8c31c60`](https://github.com/neo4j/graphql/commit/6a8c31c60be7f675cdc9f6c4106ef86d87dd6bc9) Thanks [@mjfwebb](https://github.com/mjfwebb)! - Show users when a valid directive is unsupported. Specifically the authorization directive in this case. + +- Updated dependencies [[`4ee9f66b1`](https://github.com/neo4j/graphql/commit/4ee9f66b1d7926cabb90ac346a6a03bf83a7ecdf), [`68ac63044`](https://github.com/neo4j/graphql/commit/68ac63044afdb19583c262cb565d4b634b02871a)]: + - @neo4j/graphql@4.3.3 + ## 2.0.14 ### Patch Changes diff --git a/packages/graphql-toolbox/package.json b/packages/graphql-toolbox/package.json index a6afbcd690..055a622606 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.0.14", + "version": "2.1.0", "description": "Developer UI For Neo4j GraphQL", "exports": "./dist/main.js", "main": "./dist/main.js", @@ -52,7 +52,7 @@ "@graphiql/react": "0.19.4", "@neo4j-ndl/base": "2.0.1", "@neo4j-ndl/react": "2.0.4", - "@neo4j/graphql": "4.3.2", + "@neo4j/graphql": "4.3.3", "@neo4j/introspector": "2.0.0", "classnames": "2.3.2", "cm6-graphql": "0.0.10", diff --git a/packages/graphql/CHANGELOG.md b/packages/graphql/CHANGELOG.md index 481d2f9b01..4b9c836766 100644 --- a/packages/graphql/CHANGELOG.md +++ b/packages/graphql/CHANGELOG.md @@ -1,5 +1,13 @@ # @neo4j/graphql +## 4.3.3 + +### Patch Changes + +- [#4136](https://github.com/neo4j/graphql/pull/4136) [`4ee9f66b1`](https://github.com/neo4j/graphql/commit/4ee9f66b1d7926cabb90ac346a6a03bf83a7ecdf) Thanks [@a-alle](https://github.com/a-alle)! - Fix `@jwtClaim` not working in `@authentication` rules + +- [#4141](https://github.com/neo4j/graphql/pull/4141) [`68ac63044`](https://github.com/neo4j/graphql/commit/68ac63044afdb19583c262cb565d4b634b02871a) Thanks [@angrykoala](https://github.com/angrykoala)! - Fix Authorization filters along with subqueries #4110 + ## 4.3.2 ### Patch Changes diff --git a/packages/graphql/package.json b/packages/graphql/package.json index 23e2839e46..e46576ebaa 100644 --- a/packages/graphql/package.json +++ b/packages/graphql/package.json @@ -1,6 +1,6 @@ { "name": "@neo4j/graphql", - "version": "4.3.2", + "version": "4.3.3", "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 f6def9572b..7c025faabe 100644 --- a/packages/ogm/CHANGELOG.md +++ b/packages/ogm/CHANGELOG.md @@ -1,5 +1,12 @@ # @neo4j/graphql-ogm +## 4.3.3 + +### Patch Changes + +- Updated dependencies [[`4ee9f66b1`](https://github.com/neo4j/graphql/commit/4ee9f66b1d7926cabb90ac346a6a03bf83a7ecdf), [`68ac63044`](https://github.com/neo4j/graphql/commit/68ac63044afdb19583c262cb565d4b634b02871a)]: + - @neo4j/graphql@4.3.3 + ## 4.3.2 ### Patch Changes diff --git a/packages/ogm/package.json b/packages/ogm/package.json index 0623e013aa..7be4760600 100644 --- a/packages/ogm/package.json +++ b/packages/ogm/package.json @@ -1,6 +1,6 @@ { "name": "@neo4j/graphql-ogm", - "version": "4.3.2", + "version": "4.3.3", "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.3.2", + "@neo4j/graphql": "^4.3.3", "prettier": "^2.7.1" }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index 6bf209b15b..dbcd974b4b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3538,7 +3538,7 @@ __metadata: "@graphql-codegen/plugin-helpers": ^5.0.0 "@graphql-codegen/typescript": ^4.0.0 "@graphql-tools/merge": ^9.0.0 - "@neo4j/graphql": ^4.3.2 + "@neo4j/graphql": ^4.3.3 "@types/jest": 29.5.5 "@types/node": 18.15.1 camelcase: 6.3.0 @@ -3573,7 +3573,7 @@ __metadata: "@graphiql/react": 0.19.4 "@neo4j-ndl/base": 2.0.1 "@neo4j-ndl/react": 2.0.4 - "@neo4j/graphql": 4.3.2 + "@neo4j/graphql": 4.3.3 "@neo4j/introspector": 2.0.0 "@playwright/test": 1.39.0 "@tsconfig/create-react-app": 2.0.1 @@ -3630,7 +3630,7 @@ __metadata: languageName: unknown linkType: soft -"@neo4j/graphql@4.3.2, @neo4j/graphql@^4.0.0, @neo4j/graphql@^4.0.0-beta.0, @neo4j/graphql@^4.3.2, @neo4j/graphql@workspace:packages/graphql": +"@neo4j/graphql@4.3.3, @neo4j/graphql@^4.0.0, @neo4j/graphql@^4.0.0-beta.0, @neo4j/graphql@^4.3.3, @neo4j/graphql@workspace:packages/graphql": version: 0.0.0-use.local resolution: "@neo4j/graphql@workspace:packages/graphql" dependencies: @@ -8765,7 +8765,7 @@ __metadata: "@apollo/federation-subgraph-compatibility": 2.0.1 "@apollo/server": ^4.7.0 "@graphql-tools/wrap": ^10.0.0 - "@neo4j/graphql": ^4.3.2 + "@neo4j/graphql": ^4.3.3 fork-ts-checker-webpack-plugin: 9.0.0 graphql: 16.8.1 graphql-tag: ^2.12.6 @@ -18863,7 +18863,7 @@ __metadata: resolution: "migration@workspace:examples/migration" dependencies: "@apollo/server": ^4.7.0 - "@neo4j/graphql": ^4.3.2 + "@neo4j/graphql": ^4.3.3 graphql: 16.8.1 neo4j-driver: 5.13.0 languageName: unknown