Skip to content

Commit e430a18

Browse files
Version Packages
1 parent be5dcdc commit e430a18

File tree

10 files changed

+32
-17
lines changed

10 files changed

+32
-17
lines changed

.changeset/young-ligers-poke.md

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

examples/migration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"dependencies": {
99
"@apollo/server": "^4.7.0",
10-
"@neo4j/graphql": "^3.24.0",
10+
"@neo4j/graphql": "^3.24.1",
1111
"graphql": "16.7.1",
1212
"neo4j-driver": "5.11.0"
1313
}

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": "^4.7.0",
1212
"@graphql-tools/wrap": "^9.3.6",
13-
"@neo4j/graphql": "^3.24.0",
13+
"@neo4j/graphql": "^3.24.1",
1414
"graphql": "16.7.1",
1515
"graphql-tag": "^2.12.6",
1616
"neo4j-driver": "^5.5.0"

packages/graphql-toolbox/CHANGELOG.md

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

3+
## 2.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`be5dcdcde`](https://github.com/neo4j/graphql/commit/be5dcdcdec49adb6748dd8fc34b0b6f3e6d783fa)]:
8+
- @neo4j/graphql@3.24.1
9+
310
## 2.0.4
411

512
### Patch Changes

packages/graphql-toolbox/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@neo4j/graphql-toolbox",
33
"private": true,
4-
"version": "2.0.4",
4+
"version": "2.0.5",
55
"description": "Developer UI For Neo4j GraphQL",
66
"exports": "./dist/main.js",
77
"main": "./dist/main.js",
@@ -52,7 +52,7 @@
5252
"@graphiql/react": "0.19.3",
5353
"@neo4j-ndl/base": "1.9.0",
5454
"@neo4j-ndl/react": "1.9.0",
55-
"@neo4j/graphql": "3.24.0",
55+
"@neo4j/graphql": "3.24.1",
5656
"@neo4j/introspector": "1.0.3",
5757
"classnames": "2.3.2",
5858
"cm6-graphql": "0.0.9",

packages/graphql/CHANGELOG.md

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

3+
## 3.24.1
4+
5+
### Patch Changes
6+
7+
- [#3729](https://github.com/neo4j/graphql/pull/3729) [`be5dcdcde`](https://github.com/neo4j/graphql/commit/be5dcdcdec49adb6748dd8fc34b0b6f3e6d783fa) Thanks [@darrellwarde](https://github.com/darrellwarde)! - Improve the checking for non-existent parameters when evaluating authorization rules
8+
39
## 3.24.0
410

511
### 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": "3.24.0",
3+
"version": "3.24.1",
44
"description": "A GraphQL to Cypher query execution layer for Neo4j and JavaScript GraphQL implementations",
55
"keywords": [
66
"neo4j",

packages/ogm/CHANGELOG.md

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

3+
## 3.24.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`be5dcdcde`](https://github.com/neo4j/graphql/commit/be5dcdcdec49adb6748dd8fc34b0b6f3e6d783fa)]:
8+
- @neo4j/graphql@3.24.1
9+
310
## 3.24.0
411

512
### Minor Changes

packages/ogm/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neo4j/graphql-ogm",
3-
"version": "3.24.0",
3+
"version": "3.24.1",
44
"description": "GraphQL powered OGM for Neo4j and Javascript applications",
55
"keywords": [
66
"neo4j",
@@ -38,7 +38,7 @@
3838
"@graphql-codegen/plugin-helpers": "^4.0.0",
3939
"@graphql-codegen/typescript": "^3.0.0",
4040
"@graphql-tools/merge": "^8.3.3",
41-
"@neo4j/graphql": "^3.24.0",
41+
"@neo4j/graphql": "^3.24.1",
4242
"prettier": "^2.7.1"
4343
},
4444
"peerDependencies": {

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4207,7 +4207,7 @@ __metadata:
42074207
"@graphql-codegen/plugin-helpers": ^4.0.0
42084208
"@graphql-codegen/typescript": ^3.0.0
42094209
"@graphql-tools/merge": ^8.3.3
4210-
"@neo4j/graphql": ^3.24.0
4210+
"@neo4j/graphql": ^3.24.1
42114211
"@neo4j/graphql-plugin-auth": ^2.2.0
42124212
"@types/jest": 29.5.3
42134213
"@types/node": 18.15.1
@@ -4290,7 +4290,7 @@ __metadata:
42904290
"@graphiql/react": 0.19.3
42914291
"@neo4j-ndl/base": 1.9.0
42924292
"@neo4j-ndl/react": 1.9.0
4293-
"@neo4j/graphql": 3.24.0
4293+
"@neo4j/graphql": 3.24.1
42944294
"@neo4j/introspector": 1.0.3
42954295
"@playwright/test": 1.36.2
42964296
"@tsconfig/create-react-app": 2.0.1
@@ -4347,7 +4347,7 @@ __metadata:
43474347
languageName: unknown
43484348
linkType: soft
43494349

4350-
"@neo4j/[email protected].0, @neo4j/graphql@^3.13.0, @neo4j/graphql@^3.15.0, @neo4j/graphql@^3.16.0, @neo4j/graphql@^3.24.0, @neo4j/graphql@workspace:packages/graphql":
4350+
"@neo4j/[email protected].1, @neo4j/graphql@^3.13.0, @neo4j/graphql@^3.15.0, @neo4j/graphql@^3.16.0, @neo4j/graphql@^3.24.1, @neo4j/graphql@workspace:packages/graphql":
43514351
version: 0.0.0-use.local
43524352
resolution: "@neo4j/graphql@workspace:packages/graphql"
43534353
dependencies:
@@ -9531,7 +9531,7 @@ __metadata:
95319531
"@apollo/federation-subgraph-compatibility": 1.2.2
95329532
"@apollo/server": ^4.7.0
95339533
"@graphql-tools/wrap": ^9.3.6
9534-
"@neo4j/graphql": ^3.24.0
9534+
"@neo4j/graphql": ^3.24.1
95359535
fork-ts-checker-webpack-plugin: 8.0.0
95369536
graphql: 16.7.1
95379537
graphql-tag: ^2.12.6
@@ -21224,7 +21224,7 @@ __metadata:
2122421224
resolution: "migration@workspace:examples/migration"
2122521225
dependencies:
2122621226
"@apollo/server": ^4.7.0
21227-
"@neo4j/graphql": ^3.24.0
21227+
"@neo4j/graphql": ^3.24.1
2122821228
graphql: 16.7.1
2122921229
neo4j-driver: 5.11.0
2123021230
languageName: unknown

0 commit comments

Comments
 (0)