Skip to content

Commit c0b98a8

Browse files
Version Packages
1 parent 6095387 commit c0b98a8

File tree

11 files changed

+34
-22
lines changed

11 files changed

+34
-22
lines changed

.changeset/tame-geese-roll.md

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

.changeset/unlucky-foxes-draw.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.1",
10+
"@neo4j/graphql": "^3.24.2",
1111
"graphql": "16.8.0",
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.1",
13+
"@neo4j/graphql": "^3.24.2",
1414
"graphql": "16.8.0",
1515
"graphql-tag": "^2.12.6",
1616
"neo4j-driver": "^5.5.0"

packages/graphql-toolbox/CHANGELOG.md

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

3+
## 2.0.7
4+
5+
### Patch Changes
6+
7+
- [#3791](https://github.com/neo4j/graphql/pull/3791) [`688d2a311`](https://github.com/neo4j/graphql/commit/688d2a311a2e61a8df7f8f038ff8b4f598b175bf) Thanks [@mjfwebb](https://github.com/mjfwebb)! - update dependency @neo4j-ndl/react to v1.10.3
8+
9+
- Updated dependencies [[`9354860ae`](https://github.com/neo4j/graphql/commit/9354860ae2f5f4a82179de874344724862d0c231)]:
10+
- @neo4j/graphql@3.24.2
11+
312
## 2.0.6
413

514
### 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.6",
4+
"version": "2.0.7",
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.10.1",
5454
"@neo4j-ndl/react": "1.10.3",
55-
"@neo4j/graphql": "3.24.1",
55+
"@neo4j/graphql": "3.24.2",
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.2
4+
5+
### Patch Changes
6+
7+
- [#3795](https://github.com/neo4j/graphql/pull/3795) [`9354860ae`](https://github.com/neo4j/graphql/commit/9354860ae2f5f4a82179de874344724862d0c231) Thanks [@darrellwarde](https://github.com/darrellwarde)! - If possible, instantiate JWKS endpoint connection on startup, to benefit from caching.
8+
39
## 3.24.1
410

511
### Patch 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.1",
3+
"version": "3.24.2",
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.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`9354860ae`](https://github.com/neo4j/graphql/commit/9354860ae2f5f4a82179de874344724862d0c231)]:
8+
- @neo4j/graphql@3.24.2
9+
310
## 3.24.1
411

512
### Patch 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.1",
3+
"version": "3.24.2",
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.1",
41+
"@neo4j/graphql": "^3.24.2",
4242
"prettier": "^2.7.1"
4343
},
4444
"peerDependencies": {

0 commit comments

Comments
 (0)