diff --git a/.changeset/fast-cherries-learn.md b/.changeset/fast-cherries-learn.md deleted file mode 100644 index 46ac62a0458..00000000000 --- a/.changeset/fast-cherries-learn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@neo4j/graphql": patch ---- - -Fix inconsistency described by the issue https://github.com/neo4j/graphql/issues/4536 diff --git a/.changeset/large-wolves-tap.md b/.changeset/large-wolves-tap.md deleted file mode 100644 index 9819abdb9b9..00000000000 --- a/.changeset/large-wolves-tap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@neo4j/graphql": patch ---- - -[Bugfix] Fixed a bug where the sort field for a connection of an interface is not created even though it has sortable fields diff --git a/.changeset/tricky-chairs-learn.md b/.changeset/tricky-chairs-learn.md deleted file mode 100644 index 30f5f9ce020..00000000000 --- a/.changeset/tricky-chairs-learn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@neo4j/graphql": patch ---- - -fix:#2697 fix aggregation filter for duration diff --git a/packages/apollo-federation-subgraph-compatibility/package.json b/packages/apollo-federation-subgraph-compatibility/package.json index 4a9ec672560..652753774b5 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.5", + "@neo4j/graphql": "^4.4.6", "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 3fb09f2c391..c9b3cfd7d29 100644 --- a/packages/graphql-toolbox/CHANGELOG.md +++ b/packages/graphql-toolbox/CHANGELOG.md @@ -1,5 +1,12 @@ # @neo4j/graphql-toolbox +## 2.1.8 + +### Patch Changes + +- Updated dependencies [[`fab9ea9`](https://github.com/neo4j/graphql/commit/fab9ea9a092df885bb1a600f1d549d48d4159899), [`38b1eae`](https://github.com/neo4j/graphql/commit/38b1eaef357a1ba4dfa31f48832d10af0628b378), [`7e129da`](https://github.com/neo4j/graphql/commit/7e129da51f6d69a054252d6376697d0db6a3163b)]: + - @neo4j/graphql@4.4.6 + ## 2.1.7 ### Patch Changes diff --git a/packages/graphql-toolbox/package.json b/packages/graphql-toolbox/package.json index 817ad0a4c76..1a169c3e38f 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.7", + "version": "2.1.8", "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.3.5", "@neo4j-ndl/react": "2.3.9", - "@neo4j/graphql": "4.4.5", + "@neo4j/graphql": "4.4.6", "@neo4j/introspector": "2.0.0", "classnames": "2.5.1", "cm6-graphql": "0.0.13", diff --git a/packages/graphql/CHANGELOG.md b/packages/graphql/CHANGELOG.md index d00f0c62e0f..d1c0d065502 100644 --- a/packages/graphql/CHANGELOG.md +++ b/packages/graphql/CHANGELOG.md @@ -1,5 +1,15 @@ # @neo4j/graphql +## 4.4.6 + +### Patch Changes + +- [#4508](https://github.com/neo4j/graphql/pull/4508) [`fab9ea9`](https://github.com/neo4j/graphql/commit/fab9ea9a092df885bb1a600f1d549d48d4159899) Thanks [@MacondoExpress](https://github.com/MacondoExpress)! - Fix inconsistency described by the issue https://github.com/neo4j/graphql/issues/4536 + +- [#4513](https://github.com/neo4j/graphql/pull/4513) [`38b1eae`](https://github.com/neo4j/graphql/commit/38b1eaef357a1ba4dfa31f48832d10af0628b378) Thanks [@Andy2003](https://github.com/Andy2003)! - [Bugfix] Fixed a bug where the sort field for a connection of an interface is not created even though it has sortable fields + +- [#4573](https://github.com/neo4j/graphql/pull/4573) [`7e129da`](https://github.com/neo4j/graphql/commit/7e129da51f6d69a054252d6376697d0db6a3163b) Thanks [@Andy2003](https://github.com/Andy2003)! - fix:#2697 fix aggregation filter for duration + ## 4.4.5 ### Patch Changes diff --git a/packages/graphql/package.json b/packages/graphql/package.json index 6b8b55acaa7..59e099f6077 100644 --- a/packages/graphql/package.json +++ b/packages/graphql/package.json @@ -1,6 +1,6 @@ { "name": "@neo4j/graphql", - "version": "4.4.5", + "version": "4.4.6", "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 232a829179d..dbeabaf257a 100644 --- a/packages/ogm/CHANGELOG.md +++ b/packages/ogm/CHANGELOG.md @@ -1,5 +1,12 @@ # @neo4j/graphql-ogm +## 4.4.6 + +### Patch Changes + +- Updated dependencies [[`fab9ea9`](https://github.com/neo4j/graphql/commit/fab9ea9a092df885bb1a600f1d549d48d4159899), [`38b1eae`](https://github.com/neo4j/graphql/commit/38b1eaef357a1ba4dfa31f48832d10af0628b378), [`7e129da`](https://github.com/neo4j/graphql/commit/7e129da51f6d69a054252d6376697d0db6a3163b)]: + - @neo4j/graphql@4.4.6 + ## 4.4.5 ### Patch Changes diff --git a/packages/ogm/package.json b/packages/ogm/package.json index 4f7e82397f3..ac4dd23be36 100644 --- a/packages/ogm/package.json +++ b/packages/ogm/package.json @@ -1,6 +1,6 @@ { "name": "@neo4j/graphql-ogm", - "version": "4.4.5", + "version": "4.4.6", "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.5", + "@neo4j/graphql": "^4.4.6", "prettier": "^2.7.1" }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index 033b0fd39ab..c78b0cbc19d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3668,7 +3668,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:^4.4.5" + "@neo4j/graphql": "npm:^4.4.6" "@types/jest": "npm:29.5.11" "@types/node": "npm:20.11.8" camelcase: "npm:6.3.0" @@ -3703,7 +3703,7 @@ __metadata: "@graphiql/react": "npm:0.20.2" "@neo4j-ndl/base": "npm:2.3.5" "@neo4j-ndl/react": "npm:2.3.9" - "@neo4j/graphql": "npm:4.4.5" + "@neo4j/graphql": "npm:4.4.6" "@neo4j/introspector": "npm:2.0.0" "@playwright/test": "npm:1.41.1" "@tsconfig/create-react-app": "npm:2.0.2" @@ -3764,7 +3764,7 @@ __metadata: languageName: node linkType: soft -"@neo4j/graphql@npm:4.4.5, @neo4j/graphql@npm:^4.0.0, @neo4j/graphql@npm:^4.0.0-beta.0, @neo4j/graphql@npm:^4.4.5, @neo4j/graphql@workspace:packages/graphql": +"@neo4j/graphql@npm:4.4.6, @neo4j/graphql@npm:^4.0.0, @neo4j/graphql@npm:^4.0.0-beta.0, @neo4j/graphql@npm:^4.4.6, @neo4j/graphql@workspace:packages/graphql": version: 0.0.0-use.local resolution: "@neo4j/graphql@workspace:packages/graphql" dependencies: @@ -8968,7 +8968,7 @@ __metadata: "@apollo/federation-subgraph-compatibility": "npm:2.1.0" "@apollo/server": "npm:^4.7.0" "@graphql-tools/wrap": "npm:^10.0.0" - "@neo4j/graphql": "npm:^4.4.5" + "@neo4j/graphql": "npm:^4.4.6" fork-ts-checker-webpack-plugin: "npm:9.0.2" graphql: "npm:16.8.1" graphql-tag: "npm:^2.12.6"