Skip to content

Commit

Permalink
Merge pull request neo4j#5040 from neo4j/changeset-release/dev
Browse files Browse the repository at this point in the history
changesets for branch `dev`
  • Loading branch information
darrellwarde authored Apr 30, 2024
2 parents bbf5835 + 7339697 commit bdd36ac
Show file tree
Hide file tree
Showing 12 changed files with 33 additions and 29 deletions.
5 changes: 0 additions & 5 deletions .changeset/flat-bulldogs-work.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/fuzzy-nails-occur.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-cups-think.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-lies-hear.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 8 additions & 0 deletions packages/graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/introspector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/introspector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neo4j/introspector",
"version": "3.0.0",
"version": "3.0.1",
"description": "Introspect a Neo4j database model/schema",
"keywords": [
"neo4j",
Expand Down Expand Up @@ -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",
Expand Down
9 changes: 9 additions & 0 deletions packages/ogm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/ogm/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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:
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit bdd36ac

Please sign in to comment.