From 73396977869be17f7746dce65edd759a3cebcaaf Mon Sep 17 00:00:00 2001 From: Neo4j Team GraphQL Date: Tue, 30 Apr 2024 01:24:32 +0000 Subject: [PATCH] Version Packages --- .changeset/flat-bulldogs-work.md | 5 ----- .changeset/fuzzy-nails-occur.md | 4 ---- .changeset/giant-cups-think.md | 5 ----- .changeset/long-lies-hear.md | 5 ----- .../package.json | 2 +- packages/graphql/CHANGELOG.md | 8 ++++++++ packages/graphql/package.json | 2 +- packages/introspector/CHANGELOG.md | 6 ++++++ packages/introspector/package.json | 4 ++-- packages/ogm/CHANGELOG.md | 9 +++++++++ packages/ogm/package.json | 4 ++-- yarn.lock | 8 ++++---- 12 files changed, 33 insertions(+), 29 deletions(-) delete mode 100644 .changeset/flat-bulldogs-work.md delete mode 100644 .changeset/fuzzy-nails-occur.md delete mode 100644 .changeset/giant-cups-think.md delete mode 100644 .changeset/long-lies-hear.md diff --git a/.changeset/flat-bulldogs-work.md b/.changeset/flat-bulldogs-work.md deleted file mode 100644 index 086ce4ede9..0000000000 --- a/.changeset/flat-bulldogs-work.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@neo4j/graphql": patch ---- - -Fix cypher generation on delete operations #5023 diff --git a/.changeset/fuzzy-nails-occur.md b/.changeset/fuzzy-nails-occur.md deleted file mode 100644 index 03fcf95dc0..0000000000 --- a/.changeset/fuzzy-nails-occur.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -"@neo4j/graphql-ogm": patch ---- -Fix a bug that caused OGM to fail when a Schema Configuration directive was applied to a Union type. diff --git a/.changeset/giant-cups-think.md b/.changeset/giant-cups-think.md deleted file mode 100644 index cda7c2077c..0000000000 --- a/.changeset/giant-cups-think.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@neo4j/graphql": patch ---- - -Fixws a bug where a custom Cypher query with an argument named phrase was interpreted as FullText query. diff --git a/.changeset/long-lies-hear.md b/.changeset/long-lies-hear.md deleted file mode 100644 index 76ee7cb73f..0000000000 --- a/.changeset/long-lies-hear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@neo4j/introspector": patch ---- - -Add Duration type to introspector diff --git a/packages/apollo-federation-subgraph-compatibility/package.json b/packages/apollo-federation-subgraph-compatibility/package.json index 9fdfec528d..8f484a157b 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.3.3", + "@neo4j/graphql": "^5.3.4", "graphql": "16.8.1", "graphql-tag": "^2.12.6", "neo4j-driver": "^5.8.0" diff --git a/packages/graphql/CHANGELOG.md b/packages/graphql/CHANGELOG.md index dae69deb8a..c3e99562b6 100644 --- a/packages/graphql/CHANGELOG.md +++ b/packages/graphql/CHANGELOG.md @@ -1,5 +1,13 @@ # @neo4j/graphql +## 5.3.4 + +### Patch Changes + +- [#5039](https://github.com/neo4j/graphql/pull/5039) [`2cff42d`](https://github.com/neo4j/graphql/commit/2cff42d9fbd2b34a6fc0c268944eaaf959afa54e) Thanks [@angrykoala](https://github.com/angrykoala)! - Fix cypher generation on delete operations #5023 + +- [#5057](https://github.com/neo4j/graphql/pull/5057) [`19d12a3`](https://github.com/neo4j/graphql/commit/19d12a30668b2690fd877590e0f0be4fd070ecec) Thanks [@MacondoExpress](https://github.com/MacondoExpress)! - Fixws a bug where a custom Cypher query with an argument named phrase was interpreted as FullText query. + ## 5.3.3 ### Patch Changes diff --git a/packages/graphql/package.json b/packages/graphql/package.json index 416177d978..3ef9ddf3f0 100644 --- a/packages/graphql/package.json +++ b/packages/graphql/package.json @@ -1,6 +1,6 @@ { "name": "@neo4j/graphql", - "version": "5.3.3", + "version": "5.3.4", "description": "A GraphQL to Cypher query execution layer for Neo4j and JavaScript GraphQL implementations", "keywords": [ "neo4j", diff --git a/packages/introspector/CHANGELOG.md b/packages/introspector/CHANGELOG.md index a9416afb54..cb2e4a51dc 100644 --- a/packages/introspector/CHANGELOG.md +++ b/packages/introspector/CHANGELOG.md @@ -1,5 +1,11 @@ # @neo4j/introspector +## 3.0.1 + +### Patch Changes + +- [#5053](https://github.com/neo4j/graphql/pull/5053) [`dc45cc4`](https://github.com/neo4j/graphql/commit/dc45cc45b1fe6fbb44756e12519c1447673ebfdb) Thanks [@a-alle](https://github.com/a-alle)! - Add Duration type to introspector + ## 3.0.0 ### Major Changes diff --git a/packages/introspector/package.json b/packages/introspector/package.json index 40d737309a..d59b78a4b0 100644 --- a/packages/introspector/package.json +++ b/packages/introspector/package.json @@ -1,6 +1,6 @@ { "name": "@neo4j/introspector", - "version": "3.0.0", + "version": "3.0.1", "description": "Introspect a Neo4j database model/schema", "keywords": [ "neo4j", @@ -36,7 +36,7 @@ }, "author": "Neo4j Inc.", "devDependencies": { - "@neo4j/graphql": "^5.0.0", + "@neo4j/graphql": "^5.3.4", "@types/jest": "29.5.12", "@types/node": "20.12.7", "@types/pluralize": "0.0.33", diff --git a/packages/ogm/CHANGELOG.md b/packages/ogm/CHANGELOG.md index a9f33d7718..6da43ee3d8 100644 --- a/packages/ogm/CHANGELOG.md +++ b/packages/ogm/CHANGELOG.md @@ -1,5 +1,14 @@ # @neo4j/graphql-ogm +## 5.3.4 + +### Patch Changes + +- [#5041](https://github.com/neo4j/graphql/pull/5041) [`d6aaf98`](https://github.com/neo4j/graphql/commit/d6aaf98ece95a39469ae2c88cf5df3d264b21f93) Thanks [@MacondoExpress](https://github.com/MacondoExpress)! - Fix a bug that caused OGM to fail when a Schema Configuration directive was applied to a Union type. + +- Updated dependencies [[`2cff42d`](https://github.com/neo4j/graphql/commit/2cff42d9fbd2b34a6fc0c268944eaaf959afa54e), [`19d12a3`](https://github.com/neo4j/graphql/commit/19d12a30668b2690fd877590e0f0be4fd070ecec)]: + - @neo4j/graphql@5.3.4 + ## 5.3.3 ### Patch Changes diff --git a/packages/ogm/package.json b/packages/ogm/package.json index fd23aa73bc..ebab11ce2a 100644 --- a/packages/ogm/package.json +++ b/packages/ogm/package.json @@ -1,6 +1,6 @@ { "name": "@neo4j/graphql-ogm", - "version": "5.3.3", + "version": "5.3.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": "^5.3.3", + "@neo4j/graphql": "^5.3.4", "prettier": "^2.7.1" }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index f3e625c33b..4c936c6273 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2849,7 +2849,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.3.3" + "@neo4j/graphql": "npm:^5.3.4" "@types/jest": "npm:29.5.12" "@types/node": "npm:20.12.7" camelcase: "npm:6.3.0" @@ -2873,7 +2873,7 @@ __metadata: languageName: node linkType: soft -"@neo4j/graphql@npm:^5.0.0, @neo4j/graphql@npm:^5.3.3, @neo4j/graphql@workspace:packages/graphql": +"@neo4j/graphql@npm:^5.0.0, @neo4j/graphql@npm:^5.3.4, @neo4j/graphql@workspace:packages/graphql": version: 0.0.0-use.local resolution: "@neo4j/graphql@workspace:packages/graphql" dependencies: @@ -2934,7 +2934,7 @@ __metadata: version: 0.0.0-use.local resolution: "@neo4j/introspector@workspace:packages/introspector" dependencies: - "@neo4j/graphql": "npm:^5.0.0" + "@neo4j/graphql": "npm:^5.3.4" "@types/jest": "npm:29.5.12" "@types/node": "npm:20.12.7" "@types/pluralize": "npm:0.0.33" @@ -5741,7 +5741,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.3.3" + "@neo4j/graphql": "npm:^5.3.4" fork-ts-checker-webpack-plugin: "npm:9.0.2" graphql: "npm:16.8.1" graphql-tag: "npm:^2.12.6"