Skip to content

Commit c1083b1

Browse files
authored
Merge pull request #6804 from neo4j/changeset-release/dev
changesets for branch `dev`
2 parents c3e4e09 + 41ec873 commit c1083b1

File tree

7 files changed

+14
-19
lines changed

7 files changed

+14
-19
lines changed

.changeset/dirty-carrots-march.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/floppy-areas-shine.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/wet-nails-cheat.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/apollo-federation-subgraph-compatibility/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@apollo/server": "^5.0.0",
1212
"@graphql-tools/wrap": "^11.0.0",
13-
"@neo4j/graphql": "^7.3.0",
13+
"@neo4j/graphql": "^7.3.1",
1414
"graphql": "16.11.0",
1515
"graphql-tag": "^2.12.6",
1616
"neo4j-driver": "^5.8.0"

packages/graphql/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @neo4j/graphql
22

3+
## 7.3.1
4+
5+
### Patch Changes
6+
7+
- [#6811](https://github.com/neo4j/graphql/pull/6811) [`f821f53`](https://github.com/neo4j/graphql/commit/f821f533ba040c66ed0c58225742e3de2107a167) Thanks [@mjfwebb](https://github.com/mjfwebb)! - Add case insensitive support to Cypher filter
8+
9+
- [`4e90418`](https://github.com/neo4j/graphql/commit/4e90418e85977f28763198f41dd14f4d8593e878) Thanks [@angrykoala](https://github.com/angrykoala)! - Fix incorrect Cypher in authorization for create operations
10+
11+
- [#6779](https://github.com/neo4j/graphql/pull/6779) [`bdbb211`](https://github.com/neo4j/graphql/commit/bdbb211ca327b8405801dd483ad986b4d47d42c9) Thanks [@angrykoala](https://github.com/angrykoala)! - Duration parser changed to support ISO strings ending in T, for example: "P-238DT"
12+
313
## 7.3.0
414

515
### Minor Changes

packages/graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neo4j/graphql",
3-
"version": "7.3.0",
3+
"version": "7.3.1",
44
"description": "A GraphQL to Cypher query execution layer for Neo4j and JavaScript GraphQL implementations",
55
"keywords": [
66
"neo4j",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2750,7 +2750,7 @@ __metadata:
27502750
languageName: node
27512751
linkType: soft
27522752

2753-
"@neo4j/graphql@npm:^7.0.0, @neo4j/graphql@npm:^7.3.0, @neo4j/graphql@workspace:packages/graphql":
2753+
"@neo4j/graphql@npm:^7.0.0, @neo4j/graphql@npm:^7.3.1, @neo4j/graphql@workspace:packages/graphql":
27542754
version: 0.0.0-use.local
27552755
resolution: "@neo4j/graphql@workspace:packages/graphql"
27562756
dependencies:
@@ -4737,7 +4737,7 @@ __metadata:
47374737
"@apollo/federation-subgraph-compatibility": "npm:2.2.2"
47384738
"@apollo/server": "npm:^5.0.0"
47394739
"@graphql-tools/wrap": "npm:^11.0.0"
4740-
"@neo4j/graphql": "npm:^7.3.0"
4740+
"@neo4j/graphql": "npm:^7.3.1"
47414741
fork-ts-checker-webpack-plugin: "npm:9.1.0"
47424742
graphql: "npm:16.11.0"
47434743
graphql-tag: "npm:^2.12.6"

0 commit comments

Comments
 (0)