Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/tame-geese-roll.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-foxes-draw.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/migration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@apollo/server": "^4.7.0",
"@neo4j/graphql": "^3.24.1",
"@neo4j/graphql": "^3.24.2",
"graphql": "16.8.0",
"neo4j-driver": "5.11.0"
}
Expand Down
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": "^9.3.6",
"@neo4j/graphql": "^3.24.1",
"@neo4j/graphql": "^3.24.2",
"graphql": "16.8.0",
"graphql-tag": "^2.12.6",
"neo4j-driver": "^5.5.0"
Expand Down
9 changes: 9 additions & 0 deletions packages/graphql-toolbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @neo4j/graphql-toolbox

## 2.0.7

### Patch Changes

- [#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

- Updated dependencies [[`9354860ae`](https://github.com/neo4j/graphql/commit/9354860ae2f5f4a82179de874344724862d0c231)]:
- @neo4j/[email protected]

## 2.0.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-toolbox/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@neo4j/graphql-toolbox",
"private": true,
"version": "2.0.6",
"version": "2.0.7",
"description": "Developer UI For Neo4j GraphQL",
"exports": "./dist/main.js",
"main": "./dist/main.js",
Expand Down Expand Up @@ -52,7 +52,7 @@
"@graphiql/react": "0.19.3",
"@neo4j-ndl/base": "1.10.1",
"@neo4j-ndl/react": "1.10.3",
"@neo4j/graphql": "3.24.1",
"@neo4j/graphql": "3.24.2",
"@neo4j/introspector": "1.0.3",
"classnames": "2.3.2",
"cm6-graphql": "0.0.9",
Expand Down
6 changes: 6 additions & 0 deletions packages/graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @neo4j/graphql

## 3.24.2

### Patch Changes

- [#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.

## 3.24.1

### 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": "3.24.1",
"version": "3.24.2",
"description": "A GraphQL to Cypher query execution layer for Neo4j and JavaScript GraphQL implementations",
"keywords": [
"neo4j",
Expand Down
7 changes: 7 additions & 0 deletions packages/ogm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @neo4j/graphql-ogm

## 3.24.2

### Patch Changes

- Updated dependencies [[`9354860ae`](https://github.com/neo4j/graphql/commit/9354860ae2f5f4a82179de874344724862d0c231)]:
- @neo4j/[email protected]

## 3.24.1

### 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": "3.24.1",
"version": "3.24.2",
"description": "GraphQL powered OGM for Neo4j and Javascript applications",
"keywords": [
"neo4j",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@graphql-codegen/plugin-helpers": "^4.0.0",
"@graphql-codegen/typescript": "^3.0.0",
"@graphql-tools/merge": "^8.3.3",
"@neo4j/graphql": "^3.24.1",
"@neo4j/graphql": "^3.24.2",
"prettier": "^2.7.1"
},
"peerDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4207,7 +4207,7 @@ __metadata:
"@graphql-codegen/plugin-helpers": ^4.0.0
"@graphql-codegen/typescript": ^3.0.0
"@graphql-tools/merge": ^8.3.3
"@neo4j/graphql": ^3.24.1
"@neo4j/graphql": ^3.24.2
"@neo4j/graphql-plugin-auth": ^2.2.0
"@types/jest": 29.5.3
"@types/node": 18.15.1
Expand Down Expand Up @@ -4290,7 +4290,7 @@ __metadata:
"@graphiql/react": 0.19.3
"@neo4j-ndl/base": 1.10.1
"@neo4j-ndl/react": 1.10.3
"@neo4j/graphql": 3.24.1
"@neo4j/graphql": 3.24.2
"@neo4j/introspector": 1.0.3
"@playwright/test": 1.37.1
"@tsconfig/create-react-app": 2.0.1
Expand Down Expand Up @@ -4347,7 +4347,7 @@ __metadata:
languageName: unknown
linkType: soft

"@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":
"@neo4j/[email protected].2, @neo4j/graphql@^3.13.0, @neo4j/graphql@^3.15.0, @neo4j/graphql@^3.16.0, @neo4j/graphql@^3.24.2, @neo4j/graphql@workspace:packages/graphql":
version: 0.0.0-use.local
resolution: "@neo4j/graphql@workspace:packages/graphql"
dependencies:
Expand Down Expand Up @@ -9525,7 +9525,7 @@ __metadata:
"@apollo/federation-subgraph-compatibility": 1.2.2
"@apollo/server": ^4.7.0
"@graphql-tools/wrap": ^9.3.6
"@neo4j/graphql": ^3.24.1
"@neo4j/graphql": ^3.24.2
fork-ts-checker-webpack-plugin: 8.0.0
graphql: 16.8.0
graphql-tag: ^2.12.6
Expand Down Expand Up @@ -21378,7 +21378,7 @@ __metadata:
resolution: "migration@workspace:examples/migration"
dependencies:
"@apollo/server": ^4.7.0
"@neo4j/graphql": ^3.24.1
"@neo4j/graphql": ^3.24.2
graphql: 16.8.0
neo4j-driver: 5.11.0
languageName: unknown
Expand Down