diff --git a/.changeset/eighty-seals-jump.md b/.changeset/eighty-seals-jump.md deleted file mode 100644 index 79a6899772..0000000000 --- a/.changeset/eighty-seals-jump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@neo4j/graphql": patch ---- - -Adds schema validation so that `@populatedBy` can only be used on fields of supported types diff --git a/.changeset/nasty-games-build.md b/.changeset/nasty-games-build.md deleted file mode 100644 index 9f4536b577..0000000000 --- a/.changeset/nasty-games-build.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@neo4j/graphql": minor ---- - -Allows `@populatedBy` to be used on fields of list type diff --git a/.changeset/olive-readers-tie.md b/.changeset/olive-readers-tie.md deleted file mode 100644 index 4c6619347d..0000000000 --- a/.changeset/olive-readers-tie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@neo4j/graphql": minor ---- - -Allows `@populatedBy` to be used on temporal fields diff --git a/.changeset/small-geese-reflect.md b/.changeset/small-geese-reflect.md deleted file mode 100644 index 28a0d64246..0000000000 --- a/.changeset/small-geese-reflect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@neo4j/graphql": patch ---- - -Fixes bug where non-numeric strings would evaluate to 0 as a `BigInt` diff --git a/.changeset/sweet-deers-talk.md b/.changeset/sweet-deers-talk.md deleted file mode 100644 index a3caf8a6f8..0000000000 --- a/.changeset/sweet-deers-talk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"neo-place": patch ---- - -Fixes neo-place to use Apollo Server 4 diff --git a/examples/neo-place/CHANGELOG.md b/examples/neo-place/CHANGELOG.md index 65cb60e838..50d2c6f78e 100644 --- a/examples/neo-place/CHANGELOG.md +++ b/examples/neo-place/CHANGELOG.md @@ -1,5 +1,14 @@ # neo-place +## 0.1.5 + +### Patch Changes + +- [#5134](https://github.com/neo4j/graphql/pull/5134) [`02a87e1`](https://github.com/neo4j/graphql/commit/02a87e15b0ea7729c48e07c36a86bde7414d53af) Thanks [@mjfwebb](https://github.com/mjfwebb)! - Fixes neo-place to use Apollo Server 4 + +- Updated dependencies [[`899b1b4`](https://github.com/neo4j/graphql/commit/899b1b408f72171f832d0ba161640af0cb228473), [`899b1b4`](https://github.com/neo4j/graphql/commit/899b1b408f72171f832d0ba161640af0cb228473), [`8e3ffea`](https://github.com/neo4j/graphql/commit/8e3ffeaf9c80d6a9aa7952bdca5eacaba573d341), [`899b1b4`](https://github.com/neo4j/graphql/commit/899b1b408f72171f832d0ba161640af0cb228473)]: + - @neo4j/graphql@5.4.0 + ## 0.1.4 ### Patch Changes diff --git a/examples/neo-place/package.json b/examples/neo-place/package.json index c7cb845930..19dffc4b9d 100644 --- a/examples/neo-place/package.json +++ b/examples/neo-place/package.json @@ -1,6 +1,6 @@ { "name": "neo-place", - "version": "0.1.4", + "version": "0.1.5", "private": true, "description": "Subscriptions example", "engines": { @@ -36,7 +36,7 @@ "homepage": "https://github.com/neo4j/graphql#readme", "dependencies": { "@apollo/server": "^4.7.0", - "@neo4j/graphql": "^5.0.0", + "@neo4j/graphql": "^5.4.0", "@neo4j/graphql-amqp-subscriptions-engine": "^2.0.0", "@urql/core": "^5.0.3", "dotenv": "^16.0.3", diff --git a/packages/apollo-federation-subgraph-compatibility/package.json b/packages/apollo-federation-subgraph-compatibility/package.json index d0a560d35f..20423d2d40 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.6", + "@neo4j/graphql": "^5.4.0", "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 2246d79f73..4776d6c907 100644 --- a/packages/graphql/CHANGELOG.md +++ b/packages/graphql/CHANGELOG.md @@ -1,5 +1,19 @@ # @neo4j/graphql +## 5.4.0 + +### Minor Changes + +- [#5132](https://github.com/neo4j/graphql/pull/5132) [`899b1b4`](https://github.com/neo4j/graphql/commit/899b1b408f72171f832d0ba161640af0cb228473) Thanks [@darrellwarde](https://github.com/darrellwarde)! - Allows `@populatedBy` to be used on fields of list type + +- [#5136](https://github.com/neo4j/graphql/pull/5136) [`8e3ffea`](https://github.com/neo4j/graphql/commit/8e3ffeaf9c80d6a9aa7952bdca5eacaba573d341) Thanks [@darrellwarde](https://github.com/darrellwarde)! - Allows `@populatedBy` to be used on temporal fields + +### Patch Changes + +- [#5132](https://github.com/neo4j/graphql/pull/5132) [`899b1b4`](https://github.com/neo4j/graphql/commit/899b1b408f72171f832d0ba161640af0cb228473) Thanks [@darrellwarde](https://github.com/darrellwarde)! - Adds schema validation so that `@populatedBy` can only be used on fields of supported types + +- [#5132](https://github.com/neo4j/graphql/pull/5132) [`899b1b4`](https://github.com/neo4j/graphql/commit/899b1b408f72171f832d0ba161640af0cb228473) Thanks [@darrellwarde](https://github.com/darrellwarde)! - Fixes bug where non-numeric strings would evaluate to 0 as a `BigInt` + ## 5.3.6 ### Patch Changes diff --git a/packages/graphql/package.json b/packages/graphql/package.json index 70d4c42a19..3333fd4ede 100644 --- a/packages/graphql/package.json +++ b/packages/graphql/package.json @@ -1,6 +1,6 @@ { "name": "@neo4j/graphql", - "version": "5.3.6", + "version": "5.4.0", "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 710b0a6ef3..16a70a1729 100644 --- a/packages/ogm/CHANGELOG.md +++ b/packages/ogm/CHANGELOG.md @@ -1,5 +1,12 @@ # @neo4j/graphql-ogm +## 5.4.0 + +### Patch Changes + +- Updated dependencies [[`899b1b4`](https://github.com/neo4j/graphql/commit/899b1b408f72171f832d0ba161640af0cb228473), [`899b1b4`](https://github.com/neo4j/graphql/commit/899b1b408f72171f832d0ba161640af0cb228473), [`8e3ffea`](https://github.com/neo4j/graphql/commit/8e3ffeaf9c80d6a9aa7952bdca5eacaba573d341), [`899b1b4`](https://github.com/neo4j/graphql/commit/899b1b408f72171f832d0ba161640af0cb228473)]: + - @neo4j/graphql@5.4.0 + ## 5.3.6 ### Patch Changes diff --git a/packages/ogm/package.json b/packages/ogm/package.json index c08f8029cf..584fe062ef 100644 --- a/packages/ogm/package.json +++ b/packages/ogm/package.json @@ -1,6 +1,6 @@ { "name": "@neo4j/graphql-ogm", - "version": "5.3.6", + "version": "5.4.0", "description": "GraphQL powered OGM for Neo4j and Javascript applications", "keywords": [ "neo4j", @@ -36,7 +36,7 @@ "@graphql-codegen/plugin-helpers": "^5.0.0", "@graphql-codegen/typescript": "^4.0.0", "@graphql-tools/merge": "^9.0.0", - "@neo4j/graphql": "^5.3.6", + "@neo4j/graphql": "^5.4.0", "prettier": "^2.7.1" }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index db2a53ebb6..de4505f7e5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2797,7 +2797,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.6" + "@neo4j/graphql": "npm:^5.4.0" "@types/jest": "npm:29.5.12" "@types/node": "npm:20.12.12" camelcase: "npm:6.3.0" @@ -2821,7 +2821,7 @@ __metadata: languageName: node linkType: soft -"@neo4j/graphql@npm:^5.0.0, @neo4j/graphql@npm:^5.3.4, @neo4j/graphql@npm:^5.3.6, @neo4j/graphql@workspace:packages/graphql": +"@neo4j/graphql@npm:^5.0.0, @neo4j/graphql@npm:^5.3.4, @neo4j/graphql@npm:^5.4.0, @neo4j/graphql@workspace:packages/graphql": version: 0.0.0-use.local resolution: "@neo4j/graphql@workspace:packages/graphql" dependencies: @@ -5661,7 +5661,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.6" + "@neo4j/graphql": "npm:^5.4.0" fork-ts-checker-webpack-plugin: "npm:9.0.2" graphql: "npm:16.8.1" graphql-tag: "npm:^2.12.6" @@ -15215,7 +15215,7 @@ __metadata: resolution: "neo-place@workspace:examples/neo-place" dependencies: "@apollo/server": "npm:^4.7.0" - "@neo4j/graphql": "npm:^5.0.0" + "@neo4j/graphql": "npm:^5.4.0" "@neo4j/graphql-amqp-subscriptions-engine": "npm:^2.0.0" "@urql/core": "npm:^5.0.3" concurrently: "npm:8.2.2"